Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle > Kindle Developer's Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 03-04-2012, 02:20 AM   #46
john_pb
Enthusiast
john_pb began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Quote:
Originally Posted by geekmaster View Post
From diags SSH, try:

dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K

then reformat.
Code:
[root@[192_168_15_244] root]# dd if=/dev/zero of=/dev/mmcblk0p3 bs=4
dd: writing '/dev/mmcblk0p3': No space left on device
8388609+0 records in
8388608+0 records out
33554432 bytes (32.0MB) copied, 59.903201 seconds, 547.0KB/s
[root@[192_168_15_244] root]# exit
Mate, you are a genius! If you are ever in Queensland, be sure to let me know as I owe you a beer or a few.

The Kindle is back on its feet now.

My wife did say that considering what the thing costs to buy new and the amount of time I've spent on it, my hourly rate amounted to probably one or at most two dollars, so as an IT consultant, I would surely starve...! ;-)

Lucky I don't do it for a job then!

Thank you again; now I can run the Amazon firmware update again, without concern if the Kindle turns into a brick again.

Cheers.

John
john_pb is offline   Reply With Quote
Old 03-04-2012, 06:09 AM   #47
john_pb
Enthusiast
john_pb began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Just some further feedback on this, in case someone comes across the same problem:

Once the Kindle booted properly, I registered it and checked that the firmware it was running was 5.0.0 - as expected with the "forensic" drive image.

I then uploaded the most recent Amazon firmware (5.0.4), making sure it was transferred to the device properly before disconnecting it from the PC.

Running the update went fine until reboot. This time there was no "Your Kindle needs repair" message, but it got stuck on "Please wait for your Kindle to reboot".

After about 2 hours of leaving it sit, I rebooted into diags using Mfg Tool, connected via SSH and once again ran
"dd if=/dev/zero of=/dev/mmcblk0p3 bs=4"

The Kindle then managed to boot and came back as a new, unregistered device. The firmware version is back to 5.0.0.

Can anyone shed any light on why the update fails like this? Is it possible to go from 5.0.0 to 5.0.4?

I will refrain from updating it for now. Needless to say, I'm not all that keen to update the second KT, which is running 5.0.1, either.

Cheers.
john_pb is offline   Reply With Quote
Advert
Old 03-04-2012, 07:03 AM   #48
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by john_pb View Post
My wife did say that considering what the thing costs to buy new and the amount of time I've spent on it, my hourly rate amounted to probably one or at most two dollars, so as an IT consultant, I would surely starve...! ;-)

John
Welcome to the world of Open Source Software developed, tested and maintained by unpaid volunteers.

Mention to wife that this is one of those things a person does for Love, not Money.
knc1 is offline   Reply With Quote
Old 03-04-2012, 02:18 PM   #49
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by john_pb View Post
Just some further feedback on this, in case someone comes across the same problem:

Once the Kindle booted properly, I registered it and checked that the firmware it was running was 5.0.0 - as expected with the "forensic" drive image.

I then uploaded the most recent Amazon firmware (5.0.4), making sure it was transferred to the device properly before disconnecting it from the PC.

Running the update went fine until reboot. This time there was no "Your Kindle needs repair" message, but it got stuck on "Please wait for your Kindle to reboot".

After about 2 hours of leaving it sit, I rebooted into diags using Mfg Tool, connected via SSH and once again ran
"dd if=/dev/zero of=/dev/mmcblk0p3 bs=4"

The Kindle then managed to boot and came back as a new, unregistered device. The firmware version is back to 5.0.0.

Can anyone shed any light on why the update fails like this? Is it possible to go from 5.0.0 to 5.0.4?

I will refrain from updating it for now. Needless to say, I'm not all that keen to update the second KT, which is running 5.0.1, either.

Cheers.
5.0.3 and earlier just patched existing files, which could cause problems on systems with modified files.

Amazon changed their upgrade method after I explained to their high-level techs that this was causing kindle bricking, and the return cost from some countries is much too high, so I have been helping debrick them. The techs I talked to agreed with my suggestions, but they could only make recommendations to the people who make these decisions. After I requested that amazon NOT continue their potentially dangerous upgrade method, they released 5.0.4 using a safer method, so that adds a lot to the respectability of the technical decision makers at amazon (at least in my book).

5.0.4 contains complete copies of files, and instead of patching them, it replaces them. Most of the files it writes during the update are identical to the original files for earlier versions, so it replaces modified files with originals in many cases, instead of patching them in ways that could brick a kindle. 5.0.4 also replaces the linux kernel used to boot the main partition.

So, it is MUCH safer to update to 5.0.4 than earlier versions.

A side effect is that a few hacks such as "screen rotation" are disabled when one of their modified files got replaced. This can be fixed by restoring their modified file, or reinstalling that hack.

Last edited by geekmaster; 03-04-2012 at 02:26 PM.
geekmaster is offline   Reply With Quote
Old 03-05-2012, 03:56 AM   #50
john_pb
Enthusiast
john_pb began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Thanks once again for the responses. I do appreciate the work you guys are doing.

Just as a further feedback:

The Kindle will not reboot successfully. It either gets stuck on ""...wait till your Kindle restarts" or at a blank screen.

I rebooted it using the "magic" restart while connected to the Windows guest, with Mfg Tool running.

Once detected and the "main" profile loaded, it restarts normally and now shows that the firmware has been upgraded to 5.0.4. It then runs fine, with all functions including 3G operating without noticeable problems; unless shut down, from which it again goes to a blank white screen and cannot be re-booted without Mfg Tool.

"Hard" reset - holding down the power button - makes no difference.

Geekmaster, would you know of any reason why this might be the case?
john_pb is offline   Reply With Quote
Advert
Old 03-05-2012, 09:54 AM   #51
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by knc1 View Post
Welcome to the world of Open Source Software developed, tested and maintained by unpaid volunteers.

Mention to wife that this is one of those things a person does for Love, not Money.
Umm... You suggest letting the wife find out about your secret love for the kindle, so it becomes "the competition" ?

Some wives do *not* appreciate outside love interests, whereas they *can* understand money with a more rational mind than where love is involved.
geekmaster is offline   Reply With Quote
Old 03-05-2012, 10:03 AM   #52
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by john_pb View Post
Thanks once again for the responses. I do appreciate the work you guys are doing.

Just as a further feedback:

The Kindle will not reboot successfully. It either gets stuck on ""...wait till your Kindle restarts" or at a blank screen.

I rebooted it using the "magic" restart while connected to the Windows guest, with Mfg Tool running.

Once detected and the "main" profile loaded, it restarts normally and now shows that the firmware has been upgraded to 5.0.4. It then runs fine, with all functions including 3G operating without noticeable problems; unless shut down, from which it again goes to a blank white screen and cannot be re-booted without Mfg Tool.

"Hard" reset - holding down the power button - makes no difference.

Geekmaster, would you know of any reason why this might be the case?
Try changing the idme bootmode variable to "main".

You should be able to boot to diags, and then use the "disable diagnostics" menu.

Or in diags SSH (or in a RUNME.sh) do "idme -d --bootmode main". You can do "idme ?" to see that they current bootmode var contains.

Or in fastboot mode (using MfgTool to get there), do "sudo ./fastboot setvar bootmode main".

Do you have a hack installed that is depending on a file that got replaced with an original amazon file during the update? If so, you need to either fix that, or flash a good main system partition image from diags, using "dd if=/mnt/us/mmcblk0p1 of=/dev/mmcblk0p1 bs=4K" from diags SSH or RUNME.sh (with ENABLE_DIAGS).

Flashing a partition that you booted from can cause problems, so you need to be in diags mode. The main system partition is too big to flash with fastboot, so you need the above "dd" command for that.

See the "simple debricking" thread.
geekmaster is offline   Reply With Quote
Old 03-06-2012, 04:53 AM   #53
john_pb
Enthusiast
john_pb began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Quote:
Originally Posted by geekmaster View Post
Try changing the idme bootmode variable to "main".

You should be able to boot to diags, and then use the "disable diagnostics" menu.
OK, I've done that and can now see a message that says:

Code:
device.info.xml not found check device settings
Quote:
Or in diags SSH (or in a RUNME.sh) do "idme -d --bootmode main". You can do "idme ?" to see that they current bootmode var contains.
Code:
[root@[192_168_15_244] root]# 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
Running "reboot" over the SSH console at this step has successfully managed to get the Kindle to shut down and reboot.

Once again, thank you.

Other than that, with regards to your last comment: There are no hacks installed on this Kindle; at least not yet. ;-)

Cheers.
john_pb is offline   Reply With Quote
Old 03-06-2012, 07:29 AM   #54
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773668
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by john_pb View Post
OK, I've done that and can now see a message that says:

Code:
device.info.xml not found check device settings


Code:
[root@[192_168_15_244] root]# 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
Running "reboot" over the SSH console at this step has successfully managed to get the Kindle to shut down and reboot.

Once again, thank you.

Other than that, with regards to your last comment: There are no hacks installed on this Kindle; at least not yet. ;-)

Cheers.
device.info.xml is normally used to change idme settings from an xml file, in a different diags menu item. Perhaps it was confused because you already changed the idme bootmode var manually, after which you should also remove /mnt/us/ENABLE diags if that exists, and then you SHOULD do the reboot command.

The "Disable Diagnostics" menu item does not work right if you change the idme var bootmode var manually like I suggested.

"Once again, thank you" seems to imply that your kindle works now, but you did not implicitly state whether it works or still cannot boot to the main system framework.

Question: Is your kindle working now?

Last edited by geekmaster; 03-06-2012 at 08:18 PM.
geekmaster is offline   Reply With Quote
Old 03-06-2012, 07:38 PM   #55
john_pb
Enthusiast
john_pb began at the beginning.
 
Posts: 26
Karma: 10
Join Date: Feb 2012
Device: Kindle Touch
Quote:
Originally Posted by geekmaster View Post
"Once again, thank you" seems to imply that your kindle works now, but you did no implicitly state whether it works or still cannot boot to the main system framework.

Question: Is your kindle working now?
My sincere apologies...I had a quick go at that reboot problem last night, so my response to your message was missing the most important part:

Yes, my Kindle is as good as new. Thank you, thank you, thank you!

Now I can start hacking it to see if I can break it again...!
john_pb is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bricked Kindle Touch zkat Kindle Developer's Corner 69 03-07-2012 04:08 PM
Kindle Touch bricked without USB rastik Kindle Developer's Corner 57 01-22-2012 08:32 PM
Touch Any idea as to the next update of the Touch firmware? TonyToews Kobo Reader 0 01-12-2012 08:30 PM
Kindle Touch bricked? LittleLui Kindle Developer's Corner 4 12-30-2011 03:18 PM
Firmware Update Kindle bricked after 2.5 update MePerson Amazon Kindle 8 06-30-2010 11:37 AM


All times are GMT -4. The time now is 03:52 AM.


MobileRead.com is a privately owned, operated and funded community.