itzdarockz
Newbie
All credits go to neighborhoodhacker for building the recovery.
Requires root!
recovery.img
flash_image
1.Alright now to the flashing, first obviously download the files, now extract flash_image and them move them to the root of your SD card.
2.Move flash_image to /system/bin using root explorer
3. Now using terminal emulator or ADB enter this to flash it
4. If this is your first time flashing a recovery then enter this in the terminal or ADB
If you get an error not found, don't worry some phones don't have it.
Enjoy!
Requires root!
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this Recovery
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
recovery.img
flash_image
1.Alright now to the flashing, first obviously download the files, now extract flash_image and them move them to the root of your SD card.
2.Move flash_image to /system/bin using root explorer
3. Now using terminal emulator or ADB enter this to flash it
Code:
$ su
# flash_image recovery /sdcard/recovery.img
4. If this is your first time flashing a recovery then enter this in the terminal or ADB
Code:
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock9 /system
Code:
# chmod 444 /system/etc/install-recovery.sh
If you get an error not found, don't worry some phones don't have it.
Enjoy!