|
||||
Re: How Do You Boot Into Recovery??
In the recovery program there should be a nandroid selection, in there should be a restore option.
__________________
|
|
||||
Re: How Do You Boot Into Recovery??
You probably didn't do a backup without the recovery. I'm just saying.
__________________
On On U of K!!!! Sammy GS4 - ATT - Clean Rom - Xposed Mod
|
|
||||
Re: How Do You Boot Into Recovery??
I think you are right. I'm such a nub, I thought nandroid was a program that I had to download. Now I've gone through this a second time I see where I should have created the nand backup from the recovery menu. The only backup I did was at the flashrec screen before flashing fresh. I was a little confused at the time because I was following steps from here and the one click step. Well, at least my phone is working and not bricked.
|
|
||||
Re: How Do You Boot Into Recovery??
Also, adb works when the phone is one and, in fact, is more limited when the phone is in recovery mode. The adb shell is just a linux command line accessed through the windows command line, a la ssh.
__________________
Olympic-class smoker since 2005.
Sponsored by Kools. |
|
||||
Re: How Do You Boot Into Recovery??
Quote:
Code:
c:\ cd c:\(wherever you have the sdk installed) cd tools adb devices ////at this point it will show you if your phone is atalking to the computer properly mount -0,rw -t remount yaffs2 /dev/block/mtdbolck3 /system if you dont have the sdk, get it. |
|
|
|