This repository was archived by the owner on Jan 5, 2022. It is now read-only.
File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Known Issues
2
2
3
3
## Some apps simply don't want to be backed up via ADB
4
- At least on my P880 I've encountered several apps which seem to simply refuse
4
+ In my tests I've encountered several apps which seem to simply refuse
5
5
being backed up via ADB. In those cases, backups result in a 41 byte file (which
6
6
is just the backup file header). So watch out for those, and see to have them
7
7
backed up by other means; as * Adebar* here is no more than a "front-end" to the
8
- ` adb backup ` command, I don't see what it could fix here.
8
+ ` adb backup ` command, I don't see what it could fix here. As the example of
9
+ [ DavDroid] ( https://github.com/rfc2822/davdroid ) shows, this is rather to be
10
+ fixed on the corresponding Android app's end.
9
11
10
12
Apps which I found having this issue include the following:
11
13
@@ -14,7 +16,7 @@ Apps which I found having this issue include the following:
14
16
- SuperSU
15
17
* installed as user apps:
16
18
- AppMonster Pro
17
- - DavDroid
19
+ - DavDroid (pre-0.6.4; fixed [ on DavDroid's end ] ( https://github.com/rfc2822/davdroid/releases/tag/v0.6.4 ) )
18
20
- JuiceSSH
19
21
- MobilityMap
20
22
- WakeLockDetector
You can’t perform that action at this time.
0 commit comments