start:system:software:blackberry:restore
Automated
From your old phone make a decentralized Backup with ADB.
adb backup -apk -shared -all -f backup.ab
And restore it on your new phone
adb restore backup.ab
Manually
Or manually backup/restore your phone from the following directory's.
/data/data # the DATA of all app's
/data/app # MANUALLY INSTALLED apk's
/system/users/0 # SYSTEM settings
start/system/software/blackberry/restore.txt · Last modified: 2024/10/31 07:09 by marlonivo