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.
Hi
Sorry for noob question
But where is location and name of files made by Nand backup?
I just want to copy them to PC.
Dude, use the info on the very first post, info/code here:i cant figure none of it out please reply back as soon as posible or text me with the easist way to do it at (502)403-0420. please help me
Code:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system # cat /sdcard/flash_image > /system/bin/flash_image # chmod 755 /system/bin/flash_image # mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak # mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system # flash_image recovery /sdcard/recovery-RA-GNM-thunderg-1.1.0.img # reboot recovery
Okay, I have a few problems... 1, I've done all the steps, when I go in to code i'm getting errors like crazy!!
# cat /sdcard/flash_image > /system/bin/flash_image
Error: /sdcard/flash_image: No such file or directory
I d/loaded the flash_image and the recovery and but them both on my SD card in my phone... I kept them both in the zip file so idk what is going on.
Also, before I started doing all of this I d/loaded titanium backup and backed up ALL the files on my phone onto my SD card. When I go into custom recovery I don't have these options...
Backup/Restore:
Nand Backup : runs a nandroid backup of data, cache, boot, system
Nand Backup + .android secure : backs up above plus .android_secure on sdcard (froyo native apps on sd)
Nand + ext backup : data, cache, system, boot, plus apps2sd on ext partition (old style apps2sd)
Nand Restore : browse to and select nandroid backup to restore
When I go into Backup/Restore only things that come up are backup, restore and cancel.
I'm using a LG Optimus T Model LG-p509 Andrioid version 2.2 and Software version LG-p509-V10h
Can someone help me please?
The flash_image.zip must be unzipped. The flash_image is needed to actually flash the recovery. The one you are describing is the stock recovery. Also this thread/version is outdated see here for newest All In One Recovery Thread