Open everonline opened 3 years ago
Same issue for me too in Android 11.
I've experienced the same issue
If the new release still has this issue, try after pasting and running the following as root:
cp /data/adb/modules/migrator/migrator.sh /dev/ && sed '\|runtime-perms.txt)|s|)| 2>/dev/null)|' /dev/migrator.sh > /data/adb/modules/migrator/migrator.sh
Hi VR-25,
First great tool you have here.
Now I copy the script and did my backup through adb shell (migrator.sh -b app), no errors, I check the tar file, apparently all good.
Went to another phone and still with adb shell (migrator.sh -rad app) and this happens:
So the app is restored but the data fails with the runtime perms because when this is executed:
There is no runtime-permissions.xml (android 11 in a pixel 4) so when you restore:
The error message is consistent but it affects the restore of the data, by that I mean:
1 - In one of the apps I restored the app opens but no preferences (user data) is restored, is by default - App with no SSAID 2 - On another one (email app) the app dont even open (is killed immediately after being enabled with -s) - APP with SSAID
Hope the above helps.