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:18] – 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 | ||
- | < | ||
- | adb pull /data/data ~/ | ||
- | </ | ||
- | |||
- | The APK's of your Apps | ||
- | < | ||
- | adb pull /data/app ~/ | ||
- | </ | ||
- | |||
- | PRE INSTALLED SYSTEM APPS | ||
- | < | ||
- | adb pull /system/app ~/ | ||
- | </ |