Quote:
Originally Posted by [ACL]
You have some interesting issues. Well i notice that your device is having a touch time sleeping on the last few lines but then it gets cut off. Now, when it becomes unresponsive, is it a complete lock? where you have to physically reset the device? If so, then there was a kernel panic. A panic will lock up the phone and force you to reset. However, the next step is crucial. When the phone comes back up from the reset, you have to "adb shell" into your phone. then type the following.
cat /proc/last_kmsg > /sdcard/panic.txt
This will create a panic.txt on your sdcard which you can upload to us here. Panics are usually a result of either SMD bugs or possibly something new.
Also there is a CDMA error on the logs.
"01-14 08:35:34.360 E/CDMA ( 221): Wrong network. Can not return a string." I dont think ive ever seen that. Maybe muzling has seen it since he has explored a lot of other cdma issue. Either way that will require some research.
|
The phone doesn't lock up. I can still navigate all menus using the keyboard. But the screen is unresponsive to touch, or it behaves oddly, for example, if I touch an icon on the homescreen to open an app it instead swipes to another homescreen or it ignores my touch.
I rebooted my phone and ran the adb command you suggested, results are attached.
I'd like to inform that I applied a task29 to my phone and started from scratch with the 12/24 build, the screen problem persists.
Thanks for your help!