Hello,
When I try to run an custom Kindlet I get the following message "This item is not signed by an authorized developer. Please Contact the developer"
I have follow the step in
https://www.mobileread.com/forums/sh...d.php?t=219663
for creating the manifest and signing the jar.
I'm using the commands line to build/sign the jar
Code:
javac com\nowhere\sample\*.java -cp log4j-1.2.15.jar;Kindlet-1.3.jar
jar cvmf test.manifest Test.jar com
jarsigner -keystore developer.keystore -storepass password Test.jar dktest
jarsigner -keystore developer.keystore -storepass password Test.jar ditest
jarsigner -keystore developer.keystore -storepass password Test.jar dntest
move Test.jar Test.azw2
the keystore file is the newest from
https://www.mobileread.com/forums/sh...d.php?t=152294 and I have the same on my K4.
Does someone has ever encounter this error ?
Thanks