82DVdoCsZGpj6GYskFMVo changeset

Changeset633532386531 (b)
Parent656632643561 (a)
ab
101011 - Type chmod 700 flash_image                                         - This will make flash_image executable.
111112 - Type sync                                                          - Flush changes to block device.
121213 - 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
...
141415 - Hold down the power button for a few seconds and choose "Power Off"
151516 - Hold x and hold the power button until you see the Motorola logo.
161617 - You should be greated by the custom recovery firmware.  Choose reboot and wait for the first set of custom roms!
...
1
2
3
4
5
6
7
8
9
10
11
--- Revision 656632643561
+++ Revision 633532386531
@@ -11,7 +11,7 @@
11 - Type chmod 700 flash_image - This will make flash_image executable.
12 - Type sync - Flush changes to block device.
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.
-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
+14 - Type flash_image recovery /sdcard/recovery.img - This does the actual business of flashing your recovery partition (gulp) should only take 2 seconds
15 - Hold down the power button for a few seconds and choose "Power Off"
16 - Hold x and hold the power button until you see the Motorola logo.
17 - You should be greated by the custom recovery firmware. Choose reboot and wait for the first set of custom roms!