Conversation

holy fucking shit, android (aosp) actually has useful working backups that don't require you to upload everything to google servers and which you can manually trigger and have it work they're just incredibly well hidden h/t for giving me the right direction
3
181
note: this is mostly useful as a replacement for `adb backup`/`adb restore` that doesn't require blood sacrifices to restore half of your data instead of none of your data it doesn't work remotely and AFAIU requires a userdebug build
3
40
Replying to
CTS largely operates via adb. There's a whole lot of functionality available in `adb shell` that's largely to support the CTS. So, CTS has access as `adb shell` and as the many apps it installs, including device managers, accessibility services, etc. that it authorizes.
1
2
Show replies
Replying to and
As far as I know, it exists so that the CTS can test the backup service implementation, so every Android device is required to have a working implementation of it that's certified to work as part of their CTS certification.
1