Quote:
Originally Posted by t-ror
I have used the same commands.txt but it doesn´t run. It says:
access denied (java.io.FilePermission /mnt/us/K3Chess/ goqt.sh execute)
Any idea? thx.
|
Let me remember the details:
"Regular" guide says to edit the file /mnt/main/opt/amazon/ebook/security/external.policy
and add the following lines:
grant {
permission java.io.FilePermission "/mnt/us/qtKindle/-", "read,execute";
permission java.io.FilePermission "/mnt/us/cr3runner/-", "read,write,execute";
permission java.io.FilePermission "/mnt/us/cr3/-", "read,execute";
};
But that would work only with Cool Reader which by the way is the best thing I have on kindle so far.
To make cr3runner to work with other applications (such as k3chess) instead of the above code it is necessary to add permissions for any program that will run in /mnt/us. Let me get my kindle to look up the script since I do not remember where I found the correct stuff.
Ok, I just got this from my kindle.
grant {
permission java.io.FilePermission "/mnt/us/-", "read,write,execute";
};
This should take care of the permission error.
Let me know how it goes for you.