I've worked something out! The KUAL azw2 was signed with a different algorithm than the default for jarsigner, changing it to SHA1 with the following command worked.
jarsigner -sigalg SHA1withDSA -digestalg SHA1 -keystore developer.keystore -storepass password Test.jar dntest
I now have another issue unfortunately. I get "Main class not found" when running it on the kindle. Sorry for being useless, any ideas?
|