Skip to content

Instantly share code, notes, and snippets.

@navhaxs
Last active February 8, 2016 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navhaxs/1653086644ad0dc516c0 to your computer and use it in GitHub Desktop.
Save navhaxs/1653086644ad0dc516c0 to your computer and use it in GitHub Desktop.
Android backup

Because I got this wrong last time and lost data.

App backup with root

  • Titanium Backup: All user apps + system data

App backup without root (Smart Switch)

  • Connect device
  • First, go to Preferences and make sure everything to backup is ticked.
  • Begin Backup

PIM

  • Super Backup : SMS & Contacts

Bookmarks

  • Sign into Chrome, and sync Bookmarks
  • OEM browser ???

WhatsApp

  • Create backup from app settings.

Internal SD Card

  • Use a computer running OS X or Linux, since Windows uses NTFS which will cause problems with unix file naming.
  • adb pull /sdcard/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment