View Single Post
Old 05-18-2012, 09:59 AM   #117
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by aditya3098 View Post
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.
geekmaster is offline   Reply With Quote