Hi @frederiiiic,
I just did a reset and attempted restore using Google account and ADB restore. In short, it was very unsatisfactory. The main things to remember are that
- There is no perfect backup solution
- Many apps refuse to take part in Google’s backup or ADB backup methods
What I recommend is (note I’m not an expert, this is just benefit of my hindsight from last weekend!):
- Go through every single app you have and see if it includes an option to backup, export, sync, or similar your data either locally or to the cloud somewhere you can retrieve it from
- Make sure all the locally exported/backed up data is stored on your SD card
- Copy all files in your internal storage to SD card
- Copy all files in your internal storage AND SD card to a computer (if you have one available)
- Use Google backup - you might as well, even if you won’t restore it immediately it gives you a snapshot
- Install helium backup app - a bit of a pain to open, and not open source, but it does tell you clearly which apps refuse to allow backups - “not allowed”. You can get around this if you have root access, but if you have root access then I believe the best solution is Titanium backup
- Install and use SMS Backup and Restore to backup your text messages - Google backup doesn’t backup MMS, only SMS. I’m sure there are other SMS/MMS backup apps too.
- Use adb backup -all -apk -obb (no need to use -shared, because you’ve done that manually yourself, but you can do it anyway if you like)
- Run adb shell pm list packages to list all apps installed on your phone. Many will be system apps and therefore can be ignored, but the full list will allow you to check later which apps have been missed from various Google and adb restore
- WARNING - at this point I’ll suggest things that mean you might mess up your phone, so make sure you’re happy you have everything backed up before proceeding
- Use adb restore to confirm that the backup you did worked!
- If it didn’t restore properly, then do the adb backup step again.
- If you still can’t get it to restore properly, (and even if you can, you can do this) use Android Backup Extractor to decompress the adb backup file so you can see what it’s backed up and see if you’re happy with that. I found that my backup was imcomplete and didn’t complete restore properly, but it would restore app data just not install the APKs for some reason
- At this point I don’t think there’s much else you can do, time to reset!
- If you are signing into your Google account (you said you weren’t, but if you are) then do this and ask to restore - this is your only chance, if you don’t do it now then you’ll not get another chance!
- Run adb restore
- Install all apps which have not been restored by Google and adb
- Insert your SD card
- Copy all the data your want to your internal storage
- Go through each of the apps you manually backed up settings for and see if you want to restore the data from your manual backups, or if you’re happy with the state Google and adb left them in
- Go through every app and see if it’s in the state you want it to be
- If there’s anything not working or missing your data then ask the app support if they’ve got any suggestions, as I think this is pretty much the last resort.
After all that, I hope it’s worked as you hoped!
Cheers