05-25-2012, 05:09 PM | #241 |
Member
Posts: 24
Karma: 10
Join Date: May 2012
Device: kindle touch 3G
|
not working always saying please connect device and tried some methods to make device seen and nothing occured i guess the problem in the tool it self
i see some reports also like that is there any way to log in fastboot mode iam working and reading for week and i started to get pannic as i get nothing every tial |
05-25-2012, 11:36 PM | #242 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Fastboot for win32 requires that you install and configure libusb-win32. Otherwise it will not see the kindle as a fastboot device.
The linux version of fastboot does not need special drivers, but you should set fastboot mode from diags, so that it gets saved. Otherwise you will have difficulty going from windows to run MfgTool, then switching to linux to run fastboot. If the USB port disconnects of reset, the kindle will drop out of fastboot mode. It will be easier to use it from windows, but only after you have the libusb-win32 drivers working. |
Advert | |
|
05-28-2012, 03:14 PM | #243 | |
Member
Posts: 24
Karma: 10
Join Date: May 2012
Device: kindle touch 3G
|
Quote:
iam using windows7 64bit |
|
05-28-2012, 09:37 PM | #244 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
|
05-28-2012, 11:17 PM | #245 |
Connoisseur
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
|
Can anyone help me? I've bricked my KT...and I've tried the following several times, but it's still gets stuck in boot-screen(where s man under a tree):
Code:
kernel: I papyrus:TempExceeded:temp=32: VFS: Can't find ext3 filesystem on dev mmcblk0p1. kernel: I papyrus:TempExceeded:temp=32: VFS: Can't find ext3 filesystem on dev mmcblk0p1. VFS: Can't find an ext2 filesystem on dev mmcblk0p1. Thanks you. Last edited by ppoo; 05-28-2012 at 11:22 PM. |
Advert | |
|
05-28-2012, 11:28 PM | #246 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
Last edited by geekmaster; 05-28-2012 at 11:30 PM. |
|
05-28-2012, 11:39 PM | #247 | |
Connoisseur
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
|
Quote:
I forget to tell that my kindle touch has been updated to firmware 5.1. Then I bricked it ;( My result here: From system32\cmd.exe Code:
D:\kindle\fastboot>fastboot.exe flash kernel kernel-5.0.0.img downloading 'kernel'... OKAY [ 0.234s] writing 'kernel'... OKAY [ 0.938s] finished. total time: 1.172s D:\kindle\fastboot>fastboot.exe flash diags mmcblk0p2.img downloading 'diags'... OKAY [ 3.109s] writing 'diags'... OKAY [ 6.406s] finished. total time: 9.516s Code:
[root@[192_168_15_244] us]# dd if=/mnt/us/mmcblk0p1-kt-5.0.0.img of=/dev/mmcblk0 p1 bs=4K dd: writing '/dev/mmcblk0p1': No space left on device 89601+0 records in 89600+0 records out 367001600 bytes (350.0MB) copied, 140.341680 seconds, 2.5MB/s [root@[192_168_15_244] us]# dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K dd: writing '/dev/mmcblk0p3': No space left on device 8193+0 records in 8192+0 records out 33554432 bytes (32.0MB) copied, 0.267083 seconds, 119.8MB/s [root@[192_168_15_244] us]# idme -d --bootmode main Devmode enabled Reading vars from temp storage... ...None found, Copying vars from /proc Setting bootmode to main Writing new vars to temp area You must reboot before new values will take effect [root@[192_168_15_244] us]# rm /mnt/us/ENABLE_DIAGS rm: can't remove '/mnt/us/ENABLE_DIAGS': No such file or directory [root@[192_168_15_244] us]# mount -text3 /dev/mmcblk0p1 /mnt/us/tmp mount: wrong fs type, bad option, bad superblock on /dev/mmcblk0p1, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so [root@[192_168_15_244] us]# dmesg | tail kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=31: VFS: Can't find ext3 filesystem on dev mmcblk0p1. [root@[192_168_15_244] us]# Last edited by ppoo; 05-28-2012 at 11:51 PM. |
|
05-28-2012, 11:48 PM | #248 | |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
You will also need to update to whatever firmware version you want. Sometimes an update can take a long time, and can look bricked, when it is really just "busy". You can reboot with a "reboot" command, after the "idme" command that you did. Do a reboot command INSTEAD OF trying the mount the zeroed drive, in the transcript above. Last edited by geekmaster; 05-28-2012 at 11:54 PM. |
|
05-28-2012, 11:58 PM | #249 | |
Connoisseur
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
|
Quote:
|
|
05-29-2012, 12:02 AM | #250 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Oops... never mind. I misread that. I thought you were mounting the mmcblk0p3 drive that you just zeroed out. Now that I see it marked in RED, I can see that it is the main partition. Sorry.
Now, looking at it that way, I see a DIFFERENT potential problem. You should mount p1 at /mnt/mmc to test it. Does your mount point at /mnt/us/tmp exist as an EMTPY directory? It is easier just to mount it at /mnt/mmc. Try that... And you could do an fsck on it before mounting too... Last edited by geekmaster; 05-29-2012 at 12:07 AM. |
05-29-2012, 12:14 AM | #251 | |
Connoisseur
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
|
Quote:
I've also tried fsck -text3 /dev/mmcblk0p1 but got error like ...bad magic number in superblock.... Now, I'm waiting a completely black screen with no tree. Is it OK ? |
|
05-29-2012, 12:25 AM | #252 |
Carpe diem, c'est la vie.
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
It sounds like you have a bad image file. Try doing the fsck on the .img file on the /mnt/us drive. Perhaps you need to unzip it with a different tool, or copy the .gz file to the kindle and use tar zxvf ... to extract it...
Or you may need to download it again. ??? |
05-29-2012, 12:41 AM | #253 | |
Connoisseur
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
|
Quote:
Code:
root@[192_168_15_244] us]# mount -o loop -text3 ./mmcblk0p1-kt-5.0.0.img /mnt/mmc mount: wrong fs type, bad option, bad superblock on /dev/loop/1, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so [root@[192_168_15_244] us]# dmesg | tail kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=32: kernel: I papyrus:TempExceeded:temp=31: kernel: I papyrus:TempExceeded:temp=31: FAT: bogus number of reserved sectors VFS: Can't find a valid FAT filesystem on dev loop1. VFS: Can't find ext3 filesystem on dev loop1. Last edited by ppoo; 05-29-2012 at 12:46 AM. |
|
05-29-2012, 01:35 AM | #254 |
Connoisseur
Posts: 56
Karma: 40393
Join Date: May 2012
Device: Kindle Touch
|
@geekmaster: THANKS!!! My KT is COMPLETELY DEBRICKED
I think you should add these code to your topic, to check whether image is OK: Code:
mount -o loop -text3 /mnt/us/mmcblk0p1-kt-5.0.0.img /mnt/mmc ls /mnt/mmc umount /mnt/mmc |
05-29-2012, 03:06 AM | #255 | |
Going Viral
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Quote:
losetup -f <find next device, here, assume loop1> losetup /mnt/us/mmcblk0p1-kt-5.0.0.img /dev/loop1 fsck -f /dev/loop1 losetup -d /dev/loop1 WARNING: Do not run fsck on a mounted filesystem. Some versions of the command do not output that warning message. Just listing the directory (with ls) tells you next to nothing about the condition of the file system. Last edited by knc1; 05-29-2012 at 09:12 AM. |
|
Tags |
debricking |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Which one Nook simple touch or Kobo mini? | capuchino71 | Which one should I buy? | 18 | 07-12-2013 06:09 PM |
Sell Kindle Keyboard 3G, Nook Simple Touch | austinmitchell | Flea Market | 5 | 03-01-2013 12:34 PM |
I have some questions about K4 touch debricking | drjonvargas | Kindle Developer's Corner | 4 | 04-22-2012 04:46 PM |
kindle touch simple debricking for help | non_fox | Amazon Kindle | 4 | 04-18-2012 09:32 PM |
Troubleshooting simple kindle touch (and k4nt) debricking method | geekmaster | Amazon Kindle | 0 | 03-02-2012 11:31 PM |