diff options
Diffstat (limited to 'TODO.rst')
-rw-r--r-- | TODO.rst | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..1cc9bda --- /dev/null +++ b/TODO.rst @@ -0,0 +1,57 @@ +==== +TODO +==== + +Features +======== + + + +Bugs +==== + + +1. *FIXED* by Aaron in commit 9a95d9999343026480b6bf934ac31954a64f93de + next steps are to VERIFY/ACCEPT + :: + + 22:30:17 2017-03-18 info Backing up com.nianticlabs.pokemongo + cp: /storage/ext_sd/bk/andbackup/andbackupBK/com.nianticlabs.pokemongo/data//lib: Function not implemented + deleting cache for com.nianticlabs.pokemongo + 22:30:49 2017-03-18 info Compressing userdata for com.nianticlabs.pokemongo + chdir: error retrieving current directory: getcwd: cannot access parent directories: Success + This app com.google.android.apps.maps-preserveDignity has passed in options + 22:30:51 2017-03-18 info Backing up com.google.android.apps.maps + deleting cache for com.google.android.apps.maps + 22:33:19 2017-03-18 info Compressing userdata for com.google.android.apps.maps + root@htc_himaul:/sdcard2/bk/andbackup # + +The "Function not implemented" error output above might be because andbackup can't handle symlinks + + +2. Most shells and even BASH has this bug + :: + + shell-init: error retrieving current directory: getcwd: cannot access parent directories: Success + +but it appears to run... + + +3. "sh" doesn't work + :: + + 1|root@htc_himaul:/sdcard2/bk/andbackup # sh andbackup.sh + 127|root@htc_himaul:/sdcard2/bk/andbackup # + + sh AKA ash doesn't work (with -x) + :: + + 1|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh + 127|root@htc_himaul:/storage/ext_sd/bk/andbackup # + + -even with full correct params you get the same "nothing" output + :: + + 127|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh listback> + 127|root@htc_himaul:/storage/ext_sd/bk/andbackup # + |