bill, I was able to get it to work through a workaround.
Here's what didn't wo Typing /data/data/com.jsoftware.android.qtide/files/bin/jconsole said "not found" I think the default permissions of that folder might be an issue on my version of Android. I don't know why it'd be different though. I even tried uninstalling and re-installing. Below is a screenshot of the permissions, which seem to be different for bin than the other folders. For example, I was able to get to files from the terminal. https://www.dropbox.com/s/cwno5ok4qq7ji6b/Screenshot_2014-04-06-20-26-02.png I did try changing through chmod through J but that didn't seem to fix the problem. I need to use J to set permissions and ls since it's the owner of the folder. I was able to get jconsole to work by uncompressing the apk to /data/data/jackpal.androidterm/app_HOME/j I had to mimic the folder structure of lib and bin, but it works just fine. As for that dlopen issue, I think it's introduced by kbox (a non-root android fake chroot environment). We can probably table that, but just be aware of it. I used the standard android terminal emulator and it was fine. I think kbox shadows some system libraries to make more binaries run. I digres.. I will try typing /data/data/com.jsoftware.android.qtide/files/bin/jconsole on a 4.2 android version and see if that resolves it. I will let you know if it solves it. I'm glad to have it working through any mechanism. jqt still doesn't work well for me with the scrolling, so I'm eager to see if jconsole can be more functional. Thanks again for including it. On Sun, Apr 6, 2014 at 7:33 PM, bill lam <[email protected]> wrote: > jconsole itself does not need root access and is not a debian program. > Perhaps you run it under a non-android environment. > > try open android terminal emulator app, and type the following > > /data/data/com.jsoftware.android.qtide/files/bin/jconsole > > you may set this line as the first command in android terminal emulator's > preference so that it will autorun. > > I tested it on a non-rooted android 4.0 phone, please let me know if it > will work for newer versions. > > 07.04.2014, в 1:56, Joe Bogner <[email protected]> написал(а): > > > Thank you, I'm happy to see that it is much faster. > > > > Using 10 (6!:2) '%. ?500 500$10000' my Samsung Galaxy S4 is now 1.13 > > seconds vs 13.1 for the old version, and 3.33 for jconsole_for_android. > > > > My iPad v4 is 1.23 seconds so this naive benchmark suggests my S4 is now > my > > fastest mobile device. Regardless of that, it is much faster than the old > > version. > > > > > > I didn't have any luck running jconsole from a terminal. I get a message > > stating > > > > fakechroot: dlopen: undefined symbol: dlopen > > > > Presumably nonroot won't let me dynamically load libraries or something. > I > > will investigate further but wanted to see if there was a known > workaround > > > > > > > > > > > > On Sun, Apr 6, 2014 at 12:54 PM, bill lam <[email protected]> wrote: > > > >> the qtide-signed.apk in j801 download page has been updated. > >> It now requires android version 4 and armv7 cpu with > >> vfpv3-d16 floating point processor. > >> > >> It can run several times faster than the previous armv5 arch. > >> most demos are not bundled. Press the "install addons" button > >> in qt demo to install other wd demos. > >> > >> the jconsole executable will be placed inside the folder > >> /data/data/com.jsoftware.android.qtide/files/bin > >> > >> the noun EXEBINPATH_z_ will point to this location. > >> > >> The folder BINPATH is insider sdcard so jconsole cannot be > >> put there because all files in sdcard are non-executable. > >> > >> For older devices please use the qt5.2 version. > >> > >> -- > >> regards, > >> ==================================================== > >> GPG key 1024D/4434BAB3 2008-08-24 > >> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > >> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 > >> ---------------------------------------------------------------------- > >> For information about J forums see http://www.jsoftware.com/forums.htm > >> > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
