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.
now youll need to replace your custom recovery with a stock one. best way to do this,is to flash firmware.zip.yep, the nandroid rom is now flashed!...one thing though....i`m trying to get the update done over the air and once i choose to install the htc update..it goes to recovery mode and says installation aborted.
-extract ota package and find firmware.zip
-restore rogers nandroid
-relock bootloader
-flash firmware.zip
if youre working with a booted,operational phone,you can flsh the file in the following manner:
-open a cmd window
-change to adb/fastboot directory
cd c:\foldername
(cd c:\mini-adb if youve used any of my guides)
-place the zip file you want to flash into adb/fastboot directory
-enable usb debug,disable fastboot,plug in phone
-check for connectivity
adb devices (should return serial number)
-boot to fastboot
adb reboot bootloader
-check for connectivity again
fastboot devices
-flash the file
fastboot erase cache
fastboto oem rebootRUU (will put you in ruu mode,black screen silver htc letters)
fastboot flash zip zipfilename.zip (will send and flash the file. dont interupt it while the cmd window shows its writinging,and the green status bar is moving on the phone screen)
*sometimes a file will fail with a pre-update error. this is normal,just enter again:
fastboot flash zip zipfilename.zip
and this time it will finish
-when you get "finished" and "OK"
fastboot reboot-bootloader (takes you back to fastboot)
-reboot back to the OS
fastbooot reboot
you can use this if you dont have an operational phone as well. you just need to manually put the phone in fastboot(select from hboot menu) then skip the "adb" commands and start with fastboot devices
first download and install these drivers: revolutionary drivers (mirror)
then,download this small file:
mini-adb.zip
-unzip it,and place the unzipped folder onto the root of your C drive(not inside a folder)
-open a cmd window(with win 7,click start bubble,type "command" or "cmd" in hte search box)
-now change to your mini-adb directory(assuming you didnt chagne the name). type in the black cmd window that opened on your PC:
cd c:\mini-adb
-uncheck "fastboot" in settings/power. power the phone off. hold volume down,then power. hold them both until you see the white/colored writing hboot screen
-select "fastboot" from the hboot menu with the vol rocker/power button
-in your cmd window type:
fastboot devices
it should output your phones serial number. if so youre good to go. if not,youre apparently having a driver issue. i usually recomend these drivers from Revolutionary: modified htc drivers download and install the drivers(you should just have to run that file). afterwards,unplug your phone,plug it back in. make sure its in fastboot. as soon as you get a result from "fastboot devices" your ready to procede to the next step.
-in your cmd window,type(or copy/paste,is much easier):
fastboot getvar all
-copy the info that outputs here. right click in your cmd window,click mark,highlight it all in white. hit enter. paste the info here. it will help us know which ruu for you to run.![]()
If your phone is already android 4.2.2 the location of CWM/Backup is different than the one you see on the PC.
The PC looks under data/media/0/CWM/Backup
CWM looks for your backup under data/media/CWM/Backup
you can use a root explorer to move it to the correct location after you copied it to phone on a PC.
and you don't choose install zip you choose Restore after all the files are in the right place
What will be the correct directory under the phone's internal storage if the HTC one is 4.1.2? I keep trying to move the unzipped files of the nandroid backup to the specified location using root browser but it keep saying "operation failed!"