diff --git a/doc/bugs/adb_fchown_error.mdwn b/doc/bugs/adb_fchown_error.mdwn index 6e4bc2f399..c9b1a2e948 100644 --- a/doc/bugs/adb_fchown_error.mdwn +++ b/doc/bugs/adb_fchown_error.mdwn @@ -43,3 +43,5 @@ failed ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) I use git-annex to back up photos, videos, and all sorts of stuff! It's really cool! + +> not a bug in git-annex, [[closed|done]] --[[Joey]] diff --git a/doc/bugs/adb_fchown_error/comment_2_de03d805b4557869fa465af4fdf2ff4b._comment b/doc/bugs/adb_fchown_error/comment_2_de03d805b4557869fa465af4fdf2ff4b._comment new file mode 100644 index 0000000000..559e58a5c0 --- /dev/null +++ b/doc/bugs/adb_fchown_error/comment_2_de03d805b4557869fa465af4fdf2ff4b._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 2""" + date="2025-06-23T14:11:10Z" + content=""" +This is the `adb push` command itself failing. Since git-annex has to use +that command with an adb special remote, I don't see how this could be +fixed in git-annex. + +It seems likely that the Android device is configured to allow adb to read +files in `Android/data/org.opencpn.opencpn` but not write to files there. +You might be able to change the permissions with root access. +"""]]