[android-porting] Troubleshooting shutdown / reboot issues...

2014-01-10 Thread Alvin Wong
I am not familiar with the Android architecture, but if you list the mounted partitions after the emergency remount, all non-tmpfs/ramfs should be remounted as ro. Check if there are any that is still rw, because the reboot code system/core/libcutils/android_reboot.c basically checks for this.

[android-porting] Troubleshooting shutdown / reboot issues...

2014-01-09 Thread Weston Weems
Gentleman, Again I'm porting a new version of android 4.3.1 to a piece of hardware I've already got older roms on. I've noticed that running reboot as super user at command line doesnt reboot most of the time, it just does emergency remounts and then hangs. I've run kernels/uboot from older