Phones display Blank

hi to all...
My 7961G display was blank. i unplugged the cable and plugged again. it works...why it happend? im using ccm 4.2 phones Load is sccp41-8-2-2SR1S
Thanks in advance
Nahas

Hi friend,
It is possible you're hitting something similar to bug CSCsb56074:
UI screen is grayed out when i-button is pressed
Symptom:
UI screen is grayed out when i-button is pressed
Conditions:
1.Goto Settings button-->Status Press on i-button.
2.Try to press 3 or 4 times.
3.Soktkeys become inactive and UI screen is blank.
Workaround:
Press the i-button twice more to bring up the real help screen. Then exit the help text.
Can you try doing the test on purpose?
Regards,
- adrián

Similar Messages

  • My nokia N-70 Music Edition Screen displayed blank...

    Hi
    nokia N-70 Music Edition Screen displayed blank after few hours.After Removing battery,put again & start it becomes ok for few hours.I have already updated the Software Nokia N-70 but no advantage.
    Wht should i do?

    strange enough some of the pre-installed apps on the N70 are on the memory card and not the phone memory. which means formatting the memory card will remove everything. it's difficult to get everything back but try these :
    1- try to find what you need on the n70 support page
    http://europe.nokia.com/A4144775
    check phone software.
    2- if you have the download app installed on your phone , run it and check for the app there.if not check the nokia download store. http://www.download.nokia.com/
    3- if your mamory card is not the original provided with the phone, locate your old memory card. using a computer copy and paste the following folders from the old original one to the new one:
    * resource
    * sys
    * private (copy the subdirectories only and not the whole folder)
    4- if something is still missing after all this, i guess it's gone for good
    Fear not those who argue but those who dodge

  • Report is displaying blank?

    hi all
    my report with less parameters is working fine but when i increased parameters its showing me report can anyone guide me plz.its displaying blank page
    here is my codes:
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    plid ParamList;
    vParamValue number;
    BEGIN
    plid := Get_parameter_List('tmp');
    IF NOT Id_Null(plid) THEN
    Destroy_parameter_List( plid );
    END IF;
    plid := Create_parameter_List('tmp');
    add_parameter(plid,'P_num',text_parameter,to_char(:pays.num));
    add_parameter(plid,'p_code',text_parameter,to_char(:pays.code));
    add_parameter(plid,'p_basic',text_parameter,to_char(:pays.basic));
    add_parameter(plid,'p_housing',text_parameter,to_char(:pays.housing));
    add_parameter(plid,'p_water',text_parameter,to_char(:pays.ele_water));
    add_parameter(plid,'p_transport',text_parameter,to_char(:pays.transport));
    add_parameter(plid,'p_desc',text_parameter,to_char(:pays.description));
    add_parameter(plid,'p_amount',text_parameter,to_char(:pays.amount));
    add_parameter(plid,'p_deduct',text_parameter,to_char(:pays.deduction));
    add_parameter(plid,'p_net',text_parameter,to_char(:pays.net_amount));
    add_parameter(plid,'p_total',text_parameter,to_char(:pays.total));
    add_parameter(plid,'p_other',text_parameter,to_char(:pays.other));
    add_parameter(plid,'p_money',text_parameter,to_char(:pays.money_in_words));
    add_parameter(plid,'p_num2',text_parameter,to_char(:payslip.num));
    add_parameter(plid,'p_name',text_parameter,to_char(:payslip.employee_name));
    add_parameter(plid,'p_gender',text_parameter,to_char(:payslip.gender));
    add_parameter(plid,'p_nat',text_parameter,to_char(:payslip.nationality));
    add_parameter(plid,'p_martial',text_parameter,to_char(:payslip.martial_status));
    add_parameter(plid,'p_date',text_parameter,to_char(:payslip.join_date));
    add_parameter(plid,'p_job',text_parameter,to_char(:payslip.job_title));
    add_parameter(plid,'p_bank',text_parameter,to_char(:payslip.bank));
    add_parameter(plid,'p_account',text_parameter,to_char(:payslip.account_no));
    add_parameter(plid,'p_year',text_parameter,to_char(:payslip.year));
    Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
    repid := FIND_REPORT_OBJECT('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
    v_rep := RUN_REPORT_OBJECT(repid,plid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://sara:8889/reports/rwservlet/getjobid'
    ||substr(v_rep,instr(v_rep,'_',-1)+1)
    ||'?'
    ||'server=repserver&P_num='||:pays.num
    ||'&p_code'||:pays.code
    ||'&p_basic'
    ||:pays.basic||'&p_housing'
    ||:pays.housing||'&p_transport'||:pays.transport
    ||'&p_water'||:pays.ele_water||'&p_amount'
    ||:pays.amount||'&p_deduction'||:pays.deduction
    ||'&p_netamount'||:pays.net_amount
    ||'&p_total'||:pays.total||'&p_other'
    ||:pays.other||'&p_word'||:pays.money_in_words
    ||'&p_num2'||:payslip.num
    ||'&p_name'||:payslip.employee_name
    ||'&p_gender'||:payslip.gender||'&p_nat'
    ||:payslip.nationality||'&p_martial'
    ||:payslip.martial_status||'&p_date'
    ||:payslip.join_date||'&p_job'
    ||:payslip.job_title||'&p_bank'
    ||:payslip.bank||'&p_account'
    ||:payslip.account_no||'&p_year'
    ||:payslip.year||'&paramform=no','_blank');
    END;
    Edited by: SarahSarahSarah on Aug 16, 2009 4:20 AM
    Edited by: SarahSarahSarah on Aug 16, 2009 4:23 AM

    sarah,
    Check the query in the report. The reason for blank report will be the query returning blank. So check the report's query in SQL *PLUS or other softwares like TOAD, SQL Developer etc.
    Regards,
    Manu.

  • In my Iphone 5, Nothing on my App Store is working its displaying blank (Except for Genius section). I've tried to uninstall and install itunes and all its component but still it doen't fix. Not sure if its problem with apple servers. Someone help please!

    In my Iphone 5, Nothing on my App Store is working,  its displaying blank (Except for Genius section). I've tried to uninstall and install itunes and all its component in my desktop but still it doesn't fix the app store issue. Not sure if its problem with apple servers. Someone help please!

    settigns>itunes and app store to make sure you are signed in.. If  you are, you will see your account name..... anyhow, click your account name, sign out and sign back in
    also go to to settings>general>reset and reset network settings... if that doesnt work settings>general>reset and reset all settings!
    one of those shall work. The last step would be to restore your device (apple.com/support) HT1414

  • My phone displays numbers instead of contact names for incoming calls and text - how do I fix?

    My phone displays numbers instead of contact names for incoming calls and text - how do I fix?  It used to display the names if there was a contact listed, now it just shows numbers regardless of whether or not the number corresponds to a contact name in the contact list.  Can anyone help?  I googled this problem and lots of folks have experienced it, however there is not a consensus for a resolution.

    Alexandribill, I have been having the exact same issue.  I got a new phone and restored my contacts.  If the # doesn't have the area code first then the name isn't shown.  I just added my husbands area code to my phone and called my phone from his and now his name shows up...Ugh, I have to go through and manually add the area code to all my contacts....
    I'd say Verizon needs to rewrite their program to include the area code in the restoring from backup process!

  • Email received on BT email display blank content

    Hi,
    The email received fron certain domain on BT internet mail display blank content. Has anyone come across the problem? Let me know how to solve.

    I am getting the same thing - going to post about it shortly as I don't know the solution either.

  • Called party number on phone display - updating with results of translation on GW, not wanted

    Call Manager 9.x, IOS 15.1, H.323 gateways
    Hi, I've got 2 questions regarding the called number display on handsets. Essentially, when a user dials an external number it's obviously shown on their phone handset screen - when that number is manipulated to add prefix for certain PSTN gateways etc. the updated number is shown on the phone display, which the users identify as "not the number I dialled" - can this be changed?
    It a cosmetic issue essentially, but one I am being asked about and can't find an answer to:
    1) I add a prefix on the gateway to the outbound dialled number (to add a carrier code / network function to all calls) - ie, \^9!\ \1666\ - Process looks like this:
    user dials -> 912345
    shows as dialled number on handset -> 912345
    translation-rule on gateway (in IOS) converts number to -> 166612345
    call connected
    user handsets now updated to show dialled number as -> 166612345  (but still wanted it to show 912345)
    2) Another seperate scenario is that I am doing called party transformation on a route pattern - here the modified number is shown instantly on the callers display. Presumably this in unavoidable? Or, can the original number dialled by the user be displayed on their phone, not the modified one?

    Hi,
    any calling or called transformation in the route pattern appears in the screen.
    you can discard the 9 in the route pattern and add prefix 9 in the route list level.
    for the 2nd point there is a service parameter in the call manager to keep the original dialed number
    HTH
    Anas
    don't forget to rate the helpful posts

  • My 6070 navigation display blanks out after 5 seco...

    My 6070 navigation display blanks out after 5 seconds. Not enough for a 'silver surfer' I am not able to find the adjustment, and it is not in the handbook. Can anyone help. Many thanks
    Solved!
    Go to Solution.

    A reply from service would indicate this a feature of the 6070, back light being turned off. The time out cannot be altered. This feature is unsatisfactory as it times out too soon for slow fingers!

  • XL Reporter Do Not Display Blank Records

    hey all,
    I've built a standard P&L Budget report in XL Reporter with parameters for each segment of the account code as made possible by patch 02.  However, when I uncheck "Do not display blank records," the generated report lists an instance of each account for each segment that I've chosen in the parameters.
    The selections for the account segmentation don't seem to filter the accounts themselves, instead they filter the balances of each account.  Does anyone know why it only filter's the balances rather than the accounts themselves and ends up repeating the accounts for each segment selected?  Is this a bug?
    thanks in advance!
    Kevin Lee

    Hi Kevin,
    Seems that noone in this forum can answer your question. Maybe this is related to the fact that the main focus here is the SAP Business One SDK?
    In case the question is still open:
    I would recommend that you try these forums - which should fit better:
    For SAP partners only there's a forum where you can discuss implementation questions etc.:
    Got a question about customization / implementation? Maybe ask it in CPSN!
    ...and here's the SAP Business One Forum in the "SAP Community" (public to anybody):
    Re: Got a question about customization / implementation? Maybe ask it in CPSN!
    ...or you might try your luck with SAP Support?
    Bugs should anyway be reported to SAP Support!
    HTH
    Frank

  • TS1382 Display blank  iPod nano 2nd gen

    Display blank  iPod nano 2nd gen

    You may get better response if you post in the iPod Nano Community forum
    or else hopefully this Apple Support Article on iPod Reset will help you.
    Have a nice day!

  • Is it possible to have the lid open on a MacBook Pro connected to a Cinema Display and have the Mac display blank with the Cinema in highest definition?

    Is it possible to have the lid open on a MacBook Pro connected to a Cinema Display and have the Mac display blank with the Cinema in highest definition?

    Hi,
    Create a play list that you wish to burn. Select playlist, the file from main menu which gives to an option to burn the playlist. A pop up box appears allowing you to select burn speed and disc format.
    Jim

  • FAGLL03 : customer and vendor columns displaying blank

    hi experts,
    In FAGLL03 tcode , customer and vendor columns are displaying blank .
    Is there any settings need to be done in SPRO for displaying the 2 columns .
    kindly give me any suggestions.
    thanks & regards,
    Raghul

    hi Radhika,
    Thanks for your prompt reply.
    I already defined table and field names as mentioned by you .
    Also i checked FAGLPOSYEXT structure the two fields were appearing as it was not there previously.
    When i checked by running FAGLL03 , the fields customer and vendor were appearing blank only.
    Also  i tried by executing the report  BALVBUFDEL - for buffer reset.
    Kindly give me any suggestions how to rectify this .
    Thansk & regards,
    Raghul

  • Display blank for # in Query Designer

    Hello,
    I am executing a query using Query designer. The blank characteristic are displayed as # in the report. I want to display blank instead of the #.
    Please help me in this
    Thanks in Advance.

    Hello Shraddha,
    in that case you will have to use VBA.
    just copy the code mentioned in the above links in Workbook->Tools->Macro
    Create a macro with name SAPBEXonRefresh for the workbook in which the output is needed as " " in place of #.
    Hope it helps..
    thanks,
    (please dont forget the points...)

  • Can the phone site be disabled and have phones display the desktop site while designing phone site?

    Currently, I have a live desktop design website which is being updated regularly. I tried to begin a phone site design, but was interrupted with a change to the desktop site (I'm adding new sponsors to an event on a regular basis). When I uploaded to the FTP, the phone site was also pushed through, making an unfinished page pop up on the browser of my phone. My phone site is going to be quite large in regards to page number and it's not practical to disable and enable each individual page.
    Can I have the phone site entirely disabled and have phones display the desktop site while in the process of designing the phone app? I will still need to update the desktop site during this design period.
    Thanks!

    A similar thread here that should answer your query - http://forums.adobe.com/message/5551805.
    Thanks,
    Vinayak

  • My iphone 4 will not open in itunes windows. when i try to connect my phone displays a message asking if i trust this computer.

    my iphone will noy open in windows. when itry to connect my phone displays the message. Trust this computer? your settings and data will be accessible from this computer when connected.

    Well, you downloaded a bootleg copy of iOS 7 beta and have installed it on your phone without being a developer. It has bricked your phone and you cannot get help here because doing what you did has voided your warranty. Have a nice day.

Maybe you are looking for

  • Time capsule dies? What then?

    Using 2010 1 TB Time Capsule & Time Machine 1.3 to back up my 2010 MacBook Pro.  Faithfull for 3 years. Thank the lord that I also have a 2nd 2Tb external drive that also backs up the MacBook Pro with TIme Machine The amber light on the Time Capsule

  • Customizing login screen

    Hi, When using Oracle Portal, can the login screen be customized? The level of customization I require include: - validating username/password against our own database tables - adding second factor authentication to the login screen How can it be don

  • Will ipod Nano Work With SP2?

    Hi everone! I want to buy a nano but all these negative discussions are giving me doubts. I have Windows XP SP2, all patches, and a USB 2.0 port. Will my iPod Nano work properly on this machinge if I buy one?

  • WebLogic Server v/s Tuxedo

    Have any body experience in WebLogic Server and Tuxedo?, I need know the differences and similaritys between WebLogic and Tuxedo from a developer persective.

  • Can't find apps downloaded from iCloud to my iMac...

    I have an iMac and iPad and just purchased an iPhone5. I set-up iCloud on all of my devices and backed up on all three. I opened iTunes on my iMac and was able to see all of my apps under "Purchased." I clicked on several apps in order to download th