diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-06 18:09:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-06 18:09:46 -0400 |
commit | a8acc206587c521311405d7e1bc43ef36bdc095d (patch) | |
tree | 8fb3f269285b702043b6a39c826a605890c60fda | |
parent | b5e25fc0b619f21fb8ebe202a07db5eacd5d4df7 (diff) |
blog for the day
-rw-r--r-- | doc/android/DCIM.png | bin | 0 -> 95786 bytes | |||
-rw-r--r-- | doc/design/assistant/blog/day_256__8bit.mdwn | 27 |
2 files changed, 27 insertions, 0 deletions
diff --git a/doc/android/DCIM.png b/doc/android/DCIM.png Binary files differnew file mode 100644 index 000000000..3ac093323 --- /dev/null +++ b/doc/android/DCIM.png diff --git a/doc/design/assistant/blog/day_256__8bit.mdwn b/doc/design/assistant/blog/day_256__8bit.mdwn new file mode 100644 index 000000000..1155fd2f8 --- /dev/null +++ b/doc/design/assistant/blog/day_256__8bit.mdwn @@ -0,0 +1,27 @@ +This seems a very auspicious day to have finally gotten the Android app +doing something useful! I've fixed the last bugs with using it to set up a +remote ssh server, which is all I need to make my Android tablet +sync photos I take with a repository on my laptop. + +[[!img /android/DCIM.png alt="git-annex webapp running on Android"]] + +I set this up entirely in the GUI, except for needing to switch to the +terminal twice to enter my laptop's password. + +How fast is it? Even several minute long videos transfer before I can +switch from the camera app to the webapp. To get this screenshot with it in +the process of syncing, I had to take a dozen pictures in a minute. Nice +problem to have. ;) + +Have fun trying this out for yourself after tonight's autobuilds. But a +warning: One of the bugs I fixed today had to be fixed in `git-annex-shell`, +as run on the ssh server that the Android connects to. So the Android app +will only work with ssh servers running a new enough version of git-annex. + +---- + +Worked on geting git-annex into Debian testing, which is needed before +the wheezy backport can go in. Think I've worked around most of the issues +that were keeping it from building on various architectures. + +Caught up on some bug reports and fixed some of them. |