![]() |
#91 |
Connoisseur
![]() Posts: 55
Karma: 46
Join Date: Feb 2012
Device: Kindle
|
Thanks geekmaster, I've booted into fastboot so many times (maybe as many as 100) that I couldn't even remember how I do it! I've edited the original post. Man am I happy - I feel lucky to have chosen a Kindle, because of its great community. If there's ever something I can do to give back I'll do it.
|
![]() |
![]() |
![]() |
#92 | |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
![]() EDIT: I edited my post too... ![]() Last edited by geekmaster; 03-13-2012 at 12:59 AM. |
|
![]() |
![]() |
![]() |
#93 | ||
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2012
Device: kindle3g+i
|
Quote:
Hi man, mi kindle model is touch 3g (the last touch model). I have been reading all the steps from the previous report by Poetcop and trying to repeat but I don't understand some things and terms. I downloaded libusb and get recognized my kindle by windows xp (in virtual box), i copied the same text from .inf that you use geekmaster. I don't understand the next step that runs fastboot.win.public there are some .dos files that can´t work correctly I suppose. Also in the report from Poetcop mentioned that uses Linux, what version recommends to install in mac osx (virtual box) and how I can run ssh file Quote:
https://www.mobileread.com/forums/sho...1&postcount=25 |
||
![]() |
![]() |
![]() |
#94 | |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
I do not have time to provide a detailed answer to your post for a few days. Could somebody else please answer these questions? Please try to provide simple, accurate and tested answers, and links to any referenced materials (like I "normally" do). Thanks. There are also other options available for solving these problems. Start by reading this thread: "Select Boot": https://www.mobileread.com/forums/sho...d.php?t=169645 The kindles run linux inside. Your post indicates that you may need to learn some basic linux commands (such as "dd", and more) -- or wait for others to provide a RUNME.sh script that will do these commands for you. Here is some information about some basic linux commands: http://www.my-guides.net/en/content/view/29/26/ I will eventually get back to this in a few days to see how it is going. If there has been no progress, I will see what I can do for you then... Thanks... Last edited by geekmaster; 03-16-2012 at 10:52 AM. |
|
![]() |
![]() |
![]() |
#95 | |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 138
Karma: 12324
Join Date: Dec 2011
Location: CZ
Device: Kindle 4 non-touch
|
Quote:
As geekmaster said, by "Linux" is mere meant Linux inside Kindle. As I understand, you have emulated Windows XP on your Mac. About these DOS files. These are NOT DOS, it's just console applications and it fully run under Windows. Following instructions are for Windows. Before you run fastboot, you need to install drivers. It's a little bit tricky, because I don't know, if original fastboot drivers works with Touch model. I recommend you to download libusb-win32 here, follow instructions here. Then extract fastboot_win_public.zip to some directory in Windows even with source code. Go to source folder and doubleclick to "cmd.bat". Command prompt should appear. Type Code:
cd .. fastboot.exe getvar bootmode If drivers didn't work, install drivers with geekmaster's custom inf and try run fastboot again. You can't write main partition from fastboot, only diags (for example the version with SSH). I hope I didn't confused you. Just read existing instructions on forum, and ask if you didn't understand something. Last edited by hostar; 03-16-2012 at 02:58 PM. |
|
![]() |
![]() |
![]() |
#96 |
Connoisseur
![]() Posts: 55
Karma: 46
Join Date: Feb 2012
Device: Kindle
|
I just noticed this post about my report, otherwise I would have answered sooner. As it is geekmaster and hostar did a great job with hints to get you started, js1d3. Your real challenge now is to get talking to your Kindle in fastboot mode, which you can test by running a simple command like "fastboot getvar serial" (gets the serial number of your Kindle). Let us know when you get to that checkpoint, or if you need more help to make it there!
|
![]() |
![]() |
![]() |
#97 | |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
If using fastboot for windows, be sure to install the lubusb-win32 device drivers, or it will not see any devices in fastboot mode (< waiting for device >). The Mac version probably needs to run as root too... ![]() Last edited by geekmaster; 03-18-2012 at 11:09 PM. |
|
![]() |
![]() |
![]() |
#98 |
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Feb 2012
Device: kt
|
|
![]() |
![]() |
![]() |
#99 | |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
If you look at my original post, I used "bs=4K" (which is 4096 bytes, corresponding to the mmc nand physical erase page size). Writing a smaller blocksize (such as 1024 bytes) causes extra read/modify/write cycles (unless cached with deferred writes in the firmware), and takes much more time. Using a tiny block size (like 4 bytes) causes MANY extra writes, which may take a lot of extra time unless the mmc firmware gathers and defers writing until it has a full erase block, and even then, there would be a lot of extra system overhead for all those extra write operations being passed to the kernel mode mmc device driver. SUMMARY: It would have been better to use: dd if=/mnt/us/mmcblk0p1.img of=/dev/mmcblk0p1 bs=4K ![]() Last edited by geekmaster; 03-19-2012 at 10:52 AM. |
|
![]() |
![]() |
![]() |
#100 |
Member
![]() Posts: 10
Karma: 10
Join Date: Mar 2012
Device: kindle touch
|
hello!
my kindle is bricked too, stuck at the screen with the tree. it gets unstuck/reboots when using mfg tool and the main profile and i can use my kindle then until i restart it or power it off, then it is stuck again. i dont understand much about what is written in this thread, maybe someone with more experience than me is willing to waste his valueable time and help me out and contact me on icq (75955166) to give some dedicated help? have a nice weekend! Last edited by mars77; 03-24-2012 at 01:58 PM. |
![]() |
![]() |
![]() |
#101 | |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
Assuming it is a K4 or touch, it sounds like your bootmode var is probably set to fastboot mode. You need to set it to main. You can do this with fastboot: fastboot setvar bootmode main Or you can set it from diagnotics mode at an SSH command prompt or in a RUNME.sh script launched by my data.tar.gz that you can download in the "Select Boot" thread. To use a RUNME.sh script, you also need an ENABLE_DIAGS file so it runs in diags mode. Put these commands in a RUNME.sh script, or execute them from an SSH shell in diags mode: idme -d --bootmode main rm /mnt/us/ENABLE_DIAGS reboot The information provided above is duplicated multiple times in this forum, and once again here. You need to provide enough information with your request so that people can help you without needing to guess or make potentially incorrect assumptions. Again, what model is your kindle? ![]() Last edited by geekmaster; 03-25-2012 at 10:39 AM. |
|
![]() |
![]() |
![]() |
#102 |
Member
![]() Posts: 10
Karma: 10
Join Date: Mar 2012
Device: kindle touch
|
its working now, thanks so much!
Last edited by mars77; 03-25-2012 at 08:38 AM. |
![]() |
![]() |
![]() |
#103 |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Okay, I added a link to your successful debricking report post to the "successful debricking reports" list on the first post in this thread:
If there are any successful debricking report posts anywhere in the mobileread forums that are not in my list, please let me know so I can add them. Thanks. ![]() Last edited by geekmaster; 03-25-2012 at 10:41 AM. |
![]() |
![]() |
![]() |
#104 | |
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Mar 2012
Device: kindle3g+i
|
Quote:
|
|
![]() |
![]() |
![]() |
#105 | |
Carpe diem, c'est la vie.
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
|
Quote:
I use linux mint (an ubuntu-based linux distro), but at the command line it is really just a debian distro, just like in the kindle. So, I would recommend a debian distro, just so you can be familiar with apt-get and other debian tools, in case you want to install them in your kindle. The problem is that MfgTool only runs in Windows, but you would run windows in a VM (like VirtualBox), which is what I do. Last edited by geekmaster; 03-25-2012 at 11:23 PM. |
|
![]() |
![]() |
![]() |
Tags |
debricking |
Thread Tools | Search this Thread |
|
![]() |
||||
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 05:09 PM |
Sell Kindle Keyboard 3G, Nook Simple Touch | austinmitchell | Flea Market | 5 | 03-01-2013 11:34 AM |
I have some questions about K4 touch debricking | drjonvargas | Kindle Developer's Corner | 4 | 04-22-2012 03:46 PM |
kindle touch simple debricking for help | non_fox | Amazon Kindle | 4 | 04-18-2012 08:32 PM |
Troubleshooting simple kindle touch (and k4nt) debricking method | geekmaster | Amazon Kindle | 0 | 03-02-2012 10:31 PM |