View Single Post
Old 03-31-2018, 10:02 AM   #12
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
Quote:
Originally Posted by ntharrison View Post
- - - -
I now have another issue unfortunately. I get "Main class not found" when running it on the kindle. Sorry for being useless, any ideas?
That sounds as if you are writing to the wrong interface for K3 firmware.
(Still following the touchscreen directions.)
Although it might be something else entirely.
Try searching our Kindlet information, I seem to recall that error being mentioned in the past.

= = = =

I also suspect you are having trouble finding the prior Kindlet work.

Top "sticky" section of the forum index -
Thread with "Where do I start?" in its title -
Click Kindlet
That will put you on the index page for Kindlet information.
(Note: It is a wiki page, you can edit it to add and/or correct index entries to the information you may find anywhere on site or off site)

= = = =

The current worked and working example source repository:
https://bitbucket.org/ixtab/kindlelauncher
A specific starting place (build.xml):
https://bitbucket.org/ixtab/kindlela...e-view-default
More specifically:
PHP Code:
    <target name="build" depends="compile">
        <echo 
level="info">Launching build targets</echo>
          <
antcall target="restore-parser"/>
          <
antcall target="build-kdk">
             <
param name="kdk-version" value="1.0"/>
         </
antcall>
          <
antcall target="build-kdk">
             <
param name="kdk-version" value="2.0"/>
         </
antcall>
         <
antcall target="build-booklet"/>
    </
target
(sorry, forum does not support xml tags)
You want to follow the "kdk-version = 1.0" build process for a K3
(I am pretty sure you are now following the build process for "kdk-version = 2.0")
See also: https://bitbucket.org/ixtab/kindlela...lib/?at=master

= = = =

Note: ixtab is long gone on to other things than fooling around with Kindles (he completed his c.s. PhD and had to get a job), but other people have admin access to that repository in case you need to push something to it.
(NiLuJe might have a clone or fork of ixtab's repo that he builds the snapshots from - but the ixtab repo is the master and it does build as you see it now.)

Last edited by knc1; 03-31-2018 at 10:38 AM.
knc1 is offline   Reply With Quote