|
|
#1 |
|
Junior Member
![]() ![]() ![]() ![]() ![]() ![]() Posts: 2
Karma: 529
Join Date: Apr 2012
Device: KT
|
Hello everyone.
I'm new owner of KT and I wanted to help community to create some more advanced application for Kindle. I've investigated the topic of loading C/C++ libraries to Java using JNI interface. Base on this http://codethesis.com/sites/default/...et=4&content=2 tutorial I was able to create solution that works very reliable and can:
I think the only disadvantage of my solution is that we need to modify policy file and grant special permissions. To run my example application you have to edit /opt/amazon/ebook/security/external.policy and add following permissions (first 3 are mandatory, last is only for this specific application) Code:
grant signedBy "Kindlet" {
permission java.lang.RuntimePermission "loadLibrary.*";
permission java.lang.RuntimePermission "createClassLoader";
permission java.lang.RuntimePermission "getClassLoader";
permission java.util.PropertyPermission "java.library.builtin.jnifsutil", "read";
};
(like gui for MPD - with JNI it should be very simple to write).If you are developer then try it, ask questions in this thread and use source code if you find it useful in your project. P.S. Sorry for my English. P.S.2 I suck at Java so if you find any bugs or opportunities to improvement in this code feel free to criticize me |
|
|
|
|
|
#2 | |
|
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 138
Karma: 12324
Join Date: Dec 2011
Location: CZ
Device: Kindle 4 non-touch
|
I didn't study your post in detail or try to run demo app, but this looks interesting to me:
Quote:
|
|
|
|
|
| Advert | |
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loading an already created library | alansplace | Calibre | 3 | 08-08-2011 07:44 PM |
| Problems loading Library Books | LizG | News | 1 | 07-09-2011 04:25 PM |
| Loading ASCM library book | Dave W | Calibre | 1 | 03-21-2011 03:11 PM |
| Reader Library not loading after upgrade | GSprunk | Sony Reader | 15 | 05-22-2010 06:41 PM |
| EBook library not loading | lesjac | Sony Reader | 7 | 01-07-2008 01:40 PM |