Skip to content

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 flash_image:

  1. Download Flash_Image.
  2. Download the IHO Recovery ROM.
  3. 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

Clone this wiki locally