- Thread starter
- #16
download this 9742_stock_recovery.zip
extract to your desktop
adb push bob.img /data/local/tmp/bob.img
adb push install-bob.sh /data/local/tmp/install-bob.sh
adb shell
chmod 777 /data/local/tmp/install-bob.sh
su
/data/local/tmp/install-bob.sh
reboot-recovery
This did the trick. I am guessing somehow I messed up all my recoverys and replaced them with cwm-recovery.
when I make a dump, will it be overwritten by any new dumps made? I might of did this and lost my original stock dump.
(saying dump that many times sounds dirty......)
Lessons learned, you both were great help!
I see that super user is still installed and my only option is to disable it, can I remove it via adb still?