KindleNote question
Hi, got my Kindle 3.1 wifi (serial B008) with JB 0.4, usbNetwork, KindleTerm, Kalculator, Winscp, telnet, ssh all working. But not KindleNote. It shows a screen with a Filter: [textbox] but the cursor stays inside the textbox. Am I missing some config thingy or using it incorrectly?
Something I'd like to share with all kindle hackers.
- mergekeystore.jar did not work for me. No errors shown when I merged several keystores but the developer.keystore got corrupted.
- to get around this, I did the following on PC:
keytool -importkeystore -srckeystore NEW.KEYSTORE -srcstorepass password -destkeystore developer.keystore -deststorepass password
keytool -list -keystore developer.keystore -storepass password
copy developer.keystore to /var/local/java/keystore (in kindle)
restart kindle.
NB: alias must be unique to each developer. If not, keytool will complain when you importkeystore. Instead of everyone using 'test', do:
keytool -genkeypair -keystore ... -alias dkMyAlias ...
keytool -genkeypair -keystore ... -alias diMyAlias ...
keytool -genkeypair -keystore ... -alias dnMyAlias ...
|