Problems with 6500 Slide

I`ve had the 6500 slide for about a week and theres 2 problems. First is that during voice calls the line is very `crackly` and the other person can`t hear me and sometimes hangs up. And secondly there is sometimes a delay of about 30 mins in me receiving text messages. This isn`t due to the clock time as some people have reported. People have been phoning me thinking i`ve been ignoring them but i haven`t actually received their messages yet.Can anyone help or suggest anything?

I've had mine a few days and I can report the following problems. When you tune the radio, the phone freezes. You can't exit the radio setting screen, with either a red button press or pressing "exit." The phone switches on and off quite a bit, and the battery life is non-existent. The 6233 on GSM only gave three or four days easy. This one is 24 max. Otherwise, the phone freezes pretty regularly. Most annoying of all, the loudspeaker is terrible. The location of the speaker BEHIND the handset is one of the biggest engineering gaffs I have ever seen from Nokia. The loudspeaker quality of this handset is useless.

Similar Messages

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • Problems with import slides powerpoint

    Hello,
    I have a problem with import slides from the powerpoint, when
    I try to import, the computer blow.
    What I can do?

    there have been lots of issues regarding this, however, I
    have found that if I export my ppt as individual jpeg slides I can
    then use the "insert > Slide > Image Slide" command to bring
    in my ppt slides, I have tried everything else as well but what was
    happening to me was Captivate 3 was losing all of my text and text
    animation. Now my animation is not critical, however, the text is
    very important of course. So now I have stagnat slides, a bit
    boring but at least I was able to finish my project.
    Hope this helps.
    Tony :)

  • Is anyone using iPhoto having a problem with the slide show using shatter where it does not let you put a title over photo?

    Is anyone using iPhoto having a problem with the slide show using shatter where it does not let you put a title over photo? It use to work but it no longer lets you place a title over the opening photo.

    Is your signature still current?(iPhoto '08, OS X Mountain Lion (10.8.4))    I can confirm this for iPhoto '11; Shatter will only show the text slide title between the slides. Ken Burns and Classic theme can still be set to overlay the caption and title directly over the slides.

  • Can't pair Windows 7 PC with 6500 slide using blue...

    I am having problems connecting my Nokia 6500 slide to my new PC with Windows 7 using bluetooth. I am able to connect one time after installing Ovi Suite and sync with outlook, but when I try a second time, it can't connect to the phone. Reboot doesn't help.
    I also tried to uninstall Ovi Suite and install PC Suite, but the exact same thing happened.
    The IT department at the company I work for have not heard of similar issues.
    Any help will be highly appreciated.
    BR Jakob Carlsen

    It seems that connection and sync is working until I try to use the Nokia Phone Browser under Win 7. After that the phone becomes unreachable via Bluetooth.
    Phones firmware is on the latest version 10.0.0

  • Rendering problems with bulleted slides

    I am having a problem with the latest version of Keynote 3.
    When I create a slide with one field with a bulletted list, and choose the "word pop" effect on the field, the bullets are randomly disappearing and won't appear on the slide.
    If I turn off the build effect, the bullets appear as they should.
    Has anyone else encountered this?
    I love the build effects in Keynote, and this is driving me crazy!

    I am having a problem with the latest version of Keynote 3.
    When I create a slide with one field with a bulletted list, and choose the "word pop" effect on the field, the bullets are randomly disappearing and won't appear on the slide.
    If I turn off the build effect, the bullets appear as they should.
    Has anyone else encountered this?
    I love the build effects in Keynote, and this is driving me crazy!

  • 4400F scanner has problems with color slides

    About six years after buying the 4400F scanner, I finally opened it today in order to start scanning a lot of color slides going back more than 40 years.  It seems as if the software (or the scanner itself) doesn't know where one slide ends and the next one begins.  The slide holder accommodates up to four slides.  Using several methods of scanning permitted by the software, I obtain either three or five JPEG scans.  In the case of three, the images are properly centered--only the final one is missing.  In the case of five, the images are all off-center.  
    Has anyone had a similar problem with this unit and the software when scanning slides?
    EG 

    I've got a few years experience calibrating large format printers.  First, the Yellow sounds like a file problem.  I used to work with two workstations, one PC ( RIP station ), and one Mac ( file prep station ).  I tend to agree with you in that the OS is probably not the problem.  But, any Colorburst profiles should remain in the RIP, not in the originator application.  My workflow consisted of creating EPS files that were based on established color settings in their given applications ( i.e., Illustrator, Photoshop ) which were interpreted by the RIP which had it's own calibrated profile ( perhaps more than one based on how many different substrates were being used ).  Your partner may be complicating things by incorporating a RIP profile prematurely.  If there are deviations big enough to be noticed, there has to be something in the application color settings that is causing some type of corruption.  This could lead back to the operating system, but I would think it lies somewhere in Bridge or the application color settings.  Start there.  You should seriously consider implementing a calibration system if you do not have one already.  Another slight possibility is the driver's ability to interpret files coming out of Leopard vs. files coming out of Tiger.  It may benefit you both to be in the same operating system dynamics, using the same driver versions and RIP profiles.  At the very least, match everything that is currently working successfully and put them on both machines.  If there is still a noticeable problem in color matching, then something is seriously wrong and you should call in a prepress profiling expert.  Hope this helps.

  • Problem with 6500

    Hi, I bought my Nokia 6500 a couple days ago and I am having problems with the contacts information already. When I receive messages/calls from certain numbers, it will show as their number and not their name even though I have already saved their number in my contacts list.
    I have already tried transferring all the contacts from my sim into phone, or vice versa and it still does not work. I have also tried turning it on and off multiple times and deleteing and adding my contacts over and over again. However the problem still persists for several of my contacts.
    Any help please?
    Thanks in advance

    ah that changes things now, doesn't it...well if that is not the case then i am not really certain of what might be going on in your contacts. so sorry
    /discussions/board/message?board.id=smartphones&me​ssage.id=117545&query.id=522642#M117545
    and you did read all these possibilities in this thread and still nothing. i think this is by far the most extensive description to date.
    the only other thing i can think of is, how old is your sim card, sometimes with the older sim cards funny things happen. so if it is an older one you might want to consider updating it to the newest one your provider uses.
    Message Edited by radical24 on 28-Dec-2008 09:49 PM
    Message Edited by radical24 on 28-Dec-2008 09:50 PM
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • Persistent problem with 6500 Classic

    Hello.
    First I want to apologize if this is the wrong place for my problem.
    I buyed my Nokia in the end of 2007. Since then I have problem with my earpiece and ringer. From time to time when listening music in the begining of the song the sound becomes really bad, nothing can be understand. To fix the problem you have to change the song or stop it and play it again. The same thing happens and when you talk with somebody. When I dial somebody sometimes the sound becomes really bad and I can't understand him and he also can't understand me. I have to dial him again. The same thing happens when somebody dial me, but again not always. The mentioned problems occur on about every 10th song and call, sometime in less time, sometime after couple of days, a week.
     The phone go in repair. First time from the magazine said to me that there wasn't such a problem. The second and the third time they said to me that the problem is solved and earpiece and ringer are changed, but the problem continues. I get my Nokia from repair today. The problem continues. I don't know what to do.
    Please can somebody help me.

    I think this is done intentionally in case you are using one of the application. You don't want it to lock while you are using something.
    There is a shortcut to the standby screen though. While you are in one of the applications, you can press the red End Call button to close everything down and return you to the standby screen.
    Hope this helps.

  • Help with 6500 slide

    hi everyone. i have recently got a 6500 slide phone and was wondering is there anywhere i can find some complete instructions for it? i used to have a sony and that would tell me things like battery % and the text alert would only last for 10 seconds. also if im playing a game i have to exit to read a text. can the be changed on my nokia? many thanks Alan

    Hi Bighammerfan,
    Nokia have a whole section of their site dedicated to support and help for all their products.
    Here is the link to the 6500 Slide support pages
    There are guides, a how to section and FAQs too.
    I hope this helps.
    My posts are my opinion and in no way the direct views of Nokia.
    If my posts are helpful, please give me some KUDOS using the green star on the left.

  • Problem with 6700 slide Gallery

    Hi all,
    I bought 6700 slide last week. I have updated the firmware to v.033.014. I had three files dandelion.png, spring.png, leaves.png in the images folder(c:\data\images) on the phone memory. I've deleted them from the file manager but now they are still in the gallery and if I try to remove them from the gallery the system shows an error. I can't find them anywhere in the memory and I can't open them from the gallery (showing files corrupted). I reset the phone twice with *#7370# but with no luck. How to remove those files from the gallery? Thanks in advance...

    hi, i also have the exact problem and i did a hard reset  (same code as yours) several times to no avail. were you able to find a solution? it's starting to wear me thin.

  • Mac OS 10.7 printer problem with 6500 all-in-one wireless

    HP 6500 all-in-one wirelss: After configuring (and reconfiguring) the printer and exhausting all the troubleshooting steps suggested by HP, I still have the problem of prints stalling in the queue or, alternately, printing very very slowly. Wireless connectivity is "excellent" according to the Wireless Network Test Report. When printing, printer is found, display says "Connected to Printer" then the barber-pole spins and spins and eventually the word "Idle" appears. Any suggestions on how to get printer to work?

    This article should help to maintain wireless connection:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02817031&cc=us&dlc=en&lc=en#N101
    Give the steps outlined a try and let us know if it helps.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • EoMPLS problem with 6500 and IOS SXF6 + SXE5

    My EoMPLS stopped working after one ge-wan interface gone down and up.
    Before the down it was working fine.
    The connection is between two 6500 switches, trough GE-WAN (OSM+4GEWAN) ports.
    One swith have IOS 12.2(18)SXF6 and the other is using 12.2(18)SXE5
    Any incompatibilities between the IOS ?
    or maybe another problem or BUG ?

    Did this help ? What I meen is: have you had another up/down after you have changed the OSM and did the EoMPLS worked fine after this up/down ?

  • Problems with 6700 slide

    Hi - I've just upgraded to this phone today and think I made a mess of the set up wizard when I inserted my SIM card. I've always stored numbers on the SIM and have tried to mark all contacts and copy over to the SIM, but it says it's full.
    I've no idea what I've done now as when I select Contacts-Open everything is there sometimes in duplicate and even triplicate, some with a SIM icon next to the contact & some without. Ooops!!!
    Any suggestions anybody please from a technophobe - don't really want to be scribbling all those numbers down just in case :-)

    Thank you :-)
    Just let me get this straight then, if my numbers are all still there on the SIM when I put it back in my old phone, I put it back into the 6700 and delete them from the phone memory??
    Another annoying problem is when there's a missed call it displays the number and not a name despite the number being a contact. I guess that could all be related to my original mess up

  • LMS 4.0.1 - Inventory problem with 6500 VSS

    Hello,
    I have just made a fresh install of LMS 4.0. I installed the 4.0.1 version too. It is done on a Windows 2008 STD running a WM environment.
    I have only one problem : I cannot get the inventory collection for a 6500 VSS chassis. It is discovered, I got the archive configuration, it is visible on the data topology and on CiscoView but when I try to collect it for the inventory I got the following message :
    R2-C6509-01
    Device Collection  Failed.
    Someone has an idea?
    Thanks by advance,
    Regards,
    Abel JULIAN,
    Nextiraone France.

    Login to LMS, then point your browser to
        http://SERVERIP:1741/rme/devices.do
    select your device and click "Edit Device Attributes", then click "Inlide Edit" and adjust the SNMP timeout settings for this device; in a first step change it to 10 (default is 2); Save the settings by clicking "Modify" and on the next screen "Apply".
    Retry Inventory Collection and see if it will be successful now.

Maybe you are looking for