forked from zefie/android_device_lge_thunderc
-
Notifications
You must be signed in to change notification settings - Fork 18
Installing Flash_image
ratkiley edited this page Jan 10, 2013
·
2 revisions
Overview
Flash_image is a binary executable that needs to be downloaded and installed onto your phone before it can be used to flash the IHO Recovery ROM. Several sizable prerequisites need to be completed before flash_image can be installed.
Prerequisites:
- Install the Android SDK for the Android Debug Bridge command-line tool.
- Download and install the USB drivers for your phone.
- Connect your phone to your computer via the USB cable.
- Install a terminal emulator on your phone.
- Root your phone or …
- One Click Root Method
Install flash_image:
- Download Flash_Image.
- Download the IHO Recovery ROM.
- On your computer computer, open a command-line in the directory where the downloaded files are, and run the following dos commands. More help on adb syntax can be found on the android developers website.
adb root
adb push iho-vm670-recovery-4.0.1.4.3.img /data/local/
adb push flash_image /data/local/
adb shell
su
Choose accept in the prompt on your phone to allow super user access, check the box to remember this choice.
chmod 777 /data/local/iho-vm670-recovery-4.0.1.4.3.img
chmod 777 /data/local/flash_image
(ctrl-C)
adb reboot
Your phone will reboot. Once it has fully rebooted, run the following commands from your computer’s command prompt:
adb shell
cd /data/local
su
./flash_image recovery iho-vm670-recovery-4.0.1.4.3.img