User Tools


start:system:software:blackberry:sync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:system:software:blackberry:sync [2024/10/31 07:01] marlonivostart:system:software:blackberry:sync [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== Automated ====== 
- 
-From your old phone make a decentralized Backup 
-<code> 
-adb backup -apk -shared -all -f backup.ab 
-</code> 
- 
-And restore it on your new phone 
-<code> 
-adb restore backup.ab 
-</code> 
- 
-====== Manually ====== 
- 
-Or **manually** backup/sync your phone from the following directorys 
- 
-<code> 
-/data/data       # the DATA of all app's 
-</code> 
- 
-<code> 
-/data/app        # MANUALLY INSTALLED apk's 
-</code> 
- 
-<code> 
-/system/app      # PRE-INSTALLED system-apk's 
-</code> 
- 
-<code> 
-/system/users/ # SYSTEM settings  
-</code> 
- 
-