Torsten Grote

Results 627 comments of Torsten Grote

Can this be used via Roundsync added in #609?

What does "freeze" an app even mean? This might be related: https://github.com/seedvault-app/seedvault/wiki/FAQ#why-do-some-apps-not-allow-to-get-backed-up

We'd need to check if adding the flag `PackageManager.MATCH_UNINSTALLED_PACKAGES` does the trick, but if the system is not even backing up stopped apps, I am not holding my breath for...

That's strange. Seems to happen when trying to upload `Name: apps/com.airbnb.android/f/nezha/eden0/landingPage-index.js`. NOt sure if the file is somehow locked on your nextcloud server maybe? (Did you check server logs?) Otherwise,...

> it is missing the final "0\r\n" - but I don't see how this can be related to seedvault. I'll try to do some more digging. Feel free to close...

Related to https://github.com/seedvault-app/seedvault/issues/500

Relevant part of the log: ```ruby 01-14 22:21:55.815 1536 3320 V BackupManagerService: [UserID:0] beginRestoreSession: pkg=null transport=com.stevesoltys.seedvault.transport.ConfigurableBackupTransport 01-14 22:21:55.882 1536 1536 I TransportClient: ConfigurableBackupTransportService#98: Notifying [BMS.getOperationTypeFromTransport] transport = IBackupTransport 01-14 22:21:55.889...

@SolainOG could it be that your Baikal server is not allowing you to create the root `.SeedvaultAndroidBackup` directory?

Looks like we have returned an unknown status for some reason? Maybe we crashed? ```java // Any other error here indicates a transport-level failure. ``` https://cs.android.com/android/platform/superproject/+/master:frameworks/base/services/backup/java/com/android/server/backup/keyvalue/KeyValueBackupTask.java;l=1135;drc=b45a2ea782074944f79fc388df20b06e01f265f7 Edit: Ah no, could...

Since we are getting `TimeoutException` in `KeyValueBackupTask#revertTask()`, it might be that the `KeyValueBackupTask` is never informing our `NotificationBackupObserver` about the finished backup which could be seen as an upstream bug.