| 8 | | If you are using this option then i '''highly recommend''' that after running it and syncing you create md5sums of the hboot.img that you installed and /dev/block/mmcblk0p18. If the md5sums don't match then '''first of all - DON'T REBOOT''' and second run for help at the #G2ROOT IRC channel on freenode. |
| | 8 | If you are using this option then i '''highly recommend''' that after running it and syncing you create md5sums of the hboot.img that you installed and /dev/block/mmcblk0p18. This can be done using busybox. |
| | 9 | {{{ |
| | 10 | adb push busybox /data/local/ |
| | 11 | adb shell chmod 777 /data/local/busybox |
| | 12 | }}} |
| | 13 | And then in your temp-root shell (the one with the # prompt) |
| | 14 | {{{ |
| | 15 | /data/local/busybox md5sum /sdcard/hboot-eng.img |
| | 16 | /data/local/busybox md5sum /dev/block/mmcblk0p18 |
| | 17 | }}} |
| | 18 | If the md5sums don't match then '''first of all - DON'T REBOOT''' and second run for help at the #G2ROOT IRC channel on freenode. |