start:system:software:blackberry:sync
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:software:blackberry:sync [2024/10/27 08:21] – marlonivo | start: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's: | ||
- | < | ||
- | adb pull /data/data ~/ | ||
- | </ | ||
- | |||
- | Your **MANUALLY INSTALLED** app's: | ||
- | < | ||
- | adb pull /data/app ~/ | ||
- | </ | ||
- | |||
- | **PRE-INSTALLED** system-app' | ||
- | < | ||
- | adb pull /system/app ~/ | ||
- | </ |