Screen damage n85 help

hi i damage my nokia n85 screen can someone help me please if it can be repared? thxs

Taking it to a Nokia Care Point would be the answer.
Mark me a KUDOS if this has helped...

Similar Messages

  • N73 USB connectivity, screen damaged but need pics

    i hope someone can help get pics of my 4 month old of the fone.
    my N73 has screen damage and i need to get pics etc of it. has someone get a step by step pic guide?
    i tried using nokia pc suite, but it hangs in 'get connected'
    do i have to press buttons on the phone?
    i would very much appreciate any help.
    thanks,
    Aky

    Hi akyahmed
    Not familiar with N73 but other "N" series using PC Suite. When you connect USB connectivity cable, it will want confirmation of mode on phone so try pressing top left key above the green call one to "select" and see if establishes connection.
    I am assuming that PC Suite mode will be top of the available mode options, but in this I might be corrected.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Getting values from screen to search help exit

    Hi Experts,
    I have created a search help in which I am not using selection method but search help exit. Dialog type is 'Dialog with value restriction'. My requirement is to get the values entered in restriction screen into search help exit. Please suggest a parameter which will hold this value in search help exit function module.

    Hi M,
    As you know there are 5 steps in search help exit. For each step, the values in parameter of your search help exit is different.
    For your requirement, you need process in step 'DISP', and get the selection value from 'SHLP-SELOPT'.
    Example:
    *Build range for customer number 
    LOOP AT shlp-selopt INTO ls_selopt WHERE shlpfield = 'KUNNR'.   
      lr_kunnr-sign = ls_selopt-sign.   
      lr_kunnr-option = ls_selopt-option.   
      lr_kunnr-low = ls_selopt-low.   
      lr_kunnr-high = ls_selopt-high.   
    APPEND lr_kunnr.   
    CLEAR: lr_kunnr. 
    ENDLOOP.
    Then using the lr_kunnr range in your select statement.
    regards,
    Archer

  • HT4623 My ios update keeps getting stuck on the Restoring iPhone software stage. I uninstalled iTunes and reinstalled it again, but still nothing. Now I can't even use my phone as it shows the plug into iTunes screen. Please help!!!! Thanks,

    My ios update keeps getting stuck on the Restoring iPhone software stage. I uninstalled iTunes and reinstalled it again, but still nothing. Now I can't even use my phone as it shows the plug into iTunes screen. Please help!!!! Thanks,

    A Restore first downloads a new copy of iOS to your computer. On a slow Internet connection this can take a long time. How fast is your connection? How long would you expect it to take to download 900 MB?
    That's assuming nothing is interfering with the download. Some firewalls and antivirus programs will block the download or slow it down. So you should temporarily disable your security software. Security software can also block the update after the iOS download is complete.

  • After updating to 10.10.3, now my Macbook Pro will not stay logged in. I log in after restarting, and it will stay logged in for 3-5 seconds then immediately log off and go back to the login screen. Any help?

    After updating to 10.10.3, now my Macbook Pro 15" (mid-2014) will not stay logged in. I log in after restarting, and it will stay logged in for 3-5 seconds then immediately log off and go back to the login screen. Any help?
    By the way, I also updated my Macbook Pro 17" (mid-2009) and it seems to be running fine, though I haven't tried to restart it and log in. I'm afraid I won't be able to get this one to work either if I do.

    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, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login 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, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Screen damage and forgot the login password,how can i take out the photos

    my screen damage , totally lost , this iPhone5 is broken 1 year ago,  it has login password and i already forgot the password.i didn't open the icould and backup.  how can i take out my photos from my phone?  the photos is REALLY important for me. and i don't want to replace or fixes it anymore.

    Output of Invoice:
    Billing document (Change Mode) : VF02 --> Enter (takes to main screen) --> on the top line Goto --> Header --> Output  --> maintain output type --> Enter --> back --> Enter printer (in most cases LOCL) --> Enter & SAVE.
    Move out of billing document & revisit Billing Document in change mode(VF02) --> In the initial screen itself, on the top line o to Billing Document --> Output --> Screen / preview > Enter> a screen will pop-up on which printer name is mentioned --> Enter & you will get the preview of Invoice.
    To Configure printer, take assistance from basis consultant.
    Regards,
    Rajesh Banka

  • I have iTunes 11.1.3 and when I click on iTunes Store in the top right corner I just get a blank screen. Please help me! I want to buy music!

    I have iTunes 11.1.3 and when I click on iTunes Store in the top right corner I just get a blank screen. Please help me! I want to buy music!

    Hi, iTunes Store Help 12. 
    Thank you for visiting Apple Support Communities. 
    Here is an article I would recommend going through when experiencing issues with the iTunes Store. 
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/ts3297
    Cheers,
    Jason H. 

  • Selection screen as Subscreen help required

    Hello All,
    I am facing a problem by calling selection screen as subscreen, Here is my problem
    In my main screen i have create a sub screen as search help
    so in my sub-screen i have select-options
    If i click the button to include and exclude some values i don't see  the dailog box for selections is not appearing.
    Please provide help. I need to allow the user to enter some n values?
    Regards,
    Lisa

    Hi,
    There is a small mistake that you are doing..
    In the subscreen donot create the select options... What you need to do is... in the TOP Include write lines like..
    SELECTION-SCREEN BEGIN OF SCREEN 1010 AS SUBSCREEN.
    SELECT-OPTIONS s_proj FOR zimple_crmt_1000-title_part.
    SELECT-OPTIONS s_cr      FOR crmd_orderadm_h-object_id.
    SELECTION-SCREEN END OF SCREEN 1010 .
    Then.. in the screen where you have subscreen to be included write
    PBO
    CALL SUBSCREEN subs_1010 INCLUDING sy-repid '1010'.
    PAI
    CALL SUBSCREEN subs_1010.
    By doing this... the select option will appear on your subscreen with the extension and interval options.
    All the best.

  • My ipad 1 isnt working it is just showing the apple logo on the screen can anyone help me?

    my ipad 1 isnt working it is just showing the apple logo on the screen can anyone help me?
    If you can help me facetime me at [email protected] or msg me.

    It would help to know whether it ever did work, or is this a new iPad for you?  If new, you need to connect it to a Mac/PC that's running iTunes in order to register and initialize it.  If it used to work, try doing a reset.

  • Since the iOS 7.0.2 update, my iPad retina display is now experiencing white blurred screen, can you help me from this?

    Since the iOS 7.0.2 update, my iPad retina display is now experiencing white blurred screen, can you help me from this?

    Restore the device via iTunes on the computer.

  • AT selection-screen on ON HELP-REQUEST

    Hi
    What is normally done in the Selection Screen event :
    AT selection-screen on ON HELP-REQUEST.
    Normally pressing F1 helps gives Documentation present in Data Element assoicated with the field. Exactly in what cases would we be needing to use this event.

    Hi,
    That event is used for search.
    at selection-screen on value-request for p_file.
      call function 'F4_FILENAME'
           exporting
                field_name = 'p_file'
           importing
                file_name  = p_file.
    If you code in the same manner in the selection screen you will able to search and select a file from your work station, so that it will be uploaded in SAP.
    I hope this will help you, if not plzzz be back.
    CHEERS
    If your problem is solved award points and close the thread.

  • Screen Painter - search help for field

    Hello All,
    I have some fields in a screen created with Screen Painter.
    The filelds's types are standard system types like BU_PARTNER or other.
    How do I have to define them so that in the screen to appear the match code?
    Thank you very much,
    Diana.

    Hi Diana Cotelea,
    You can use standard search help 'BUPA'.
    Do as follows,
    1. Goto 'Dict' tab of the property of BU_PARTNER field in your screen, in 'Search Help' property enter the search help name 'BUPA'.
    2. Goto 'Program' tab, for 'Poss. Entries Key' property select 2 or 3 from its DropDowm List values.
    Try this.
    Regards,
    R.Nagarajan.

  • I can access resize screen bar in the lower right. It extends off screen. Please help?

    I can access resize screen bar in the lower right. It extends off screen. Please help?
    Irene

    Have you tried the resize button in the window corner upper right.  There are 3 buttons one closes the window one minimizes it without closes it and the other one toggles between full screen and a smaller screen.  Click the last one and see what happens.

  • White screen iPhone 3GS HELP!!

    Hi, i restored my old iphone 3gs, and when it finished, i figured out the screen was totally white. it also gives me the error 29 whichi i think it is because of the baterry but with the original baterry, it still did the same (not error 29. the screen)
    if i buy a 3GS battery, and restore again, will my screen go back to life? or is my screen damaged by some X reason?
    THAAAAANKKSS!!!

    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, and 40
    These errors typically occur when security software interferes with the restore and update process. Use the steps to troubleshoot security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See the steps under the heading "Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store." If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.

  • IPhone screen turned white- looks like screen damage but no damage has been done

    I turned my phone off because my Whatsapp was being weird. And when I went to turn my phone back on my screen was white/grey with a couple of faded vertical lines. The corners of the screen look darker and it looks like screen damage. The phone is still on just the screen isnt working, I have tried restarting but a number of times but this hasnt worked. Had loads of problems with my iPhone, anyone had anything similar happen?

    Give it a couple of gentle "spanks" across the back of it. If this doesn't solve it, back up and restore via iTunes. If the problem continues, restore as a new device and test. If the problem is solved, there is some kind of corruption in your backup file or maybe it's one of your apps causing problems. If it continues, take it to an Apple Store for evaluation of a possible hardware problem.

Maybe you are looking for

  • Connecting a wireless mouse and keyboard to new hp 5010

    I have a new HP 5010 All in One desk top that came with a wired keyboard and mouse.  I have a wireless HP keyboard and mouse that I would like to use from my old HP desktop.  I have run "add new devices" several times, but can't get the computer to r

  • Zip a text file and send as email attachment

    Hi,   I have a requirement to zip a text file and send it as an email attacment. I saw many posts with similar discussion on the forum but none gave me a very clear answer. Have anyone done this? If so please help. Regards, Hari.

  • Physical database not found

    Post Author: madan.76 CA Forum: Data Connectivity and SQL Hi All, I'm facing this problem. When I run my Crystal Report in it give error "Physical database not found", but all database related settings are correct, I'm using Access 97 database. Anybo

  • Branching based on radio button response

    Hi. I want three radio buttons on a slide that the user can only select one of. Based on the choice I wish to branch to one of three different paths of slides. Can anyone please point me in the direction of any tutorial or examples of how this is don

  • Email content exceeds screen size; cannot get to top to click on View

    Incoming e mail content is too large to fit 17" MacBook Pro screen. Unable to get to top of page to click on View where may (?) be able to make size adjustment for screen. To do?