View Single Post
Old 08-17-2013, 08:18 AM   #2
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: 6299993
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
Spoiler:
kdk-emulator-read-only/vavi-apps-kdkemulator/src/main/java/vavi/apps/kindlet

Appears to contain a viewer class and a set of the KDK (ish?) code

and then in

kdk-emulator-read-only/vavi-apps-kdkemulator/src/main/resources there appears to be a Kindle2 picture that is probably called to house the underlying code.

It runs like:

java vavi.apps.kindlet.KindletViewer your_Kindlet_class


The demo available is tetris, which would run like:

java vavi.apps.kindlet.KindletViewer vavi.games.tetris.TetrisApp

I am guessing you would run the command from the kdk-emulator-read-only/vavi-apps-kdkemulator/src/main/java directory but I am no expert.

https://code.google.com/p/umjammer/source/browse/trunk/ contains a raft of stuff to sort through.

The tetris KDK thing is in there

You could check out the lot like:
svn checkout http://umjammer.googlecode.com/svn/trunk/ umjammer-read-only (It's about 70mb)

Hope that helps.


It's junk don't use it

Last edited by twobob; 08-17-2013 at 10:46 AM.
twobob is offline   Reply With Quote