Skip to content

Android User Patterns

raisercostin edited this page Jul 23, 2017 · 32 revisions

Patterns

Backup Current Device

  • You need to root the device. Simplest app is kingroot.net via an apk or windows app.
  • Install Titanium Backup Tool (needs root).
  • Backup to SDCard(internal,external)/Dropbox/GoogleDrive all your phone with Titanium Backup Tool
    • applications (apks: user and system apps)
    • app data
      • internal (usually not available if the devices is not rooted)
      • external
        • internal sd card (emulated)
        • external sd card (might be encrypted)

Restore on Current Device

Problems

Cannot use external SdCard on android-4.1.x from Titanium Backup Tool

Clone this wiki locally