Quote:
Originally Posted by Hector47
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
|
So shouldn't you be standing in front of a mirror and asking yourself?
If that does not work for you, try reading the Kindlet documentation in our Wiki.
Which is indexed in the "Master Index" sticky thread.
Which is in the sticky section of this forum's index, with "Where do I start?" included in the thread title.
All Kindlet developers have seen that message before, it seems very common until the developer in question reads the directions.