[Q] Boot Loop Rockhip Device

Search This thread

rokfest

New member
Apr 21, 2014
1
0
I've been hacking about with this tablet and all is going well and I've learned a lot about the Android OS so far, but I've reached a point where I need some assistance.

I rebooted the device and this time, it simply did not come up. It is at the boot logo and won't go any further. I can still use ADB to enter the shell of the tablet, and I got a logcat.

pastebin com 5LjMD00U

Sorry for the broken URL... new user.

This is the logcat I have of it.

If any one has any ideas I'd appreciate it. Thanks.

#################EDIT#################

Apparently the build.prop file in /system had the wrong permissions set.

If you get this error, it's likely because you changed it at some point.

Make sure you can see the device through adb,
then type 'adb remount' to make /system rw
Then type 'adb shell' , and type 'chmod 664 /system/build.prop'
exit adb, and type 'adb reboot'.

That should be it.
 
Last edited: