Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-05-17 21:51:14 -04:00
commit 5482a7b505
3 changed files with 25 additions and 1 deletions

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 2"
date="2013-05-17T22:28:34Z"
content="""
The Android app works on many non-rooted Android systems.
The \"link busybox: Read-only file system\" means that `/data/data/ga.androidterm/lib/lib.busybox.so` cannot be hard linked to `/data/data/ga.androidterm/busybox`. That's not normal. I'd appreciate if you could provide more information on your Android device, like Android version and model number.
"""]]

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="http://yarikoptic.myopenid.com/"
nickname="site-myopenid"
subject="Follow-up information on my system"
date="2013-05-18T01:23:28Z"
content="""
Sorry for the delay: my android is stock Samsung-tuned Jelly beans.
Android 4.1.2
Baseband version N7000XXLSO
not sure if that would be of any use :-/ nothing in the logs (aLogcat) if I filter by annex -- should there any debug output? what should be a key to search by?
"""]]

View file

@ -4,6 +4,6 @@ half of today setting up the build.
Got the test suite to pass in direct mode, and indeed in direct mode
on a FAT filesystem. Had to fix one corner case in direct mode `git annex
add`. Unofrtunatly it still doesn't work on Android; somehow `git clone`
add`. Unfortunately it still doesn't work on Android; somehow `git clone`
of a local repository is broken there. Also got the test suite to build,
and run on Windows, though it fails pretty miserably.