Skip to content

Instantly share code, notes, and snippets.

@EHLOVader
Created November 25, 2013 18:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EHLOVader/7645788 to your computer and use it in GitHub Desktop.
Save EHLOVader/7645788 to your computer and use it in GitHub Desktop.
ADB transfer Google Authenticator data from one rooted Android phone to another.
adb pull /data/data/com.google.android.apps.authenticator2/databases/databases
adb push databases /data/data/com.google.android.apps.authenticator2/databases/databases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment