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/27 08:18] marlonivostart:system:software:blackberry:sync [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-==== Sync Blackberry ==== 
  
-How to make a decentralized Backup of your Phone: 
- 
-The DATA OF YOUR APP 
-<code> 
-adb pull /data/data ~/backup_data 
-</code> 
- 
-The APK's of your Apps 
-<code> 
-adb pull /data/app ~/backup_app 
-</code> 
- 
-PRE INSTALLED SYSTEM APPS 
-<code> 
-adb pull /system/app ~/backup_system 
-</code>