This commit is contained in:
http://yarikoptic.myopenid.com/ 2013-11-26 03:23:35 +00:00 committed by admin
parent 5175513b3c
commit 95cb3d009f

View file

@ -0,0 +1,37 @@
### Please describe the problem.
ATM git annex assistant app is the largest one installed on my phone. I simply keep hitting the available storage space limits and keep pruning some apps
According to file
$> file lib/armeabi/lib.git-annex.so
lib/armeabi/lib.git-annex.so: ELF 32-bit LSB executable, ARM, EABI5 version 1 (SYSV), dynamically linked (uses shared libs), not stripped
so largest annex's .so is 133M and is not stripped. stripping it seems to half its size:
$> ls -l lib.git-annex.so
62052 -rw------- 1 yoh yoh 63468304 Nov 25 22:21 lib.git-annex.so
$> file lib.git-annex.so
lib.git-annex.so: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), stripped
so may be it could be the first step to make the .apk and installation itself more lightweight and thus easier to "manage"
thanks in advance
### What steps will reproduce the problem?
install provided .apk on Android
### What version of git-annex are you using? On what operating system?
Android, just fetched the most recent "release" apk from the
http://downloads.kitenet.net/git-annex/android/current/4.0/git-annex.apk
Last-Modified: Mon, 18 Nov 2013 11:57:25 GMT
### Please provide any additional information below.
[[!format sh """
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
"""]]