- Thread starter
- #16
I am still not following why you can't use hardware keys to boot into recovery, the reason you can't with adb is you have no root.
On my grandson's 9742, to get into recovery from poweroff.
press and release at same time both power and volume down, as soon as you see the word Coby press and hold both power and volume down for 3 seconds, release power, keep holding volume down til you are in recovery.
Oh my god, I love you. This worked. This is the first time I've seen the cwm screen in 12 hours, and I've never been so happy to see it. A suggestion to Traveller, it might be worth putting this method in the rooting sticky along with the others.
EDIT: To clarify, the previous method I was using was, from poweroff, to hold the power and volume down buttons continuously. I just tested it again, and I can reliably boot into recovery using the "press, release, hold" method instead.
If you have adb working, post a few results.
Yes, sir:
adb shell
shell@android:/ $
mount
shell@android:/ $ mount
mount
rootfs / rootfs ro,relatime 0 0
tmpfs /dev tmpfs rw,nosuid,relatime,mode=755 0 0
devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
proc /proc proc rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
tmpfs /mnt/asec tmpfs rw,relatime,mode=755,gid=1000 0 0
tmpfs /mnt/obb tmpfs rw,relatime,mode=755,gid=1000 0 0
/dev/block/nandd /system ext4 ro,relatime,user_xattr,barrier=0,data=ordered 0 0
/dev/block/nande /data ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journal
_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/nandh /cache ext4 rw,nosuid,nodev,noatime,user_xattr,barrier=0,journa
l_checksum,data=ordered,noauto_da_alloc 0 0
/dev/block/nandi /mnt/private vfat ro,relatime,fmask=0000,dmask=0000,allow_utime
=0022,codepage=cp437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
shell@android:/ $
busybox df -h
shell@android:/ $ busybox df -h
busybox df -h
Filesystem Size Used Available Use% Mounted on
tmpfs 407.1M 44.0K 407.1M 0% /dev
tmpfs 407.1M 0 407.1M 0% /mnt/asec
tmpfs 407.1M 0 407.1M 0% /mnt/obb
/dev/block/nandd 252.0M 252.0M 8.0K 100% /system
/dev/block/nande 2.0G 170.2M 1.8G 8% /data
/dev/block/nandh 503.9M 8.4M 495.5M 2% /cache
/dev/block/nandi 988.0K 988.0K 0 100% /mnt/private
shell@android:/ $
Dunno what that'll tell you, but there you are. Do either of you have any other recommendations/suggestions based on these outputs before I re-flash to my last backup in cwm?
Last edited: