From 95cb3d009f03ff20000a7bc932b9a9b22eefc0bf Mon Sep 17 00:00:00 2001 From: "http://yarikoptic.myopenid.com/" Date: Tue, 26 Nov 2013 03:23:35 +0000 Subject: [PATCH] --- ..._--_please_seek_possibility_to_shrink.mdwn | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink.mdwn diff --git a/doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink.mdwn b/doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink.mdwn new file mode 100644 index 0000000000..6870477879 --- /dev/null +++ b/doc/bugs/size_of_the_Android_installation_is_HUGE_--_please_seek_possibility_to_shrink.mdwn @@ -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. +"""]]