5800 display remains blank despite using the lock/...

With firmware v20.0.012 on a German, blue 5800 RM-356 I have this problem which was not in the v11 FW.  I did a successful, legal update with NSU v1.4.98 and restored my settings with PC Suite 7.1.18.  The theme is a standard Nokia one.  The fault is as follows:
The display is turned off (standby mode) and then I press the middle, (white LED) menu key. A message appears faintly saying approximately (in German) "Use the lock/unlock slider to free the screen".  I can use the screen for some seconds but it fades again and goes blank (black).  What drove me freaking crazy was that using the lock/unlock slider now lights up the green/white/red LED keys but the display itself stays blank. The touchscreen vibrates when I hit it and I think the taps do function but I CAN'T SEE ANYTHING.  Using the slider again will fade the LEDs and everything is off.  Retry with the slider and the LEDs come on but no display!  The phone refuses to get out of this mode despite using lock/unlock slider many times and waiting 10 minutes etc.  I have to turn the 5800 off completely and restart to get back to normal.
A hard reset *#7780#  (or the corresponding menu option) did not improve this really.
Solution to what seems to be a bug in FW 20.0.012:
Display is off.  Press the middle (white LED) menu key and while the display is still faintly shown, activate the lock/unlock slider BEFORE THE DISPLAY FADES AGAIN.  This brings up to the display as normal.  Phew, what a relief!
This took days to work out the problem. If you accidently touched the middle, white-LED menu key once, when the 5800 was blanked (in your pocket?) then the lock/unlock slider only brings on the 3 coloured LEDS and no permanent display.
Does anyone else suffer from this?  I though it may be happening when the battery was low but now it seems to be easy to replicate.
Nokia.. please fix this!
Message Edited by steveritt on 17-Mar-2009 11:30 PM
Message Edited by steveritt on 17-Mar-2009 11:36 PM
Message Edited by steveritt on 17-Mar-2009 11:39 PM
Message Edited by steveritt on 17-Mar-2009 11:40 PM
Solved!
Go to Solution.

Hurrah, problem seems to be solved in firmware 21.0.025 from April 09.  If you now accidently press the red, green or white function key when the screen was blanked, the advice message still comes but it does NOT prevent unlocking with the slider shortly afterwards.  Wait for the white LED to fade and then you can restore the screen TO FULL BRIGHTNESS with the slider.

Similar Messages

  • Korean characters are displayed as blank box on the TextField in Galaxy Note 3/Android 4.4/AIR 4.0

    The AIR SDK we used is 1/14/2014 Release - AIR 4.
    The device we have tested on is Samsung Galaxy Note 3/Android 4.4.
    We found that it's quite similar with Bug 3681788 which has been fixed in Beta version 4.0.0.1619.
    We checked the issue again with this beta version, and the result is Chinese characters are shown correctly, but Korean's are still not.
    Bug 3681788: The CCJ languages characters are displayed as blank box on the TextField.
    Hope it can be fixed as soon as possible.

    Japanese Characteres have same issue.
    We tested on ASUS Nexus 7/Android 4.4.2/AIR 4.0 and Japanese characters are displayed as blank box in the TextField.
    The AIR SDK we used is February 20th 2014 Release - AIR 4.
    The device we have tested on is ASUS Nexus 7/Android 4.4.2.
    AIR SDK 3.6 worked fine.
    AIR SDK 3.9 has same issue.
    We tested Chinese on ASUS Nexus 7/Android 4.4.2/AIR 4.0, and Chinese Characters are displayed as blank box in the TextField.
    I doubt that Korean Characters will also displayed as blank box.( Sorry we cannot read or write Korean so we couldn't test it)
    I am guessing GalaxyNote 3(4.4) may also have same issue with Japanese.
    Hope this helps
    Kenta

  • What is the use for lock object and how to use the lock objects

    Hi Guru's,
    I am new to ABAP .Can you please clarify the that what is the use of lock object and how to use the loct object .what is use of the Deque & Enque  function modules .

    hi ,
    below are some minfo about lock objects :
      Lock Objects
    These types of objects are used for locking the access to database records in table. This mechanism is used to enforce data integrity that is two users cannot update the same data at the same time. With lock objects you can lock table-field or whole table.
    In a system where many users can access the same data, it becomes necessary to control the access to the data. In R/3 system this access control is built-in on database tables. Developers can also lock objects over table records.
    To lock an object you need to call standard functions, which are automatically generated while defining the lock object in ABAP/4 dictionary. This locking system is independent of the locking mechanism used by the R/3 system. This mechanism also defines LUW i.e. Logical Unit of Work. Whenever an object is locked, either by in built locking mechanism or by function modules, it creates corresponding entry in global system table i.e. table is locked. The system automatically releases the lock at the end of transaction. The LUW starts when a lock entry is created in the system table and ends when the lock is released.
    Creating Lock Objects
    Lock object is an aggregated dictionary object and can be defined by using the following steps:
    o From initial data dictionary screen, enter the name for the object, Click Lock object radiobutton and then click on Create. The system displays a dialog box for Maintain Lock Objects screen
    o Enter short text as usual and the name for primary table.
    -Save
    -Select Tables option
    From this screen you can:
    Select secondary tables, if any, linked by foreign key relationship.
    Fields for the lock objects. This option allows you to select fields for objects (R/3 system allows locking up to record level). Lock object argument are not selected by user but are imposed by the system and includes all the primary keys for the table.
    1) Exclusive lock: The locked data can only be displayed or edited by a single user. A request for another exclusive lock or for a shared lock is rejected.
    2) Shared lock: More than one user can access the locked data at the same time in display mode. A request for another shared lock is accepted, even if it comes from another user. An exclusive lock is rejected.
    3) Exclusive but not cumulative: Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. All other lock requests are rejected.
    Also, last but not the least, locking the object is logical (locking with any enqueue ) .so, you have to use the lock object while trying to access from second program .
    reward if helpful ,
    Regards,
    Ranjita

  • Chinese characters are displayed as blank box on the TextField in Taiwan Android 4.4.2/AIR4.0

    Chinese characters are displayed as blank box on the TextField in Taiwan Android 4.4.2/AIR4.0, such as Nexus7, HTC One,  but in mainland China Nexus7(Android 4.4.2/AIR4.0) showed normal
    AIR SDK is 4.0.0.1628.
    Hope it can be fixed as soon as possible.
    Here is test code:
    package
              import flash.display.Sprite;
              import flash.display.StageAlign;
              import flash.display.StageScaleMode;
              import flash.text.Font;
              import flash.text.TextField;
              import flash.text.TextFieldAutoSize;
              import flash.text.TextFormat;
              public class TestFont extends Sprite
                        public function TestFont()
                                  stage.scaleMode = StageScaleMode.NO_SCALE;
                                  stage.align = StageAlign.TOP_LEFT;
                                  var sprite:Sprite = new Sprite();
                                  var value1:String = "简体中文测试";
                                  var value2:String = "繁體中文測試";
                                  var txt11:TextField = createTextField(null, "11 "+value1);
                                  txt11.x = 10;
                                  txt11.y = 10;
                                  sprite.addChild(txt11);
                                  var txt12:TextField = createTextField(null, "12 "+value2);
                                  txt12.x = txt11.x + txt11.width;
                                  txt12.y = txt11.y;
                                  sprite.addChild(txt12);
                                  var txt21:TextField = createTextField("STHeitiTC-Medium","21 "+value1);
                                  txt21.x = 10;
                                  txt21.y = txt11.y + txt11.height;
                                  sprite.addChild(txt21);
                                  var txt22:TextField = createTextField("MSYH","22 "+value2);
                                  txt22.x = txt21.x + txt21.width;
                                  txt22.y = txt21.y;
                                  sprite.addChild(txt22);
                                  var lastY:int = txt22.y + txt22.height;
                                  var fonts:Array = Font.enumerateFonts(true);
                                  var index:int = 0;
                                  for each (var font1:Font in fonts)
                                            index++;
                                            var txtF:TextField = createTextField(font1.fontName, index + "/" + fonts.length + " " + font1.fontName + " "+value1 +" " + value2);
                                            txtF.x = 10;
                                            txtF.y = lastY;
                                            sprite.addChild(txtF);
                                            lastY += txtF.height;
                                  addChild(sprite);
                        public function createTextField(font:String, value:String):TextField{
                                  var txt:TextField = new TextField();
                                  txt.autoSize = TextFieldAutoSize.LEFT;
                                  var format:TextFormat = new TextFormat();
                                  if(font != null){
                                            format.font = font;
                                            txt.defaultTextFormat = format;
                                            txt.setTextFormat(format);
                                  txt.text = value;
                                  var dformat:TextFormat = txt.defaultTextFormat;
                                  if(dformat != null){
                                            txt.text = value + " |" + dformat.font;
                                  if(font != null){
                                            txt.setTextFormat(format);
                                  return txt;

    I am in mainland China, my Nexus7 can display chinese characters, but my friend in Taiwan, his android4.4.2 display chinese characters as blank.
    I don't understand the reason.
    By the way, TextFormat.font don't work, whatever I set any fonts, display are the same.
    My screenshots:
    Taiwan's screenshots:

  • Hello anyone know how to use the locked iphone outside USA

    hello anyone know how to use the locked AT&T iphone 5 outside US. I'll go to Japan. Don't know if the phone can be used there.any idea will be appreciated.

    You'll need to get it unlocked by ATandT to avoid paying huge roaming costs.
    See: http://www.att.com/esupport/article.jsp?sid=KB414532&cv=820

  • When open photoshop a message came up saying photoshop has given up waiting for assesment of the display driver. enhancements that use the graphics hardware have been disabled... can anyone help?

    when open photoshop a message came up saying photoshop has given up waiting for assesment of the display driver. enhancements that use the graphics hardware have been disabled... can anyone help?

    The best thing to do is to go into Help > System Info, copy and paste the contents into your reply.
    One of us or several should be able to sort it out for you.
    Gene

  • Chinese characters are displayed as blank box on the TextField in The new HTC One with Android 4.4.2

    I use the AIR SDK is 4.0.0.1628, mobile phone is The new HTC One with Android 4.4.2 in Taiwan.
    When the application installed on the The new HTC One with Android 4.4.2, chinese characters in TextField displayed as blank.
    Hope it can be fixed as soon as possible.
    The test code:
    package
              import flash.display.Sprite;
              import flash.display.StageAlign;
              import flash.display.StageScaleMode;
              import flash.text.Font;
              import flash.text.TextField;
              import flash.text.TextFieldAutoSize;
              import flash.text.TextFormat;
              public class TestFont extends Sprite
                        public function TestFont()
                                  stage.scaleMode = StageScaleMode.NO_SCALE;
                                  stage.align = StageAlign.TOP_LEFT;
                                  var sprite:Sprite = new Sprite();
                                  var value1:String = "简体中文测试";
                                  var value2:String = "繁體中文測試";
                                  var txt11:TextField = createTextField(null, "11 "+value1);
                                  txt11.x = 10;
                                  txt11.y = 10;
                                  sprite.addChild(txt11);
                                  var txt12:TextField = createTextField(null, "12 "+value2);
                                  txt12.x = txt11.x + txt11.width;
                                  txt12.y = txt11.y;
                                  sprite.addChild(txt12);
                                  var txt21:TextField = createTextField("STHeitiTC-Medium","21 "+value1);
                                  txt21.x = 10;
                                  txt21.y = txt11.y + txt11.height;
                                  sprite.addChild(txt21);
                                  var txt22:TextField = createTextField("MSYH","22 "+value2);
                                  txt22.x = txt21.x + txt21.width;
                                  txt22.y = txt21.y;
                                  sprite.addChild(txt22);
                                  var lastY:int = txt22.y + txt22.height;
                                  var fonts:Array = Font.enumerateFonts(true);
                                  var index:int = 0;
                                  for each (var font1:Font in fonts)
                                            index++;
                                            var txtF:TextField = createTextField(font1.fontName, index + "/" + fonts.length + " " + font1.fontName + " "+value1 +" " + value2);
                                            txtF.x = 10;
                                            txtF.y = lastY;
                                            sprite.addChild(txtF);
                                            lastY += txtF.height;
                                  addChild(sprite);
                        public function createTextField(font:String, value:String):TextField{
                                  var txt:TextField = new TextField();
                                  txt.autoSize = TextFieldAutoSize.LEFT;
                                  var format:TextFormat = new TextFormat();
                                  if(font != null){
                                            format.font = font;
                                            txt.defaultTextFormat = format;
                                            txt.setTextFormat(format);
                                  txt.text = value;
                                  var dformat:TextFormat = txt.defaultTextFormat;
                                  if(dformat != null){
                                            txt.text = value + " |" + dformat.font;
                                  if(font != null){
                                            txt.setTextFormat(format);
                                  return txt;

    I am in mainland China, my Nexus7 can display chinese characters, but my friend in Taiwan, his android4.4.2 display chinese characters as blank.
    I don't understand the reason.
    By the way, TextFormat.font don't work, whatever I set any fonts, display are the same.
    My screenshots:
    Taiwan's screenshots:

  • Is the ipad screen sensitive for burning when you do not use the lock function

    I want to have the ipad directly accessible at all times. Setting the lock function to 'never' allows this. Now the apps on the home screen are displayed continuously. Will this affect the screen like it was on tv and computer that after a while you see 'imprints' of those apps on the screen, called 'burning'?

    1Password from Agilebits will sync changes across your Mac and iOS devices using either iCloud or Dropbox.

  • Will an Infra-Red Adapter work with a macbook pro retina display so I can use the apple TV remote for presentations?

    I have always used the apple TV remote for my presentations.  I bought a retina display last year for the betterment of my presentations and now I have to stand near my computer and hit a button to change my slides where as before I used my remote.  Will a infra-red adapter work with the apple TV remote in the macbook pro retina display?  Love my computer, but very disappointed not to have a remote for presentations that does not need the internet.  Does anyone have any ideas?

    Yes, I used that and it works great if you have wireless connection.  Im looking for  a remote that worked like the apple TV remote.  My questions is, "Is there a USB infra-red remote that works with mac.  I have found this one: Keyspan EZ1 easy presenter.  It claims with works with PC and Mac and the reviews are good.  Does anyone know anything about it or if it works with retina display macs?

  • Why does my MacBook Pro Retina screen display pixilated graphics when using the finder?

    While this started just after the latest OS X update, each time I use the finder now to locate a graphic to upload, the graphic appears extremely pixelated. It does not matter which application I use to search and upload a graphic file, the graphic appears smaller and bleeds out. I just purchased the new Video Motion Pro video editing software, and every single graphic I upload to this application is pixelated. Has anyone else had any problems with their retina display after the last update?
    Here are some examples of hi resolution graphics that now appear pixelated on my Retina screen:
    http://www.screencast.com/t/dlxwi80x
    http://www.screencast.com/t/WhG1h5dBh
    If anyone is aware of an application or Apple software test that allows me to check my graphic card and retina display, please advise. I have performed multiple disk utility checks, restarts, etc., but nothing seems to help.
    Any assistance would be greatly appreciated!
    Thanks!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain iMacs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • IPhone 6 display got zoomed while using the camera (happened after update to iOS 8.1.3)

    Hi, after updating to the newest iOS version (iOS 8.3) I have experienced a lot of graphics issues. I experiensed it in the keyboard with some of the "button pop-ups" lingers. Also, when I rotate the phone it kinda shows a negative version of the screen besides the normal one during the rotation animation.
    However this is not the big problem.
    Cause, while I was about to take a picture, using the standard camera app, I zoomed in stretching two fingers away from each others. Suddenly the whole screen zoomed in, not only the camera. So after that I can only see a limited part of the screen. I have tried to turn the phone off and on and it seems promising during the startup (I can then see the apple logo in normal size), but as soon as it comes to the locked screen it zooms in again.
    Because of this IO am now unable to use the cellphone and I consider to downgrade to 1.2.
    I appreciate all suggestions.

    To disable Zoom double-tap the screen with three fingers.
    Go to Settings > General > Accessibility > Zoom and turn this OFF.

  • Display stays off when using the remote...

    I've setup my mac to deactivate the screen after 10mins of inactivity. When the display is automatically switched off, the remote doesn't wake the screen when I press buttons anymore. I can hear all the typical front row sounds when I press the buttons but the screen stays black. The display comes back on as soon as I move the mouse though....
    It worked fine before I updated my firmware. :o(

    Seem to have found the cause: It only happens after i've used Windows via Bootcamp. After restarting front row a couple of times it works again though.
    Hooray!

  • How do I synchronize display with printed colors using the Calibration Syst

    The windows headed "Determine your display's native response..." seem confusing to me in the use of "match" and "neutral" matching of the backgrounds using the apple shape and adjacent sliders.
    I have accumulated several settings and may have tampered with the original one which I would like to go back to.
    The printer is a Canon iP6000 and produces great pictures off my Win XP machine whose native calibration I never had to change. Thanks for any help.

    Thanks for the feedback. Some people (tech writers, in this instance) think that being clear and concise, even if you have to use the same word more than oncd, isn't creative, modern, or cool enough. They've fallen for looking good and forgot about being good. Good computing.

  • Installed 2nd graphics card in HP Pavillion Windows 8.1, but displays remain blank (no signal).

    Model #: 500-314
    Product #: F3E92AA#ABA
    I just upgraded to a new HP, and need to run 4 displays.  I purchased a 2nd video card (Radeon R7 240), installed it, overcame the secure boot issue, but the additional 2 displays are blank.
    When I check for the graphic cards, it only shows the AMD Radeon R7 Graphics card.
    Also, the R7 240 CD with the drivers, does not open. when I click on it.   It just shows the little blue circle like its working on opening the program, but it does not open the program.   So I went to the Radeon website and downloaded the drivers for the R7 240.  It installed Catalyst, but still nothing.
    What can I do to make this work?
    Thank you

    Hi:
    When you install an add on graphics card, the onboard video is automatically disabled and cannot be enabled.
    That info has been left off of the product specs page.
    You can check to see if there is a BIOS setting to enable the onboard video but I doubt there is one.
    I can't help you with why you are having issues with the add on card.
    All I can say is that if you did not first uninstall the graphics drivers from the onboard graphics before you installed the new card, that is probably the problem.

  • 30" cinema display remains blank on reboot

    This subject is still alive, even if the discussions are archived.
    I have had the problem of the black screen on restart many times, with a G5 and with a Mac Pro. It was always solved by resetting the PMS and then the PRAM. However, yesterday we had a power outage (very common here) and on reboot there was nothing happening on the display. I did the reset but it was still blank. Turned the MacPro on with the USB and Firewire plugs from the ACD disconnected and the display worked fine. Plug the USB cable back in, the screen goes off etc etc. Tried the reset again, leaving it decoupled for a full minute. Still no joy.
    Before I go and buy a USB hub and a longer firewire cable, I wondered if there had been any developments on this front since we last met to complain about the very poor support we are getting for this very very expensive display?
    Drew

    I had the same problem a minute ago. The power light sometimes comes on, but the screen is just blank (either lit blank or off, depending on the power state. I read elsewhere in an archived thread that removing all the cables and powering back up worked. I had a mouse plugged into my kyb and the kyb plugged into the back of the display. Into gfx card I had the main video cable + USB feed-through for the mouse & kyb. I unplugged everything and left it a few secs. I then just plugged in the video cable and booted up. SUCCESS! - I then re-connected the mouse to the kyb & the kyb to the back of the display and its all working fine so far.
    Note: This was just after a Lion security update came down but I hadn't rebooted yet. I'm now running 10.8.4
    Apple Cinema Display 30-inch DVI (2500 x1600)
    Early 2009 Mac Pro
    2x2.26 Quad Intel Xeon
    8Gb 1066Mhz DDR3 ECC
    NVIDIA GeForce GT120 512Mb
    OS X 10.8.4 (12E55)

Maybe you are looking for

  • Material PO text  in Material Master upload

    Hello, I want to upload the Material Master and want to upload the Material PO text field as well How do i upload this field. I cant find any technical name of the field nor any field in the object while uploading thru LSMW ?  Kindly respond. Thanks,

  • Copy from quicktimepro, paste to imovie?

    Why can't I copy from quicktime pro and paste into imovie? I'm needing to copy very short segments from a MPEG4 Quicktime movie (which I can do fine), but when I switch over to iMovie, "paste" is greyed out. I was hoping to find a way to avoid the lo

  • How do i upload my pictures from my iphone to my imac?

    we got my sisters older imac and i would like to upload pictures from my iphone4 to it.  help is much appreciated. thanks

  • Problem with downloading Nikon D-7000 images

    I am having problem downloading images from new Nikon D7000 to my iMac to view in iPhoto.  No Nikon ikon appears on the desktop. I can view the images on playback in the camera. Solutions?

  • Keyword list system standardizing

    Keyword list system in Adobe Bridge CC is different from Lightroom. Lightroom has Synonyms options. When photos export from Lr, Bright will put synonyms keywords into "Other Keywords" list. It will make the Bridge keyword list a mess. For example. In