summaryrefslogtreecommitdiff
path: root/doc/design/assistant/android.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-05-04 17:09:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-05-04 17:09:48 -0400
commit8a96e1d3a033290422466d05c66561dffe6e6e71 (patch)
tree5b107e6c863150b952ce30580ea00e3a0c8444aa /doc/design/assistant/android.mdwn
parentb76228d1878a0caa35ca6ad996052d8474a3fc4e (diff)
blog for the day
Diffstat (limited to 'doc/design/assistant/android.mdwn')
-rw-r--r--doc/design/assistant/android.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/design/assistant/android.mdwn b/doc/design/assistant/android.mdwn
index 4b1a468e5..99b954eac 100644
--- a/doc/design/assistant/android.mdwn
+++ b/doc/design/assistant/android.mdwn
@@ -25,9 +25,13 @@
transfers when not on wifi. This may need to be configurable.
* Jabber and Webdav configuration both fail with
"getProtocolByname: does not exist (no such protocol name: tcp)"
-* Ssh server and Rsync.net configuration stops where ssh
- should be prompting for a password in the terminal.
+* Ssh server fails with "Unknown uuid: cannot modify". git-annex-shell configlist
+ reading problem?
* Enabling debug logging in the webapp doesn't seem to work.
* glacier and local pairing are not yet enabled for Android.
* The "Files" link doesn't start a file browser. Should be possible to do
on Android via intents, I suppose?
+* Adding removable drives would work, but the android app is not in the
+ appropriate group to write to them. `WRITE_MEDIA_STORAGE` permission
+ needed. Added to AndroidManifest, but did not seem to be used.
+ Googleing for it will find a workaround that needs a rooted device.