a | b | |
---|
10 | 10 | | 11 - Type chmod 700 flash_image - This will make flash_image executable. |
---|
11 | 11 | | 12 - Type sync - Flush changes to block device. |
---|
12 | 12 | | 13 - Type mount -o remount,ro -t yaffs2 /dev/block/mtdblock3 /system - Remount in read-only - you shouldn't need to make any more changes. |
---|
... | |
---|
13 | | - | 14 - Type /system/xbin/ flash_image recovery /sdcard/recovery.img - This does the actual business of flashing your recovery partition (gulp) should only take 2 seconds |
---|
| 13 | + | 14 - Type flash_image recovery /sdcard/recovery.img - This does the actual business of flashing your recovery partition (gulp) should only take 2 seconds |
---|
... | |
---|
14 | 14 | | 15 - Hold down the power button for a few seconds and choose "Power Off" |
---|
15 | 15 | | 16 - Hold x and hold the power button until you see the Motorola logo. |
---|
16 | 16 | | 17 - You should be greated by the custom recovery firmware. Choose reboot and wait for the first set of custom roms! |
---|
... | |
---|