ammargitham / WallFlow

Wallpaper app for Android using Jetpack Compose
GNU General Public License v3.0
329 stars 19 forks source link

Plus app problem backup won't #35

Closed Wjxfi closed 9 months ago

Wjxfi commented 10 months ago

Hi, your app won't restore a backup from an app that has been updated from the lowest versions many times on android 12, miui 13.0.5, with app version 2.1.0, even though IN NORMAL VERSION IT RECOVERS (not reinstalled application}.

ammargitham commented 10 months ago

@Wjxfi So backups from 2.1.0 regular don't work with 2.1.0 plus version?

Due to changes in schema, backups from later versions may not work in older versions. But I make sure that backups from older work on newer versions.

Wjxfi commented 10 months ago

Yes

ammargitham commented 9 months ago

I tried reproducing on my end but could not.

Is it possible for you to share the backup file which crashes? You can share it via email, if you don't want to upload it here. If not, you could try getting the stacktrace using an app like Scoop.

Wjxfi commented 9 months ago

07e522ff-98b3-40ee-bd50-f0ec9c31378b.jpg

ammargitham commented 9 months ago

I think this should be fixed by a recent commit: 5e6205f171f99c43badf158bb4f0930262e9d167. Will keep this open till you can verify it's fixed.

ammargitham commented 9 months ago

Should be fixed in v2.2.0. Let me know if you still face this.

ammargitham commented 9 months ago

Closing this. Feel free to reopen if you are still facing this.