Uncaught exception on blackberry 9300

I am getting an error message Uncaught exception: Application Registry.waitFor (0x1c26ebcd7b130582) time out. I cannot connect mt phone to my desktop manager or indeed make any use of my phone. 
any help
Kamelaht
Solved!
Go to Solution.

Hi and Welcome to the Community!
There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
There might be an updated code set from the carrier -- check them via this portal:
 http://na.blackberry.com/eng/support/downloads/download_sites.jsp
The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
Good luck and let us know!
Occam's Razor nearly always applies when troubleshooting technology issues!
If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
Join our BBM Channels
BSCF General Channel
PIN: C0001B7B4   Display/Scan Bar Code
Knowledge Base Updates
PIN: C0005A9AA   Display/Scan Bar Code

Similar Messages

  • Uncaught exceptions making blackberry unusable

    Hi,
    I suddenly started having major issues with my blackberry - I hadn't installed anything new or done anything that could have caused this (to my knowledge anyway!).  I am constantly getting error messages saying uncaught exception...........not responding process terminated.  The error numbers change constantly, 220 and 213 are the latest two but there have been others.  These error alerts pop up constantly, even when I am not actively using the phone.  I am no longer able to open my text message or e-mail icons, make calls and my facebook/Google applications run super slow. 
    I have tried doing a hard reset three times and although it takes several minutes for the phone to boot up afterwards the problem still remains.
    Help!!

    Hi Steffy101,
    To resolve the app errors you are receiving, try to back up your data using the BlackBerry® Desktop Software and perform a clean reload of your BlackBerry® Device Software.
    For further instructions, please see the following KB articles.
    For Windows®: "How to perform a clean reload of the BlackBerry Device Software for Windows" http://bbry.lv/GI9beY
    For Mac: "Perform a clean reload of BlackBerry smartphone application software using BlackBerry Desktop Software on a Mac computer" http://bbry.lv/J0UN1U
    Please test to make sure the issue has been resolved before restoring any data from your backup file.
    Hope this helps.
    -FS
    Come follow your BlackBerry Technical Team on Twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.
    Click Solution? for posts that have solved your issue(s)!

  • Hi plZ help me to fix the error to my Blackberry 9300 Uncaught exception: java.lang.​NullPointe​rException

    ;   hi good plzz do help me to fix the error to my bb9300 i just update my bb9300 the the i see 
    error b    Uncaught exception: java.lang.NullPointerException    anyone here can help me to fix i appreciate

    I am guessing that you are not a Java developer, and it is not your application that is causing the Null Pointer Exception. 
    It sounds like you have updated the OS on your Blackberry device and one of the applications that you have installed is not coping with the upgrade.  
    If you press on an application icon and then that causes the error, then you know there is a problem with that application and so you need to report this to the developers of that application and get an updated version. 
    If this is happening when you restart your device, then it appears that one of the installed applications is failing at start up time and so it is not obvious which application.  So you need to see which of your applications doesn't appear to be providing all the functions it used to, and it would be a good guess that it is that application that is causing the problem.  Again you need to go back to the developer to get an update. 
    Let us know if that does not help.
    Also you have posted in the Java developer forum.  If this really is not your program causing the problem, then I suggest a better place to post a question relating to the 9300 is in the appropriate device forum here:
    http://supportforums.blackberry.com/t5/BlackBerry-​Curve/bd-p/Curve

  • How to solve this problem 'Uncaught exception: dssma: invalid state(5): 25 in blackberry curve 8520?

    HELLO, I have blackberry curve 8520. i have got error in my phone. the error is "Uncaught exception: DSSMA: invalid state(5): 25. I am unable to open my Inbox messages and unable to view phone's call history. the phone shows the same message again and again 'Uncaught exceptionSSMA: invalid state(5): 25'. Please help me how to solve it? I am unable to read sms in my phone. Please help me.
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!!
    There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
    Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    If it won't boot up cleanly, then you may need to try Safe Mode:
    KB17877 How to start a BlackBerry smartphone in safe mode
    There might be an updated code set from the carrier -- check them via this portal:
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
    Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
    KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
    The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Blackberry Curve 8530 - Update Problems - Now no BBM - "Uncaught Exception"???????????

    Had tons of issues after doing update earlier this week.  Have just about everything resolved (finally), but now my BBM won't even turn on.  I'm getting "Uncaught exception: java.lang.NullPointerException"  I've tried uninstalling and reinstalling, battery pull, etc.  Keep getting the same message, but only for BBM.
    Um, yeah....help.....please.  I'm  dying without BBM!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Having the same issues I see posted here after the most recently Verizon forced wireless update except with my address book on a Storm 2.  I kept getting the icon to update, and I kept telling it not to update and not allowing the phone to schedule an update.  Then, one morning I wake up and my phone had updated! 
    I am a property manager for condominiums and HOA's.  My phone, it's contacts and calendar from Outlook are my lifeline.  All of my vendors, all of the Association's members, Board members, emergency contact info etc, are stored on my phone and laptop. After this forced wonderfull update, I cannot see any other contacts other than 1 787 times, I am receiving the uncaught exception java.lang.nullpointerexception" error option upon boot. If I do a search in the address book, it will find some of the contacts, but others are missing.  The only contact which is displayed in the contacts default view is the same one contact. I checked filters, I tried changing the sorting, etc.
    Of course this new update forced itself upon my phone the same morning during which at 5:00AM a major pipe burst in one of my Associations and crippled me for the next two days!  So during the first emergency call I spent about 20 minutes allowing access to all my applications without being able to make a single call and receiving all kinds of errors. 
    I just now am having a chance to work on the issue, and I call Verizon Wireless, enter my phone number and keep receiving the error that I must enter a 10 digit number 10 times. I finally get through to someone using my cell phone (which you are supposed to use a landline when calling if you need help with your phone), and they patch me through a line that says regular business hours are X to Z,  11:00PM being not during those times. So then I try the emergency support option, and get patched through to the same recording!!!!  What exactly is emergency support?
    So I am forced to support myself ....again.  I tried forcing an update to the address book and it simply won't sync. I double-checked the option to sync the address book and it was set to sync. I read to update the desktop manager through a clean install, so I did.  When I try to configure the address book serviceDesktop Manager 6 shows "address book not installed".  3 hours into this whole thing I believe I have found the answer which leads back to the original error I keep receiving...uncaught exception java.lang.nullpointerexception. 
    The only thing that worked for me was rolling the blackberry back, restoring the apps and data, and then forcing the information from Outlook back onto my Storm.
    Verizon...don't force updates upon your customers!!!!!  Not all of us have the time to spend several hours to resolve these matters!

  • BB Curve 9300 : uncaught Exception: No Default Clock Face Registered

    Hi
    I am getting this error everytime I click the Clock on my BB 9300.
    "uncaught Exception: No Default Clock Face Registered"

    Hi
    I am getting this error everytime I click the Clock on my BB 9300.
    "uncaught Exception: No Default Clock Face Registered"

  • Blackberry uncaught exception

    Hi All,
    recently I've been getting the error code:
    "blackberry uncaught exception: index -1 >= 16"
    its either when I'm streaming media or watching a media file every so often.
    I tried google but no luck, any suggestions?
    Thanks very much!

    GM1 wrote:
    Hi All,
    I really dont want to do a battery pull since it takes forever to load up
    Any other solutions?
    I've attached a photo of the error code;
    http://img181.imageshack.us/i/gm1.jpg/
    Thanks
    -GM
    Well, the only other solution would be to re-write the device code so that the particular error you are receiving is actually handled. And also to re-write the code so that all memory leaks are eliminated. And to make the OS perfect. Pretty much not going to happen, I'm thinking.
    Like all computing devices, these suffer from memory leaks, application conflicts, and corruption of their stored procedures. A reboot clears that and puts everything back to fresh condition. Since you said that you recently started receiving this error, that tells me that something has gotten corrupted, leaked, or conflicted...and rebooting should clear it.
    Now, if you actually meant to say something like "I recently installed xyz and now I'm getting this error", well, the recommended fix might actually be something different. But, even with that, I'm pretty sure that the recommendation would still include the reboot -- to clear out whatever the contamination is that was introduced.
    BTW -- I do hope that you've decided to to the reboot already...since way more time has passed since you received that advice than it actually takes to perform it...
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Uncaught exception java.lang.nullpointerexception on 9300

    Help - please can some one help. I get the above msg (uncaught exception java.lang.nullpointerexception) when I try and access my emails or txt msg. I can make & recieve calls. Have tried removing battery and resetting, also removed the email and reinstalled, but still get the same error. I havent added any new Apps or downloaded any thing on the blackberry.
    Thank you in advance for your help

    Hi and Welcome to the Community!!
    There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
    Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    If it won't boot up cleanly, then you may need to try Safe Mode:
    KB17877 How to start a BlackBerry smartphone in safe mode
    There might be an updated code set from the carrier -- check them via this portal:
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
    Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
    KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
    The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Blackberry curve 9320 - Uncaught exception

    Hi,
    For some days now, several times a day, my phone stop working and I have to remove the battery and reload 2 - 3 times, before it starts working again.  When I reload the battery I receive the following message:
    Uncaught exception: ApplicationRegistry.wait For (0x24026284aac8d533) timeout; can someone help pls?
    THX

    Hi and Welcome to the Community!!
    There's pretty much no diagnosing those -- they are the equivalent of the random errors in Windows for which tracing the root cause is fruitless. Basically, these are the last out in the programming code -- some event occurred for which there is no handler in the code. The fix is a code update that handles the event...but, again, knowing what the event is is pretty much impossible. So, there are a few things to try:
    Sometimes, the code simply becomes corrupt and needs to be refreshed -- just like a reboot:
    Anytime random strange behavior or sluggishness creeps in, the first thing to do is a battery pop reboot. With power ON, remove the back cover and pull out the battery. Wait about a minute then replace the battery and cover. Power up and wait patiently through the long reboot -- ~5 minutes. See if things have returned to good operation. Like all computing devices, BB's suffer from memory leaks and such...with a hard reboot being the best cure.
    If it won't boot up cleanly, then you may need to try Safe Mode:
    KB17877 How to start a BlackBerry smartphone in safe mode
    There might be an updated code set from the carrier -- check them via this portal:
     http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    The toughest possible cause is a badly behaving app. To find it, there are a couple of options. One is to see if you can read the log file:
    Go to the home screen. Hold down the "alt" key and type 'lglg'. (You will not see anything while you type).This will bring up the log file. Scroll down (probably many pages) untill you see a line that says 'uncaught execption'. Click on this line. The name of the app will be in the info. Alternative methods for bringing up the logs are in this KB:
    KB05349How to enable, access, and extract the event logs on a BlackBerry smartphone
    The other method is to remove apps one at a time, waiting a while in between (I usually recommend a week), until the problem ceases...thereby discovering the offending app. Still another method is to reload the BB OS cleanly, leaving some time between adding other apps onto the BB so as to be able to determine exactly which one is the cause.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Please Help!!! Urgent!! Uncaught exception: Application net_rim_bb_file_explorer(760)

    OK, so yesterday I was given the Blackberry Curve 9300. It was all fine, I could acess BBM, Facebook, and I could put music on it and play it.
    But this morning, I decided to put a few more songs on my Blackberry from a CD I also got for Christmas. But when I tried going on media files to see whether I'd already got this song, it wouldn't let me open the music file. This message popped up: Uncaught exception: Application net_rim_bb_file_explorer(760) Procedure terminated.
    I kept trying to go on the music file but it just sort of froze, and that was when he message popped up. I tried going on camera and clicking on album but the camera froze and I had to turn it off and turn it on again and try forcefully getting the camera off the screen. Itw orked in the end, but whenever I try to go on media, then music, it doesn't work.
    A couple of minutes ago I tried again, and the message came up again: Uncaught exception: Application net_rim_bb_file_explorer(760) Procedure terminated. I again tried to turn it off and on again, then googled it, but no one else had the same problem. Its brand new, so I don't see how the problem has occured.

    OK, so yesterday I was given the Blackberry Curve 9300. It was all fine, I could acess BBM, Facebook, and I could put music on it and play it.
    But this morning, I decided to put a few more songs on my Blackberry from a CD I also got for Christmas. But when I tried going on media files to see whether I'd already got this song, it wouldn't let me open the music file. This message popped up: Uncaught exception: Application net_rim_bb_file_explorer(760) Procedure terminated.
    I kept trying to go on the music file but it just sort of froze, and that was when he message popped up. I tried going on camera and clicking on album but the camera froze and I had to turn it off and turn it on again and try forcefully getting the camera off the screen. Itw orked in the end, but whenever I try to go on media, then music, it doesn't work.
    A couple of minutes ago I tried again, and the message came up again: Uncaught exception: Application net_rim_bb_file_explorer(760) Procedure terminated. I again tried to turn it off and on again, then googled it, but no one else had the same problem. Its brand new, so I don't see how the problem has occured.

  • App World Error! Uncaught exception: java.lang.OutOfMemoryError

    Hello there!
    I downloaded the new updated version of App World. The installation went perfect. When I went to go into my appworld, I get this error: " Uncaught exception: java.lang.OutOfMemoryError"
    It won't even open up App World at all! I've tried pulling the battery, I've uninstalled and reinstalled...and nothing has worked!
    Please help!!!
    Oh! I have a Curve 9300 and the carrier is Telus

    I would suggest performing a backup of your BlackBerry smartphone then reloading the software as shown in the article below:
    KB11320 - How to perform a clean reload of the BlackBerry Device Software using BlackBerry Desktop M...
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Uncaught exception owner died thread

    Hi all. I have a Curve 9300.<br><br>I can't receive calls or make calls. My green+red phone buttons don't work. I regularly get 'Uncaught exception ApplicationRegistry(hexadecimal code here).waitFortimeout<br><br>Sometimes the message goes on about 'owner died thread...'<br><br>Help?<br>Thanks all.<br>

    Hi there,
    It sounds to me like you have some software issues and unfortunately it can be difficult to know exactly what the cause is. What I would recommend in this case is reloading the device software using the following steps:
    http://supportforums.blackberry.com/t5/Device-software-for-BlackBerry/How-To-Reload-Your-Operating-S...
    And just in case the problem has to do with a corrupted database, when restoring your data, I would suggest using a selective restore where you only restore the databases you need (e.g. messages, address book, etc.).
    If you want to thank someone for their comment, do so by clicking the Thumbs Up icon.
    If your issue is resolved, don't forget to click the Solution button on the resolution!

  • Error Message when trying to open mail - Uncaught Exception - Help!

    Hello
    Yesterday when I received a notification that I had new emails I clicked on the envelope on the home screen only to find the error message: 'Uncaught exception: String index out of range: -1' I now can't access my mail at all. I have rebooted the phone and it is still coming up.
    I just wondered if anyone else had this error message before and the easiest way to resolve it?
    My phone is a Curve 9300 and running on v5.0.0.794 (Platform 6.3.0.23)
    Thanks
    Emma

    i have a bold 9780 and I got:  "Uncaught exception:java.lang.ArrayIndexOutOfBoundsException" now i can't open messages or text
    EmmaLou_0702 wrote:
    Hello
    Yesterday when I received a notification that I had new emails I clicked on the envelope on the home screen only to find the error message: 'Uncaught exception: String index out of range: -1' I now can't access my mail at all. I have rebooted the phone and it is still coming up.
    I just wondered if anyone else had this error message before and the easiest way to resolve it?
    My phone is a Curve 9300 and running on v5.0.0.794 (Platform 6.3.0.23)
    Thanks
    Emma

  • Serious problem with blackberry 9300 Curve handset and denial from BB to replace the same, under warranty.

    Dear Blackberry Authorities,
    It is really a horrible experience with the handset of blackberry for me. I have purchased blackberry Curve handset 9300 on 22nd April from a "Phone Store”, Shop No.78,79,community centre, New friends colony, New Delhi, The Invoice No. is 319,The details of the handset are as follows:
    Handset: Blackberry Curve 9300 1256-India Qwerty-Pink
    Name: Blackberry 9300: ETA-716/2010/WRLO
    Model: RDA71UW
    It has been more than just three months ,when i purchased this handset ,It worked fine for about only fifty days from the date of purchase and from the second month ,to my shock, serious problem started in the handset and some time it was getting hanged ,sometime some keys in the keypad did not work ,some time it was getting hanged the moment I receive incoming call., sometime sms sending problem, some time some other problem ..Every time I used to switch off the phone and start again, then it used to work but after some days again there were some other problem occurring in the handset.
    The phone was not getting connected to PC from the starting, and i have tried so many times but i fail to get success.
    Many a times when I used t send sms the entire alphabet typed on sms has gone separately as a single alphabet in a particular sms to the recipient, causing embarrassment for me in my organization. I would blame the black berry for this embarrassment as this has caused due to faulty phone they have sold me,
    I am service class person and i get occupied with my work at office in the day hours and doesn’t have time to go to the service centre of blackberry every time the problem occurs, as there are only one service centre available in Delhi at Lajpat Nagar.The service centre is about 20 Kilometers away from the area my office is situated, I managed to keep the phone running by switching off and switching on after one or two minutes, every time the problem occurs but in the first week of last month ,when the problem started continuing  after  switching off and switching on also ,I was bound to go to service centre at noida since it is close to my place (about 14 Km) in comparison of Lajpat nagar at new delhi,the service engineer at blackberry service centre saw my phone and said there is some software problem which can be rectified by reinstalling the software, and there are some hardware problem also (some keys on the keypad is not et. all working) ,for which i have to surrender my phone to them and they will send it to the Blackberry Office (they did not give address) and it would take 15 days  at least ,thus since I had no back up phone and my each and every contact no. was there in phone it was difficult for me to give them handset at that time ,so I requested them to rectify the software problem by re installing the same.
    I asked the service manager to get the backup of all the data and contact no saved into the phone, but they refused to do so and they asked me to go to some other shop nearby to get the data backup, I went to that shop and they asked 250 Rupees for data backup of my phone. I was bound to say yes to them for the amount the charge for backup .I gave them my handset and after 20-30 minutes they came back to me by saying, we cannot store your data backup as it is not connecting to PC. It was a highly disappointing reply for me.
    Then i again went to your service centre and written down some important contact no.(the number which was stored on phone book) on piece of paper  and taken out my SD card ,and gave them handset for re installing the same.
    They gave me my handset after one and half hour and said" now it would work fine except hardware problem.".I came back and to my utter shock again after two three days handset was into its old condition ,then also I tried to manage with handset and when i could spare sometime I went to your service centre again on 24th July at Noida,
    they took the phone and said it would take 12-15 days to return the handset after rectifying the problem,when i requested them to change the handset with a new handset which is at least in good working condition , they clarified that if the hardware problem is not manageable or repairable ,i would get new handset had no option except to give them handset for rectifying the problem.
    Now,It is the time for a biggest shock from blackberry people-Today on 3rd August ,i have received a call from noida blackberry service centre to inform me that my handset cannot get repaired under standard warranty conditions of blackberry as there are some moisture into the phone and there is no warranty if there is a moisture inside the phone.
    Thus now i wish to inform all the concerned ,Blackberry/Research in Motion ,managers/authorities ,that i have explained above ,all the things ,happened to me in last three months of my purchase of handset, in detail ,so i would again request to Blackberry/Research in Motion ,managers/authorities, to rectify the problem of my handset or change the entire handset so that I can use the same peacefully and should not roam around the service center of blackberry.
    Giving this lame excuse that "there is a moisture inside the handset and thus it can’t get repaired or changed under warranty " is a clear case of cheating and harassing the customer, I have bought the handset to use it for my communication purpose not to roam around the blackberry service center nor to put water or moisture inside the handset and play with the handset and fight with all of you.
    If there were some moisture inside the handset then that should have been seen by the noida service centre people also during my First visit itself by them and they would have refused taking the handset for repair. They did not refuse but accepted handset and reinstalled software also, If there was some moisture that would have been seen by them that time only.
    In my second visit also the took my phone and seen the inside condition also of handset in front of me ,they did not see any moisture, that time also ,and now after 10 odd days ,there are some moisture inside the phone??????.
    I have no idea how blackberry keeps its handset ,which has come to them for repairing ,but if there is any trace of moisture into my handset ,that would have come into the handset ,during these 10 days only when phone was with blackberry authorized service engineers for repair purpose. What I know is that My Blackberry handset is under warranty and it is not working properly thus it should be replaced by Blackberry.
    On the keypad if some key are not working that is a hardware problem which was there in the handset and it has no connection with the moisture.
    If this is the way blackberry is treating its customer, i would say it is harassing its customer, and does not want to rectify the problem .in this case, I would have no option left except to go to the consumer court in Indian judiciary system. And moreover i would inform my and other friends, organizational employee also not to use services/or buy blackberry handset if this is the way BB is treating its customer.
    I would request all the concerned persons/managers/authorities of Blackberry/Research in Motion, take action into my case urgently and rectify the core problem into my handset instead of giving lame excuses, and change the faulty handset of mine with a new properly working handset under warranty condition.
    Best Regards
    Asim
    Edit: Personal information removed. At no time should you provide any personal information to any other community member. Please review the Community Terms & Conditions and Support Community Guidelines for additional information.

    dubem747 wrote:
    It looks like your phone has a some virus, use your computer to scan and remove it.
    not possible for it to have a virus and a PC would not know how to scan the OS as its protected
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • Uncaught exception applicatio​n net_rim_bb​_phone_app (46) not responding process terminated

    My Curve 8330 has been getting a little bit funky lately. I get the hourglass for long periods of time, especially when I have more than one application open. Today I got the hourglass for quite a while until I finally got the following error message:
    Uncaught exception application net_rim_bb_phone_app (46) not responding process terminated
    When I enter it into the search on the Blackberry support web site, I get less than no help. Does anyone know what this error message refers too or can point me to some documentation that might help?
    Thanks!

    Let's ignore the error message for now (I even get a similar message on mine when rebooting, nothing I can do).
    To prevent freezing or lagging/slow response on any BlackBerry, the most important practice you can adopt is to be sure to CLOSE applications when you are finished using them.
    If you just hit the red "end call" key to go back to the home screen the application actually stays open and running in the background. If you do this repeatedly you will have lots of apps open and consequently your memory will get used up. Lack of memory is the biggest reason your BlackBerry slows to a crawl or locks up. If you get into the habit of actually using the menu key to close the applications this will at least slow down this memory-clogging process. You still may have to do a battery pull or use the "Quickpull" app once in a while when things get slow.
    To check what applications are running on your device in the background, press the Menu key then choose Switch Applications. You will see the icons of each application there.
    So now, check your applications running in the background. There are commonly four or five applications that will always be running (Messages, Call Logs/Phone, BlackBerry Messenger, Homescreen, and the Browser; there are other third party applications such as BeeJive, and BlackBerry Alerts which will also run in the background which you cannot close if you want them to operate). Make certain that the browser is NOT on an active webpage (open the browser and choose Menu > Close). Close any other applications that do not need to be running (the camera or a game you were playing or Google Maps).
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

Maybe you are looking for