Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
5406a4bcc6
3 changed files with 47 additions and 0 deletions
|
@ -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 ?
|
||||
"""]]
|
|
@ -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.)
|
||||
"""]]
|
|
@ -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?
|
||||
"""]]
|
Loading…
Reference in a new issue