summaryrefslogtreecommitdiff
path: root/TODO.rst
blob: 1cc9bda6d032077eef00dfb6dccda41452c6f170 (plain)
    1 ====
    2 TODO
    3 ====
    4 
    5 Features
    6 ========
    7 
    8 
    9 
   10 Bugs
   11 ====
   12 
   13 
   14 1. *FIXED* by Aaron in commit 9a95d9999343026480b6bf934ac31954a64f93de
   15    next steps are to VERIFY/ACCEPT
   16    ::
   17 
   18      22:30:17 2017-03-18   info    Backing up com.nianticlabs.pokemongo
   19      cp: /storage/ext_sd/bk/andbackup/andbackupBK/com.nianticlabs.pokemongo/data//lib: Function not implemented
   20      deleting cache for com.nianticlabs.pokemongo
   21      22:30:49 2017-03-18   info    Compressing userdata for com.nianticlabs.pokemongo
   22      chdir: error retrieving current directory: getcwd: cannot access parent directories: Success
   23      This app com.google.android.apps.maps-preserveDignity has passed in options
   24      22:30:51 2017-03-18   info    Backing up com.google.android.apps.maps
   25      deleting cache for com.google.android.apps.maps
   26      22:33:19 2017-03-18   info    Compressing userdata for com.google.android.apps.maps
   27      root@htc_himaul:/sdcard2/bk/andbackup #
   28 
   29 The "Function not implemented" error output above might be because andbackup can't handle symlinks
   30 
   31 
   32 2. Most shells and even BASH has this bug
   33    ::
   34 
   35      shell-init: error retrieving current directory: getcwd: cannot access parent directories: Success
   36 
   37 but it appears to run...
   38 
   39 
   40 3. "sh" doesn't work
   41    ::
   42 
   43      1|root@htc_himaul:/sdcard2/bk/andbackup # sh andbackup.sh
   44      127|root@htc_himaul:/sdcard2/bk/andbackup #
   45 
   46    sh AKA ash doesn't work (with -x)
   47    ::
   48 
   49      1|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh
   50      127|root@htc_himaul:/storage/ext_sd/bk/andbackup #
   51 
   52    -even with full correct params you get the same "nothing" output
   53    ::
   54 
   55      127|root@htc_himaul:/storage/ext_sd/bk/andbackup # sh -x andbackup.sh listback>
   56      127|root@htc_himaul:/storage/ext_sd/bk/andbackup #

Generated by cgit