Register Guidelines E-Books Today's Posts Search

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

Notices

Reply
 
Thread Tools Search this Thread
Old 07-02-2013, 09:36 PM   #16
do0g
Junior Member
do0g began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jul 2013
Device: Kindle DX
budalb, would you be able to provide some more detail with patching and installing libwebkit for 3.4?
do0g is offline   Reply With Quote
Old 07-05-2013, 03:19 AM   #17
fredyd
Junior Member
fredyd began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Feb 2013
Location: France
Device: PocketBook 912 + Kindle 3
Hi,

Quote:
1) libwebkit patch failed due to memory issue. It looks DXG has no enough memory. I applied patch outside and copy it to kindle.
If you want more detail, here's what I did a while ago (I was on a mac, but I guess the various utilities, including bspatch, are available on all platforms).

DO NOT APPLY THIS PATCH: it breaks text entry in web pages (e.g. Google Search). You should stay with the 3.3 webkit which works fine.

The Kindle is mounted on the Mac as /Volume/KINDLE DX.
- telnet to the kindle
-
Code:
cp /usr/lib/libwebkit-1.0.so.2.5.0 /mnt/us/
-back on the Mac:
Code:
 tar zxvf update-patches.tar.gz
 bspatch /Volumes/KINDLE\ DX/libwebkit-1.0.so.2.5.0 libwebkit-1.0.so.2.5.0 147.libwebkit-1.0.so.2.5.0.patch
- check that the MD5 is correct (there are several md5 checksum utilities around)
Code:
md5 libwebkit-1.0.so.2.5.0
MD5 (libwebkit-1.0.so.2.5.0) = f2f47b19fb5c94aae26713c8d781b77a
- copy the library to the KDX
Code:
 cp libwebkit-1.0.so.2.5.0 /Volumes/KINDLE\ DX/libwebkit-1.0.so.2.5.0
- back on the kindle (telnet):
Code:
ls -l /usr/lib/libwebkit-1.0.so.2.5.0
-> -rwxr-xr-x    1 root     root     14834209 Apr  3 15:13 /usr/lib/libwebkit-1.0.so.2.5.0
md5sum /usr/lib/libwebkit-1.0.so.2.5.0 
-> 76f85380112fa810c728f0287ca1045f  /usr/lib/libwebkit-1.0.so.2.5.0
md5sum /mnt/us/libwebkit-1.0.so.2.5.0
-> f2f47b19fb5c94aae26713c8d781b77a  /mnt/us/libwebkit-1.0.so.2.5.0
mntroot rw
cp /mnt/us/libwebkit-1.0.so.2.5.0 /usr/lib/libwebkit-1.0.so.2.5.0
chmod 755 /usr/lib/libwebkit-1.0.so.2.5.0
md5sum /usr/lib/libwebkit-1.0.so.2.5.0 
-> f2f47b19fb5c94aae26713c8d781b77a  /usr/lib/libwebkit-1.0.so.2.5.0
mntroot ro
You now should have the newest webkit up and running. The browser crashes from time to time (there's too little memory on the KDX).

Too bad nobody found out how to get KF8 support (it would be great for reading comics).

Last edited by fredyd; 08-09-2013 at 06:45 AM.
fredyd is offline   Reply With Quote
Advert
Old 12-16-2013, 09:22 PM   #18
ez2imac
Junior Member
ez2imac began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2013
Device: Kindle DX
I found amazon AZW file can be opened in 3.4 version,but i have some mobi file can't be opened after upgrade to 3.4.But in 3.3 version,everything is OK.
ez2imac is offline   Reply With Quote
Old 11-25-2014, 09:23 PM   #19
filetemp
Junior Member
filetemp began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Nov 2014
Device: Kindle Keyboard
could you share you update.bin got from the kindle 3.4 ? I have no kindle 3, but a kindle DX.
filetemp is offline   Reply With Quote
Old 08-24-2015, 06:41 AM   #20
newman
homo viator
newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.
 
newman's Avatar
 
Posts: 78
Karma: 252594
Join Date: May 2010
Device: Kindle DXi with 3.4.2 firmware, Kobo Glo HD
I managed to update DXi from 3.2.1→3.4.2 https://www.mobileread.com/forums/sho...d.php?t=263894.

Last edited by newman; 08-24-2015 at 01:20 PM.
newman is offline   Reply With Quote
Advert
Old 08-25-2015, 09:45 PM   #21
thatworkshop
hub
thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.thatworkshop ought to be getting tired of karma fortunes by now.
 
thatworkshop's Avatar
 
Posts: 715
Karma: 2151032
Join Date: Jan 2012
Location: Iranian in Canada
Device: K3G, DXG, Kobo mini
Quote:
Originally Posted by newman View Post
I managed to update DXi from 3.2.1→3.4.2 https://www.mobileread.com/forums/sho...d.php?t=263894.
I'm supposing that if someone updates to 3.4.2 and eventually wants to revert back to 3.2.1 (and even 2.5.8), it's possible, right? Can you confirm?

Last edited by thatworkshop; 08-25-2015 at 10:33 PM.
thatworkshop is offline   Reply With Quote
Old 08-26-2015, 02:13 AM   #22
newman
homo viator
newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.newman ought to be getting tired of karma fortunes by now.
 
newman's Avatar
 
Posts: 78
Karma: 252594
Join Date: May 2010
Device: Kindle DXi with 3.4.2 firmware, Kobo Glo HD
Quote:
Originally Posted by idoit View Post
I'm supposing that if someone updates to 3.4.2 and eventually wants to revert back to 3.2.1 (and even 2.5.8), it's possible, right? Can you confirm?
I have no idea.
newman is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use DXG 3.2.1 as second monitor? bloor Kindle Developer's Corner 25 04-09-2012 05:13 PM
3.2.1 on DXG is not the same as on K3? whoever Kindle Developer's Corner 2 12-05-2011 09:45 AM
How to install prior version of Calibre when newer version installed? SilentSeven Calibre 3 04-13-2011 12:46 PM
Is There Something We Should Know About DXG? 6charlong Amazon Kindle 2 03-21-2011 07:11 AM
Updated Christian Bible Launches eBook Version Before Print Version tubemonkey News 21 12-30-2010 03:53 PM


All times are GMT -4. The time now is 11:54 AM.


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