By default jqt/android installs nearly all files on sdcard to save internal storage and allow files to be accessible from other apps. However sdcard file system has all files exec permission off, so that executables still needed to be placed inside its /data/data.
On 20.06.2014, at 12:24, Don Guinn <[email protected]> wrote: > There are two bin directories in Android. On my phone > > /data/data/com.jsoftware.android.qtide/files/bin > contains > liblapack.so > jconsole > > The parent directory > /data/data/com.jsoftware.android.qtide/files > contains > addons > assets_version.txt > bin > system > > This is as it should be (I think). > > However, this bin does not contain the profile files. They are in another > bin - > /storage/emulated/0/Android/data/com.jsoftware.android.qtide/bin > contains > installer.txt > profile.ijs > profilex_template.ijs > > In Windows and Linux these profile files are in the same bin with the > executables. I do not understand the Android file system very well and > there may be a reason for having two separate bin directories. But it seems > to me that they should be in the same bin like in Windows and Linux. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
