Quote:
Originally Posted by twobob
Extension-List: SDK
SDK-Extension-Name: com.amazon.kindle.kindlet
SDK-Specification-Version: 2.1
|
These are (probably) only required on the K5 >= 5.1.0 (and maybe on 4.1x? dunno, don't have one). Note that it's only about saying which Kindlet API is used, and boils down to "com.amazon.kindle.kindlet-Specification-Version=2.1". You could just as well write
Code:
Extension-List: twobob
twobob-Extension-Name: com.amazon.kindle.kindlet
twobob-Specification-Version: 2.1

It's a slightly awkward way of putting things, but it's the way that the manifest format was designed, and there actually is a good reason for doing it this way. Anway, I suggest to put in these entries, but with 2.0 as the version. This way, it should run on any device. These entries are required for some new models, and won't harm old ones.
Quote:
Originally Posted by twobob
Toolbar-Mode: persistent
Font-Size-Mode: point
|
That's (probably) K5-specific and can (probably) be left out.
Note: I'm saying "probably" all the time because I can't speak for models other than the K5. However, the Kindlets I wrote for the K3 (back when I had one) didn't have these entries.