[HOW TO] Perform a Nandroid Restore via the Android Debug Bridge (ADB)
(This guide assums that you have already installed and set up adb tools on you PC)
1. Start phone in recovery mode, by turning it on while holding "Home" and "Power" buttons.
2. Plug the phone into the PC with a USB cable
3. Start Windows Command Prompt on your PC, by pressing Start on your PC and typing CMD into the run or search bar depending on your operating system. Then selecting Command Prompt.
4. Within the command prompt window, change the directory to the one your adb tools are by typing the following:
Quote
cd c:\sdk\tools
5. Then type:
Quote
adb shell
6. Now type:
Quote
mount /sdcard
7. Now you need to change directory again to the one holding your nandroid back-up data, so first type
Quote
cd /sdcard
8. Then type:
Quote
cd nandroid
9. Now you need to find the specific name for the folder that holds your Nandroid Backup images, so type:
Quote
ls
10. Now to enter the folder you want to back up to type
Quote
cd HT**********
11. Again type
Quote
ls
12. Now to enter the folder you want to back up to type
Quote
cd BCD***-********-****
13. Now type:
Quote
nandroid-mobile.sh restore
14. Just press enter to select default.
15. Double check that the Default backup that is found is the one you want then press enter again.
Your selected backup will now be restored. When your CMD window looks like the one below you can reboot your phone and it will be as you remember it.

A big thanks goes to Pulser, without whom I would still be stuck, and this guide wouldn't have been written.
Edited by TylerDurdenK, 08 January 2010 - 09:21 AM.







Sign In
Create Account


Back to top









