git-annex/doc/todo/termux_package/comment_3_a60b6e4511c1df23d76c6e6e8028eeaa._comment

27 lines
1.1 KiB
Text
Raw Normal View History

2018-04-24 23:53:24 +00:00
[[!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
2018-04-25 01:22:20 +00:00
bundled git should work. This could be done only when uname -o = Android.
2018-04-24 23:53:24 +00:00
git annex init fails with a getUserEntryForID exception.
2018-04-25 01:22:20 +00:00
[[!commit 526243d6f5db6e16c32ed7f835da590b877f78b8]] probably fixed this,
but not tested yet.
2018-04-24 23:53:24 +00:00
The webapp doesn't know how to open an url, but copy and paste of the
2018-04-25 01:22:20 +00:00
url to a web browser works and the webapp mostly works then. It should
be able to use termux-open.
Accessing the sdcard may need termux-setup-storage to be run once,
depending on the version of android. That sets up $HOME/storage.
2018-04-25 01:28:08 +00:00
webbapp won't start on boot, but could be made to using https://wiki.termux.com/wiki/Termux:Boot
2018-04-24 23:53:24 +00:00
"""]]