Thread: JBPatch
View Single Post
Old 04-30-2012, 01:20 PM   #30
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
Thanks for the feedback.

I have also tried to reproduce it, by rebooting my device 5 times in a row and actually hoping that something would go wrong. But everything keeps working.

So really the only problem that crosses my mind that could have the potential to actually screw up functionality is the configuration file itself (/opt/amazon/ebook/bin/init.xargs). If this file is "wrong", it could potentially make the framework go weird. So just for completeness, here is how that file *should* look after the edit:

Code:
-Dch.ethz.iks.concierge.basedir=file:/opt/amazon/ebook/lib
-Dch.ethz.iks.concierge.jars=file:/opt/amazon/ebook/lib
-Dch.ethz.iks.concierge.log.enabled=true
-Dch.ethz.iks.concierge.log.level=4
-Dch.ethz.iks.concierge.debug.classloading=true
-Dch.ethz.iks.concierge.storage=/var/local/java
-Dch.ethz.iks.concierge.strictStartup=true
-Dcom.amazon.kindle.util.log.logLevel=info

-istart jbpatch.jar
-istart portability-impl.jar
-istart kaf.jar
-istart KindletSystemPlugins-2.1.jar
-istart AudibleHandler.jar
-istart ACXToDoHandler.jar
@tvjohn: did your edited file look like this? (I know you probably can't access it right now, so "from memory" is ok). Also, how did you edit that file? Directly on the device using vi or similar, or by copying it back and forth? If the latter, could it be that you used Mac line endings instead of Unix ones while saving?

Last edited by ixtab; 04-30-2012 at 01:24 PM.
ixtab is offline   Reply With Quote