Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Amazon Kindle

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 02-10-2010, 05:43 PM   #136
SalvaG
Enthusiast
SalvaG is on a distinguished road
 
SalvaG's Avatar
 
Posts: 39
Karma: 54
Join Date: May 2009
Location: Spain
Device: Kindle DX
The new firmware has changed the file that needs to be patched, so the hack has to be made again, but the original author is missing and missed - just hope he is well.
SalvaG is offline  
Old 02-10-2010, 06:07 PM   #137
aru
Likes to read on e-ink
aru is on a distinguished road
 
Posts: 68
Karma: 50
Join Date: Feb 2007
Location: New Jersey
Device: Kindle DX
Hello,

I used the mod on my Kindle DX (Software version 2.1) and it worked flawlessly. I got the small lock instead of the amazon pictures.
Today I tried to update to the new software 2.3 which did not work. I uninstalled my hack, using one of the uninstall files and the amazon pictures start to come back. However the install 2.3 still does not work. It executes properly, but then the version is still 2.1.
I talked with amazon and they downloaded a service log from my Kindle. Then I received an e-mail that the update would not work, because I modified my Kindle.

Can anybody tell me how to unmodify my kindle, or how to force the update??

Thanks to the kind soul that can help me.

Add on: Talked to Kindle Support again and they said it can't be fixed. I can buy another Kindle (refurbished $250) or they would exchange it if the screen or the modem would go bad...
After that I tried to install and uninstall the new version, did a reset; and now the 2.3 update will not go through anymore (installation fails).
Does anybody know how to completely restore the OS/Software on the DX?

Last edited by aru; 02-11-2010 at 10:26 AM. Reason: New results
aru is offline  
Advert
Old 02-11-2010, 11:36 AM   #138
angelad
Groupie
angelad is on a distinguished road
 
Posts: 163
Karma: 64
Join Date: Jun 2009
Device: kindle dx
Quote:
Originally Posted by SalvaG View Post
The new firmware has changed the file that needs to be patched, so the hack has to be made again, but the original author is missing and missed - just hope he is well.
Yea, I found out the hard way...
angelad is offline  
Old 02-12-2010, 10:22 AM   #139
aru
Likes to read on e-ink
aru is on a distinguished road
 
Posts: 68
Karma: 50
Join Date: Feb 2007
Location: New Jersey
Device: Kindle DX
I actually found an old version of the hack with the right uninstall tool. All is well now !

https://www.mobileread.com/forums/new...treply&t=73466
aru is offline  
Old 02-16-2010, 07:07 PM   #140
Jagasian
Member
Jagasian began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Jun 2009
Device: Kindle DX
Quote:
Originally Posted by SalvaG View Post
The new firmware has changed the file that needs to be patched, so the hack has to be made again, but the original author is missing and missed - just hope he is well.
Updating the "last page" screensaver hack should be possible. The key is to create a new binary diff and md5 hash for the framework-impl.jar. Here is how you'd go about updating the hack to work with the current latest firmware (version 2.3.3):

1. For each firmware version (2.1, 2.1+hack, and 2.3.3): extract the .class files from framework-impl.jar and decompile them into .java files, so that you have 3 separate directories containing the full source code (.java files) for framework-impl.jar

2. Use a three-way merge source code tool to merge the diff of the .java files for version 2.1 and 2.1+hack into the .java files for 2.3.3. Most likely the diff between 2.1 and 2.1+hack is very small, because this hack should only be changing a small part of the framework. This results in the source code for version 2.3.3 of framework-impl.jar, with the hack applied. Let's call this 2.3.3+hack.

3. Compile the .java files for 2.3.3+hack. This creates a bunch of .class files.

4. Create a new jar file containing the 2.3.3+hack .class files.

5. Use a binary diff tool to create a new binary diff of the framework-impl.jar for version 2.3.3 and version 2.3.3+hack.

6. Compute the md5 hash for version 2.3.3+hack of the framework-impl.jar and update the install.sh script to use this new md5 hash.
Jagasian is offline  
Advert
Old 02-25-2010, 02:31 PM   #141
kindlepilot
Junior Member
kindlepilot began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2010
Device: DX
OK ....so can someone step up and and update this hack as described above? I'd do it if I knew what the hell he is saying.
kindlepilot is offline  
Old 02-25-2010, 05:17 PM   #142
SalvaG
Enthusiast
SalvaG is on a distinguished road
 
SalvaG's Avatar
 
Posts: 39
Karma: 54
Join Date: May 2009
Location: Spain
Device: Kindle DX
Thank you very much, but I also don't have a clue about doing it.
SalvaG is offline  
Old 02-25-2010, 05:38 PM   #143
josetann
Junior Member
josetann began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2010
Device: Kindle Keyboard 3G
If anyone has the 2.1 files, I could give it a shot. Alas, only have 2.3.3 here.
josetann is offline  
Old 02-26-2010, 10:47 AM   #144
jmoates72
Junior Member
jmoates72 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2010
Device: kindle dx
Is this what you need?

http://kindle.s3.amazonaws.com/Kindl...7560062.tar.gz

I'm also a pilot, wanting to fix what seems to me to be a crazy oversight on the part of Amazon. Use more power to put the Kindle into powersaver mode, and don't give ths user a choice in it.
jmoates72 is offline  
Old 03-05-2010, 03:00 AM   #145
picky-picasso
Junior Member
picky-picasso began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2009
Device: Kindle

Also, ebs explained how he created the hack, for those who understand Unix hash coding, as follows:

Code:

[root@kindle us]# pwd
/mnt/us
[root@kindle us]# mkdir screensaver-lp
[root@kindle us]# cd screensaver-lp/

Use scp to copy screensaver-lp.tar.gz to /mnt/us/screensaver-lp, then

Code:

[root@kindle screensaver-lp]# tar xzf screensaver-lp.tar.gz
[root@kindle screensaver-lp]# ls -al
drwxr-xr-x 2 root root 4096 Jul 4 02:04 .
drwxr-xr-x 8 root root 4096 Jul 4 02:03 ..
-rwxr-xr-x 1 root root 6447 Jun 28 01:39 bspatch
-rw-r--r-- 1 root root 9739 Jul 4 2009 framework-impl.jar.bdiff
-rwxr-xr-x 1 root root 890 Jul 4 2009 install.sh
-rwxr-xr-x 1 root root 683 Jul 4 2009 restore.sh
-rwxr-xr-x 1 root root 15726 Jul 4 02:03 screensaver-lp.tar.gz
-rw-r--r-- 1 root root 1539 Jul 4 2009 ss_lock.gif
[root@kindle screensaver-lp]# mntroot rw
system: I mntroot:def:Making root filesystem writeable
[root@kindle screensaver-lp]# ./install.sh

install: screensaver-lp v0.01, Sat Jul 4 02:06:12 UTC 2009
Done!

To remove, run restore.sh script

NO Implied warranty of any kind, by the way, with ebs, I strongly recommend you take some "anti-bricking" precautions, e.g. usbnetwork auto-start. This is potentially dangerous hack.
picky-picasso is offline  
Old 03-07-2010, 11:12 PM   #146
kindlepilot
Junior Member
kindlepilot began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Feb 2010
Device: DX
"for those who understand Unix hash coding"

Ok how about those of us that don't?
kindlepilot is offline  
Old 05-20-2010, 09:36 AM   #147
Eadon
Junior Member
Eadon began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Aug 2007
Device: iLiad
I just purchased My Kindle DXi with firmware rev 2.5 and I was unable to get this “last page” hack to load. Is there new verson of “last page” available?
Eadon is offline  
Old 08-25-2010, 01:24 PM   #148
meem
A Reader who can think..!
meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.
 
Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
Quote:
Originally Posted by ebs View Post
Here are screenshots and a new version (uninstal v0.02 first, if you have installed it).
Thank you ebs for this great idea.
meem is offline  
Old 11-07-2010, 01:28 PM   #149
meem
A Reader who can think..!
meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.meem lived happily ever after.
 
Posts: 257
Karma: 108298
Join Date: Jul 2010
Location: Earth Planet
Device: Kindle 3 WiFi - Kindle DX (B004)
@ebs:
"Screensaver Last Page" is really a prerfect idea.

Can you make an update for Kindle 3 and new Kindle DX/DX Graphite ?
Thank you.
Attached Files
File Type: zip screensaver-lp-0.03 - Screensaver Last Page (ebs).zip (38.3 KB, 536 views)

Last edited by meem; 11-07-2010 at 02:47 PM.
meem is offline  
Old 01-07-2011, 03:21 PM   #150
dcstoked
Junior Member
dcstoked began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Jan 2011
Device: K 3g
Last Page screensaver

Anybody successfully create a hack that allows for the last page read to stay as the screensaver? I use a Kindle 3g, and got an error message when I tried to use the hack from this thread? I really want to see the last page read, and not whatever amazon wants me to see. HELP me by telling me where to look for this most useful hack.

Daren Strange
dcstoked is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hacks Kindle Screensaver sfernald Amazon Kindle 116 01-12-2013 09:30 PM
Possible to disable native PDF on Kindle with 2.3 aa2300 Amazon Kindle 1 12-05-2009 12:59 PM
Hacks how to disable usb charge of Kindle DX Happen Amazon Kindle 4 09-19-2009 07:48 PM
disable screen saver on Kindle DX flyboyak Amazon Kindle 2 09-16-2009 12:39 PM
I don't understand the screensaver (+ how do I disable it?). GatorDeb Amazon Kindle 8 10-02-2008 07:05 PM


All times are GMT -4. The time now is 06:28 PM.


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