Marlon's Wiki

it's better when it's simpler

User Tools

Site 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 10:48] marlonivostart:system:software:blackberry:sync [2024/10/31 07:03] (current) marlonivo
Line 1: Line 1:
-====== Syncthing ======+====== Automated ======
  
-How to make a decentralized Backup of your Phone:+From your old phone make a decentralized Backup
 <code> <code>
 adb backup -apk -shared -all -f backup.ab adb backup -apk -shared -all -f backup.ab
 </code> </code>
  
-----+And restore it on your new phone 
 +<code> 
 +adb restore backup.ab 
 +</code>
  
-Or manually backup or sync the following File Path's:+====== Manually ====== 
 + 
 +Or **manually** backup/restore your phone from the following directorys
  
-The **DATA** of your app's is in: 
 <code> <code>
-/data/data +/data/data       # the DATA of all app's
 </code> </code>
  
-Your **MANUALLY INSTALLED** app's are in: 
 <code> <code>
-/data/app+/data/app        # MANUALLY INSTALLED apk's
 </code> </code>
  
-Your **PRE-INSTALLED** system-app's are in: 
 <code> <code>
-adb pull /system/app ~/backup/system/app+/system/app      # PRE-INSTALLED system-apk's
 </code> </code>
  
-===== Restore Backup ===== 
 <code> <code>
-adb restore backup.ab+/system/users/ # SYSTEM settings 
 </code> </code>
 +
 +
 +
start/system/software/blackberry/sync.1730026107.txt.gz · Last modified: 2024/10/27 10:48 by marlonivo

Donate Marlon Ivo's Webpage