Quote:
Originally Posted by aditya3098
I am having trouble with the extension. I managed to compile the extension and made a policy file and then ran
Code:
mntroot rw; cat /mnt/us/extensions/ktplayer/ktplayer.policy >>/usr/java/lib/security/java.policy ; mntroot ro; killall cvm
Not only does the extension not work but it even brakes the launcher i.e if I tap the launcher when the extension is enabled, it doesn't open up. I am attaching the extension and a netbeans project:
|
The launcher needs cvm. The APPLICATION needs to pause cvm, not the launcher code. It looks like you pause cvm before the app is running.
You could launch a script that pauses cvm, then runs the app, then resumes cvm.