Post a reply to the thread: Error box with code 98 pops up while making a call on android phone, Huawei Mercury
Click here to log in
You may choose an icon for your message from this list
Re: Error box with code 98 pops up while making a call on android phone, Huawei Mercury Code 98 errors are generated by the Sprint system, There is no role of device. The remedy is to wait it out, and perhaps call the Sprint support line to complain. This happens due to many reasons. I can't diagnose without your stack traces. The most common reason for this error is when you are doing an CPU intensive task in a UI thread. Use threading or AsyncTask to delegate such CPU intensive work. Do following things for retrive it:- 1. go in DDMS->File Explorer 2. data/anr/traces.txt 3. and check at which point ANR occurred
Re: Error box with code 98 pops up while making a call on android phone, Huawei Mercury
Error box with code 98 pops up while making a call on android phone, Huawei Mercury Whenever I make a call on my Huawei Mercury, error box will pop up with an error code 98. I can hang up the call only after clicking on ‘ok’ option in the error box. How can I prevent this error box from coming up on my screen?
Error box with code 98 pops up while making a call on android phone, Huawei Mercury
Forum Rules