Sigh no ROM is 100%. Flash or dont, I don't believe this will ever officially be release for us. Take it as it is try and find out. Daily driver for me since July 29th!
Sent from my SCH-R760 using Android Central Forums
Ok. I think my device had hiccup. No LOS in the last 20min or so. Will report if it comes again
Sent from my SPH-D710 using Android Central Forums
Is anyone using official gapps from goo.im?
20120726?
LOS again
Sent from my SPH-D710 using Android Central Forums
calendar is FC....anyone with a fix?
I'm running beta 4 on el26 with the lowrider gapps and I have no los and root is working again. When I use dk gapps it has no root. I also do get random screen wakes.
Sent from my SPH-D710 using Android Central Forums
For the Love of Lady's Private Parts, cuz we all love those.
If you experience a random reboot of ANY sorts, don't reboot or pull your battery.
Use adb or mobile terminal to grab a last_kmsg by using the following command:
with adb:
Code:adb shell cat /proc/last_kmsg > last_kmsg.txt
with mobile terminal:
Code:cat /proc/last_kmsg > last_kmsg.txt
To pull a kernel message is the same as pulling a last_kmsg:
Code:adb shell cat /proc/kmsg > kmsg.txt
and with mobile terminal:
Code:cat /proc/kmsg > kmsg.txt
If you experience any type of app crash do a normal logcat with adb or mobile terminal.
pretty much the same as above:
with adb:
Code:adb logcat > logcat.txt
with mobile terminal:
Code:logcat > logcat.txt
you can upload these logs to pastebin or pastie
Do not post the contents of the logs as a forum post. Just post the link to the pastebin or pastie page.