Thanks a lot for this!
Some I hate a lot is to be the only one to have a problem, and it happens to me too much.
Yes, “as if”…
Yes, that’s SeedVault, I found the project on Github and read the FAQ, I got all the informations that I need.
I activated the backup, I don’t really understand how to get the data in the backup and if I will be able to restore it, but I’ll see (very good way to manage backups, lol).
I searched a lot and I found a way to do the backup using root adb
. I could get a full backup of the data using this command on the computer on which the phone is pluged:
adb root > /dev/null && rsync -a --delete --rsh="adb" shell:/data/data/ /mnt/home/almtesh/Temporaire/Pledge/e/data/
Yes, I know I should do adb unroot
when done, but I don’t want scrcpy
to be terminated at each backup.