Quote:
Originally Posted by Yourcat
Reflection would be the preferred way to fix it if it's caused by the kindlet jars. With RetroWeaver this could work.
|
Dear Yourcat,
I'm a newbie for java, Could you give more details?
Thank you.
Today I got the exception trackback:
Quote:
com.amazon.kindle.kindlet.net.ConnectivityStateExc eption: Network access is unavailable because your Kindle is not registered. Please register your Kindle in Settings and then try again.
at com.amazon.kindle.kindlet.internal.net.j.openConne ction(vse:305)
at com.amazon.kindle.kindlet.internal.portability.net .B.openConnection(bue:1328)
at com.amazon.kindle.restricted.net.g.openConnection( vnd:1076)
at java.net.URL.openConnection(Compiled Method)(Unknown Source)
|
I tried to decompile the KindletBooklet-2.2.jar by Xjad, but "com.amazon.kindle.kindlet.internal.net" can't be found, it seems java code are obfuscated.