Getting closer. I can execute it, but it fails loading the library. Load library /data/data/com.jsoftware.android.qtide/files/bin/../lib/libj.so failed
There isn't a /data/data/com.jsoftware.android.qtide/files/lib folder on my device I was able to create one from J My transcript was something like this: 2!:0 'mkdir /data/data/com.jsoftware.android.qtide/files/lib/' 2!:0 'cp /data/data/com.jsoftware.android.qtide/lib/libj.so / data/data/com.jsoftware.android.qtide/files/lib/' 2!:0 'chmod 755 /data/data/com.jsoftware.android.qtide/files/lib/libj.so' I also needed to create a tmp folder because when I executed '2:!0 ls -la' under jconsole it complained about a tmp folder not existing 2!:0 'mkdir /data/data/com.jsoftware.android.qtide/files/tmp/' 2!:0 'chmod 777 /data/data/com.jsoftware.android.qtide/files/tmp/' That fixed all my issues so far. jconsole was able to run from android terminal emulator as /data/data/com.jsoftware.android.qtide/files/bin/jconsole and I was able to execute the system foreign from under jconsole On Mon, Apr 7, 2014 at 12:50 AM, bill lam <[email protected]> wrote: > qtide-signed.apk is updated for bug fix, it now also set bin folder > permission as 755. Please try if it can help. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
