View Single Post
Old 09-05-2012, 06:17 AM   #12
ixtab
(offline)
ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.ixtab ought to be getting tired of karma fortunes by now.
 
ixtab's Avatar
 
Posts: 2,907
Karma: 6736094
Join Date: Dec 2011
Device: K3, K4, K5, KPW, KPW2
Quote:
Originally Posted by twobob View Post
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 View Post
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.
ixtab is offline   Reply With Quote