diff options
author | Joey Hess <joey@kitenet.net> | 2014-04-20 16:57:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-04-20 16:57:12 -0400 |
commit | 4a6f4366e99d4ca8c289ea325cc99f5ab76bed9b (patch) | |
tree | 954f8ecb230f2a37bf1eeccd299341b16599818a | |
parent | f4d4f13c73a0fd0f9ebd1e63aaa956af7dd616bf (diff) | |
parent | 02ff9e77489d77b8526f9b2cb5e863fa16465fae (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
3 files changed, 47 insertions, 0 deletions
diff --git a/doc/bugs/Android___91__Terminal_session_finished__93__/comment_3_965efa6736dcff4d7010ea5533f31a59._comment b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_3_965efa6736dcff4d7010ea5533f31a59._comment new file mode 100644 index 000000000..ed3d36908 --- /dev/null +++ b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_3_965efa6736dcff4d7010ea5533f31a59._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="cbaines" + ip="86.166.14.171" + subject="comment 3" + date="2014-04-20T19:50:12Z" + content=""" +Looking at the contents of the apk for the x86 architecture (which this tablet is), would you expect that file to be there? That file only appears in the /lib/armeabi and not /lib/x86 ? +"""]] diff --git a/doc/bugs/Android___91__Terminal_session_finished__93__/comment_4_90a0be2296b4a1d8c1708423666c9619._comment b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_4_90a0be2296b4a1d8c1708423666c9619._comment new file mode 100644 index 000000000..12fd901bc --- /dev/null +++ b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_4_90a0be2296b4a1d8c1708423666c9619._comment @@ -0,0 +1,31 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 4" + date="2014-04-20T19:55:59Z" + content=""" +Ok, so the git-annex.apk ships several libraries (and pseudo-libraries), and it seems your version of Android only installed the one that is really an Android java application. I don't know why. + +Here's the full list of files that are supposed to be installed in the lib dir. If you can find something about them in the logs, that might help. + +I suppose it's possible they were installed to some other location in the android file system (which might be hard to find w/o root.. You could check if git-annex in the app list has a larger installed size than the size of libga-androidterm4.so, that might give a hint. + +<pre> +lib.busybox.so +lib.git-annex.so +lib.git-shell.so +lib.git-upload-pack.so +lib.git.so +lib.git.tar.gz.so +lib.gpg.so +lib.rsync.so +lib.runshell.so +lib.ssh-keygen.so +lib.ssh.so +lib.start.so +lib.version.so +libga-androidterm4.so +</pre> + +(I just installed the 5.20140414-gb70cd37 autobuild on an android device and it worked ok.) +"""]] diff --git a/doc/bugs/Android___91__Terminal_session_finished__93__/comment_5_be4b720293992f75b9cc3e8f6687fb87._comment b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_5_be4b720293992f75b9cc3e8f6687fb87._comment new file mode 100644 index 000000000..2d82bb7b5 --- /dev/null +++ b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_5_be4b720293992f75b9cc3e8f6687fb87._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="cbaines" + ip="86.166.14.171" + subject="comment 5" + date="2014-04-20T20:20:55Z" + content=""" +I'm guessing you missed my last comment regarding the architecture. Sorry I did not pick this up earlier, but it only came to mind when I had a poke around in the apk? +"""]] |