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 10-23-2012, 06:03 PM   #856
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
@ixtab: Isn't Java one of those languages where the interface (definition) and the implementation can be in two different files (here, only one of the required two).

It has been a long time since I Java'd -
One would probably be called an "abstract class" and the "class implementation".
Hence two similar error messages, depending on which of the two can not be found.
knc1 is offline   Reply With Quote
Old 10-23-2012, 06:21 PM   #857
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by gabe1986 View Post
Hi ixtab.

My name is Gabriel, and I have recently installed jbpatch on my kt. Before anything else, I want to tell you Thanks, you have done a great job!

Everything is working very well, except an issue. I'm experiencing problems with the page refresh rate, that I have disabled from the kt menu, and despite this, I can see refreshing every page! :-(, all this happened since I installed jbpatch.

I hope you could give me some help.

Thanks for all.

Gabriel
Please verify that this problem is really caused by JBPatch (it's very unlikely!):

1. Verify that you can reproduce the problem across 1 or 2 reboots. Continue only if the problem appears consistently. (Otherwise, the problem is not related to JBPatch)
2. Uninstall JBPatch and test it again. If the problem doesn't go away, then it's not caused by JBPatch. If the problem actually does go away, continue.
3. Reinstall JBPatch and verify that the problem reappears.

JBPatch can only be the reason for the problem if all of 1-3 pertain. Please do all of this and report back - thanks!
ixtab is offline   Reply With Quote
Advert
Old 10-23-2012, 06:43 PM   #858
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
I WOULD LIKE TO POINT OUT THAT THIS SUB-CONVERSATION IS ABOUT THE TOTALLY ALPHA KINDLE 3 VERSION OF JB PATCH, AND DOES NOT REFLECT THE EXCELLENT QUALITY OF THE MAIN OFFERING.

I don't mind being a pig.

am attempting to get DIAGs to boot currently.

will let you know maybe I foofed somewhere.

Last edited by twobob; 10-23-2012 at 10:01 PM. Reason: k3 issue only
twobob is offline   Reply With Quote
Old 10-23-2012, 07:03 PM   #859
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736092
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by knc1 View Post
@ixtab: Isn't Java one of those languages where the interface (definition) and the implementation can be in two different files (here, only one of the required two).

It has been a long time since I Java'd -
One would probably be called an "abstract class" and the "class implementation".
Hence two similar error messages, depending on which of the two can not be found.
Yeah, but that's called "interface"/"abstract class", and I hope that I know the difference.

The thing that I don't understand is why directly referencing an inexistent class gives a ClassNotFoundException (all fine until here), but trying to load an (existing) class which has a reference to an inexistent class gives a "NoSuchClassDefError". The problem is exactly the same - a required class isn't found, so why not throw the same exception?

Answering my own question: it's probably due to an idiosyncrasy of the JVM, namely the difference between checked and unchecked exceptions. In short: trying to load a named class can throw a (checked=must be caught) "ClassNotFoundException". But if that class is actually found, but isn't "initializable" because it itself depends on another non-found class, that produces an unchecked exception, namely "NoClassDefFoundError". Go figure.
ixtab is offline   Reply With Quote
Old 10-23-2012, 08:58 PM   #860
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
I WOULD LIKE TO POINT OUT THAT THIS SUB-CONVERSATION IS ABOUT THE TOTALLY ALPHA KINDLE 3 VERSION OF JB PATCH, AND DOES NOT REFLECT THE EXCELLENT QUALITY OF THE MAIN OFFERING.

err... I will take clues how you get the 3 into DIAGS...

(currently looking at factory reset screen, it likes showing that one )

: ) I cant believe it's not easier to find on the wiki. I'll update it it I can get some clues

EDIT: Heh. I never ever went into DIAGS on the 3, if the /mnt/us/ENABLE trigger is all we have... not very helpful for recovery purposes after the horse has bolted.

Thank goodness for k3flasher.

Last edited by twobob; 10-23-2012 at 09:57 PM. Reason: Thanks goodness for k3flasher.
twobob is offline   Reply With Quote
Advert
Old 10-23-2012, 09:35 PM   #861
qlob
Official Lurker
qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.qlob ought to be getting tired of karma fortunes by now.
 
qlob's Avatar
 
Posts: 1,050
Karma: 7096675
Join Date: Apr 2012
Device: Kindle 3.4
if you are at the YKNR screen, reboot with the power switch then, as soon as you can, launch myts with launchpad, and do touch /mnt/us/ENABLE_DIAGS and wait for a reboot loop
qlob is offline   Reply With Quote
Old 10-23-2012, 09:51 PM   #862
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
I WOULD LIKE TO POINT OUT THAT THIS SUB-CONVERSATION IS ABOUT THE TOTALLY ALPHA KINDLE 3 VERSION OF JB PATCH, AND DOES NOT REFLECT THE EXCELLENT QUALITY OF THE MAIN OFFERING.

Quote:
Originally Posted by qlob View Post
if you are at the YKNR screen, reboot with the power switch then, as soon as you can, launch myts with launchpad, and do touch /mnt/us/ENABLE_DIAGS and wait for a reboot loop
Heh. no. far more borked than that.

I have a choice of RESET TO FACTORY DEFAULTS or RING CUSTOMER SERVICES depending on my key mashings !!!

HAHAHA Classic death. I wish I could screenie the pics ho hum.

Anyways. k3flasher to the rescue, the device was at 100% charge as it goes anyway. Kernel rolled back to 3.0.2 - rootfs now following suit : )

Enough thread hijacking. First thing I will do is upgrade to 3.3 then try this again. just in case some of my customisations borked it. don't see why but it's not really a fair test unless I give it at least a go with a clean machine.

Don't recall how long it took to flash the rootfs last time but it wasn't forever. : ) Thanks for the tips mate. but "No, it's fubarred"

Last edited by twobob; 10-23-2012 at 09:57 PM. Reason: k3 convo
twobob is offline   Reply With Quote
Old 10-23-2012, 10:31 PM   #863
gabe1986
Junior Member
gabe1986 began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2012
Device: kindle touch
Page refresh solved

Hi again ixtab

Thank you for your quick response!

I did what you told me, rebooting my kindle a few times, and everything went perfect!, no more refreshing when changing pages ...a strange issue, I don't know what it could have happened.

...but a couple of ideas came to my mind, I don't know if this is the correct place for suggestions, but here I go...

I was thinking that it would be nice to have the possibility of choosing the refreshing rate, for example, change the default number of pages (6 pages) to maybe 7, 8, 9 or 10 .

And another idea: It would be great being able to do a google search from the main search bar of the kindle touch, by now the only available search options are:1)My content 2)Kindle Store 3)Wikipedia 4)Dictionary

Thanks for all!!

Gabe
gabe1986 is offline   Reply With Quote
Old 10-23-2012, 11:57 PM   #864
Daveychan
Junior Member
Daveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toys
 
Posts: 5
Karma: 5788
Join Date: Oct 2012
Device: Kindle PW
Smile Manual install of JBPatch

Hello,

First, i'd like to say THANK YOU for all the hard work and time put into these patches, hacks, and tweaks. i'm very grateful!

I've just JB my KPW (v5.2) thanks to all the information here, and i've also SSHed in, etc. I'd now like to install the JBPatch, and i've read that others have done it (but not HOW they've done it)...

Is there a way to manually install the patch since the upgrade function is greyed out? Is there a way to manually force an update of a .bin file? (i've tried the "lipc-set-prop com.lab126.ota startUpdate 1" command with the .bin in my /mnt/us directory, but nothing happens)

My final goal is to play around with the various tweaks that JBPatch offers, but until i can get it into my system, i cannot play with the patches of course...

Please and Thanks!
Daveychan is offline   Reply With Quote
Old 10-24-2012, 07:43 AM   #865
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,477
Karma: 26012492
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
@Daveychan: The current release doesn't really/completely support 5.2.0/PaperWhite. Unless you intend to help with porting it/patches to the PW, there's really not much interest in installing it on the PW yet.

(But to answer the question anyway: check the sources, and read the install script, it's pretty straight-forward).

TL;DR: For now, there's a reason the 'Update Your Kindle' link is grayed on the PaperWhite for the average Joe .

Last edited by NiLuJe; 10-24-2012 at 07:45 AM.
NiLuJe is offline   Reply With Quote
Old 10-24-2012, 03:33 PM   #866
jscris
Addict
jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.jscris is an accomplished Snipe hunter.
 
Posts: 393
Karma: 123456
Join Date: Feb 2009
Location: Central US
Device: k1 - KAO2, ipads, h2o, KA1, inkBOOK, T80s, Mars, Nova Pro
Quote:
Originally Posted by NiLuJe View Post
@Daveychan: The current release doesn't really/completely support 5.2.0/PaperWhite. Unless you intend to help with porting it/patches to the PW, there's really not much interest in installing it on the PW yet.

(But to answer the question anyway: check the sources, and read the install script, it's pretty straight-forward).

TL;DR: For now, there's a reason the 'Update Your Kindle' link is grayed on the PaperWhite for the average Joe .
Consider this a show of interest in installing on the PW!
jscris is offline   Reply With Quote
Old 10-24-2012, 05:10 PM   #867
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Quote:
Originally Posted by ixtab View Post
snip...

Note: the attached file *is* the jbpatch.jar, but mobileread won't allow to attach jar files. Just rename jbpatch.zip to jbpatch.jar (don't unzip it).
So, yeah. I am now in a position to test this again.

Utterly clean kindle 3.4

renamed zip to jar

put to device with mntroot rw
sftp://root@k/opt/amazon/ebook/lib/jbpatch.jar

edit /opt/amazon/ebook/bin/start.sh

to say:

Code:
## remove old bootstrap
## --  app=com.lab126.linux.arm.LuigiServiceProvider

## ++ new bootstrap
app=com.mobileread.ixtab.jbpatch.bootstrap.K3Startup
##
that's the complete steps correct?

thanks. I have the file in place just want to double check my work this time before another 4 hour hose down

EDIT:

what about??

Code:
## conditionally swap to old bootstrap
## 
if [ -n "${FRAMEWORK_CRASH_FILE}" ]; then
	app=com.lab126.linux.arm.LuigiServiceProvider
    echo "## NOTE: Framework is using default loader as crash detected. ##"
    echo "## To revert back to the jbpath loader, remove file: 

 ## touch /mnt/us/ENABLE_DIAGS  ?? Maybe?
${FRAMEWORK_CRASH_FILE} ##"
	else
## ++ new bootstrap
	app=com.mobileread.ixtab.jbpatch.bootstrap.K3Startup
##
fi
taking our lead from the header script bits..

Quote:
DEBUG_CVM_CRASH_FILE=/mnt/us/DEBUG_CVM_CRASH
# Legacy file, will be removed shortly
DONT_RESTART_FRAMEWORK_FILE_OLD=/mnt/us/system/dont-restart-framework
which are the files that ultimately get created on total foof.
(and referenced as $FRAMEWORK_CRASH_FILE)

Cheers.

Last edited by twobob; 10-26-2012 at 07:11 AM. Reason: context, alternatives?
twobob is offline   Reply With Quote
Old 10-24-2012, 05:42 PM   #868
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Tır
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Weeeeeeeeeeeeee IT WORKS! YAY.

Call me paranoid but I used the second version of the start.sh ...

EDIT:

Quote:
Originally Posted by arikfunke View Post
...

@twobob - I realise this is too late now but it is safer to make a copy of the "start.sh" file which you then modify. Leave the original as it was so that the kindle always starts. To then test the framework do the following:

Code:
killall start.sh
killall cvm
./start_new.sh
This way, if anything goes wrong it is enough to hit the power switch to hard-reset the device to its non-modified state.
So that's also an option for a less "permanent" or testing solution.

END EDIT:
Will dig up some logs. The custom configuration I was using may have done something to make it "not work" last time. It was hardly an OOTB example device...

You can remove the warning mate

LOGS:
Code:
Log start timestamp: Wed Oct 24 21:39:59 GMT 2012
Bootstrap OK, PatchingClassLoader instantiated
   Packages still handled by original ClassLoader:
   - com.mobileread.ixtab.jbpatch.bootstrap

JBPatch version 2.4.1: initializing patches

I: Directory synchronization thread started
I: Wed Oct 24 21:40:00 GMT 2012: synchronized 
com.mobileread.arikfunke.patch.K3BrowserGoogleMobileSearchPatch.class

I: (builtin) DeviceInfo registered for 
com.amazon.kindle.settings.dialog.DeviceInfoDialog

I: Patch policy initialized
I: com.mobileread.arikfunke.patch.K3BrowserGoogleMobileSearchPatch 
was not found in configuration, adding entry and enabling patch

I: updated configuration file

I: File /var/local/jbpatch/com.mobileread.arikfunke.patch.
K3BrowserGoogleMobileSearchPatch-en.txt successfully initialized

I: com.mobileread.arikfunke.patch.K3BrowserGoogleMobileSearchPatch 
registered for com.amazon.ebook.booklet.browser.resources.BrowserResources
search in browser for test get abcXYZtest - success report.

extra little detail:

Quote:
I: com.mobileread.arikfunke.patch.K3BrowserGoogleMobi leSearchPatch applied to com.amazon.ebook.booklet.browser.resources.Browser Resources (6c8c6e226e2f60e134fa7ccec784c4ce -> 96d802f5b0cef88cdf54a2407e263af8)
W: com.mobileread.arikfunke.patch.K3BrowserGoogleMobi leSearchPatch produced MD5 "96d802f5b0cef88cdf54a2407e263af8", but declared "?"
I recall the warning from the 5 but wasn't sure about the ? declaration so I thought I would report it.

Last edited by twobob; 10-26-2012 at 08:43 AM. Reason: line length, whitespace, CR's etc
twobob is offline   Reply With Quote
Old 10-24-2012, 08:28 PM   #869
Daveychan
Junior Member
Daveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toysDaveychan shares his or her toys
 
Posts: 5
Karma: 5788
Join Date: Oct 2012
Device: Kindle PW
Smile Thanks!

@NiLuJe - LOL - Thanks for your direct reply! Looking forward to the progress. Much appreciated!

[QUOTE=NiLuJe;2277254]@Daveychan: The current release doesn't really/completely support 5.2.0/PaperWhite. Unless you intend to help with porting it/patches to the PW, there's really not much interest in installing it on the PW yet.

(But to answer the question anyway: check the sources, and read the install script, it's pretty straight-forward).
Daveychan is offline   Reply With Quote
Old 10-26-2012, 06:37 AM   #870
arikfunke
Enthusiast
arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.arikfunke is an enigma wrapped up in a mystery.
 
Posts: 36
Karma: 41848
Join Date: Mar 2011
Device: iRex
@ixtab - Sorry I only just saw your post. It would appear that twobob has already reported success. Shout if there is anything else I can do.

@twobob - I realise this is too late now but it is safer to make a copy of the "start.sh" file which you then modify. Leave the original as it was so that the kindle always starts. To then test the framework do the following:

Code:
killall start.sh
killall cvm
./start_new.sh
This way, if anything goes wrong it is enough to hit the power switch to hard-reset the device to its non-modified state.
arikfunke is offline   Reply With Quote
Reply

Tags
jbpatch, kindle touch hacks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump


All times are GMT -4. The time now is 02:50 AM.


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