View Single Post
Old 02-06-2012, 04:01 PM   #1
MatzeMatz
Enthusiast
MatzeMatz began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Dec 2011
Device: Kindle Touch
[Kindle Touch] Don't understand Java class structure

Hi,

I copied my /dev/mmcblk0p1 content to my PC and tried to understand the Java class structure.
But I think I miss a jigsaw piece...

In the Javascript files there are a lot of calls to the kindle.appmgr.start, e.g. like follows (from networkManager.js):
Code:
kindle.appmgr.start('com.lab126.booklet.settings?viewRequest=VIEW_REQUEST_ID_REGISTRATION');
I tried to find the class structure for "com.lab126.booklet" inside the jar files - but I miss.
The only jar file which I found which contains "com.lab126" classes is "/opt/amazon/ebook/lib/portability-impl.jar"
But only the subclasses "linux", "sound" and "util".
But in which jar is the booklet subclass?

What do I miss?
MatzeMatz is offline   Reply With Quote