diff --git a/doc/todo/termux_package/comment_3_a60b6e4511c1df23d76c6e6e8028eeaa._comment b/doc/todo/termux_package/comment_3_a60b6e4511c1df23d76c6e6e8028eeaa._comment new file mode 100644 index 0000000000..aacbe9eb8b --- /dev/null +++ b/doc/todo/termux_package/comment_3_a60b6e4511c1df23d76c6e6e8028eeaa._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2018-04-24T23:35:33Z" + content=""" +A few problems with using git-annex this way.. + +git init fails in sdcard because it tries to chmod something. It works in +the termux home directory. Note that only the git bundled with git-annex +has this problem; the termux one works (probably it's patched like I did in +the android git-annex port). Hacking the standalone build to not run the +bundled git should work. + +git annex init fails with a getUserEntryForID exception. +This should be easy to fix in git-annex. + +If a git-annex repository is copied over to the android device from +elsewhere, git-annex does work in it. The assistant works. + +The webapp doesn't know how to open an url, but copy and paste of the +url to a web browser works and the webapp mostly works then. +"""]]