View Single Post
Old 04-30-2012, 10:23 PM   #10
sole
Junior Member
sole began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2012
Device: Kindle Touch
Quote:
Originally Posted by geekmaster View Post
That changed it so a hard reset will try to boot to main. If you can get to fastboot you can do "fastboot setvar bootmode diags" and then it will reset to diags.

If you have not done so alread, you should install the mmcblk0p2 with SSH preinstalled. You can debrick it in five minutes if you have that. You can install it from fastboot.
So does it mean I should debrick kt all over again as follows:

1.get into fastboot mode

2.input code
Code:
fastboot.exe flash diags mmcblk0p2.img
fastboot.exe setvar bootmode diags
fastboot.exe reboot
3.In diags,choose N>U>Z>X in sequence

4.Open SSH, do
Code:
dd if=/mnt/us/mmcblk0p1.img of=/dev/mmcblk0p1 bs=4K

dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K
5.Exit diags,choose D>D>Q in sequence

sole is offline   Reply With Quote