Problem with the red screen

Hello everyone.
Im looking into buying a Lumia 1020, and I found one in good condition for 120e. The only problem is that it is stuck on a red screen with a Nokia logo. The only usefull thing that the sellers says is that it is stuck in on that screen, no further info.
Can someone tell me if that is a hardware issue, or a software issue, and if its software related, can it be fixed?
I want to be sure before buying the phone.
Thanks in advance.
Moderator's note: This post is edited. Please note that any form of advertisement is not allowed in the forum.

Thanks for your interest on buying a Lumia 1020, Gzgzone. The only way we can confirm the possible cause of an issue is to have the phone checked by an licensed technician at an authorized service center. Aside from that, we have support pages and FAQs that could help isolate the issues with your Lumia. Here's an example: FAQ - My Lumia phone does not work or respond as expected.
However, we recommend buying Lumia products from authorized retailers. In that way, you're assured that you will enjoy all support and warranty services we offer in case your device isn't working properly. This link will lead you to our local support finder in case you are interested to visit an authorized local retailer: MS Mobile - Change locale.
Let us know if this information has helped you decide for good. BTW, welcome to the Microsoft Mobile community! 

Similar Messages

  • Why my ipad have problem with the rotation screen

    i have a problem with the rotation screen is locked, i try everything but nothing is happening help

    If you see a lock icon in the upper right corner of the screen - then the screen orientation is locked.
    Try the side switch above the volume rocker first and see if that unlocks the screen. If that doesn't do it, double tap the home button and swipe to the right and look for the lock icon all the way to the left.
    If the screen is unlocked but still will not rotate, reset the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the button

  • My iPod Touch 3rd Gen is having problems with the touch screen being unresponsive, too responsive, freezing and constantly resizing. Is this a common problem? Is there a fix?

    My iPod Touch (3rd Gen) is having problems with the touch screen being unresponsive, too responsive, freezing and constantly resizing. It varies between not responding when I tap the screen and acting as if I double-tap or tap and hold when I tap. Every so often it freezes for a minute or so and then comes back. The scren is constantly changing sizes too such that I often can't see most of the top status bar or other edges. This makes typing almost impossible, ruins most games and generally makes everything difficult, but otherwise the iPod is working correctly. Powering off, shutting down apps, letting it sit have not worked. This has happened once before months ago, but the issue resolved itself somehow. Is this a common problem? Is there a fix?

    Try this for the freezing
    http://www.apple.com/support/ipodtouch/assistant/ipodtouch/
    Or if they don't work put it into recovery mode
    See here
    http://www.apple.com/support/ipodtouch/assistant/restore/
    Then restore
    http://support.apple.com/kb/HT1414

  • Are there any other left eye dominant (or left handed) iPhone users that experience problems with the touch screen keyboard selecting the letter next to the one you'd intended..?

    Are there any other left eye dominant (or left handed) iPhone users that experience problems with the touch screen keyboard selecting the letter next to the one you'd intended..?

    It's either hand right or left.
    I have the same issue myself.  Not sure if it's b/c my fingers are too big or if I'm really missed the letter on the keyboard.

  • Problem with the selection screen in submit program

    Hi Friends,
    i am facing the problem wih the selection screen in submit program. in my Module pool program i am using the submit program statement, When i execute the program , The module program display the submit program selections creen.
    I have implemented the code same as below.
    submit ztest with tknum =p_tknum and  return.
    Can you pleaes help me how to avoid the submit program selection screen.
    Thanks,
    Charan

    Hi Charan,
    You have to give the selection screen values when you submit a job.
    Press F1 on submit and you will see more details.
    Here is an example from ABAP Documentation.
    Program accessed
    REPORT report1.
    DATA text(10) TYPE c.
    SELECTION-SCREEN BEGIN OF SCREEN 1100.
      SELECT-OPTIONS: selcrit1 FOR text,
                      selcrit2 FOR text.
    SELECTION-SCREEN END OF SCREEN 1100.
    Calling program
    REPORT report2.
         DATA: text(10)   TYPE c,
          rspar_tab  TYPE TABLE OF rsparams,
          rspar_line LIKE LINE OF rspar_tab,
          range_tab  LIKE RANGE OF text,
          range_line LIKE LINE OF range_tab.
    rspar_line-selname = 'SELCRIT1'.
    rspar_line-kind    = 'S'.
    rspar_line-sign    = 'I'.
    rspar_line-option  = 'EQ'.
    rspar_line-low     = 'ABAP'.
    APPEND rspar_line TO rspar_tab.
    range_line-sign   = 'E'.
    range_line-option = 'EQ'.
    range_line-low    = 'H'.
    APPEND range_line TO range_tab.
    range_line-sign   = 'E'.
    range_line-option = 'EQ'.
    range_line-low    = 'K'.
    APPEND range_line TO range_tab.
    SUBMIT report1 USING SELECTION-SCREEN '1100'
                   WITH SELECTION-TABLE rspar_tab
                   WITH selcrit2 BETWEEN 'H' AND 'K'
                   WITH selcrit2 IN range_tab
                   AND RETURN.
    Regards,
    Jovito.

  • Problem with the splash screen

    Hi,
    since a week the splash screen (the "about box" with version of ps etc.) of photoshop cs5 extended is at the wrong position. Normally this one is in the middle of my screen, but now it is on the top. The splash screens of Indesign and Illustrator (and the other ones) are at the correct position.
    I started photoshop with the combination "Ctrl + Alt + Shift" to reset all settings of it. Nothing happens, still the same.
    It's not a critical problem, because photoshop works without an error, but it doesn't look nice.
    Thank you for every idea or help.
    Greetings from Germany
    RazooN

    For me the Photoshop splash screen is centered on my primary monitor (of two).
    "Spanning" refers to making a single virtual display out of multiple monitors.  Some games and specialized applications need this to put their displays on multiple screens (Photoshop does not).  Since you have only one monitor, my question is not pertinent.
    I can only suggest, since what you're reporting almost has to be due to a failure in the reporting of the desktop metrics, that perhaps a video driver update (from the web site of the maker of your video card) might help.
    A shot in the dark:  You don't use a desktop "reskinning" application called StarDock WindowBlinds do you?
    -Noel

  • Problem with the selection screen

    Hi All,
           In my program i have given the input in selection screen , Its process something and a msg was displayed , and user confirm it to continue , the program take us back to the selection screen - in this case i have to clear all the values from the selection parameters.
    I tried lot , but i didn't get this result.
    I know this is the standard functionality , But anything is there to clear the selection parameters.
    Regards,
    S.C.K

    Hi All,
    In my program i have given the input in selection screen , Its process something and a msg was displayed , and user confirm it to continue , the program take us back to the selection screen - in this case i have to clear all the values from the selection parameters.
    I tried lot , but i didn't get this result.
    I know this is the standard functionality , But anything is there to clear the selection parameters.
    Regards,
    S.C.K
    I didn't go through the long list of replies nor I don't know if you gave it a thought, but you can try this,
    create a [system variant|http://help.sap.com/saphelp_nw04/helpdata/en/c0/980389e58611d194cc00a0c94260a5/content.htm] (variant name starts with CUS& eg: CUS&BLANK) with the entire selection screen fields blanks and use the following function module to call that variant after msg is displayed.
    CALL FUNCTION 'RS_SUPPORT_SELECTIONS'
           EXPORTING
                report               = sy-repid
                variant              = 'CUS&BLANK'
           EXCEPTIONS
                variant_not_existent = 01
                variant_obsolete     = 02.
    You can hide the variant by checking the box "Only display in catalog".

  • Is anyone having problems with the main screen button of the Iphone 4?  More often than not I have to press the button 10-15 times to open or close a screen..

    My Iphone 4 main button on bottom only intermittently works...usually have to press it 10-15 times to get it to work..other times(like whenever I schedule a n appt with the genius bar to check it out), it works fine.  Driving me crazy...only 6 mos old.

    Try this: http://forums.adobe.com/message/2796075

  • Captivate 4 - Problems with the welcome screen?

    Hello, I just tryed out the Captivate 4 trial, but I run into problems. When I try to open a file, it loads, but it doesnt show up! If I turn off the welcome scren, and load a file, the problem still remains, nothing shows up, it remains grey. I solved the problem temporaly, I can access the projects if I turn on the "Comments" option in the Windows menu, but I have to do it at every project load. Any help would be appreciated. Thanks.

    Unless you bought an unlocked French phone, no one here can help you. If your phone is one of the French phones, you'll need to contact Apple France for assistance.

  • Problem with the touch screen

    All buttons but phone, email, safari, and ipod work but these 4 do not.
    Do i need a new one?

    If a reset doesn't restore full function, then try a restore. If a restore doesn't work then yes, a return and exchange is in store.

  • Problem with the default selection screen condition

    hi guys,
    I have got some problem with the default screen given by the PNP logical database, P0000 infotype automatically populated according to the condition given in default screen.
    Reg,
    Hariharan

    Don know what u r trying to acheive.
    1) when u have specified PNP in the logical databse field of attributes of program, the SAP wil proivde u default PNP screen and here u can also add ur paramters if u want.
    2) in the program u have to declare like
    INFOTYPES: 0000,0001. "Etc
    for all the infotypes u want to use in the program.
    3) it is the GET PERNR event which wil fil all the p0000 and p0001 (internal tables for al the infotypes declared via INFOTYPES syntax as shown above)
    4) after tht get pernr, u now have data in P tables and u can use it for further reporting.
    5) refer below dummy code -
    REPORT  ZPPL_PREVEMPLOYERS   message-id rp
                                 line-size 250
                                 line-count 65.
    *Program logic :- This Report is used to Download all the Previous
    * Employer (IT0023) records of the employees
    *eject
    *& Tables and Infotypes                                                *
    tables: pernr.
    infotypes: 0000,
               0001,
               0002,
               0023.
    *eject
    *& Constants                                                           *
    constants: c_1(1)       type c               value '1'   ,
               c_3(1)       type c               value '3'   ,
               c_i(1)       type c               value 'I'   ,
               c_x(1)       type c               value 'X'   ,
               c_eq(2)      type c               value 'EQ'  ,
               c_pl03       like p0001-werks     value 'PL03'.
    *eject
    *& Selection-Screen                                                    *
    parameters: p_file  like rlgrap-filename default 'C:TempABC.xls',
                p_test  as checkbox default c_x               .
    *eject
    *& Internal tables                                                     *
    * Internal Table for Output
    data: begin of t_output occurs 0    ,
           pernr like pernr-pernr       ,
           nachn like p0002-nachn       ,
           vorna like p0002-vorna       ,
           orgeh_stext like p1000-stext ,
           plans_stext like p1000-stext ,
           begda like p0023-begda       ,
           endda like p0023-endda       ,
           land1 like p0023-land1       ,
           arbgb like p0023-arbgb       ,
           ort01 like p0023-ort01   .
    data: end of t_output           .
    *eject
    *& Variables                                                           *
    data: o_stext like p1000-stext,
          p_stext like p1000-stext.
    *eject
    *& Initialization                                                      *
    Initialization.
    * Initialize Selection-Screen values
      perform init_selction_screen.
    *eject
    *& AT Selection-screen                                                 *
    at selection-screen .
    * Check if Test run selected, download file name should be entered
      if p_test is initial.  "
        if p_file is initial.
          message e016 with 'Please enter file name'
                            'specifying complete path'.
        endif.
      endif.
    *eject
    *& Start-of Selection                                                  *
    Start-of-selection.
    get pernr.
      clear t_output.
    * Read Infotype 0
      rp-provide-from-last p0000 space pn-begda pn-endda.
      check pnp-sw-found eq c_1.
    * Check if employee is active
      check p0000-stat2 in pnpstat2.      "pernr Active
    * Read Infotype 1
      rp-provide-from-last p0001 space pn-begda pn-endda.
      check pnp-sw-found eq c_1.
    * check if employee belongs to PL03
      check p0001-werks in pnpwerks.  "belongs to PL03
    * Check if emp belongs to Active Group
      check p0001-persg in pnppersg.
    * Read Infotype 2
      rp-provide-from-last p0002 space pn-begda pn-endda.
      check pnp-sw-found eq c_1.
    * Read Org Unit Text.
    CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT'
         EXPORTING
              OTYPE                   = 'O'
              objid                   = p0001-orgeh
              begda                   = p0001-begda
              endda                   = p0001-endda
              reference_date          = p0001-begda
         IMPORTING
              object_text             = o_stext
          EXCEPTIONS
              nothing_found           = 1
              wrong_objecttype        = 2
              missing_costcenter_data = 3
              missing_object_id       = 4
              OTHERS                  = 5.
    *Read Position Text.
    CALL FUNCTION 'HR_READ_FOREIGN_OBJECT_TEXT'
         EXPORTING
              OTYPE                   = 'S'
              objid                   = p0001-plans
              begda                   = p0001-begda
              endda                   = p0001-endda
              reference_date          = p0001-begda
         IMPORTING
              object_text             = p_stext
         EXCEPTIONS
              nothing_found           = 1
              wrong_objecttype        = 2
              missing_costcenter_data = 3
              missing_object_id       = 4
              OTHERS                  = 5.
    * Gather all the required information related to the emp
      move: pernr-pernr to t_output-pernr,
            o_stext to t_output-orgeh_stext,
            p_stext to t_output-plans_stext,
            p0002-nachn to t_output-nachn,
            p0002-vorna to t_output-vorna.
    * Gather previous Employee details
      loop at p0023.
        move-corresponding p0023 to t_output.
        append t_output.
      endloop.
    *eject
    *& End-of Selection                                                    *
    end-of-selection.
      perform print_report.
    * Downlaod the file
      if not t_output[] is initial.
        if p_test eq space.
          perform download_file.
        endif.
      else.
        write: 'No records selected' color col_negative.
      endif.
    *eject
    *& Top-of-page                                                         *
    Top-of-page.
    * Print Header
      perform print_header.
    *eject
    *&      Form  download_file
    * Description :
    FORM download_file .
      DATA: full_file_name    TYPE string,
            z_akt_filesize    TYPE i     .
      full_file_name = p_file.
    *  download table into file on presentation server
      CALL METHOD cl_gui_frontend_services=>gui_download
        EXPORTING
          filename                = full_file_name
          filetype                = 'DAT'
          NO_AUTH_CHECK           = c_x
          codepage                = '1160'
        IMPORTING
          FILELENGTH              = z_akt_filesize
        CHANGING
          data_tab                = t_output[]
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          not_supported_by_gui    = 22
          error_no_gui            = 23
          OTHERS                  = 24.
      IF  sy-subrc               NE        0.
        MESSAGE e016 WITH 'Download-Error; RC:' sy-subrc.
      ENDIF.
    ENDFORM.                    " download_file
    *eject
    *&      Form  print_report
    *Description:
    FORM print_report .
      data: i       type i,
            w_count type i.
      sort t_output.
    * Print the report
      loop at t_output.
        i = sy-tabix mod 2.
        if i eq 0.
          format color col_normal intensified on.
        else.
          format color col_normal intensified off.
        endif.
        write:/1     t_output-pernr          ,
               10     t_output-vorna(25)     ,
               35    t_output-nachn(25)      ,
               61   t_output-orgeh_stext     ,
               102  t_output-plans_stext     ,
               143  t_output-begda           ,
               154   t_output-endda          ,
               168   t_output-land1          ,
               178   t_output-arbgb(40)      ,
               219   t_output-ort01          ,
               249   space              .
      endloop.
      uline.
      Describe table t_output lines w_count.
      Skip 2.
      Write:/ 'Total No of Records Downloaded: ' color col_total,
              w_count.
    ENDFORM.                    " print_report
    *eject
    *&      Form  print_header
    *Description:
    FORM print_header .
      skip 1.
      Uline.
      format Intensified on color col_heading.
      write:/1   'Pers. #'        ,
             10   'Last Name'     ,
             35   'First Name'    ,
             61   'Org Unit'      ,
             102  'Position'      ,
             143  'Beg Date'      ,
            154   'End Date'      ,
            168   'Cntry Key'     ,
            178   'Prev Employer' ,
            219  'City'           ,
            249   space          .
      format intensified off color off.
      uline.
    ENDFORM.                    " print_header
    *eject
    *&      Form  init_selction_screen
    *Description:
    FORM init_selction_screen .
      refresh: pnpwerks,
               pnppersg,
               pnpstat2.
      clear:   pnpwerks,
               pnppersg,
               pnpstat2.
      pnpwerks-sign   = c_i.
      pnpwerks-option = c_EQ.
      pnpwerks-low    = c_pl03.
      append pnpwerks.
      pnppersg-sign   = c_i.
      pnppersg-option = c_EQ.
      pnppersg-low    = c_1.
      append pnppersg.
      pnpstat2-sign   = c_i.
      pnpstat2-option = c_EQ.
      pnpstat2-low    = c_3.
      append pnpstat2.
    ENDFORM.                    " init_selction_screen

  • Recurring screen problems with the x220

    Hi,
    Does the x220 have a known problem with the IPS screens ...
    In November I came across this issue https://twitter.com/colonelrosa/status/271035133967101952/photo/1 Nothing to do with the video card and the screen was flickering based on the opening position..
    Thought it was a one off problem, send it back and got a replacement in December, fine. 
    Now only a few months later the same thing is happening to my replacement: https://twitter.com/colonelrosa/status/310716193529020416/photo/1
    It's the same area too. My warranty is live until 2015, but I can't take a week off every few months when it dies again. 
    My opinion of Lenovo has changed somewhat, I thought the computers were supposed to be built like tanks but I guess they're not as reliable as I'd heard. 
    I'm getting in contact with support tomorrow, I guess I'm just venting here. *sigh*.

    hey ODub,
    before all of this started, was any software installed or removed ?
    and before the bios was updated, was the unit freezing less or more ?
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Problem with the fullscreen setting in Mountain lion

    Hi, I am experiencing a problem with the full screen setting of my Mountain Lion. The trouble is that when I run certain apps such as Zotero or Scrivener and I open, say, the preferences window, this is automatically set in fullscreen, although it should not be. I have already got in contact with the Scrivener team and they suggested that was a problem related to one of the apps I use to manage my windows, i.e. RIghtzoom and Window Tidy. Following up this suggestion I uninstalled and restarted my laptop, but nothing has changed. I wonder if anyone has already experienced this problem or if you have any suggestions. Thanks.
    Alfredo

    Here a short video which shows the problem I am talking about
    https://www.youtube.com/watch?v=_JGEis-vvsc
    Any suggestion?

  • Problems with the NVS 5200m Discrete Graphics on T430s

    Hey all,
    I just received my T430s in the mail this last weekend, and I've been having some trouble with the Blue Screen of Death. It has happened twice so far, and both times the graphics card is unrecognized after the reboot. The first time it happened, I tried to do a system restore, but that didn't do anything. I reinstalled the operating system back to factory settings using the recovery partitiion, and that did the trick.
    The Blue Screen of Death just happened again, and the exact same problem cropped up again. After rebooting, the system no longer recognizes that it has a discrete graphics card. When I try to start up the Nvidia control panel, it tells me that it can't detect a discrete graphics card in the system.
    I did a quick search of the forum, and I can't find any thread with a similar problem. I found this in Lenovo's support area, but it's not relevant to my hardware <http://support.lenovo.com/en_US/diagnose-and-fix/detail.page?DocID=HT052544>
    On the NVIDIA website, I can only find "Beta" drivers for the NVS 5200M <http://www.nvidia.com/object/notebook-win8-win7-winvista-64bit-304.79-beta-driver.html>. After downloading the driver and attempting to install, the system gives me the same error, that it can't find any compatible graphics hardware.
    Here is my hardware configuration:
    Thinkpad T430s
    i5 3320M 2.60GHz
    NViDIA NVS 5200m
    4 GB RAM (stock)
    360 GB HDD (stock)
    Solved!
    Go to Solution.

    It is set to Optimus. I don't think there is a discrete only.
    I called the Lenovo support center and found out there was a new graphics driver. Haven't had a problem with the blue screen of death since. Looks like that was the problem.
    Once again, if it recurs, I will be sure to post here.
    -Dean

  • IPod classic hard drive needle sometimes skips (Red X).  When it doesn't and seems to power on normally, I start to restore it in Itunes and then it starts to skip again with the Red X on the screen.

    iPod classic hard drive needle sometimes skips (Red X). When it doesn't and seems to power on normally, I start to restore it in Itunes and then it starts to skip again with the Red X on the screen.  One time I was able to run the disk utility in time and reformat the hard drive, but the red x ended up appearing again and the hard drive started skipping again.
    Is there anything I can do besides get a new hard drive?
    P.S. I have also tried the banging on palm/floor trick and it hasn't worked yet for me.

    There nothing we can suggest to save a bad iPod hardisk, except to try some 3rd Party software to try repair the Hardisk.
    The Super Fix for Most iPod Problems
    See this earlier post on partition repair using 3rd Party EaseUS Partitipon Master software.

Maybe you are looking for

  • In RWB(XI)

    hi   sdn's i am getting this error can any one suggest,what might be wrong Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was

  • How do i authorize my computer to ipad?

    How do i authorize my computer to ipad?

  • Thumbnails in Navigator and slides in Light Table sizing?

    can the thumbnails in the Navigator view be made larger and the same thing in the light table view... can these be made larger too? Thank you

  • Errors on Netra X1

    I am geting the below errors in /var/adm/messages on a Netra X1. I believe that they have someting to do with the system ethernet drivers as there is a package installed called SUNWdmfex which is Sun Davicom 10/100Mb Ethenet Drivers (64-bit) Anyone h

  • Problems with the iPhone 4S Photo App

    Hi everyone. I'm having some problems with my iPhone 4S. When I plug the iPhone into my computer to upload photos, it syncs wih the computer and all the photos from my other devices (e.g. Android, camera, iPad, etc.) download onto the iPhone. The pho