Torsten Grote
Torsten Grote
The detection logic currently re-queries the installation state of the app only when you use the link we provide. So this sounds like a symptom of #816 .
This may be a ROM integration issue. Is there anyway you can save those logs? Paste the lines here that contain `ConfigurableBackupTransport`?
Seedvault's expert options have their own log export, but I guess you can't access that. So best would be a `adb logcat` right after the device rebooted. It should show...
Weird that there's nothing in the log. Let's try some adb commands: 1. `adb shell bmgr list transports` 2. `adb shell bmgr activated` 3. `adb shell bmgr enabled` Please post...
Ok yeah so the BackupManager is deactivated for some reason. This means all backup functionality is off and explains why there's no log messages. So this doesn't look like a...
Ok, so glad you found the reason. Sounds like your profile owners need to activate backup then.
Well, I have a Redmi Note 10 5G here on MIUI Global 14.0.4 which could use a session to install an app and even update it without user approval. Maybe...
The docs you used may be outdated. Maybe what the CI does helps, because it works for sure there: https://github.com/seedvault-app/seedvault/blob/android15/.cirrus.yml#L20
> ([*] I had even less luck with the android15 branch, but it seems like that one probably isn't expected to work yet. Can provide details if useful.) That's actually...
Awesome, a working and tested emulator script will be much appreciated!