coolwaterz
Member
- May 15, 2012
- 10
- 0
will do.. after work though... thanks...
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I see nothing in your dump that's preventing it from booting. most likely in this case it's your data.
Ok go into recovery do a factory reset, or from adb
adb shell
rm -r /data/*
rm -r /cache/*
then reboot
I used your method of making a system dump and used it to make a custom rom, it's the safest! How can I make a dump of the bootloader? In your method of restoring you said to put back the bootloader.img too! Is that:
cat /dev/block/nanda > /sdcard/dump/bootloader.img
? Tried to figure it out myself first by opening the standard install-bootloader.sh ... just to be sure.
And I know you don't like to talk about windows, but it's all the same commands in adb! I was almost scared away with the Linux comment...
adb push c:\adb\data /data/local/tmp/hagsmich said:OK, I put the two files (Data and Root Recovery) in a folder on the c drive called adb. How do i modify your commands listed below to find my folder? Thanks for your patience.
adb push data /data/local/tmp/
adb shell
chmod 0777 /data/local/tmp/mempodroid
chmod 0777 /data/local/tmp/install-recovery.sh
/data/local/tmp/mempodroid 0xd7cc 0xad27 sh /data/local/tmp/root.sh