Torsten Grote
Torsten Grote
> So, if somebody desperately wants to flash Seedvault to their (Android 10 based) ROM, they can build a proof-of-concept on top of the [`no-platform-key`](https://github.com/grote/seedvault/commits/no-platform-key) branch. ROMs based on Android...
> But still need to flash that as an OTA…? Only if your ROM doesn't ship with it.
That's probably the OS trying to re-initialize the backup location after it had failed. However, it shouldn't do that if backup is completely disabled. Are you sure that this happens...
Do you know how to record a logcat of the relevant time-frame? Bonus points for only showing logs related to the issue. aka seedvault and `system_server`.
Thanks @axelsimon! On a computer you can run: adb logcat --pid=`adb shell pidof -s system_server` and adb logcat --pid=`adb shell pidof -s com.stevesoltys.seedvault`
@axelsimon any news here?
Related to #165
This would be possible to do, but every location makes it more likely to run into AOSP backup API timeouts. So I'd be hesitant to even implement this feature as...
We might be able to get the size required for APK backups, but most likely not the backup data because like you said, there's no API for that, we'd need...
The text, design and flow should be specified here before an implementation is attempted.