Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't need to install "ADB insecure" #3

Open
awilkins opened this issue Aug 21, 2017 · 1 comment
Open

Don't need to install "ADB insecure" #3

awilkins opened this issue Aug 21, 2017 · 1 comment

Comments

@awilkins
Copy link

Since you have a root shell you can copy the file to a location that adb pull can access.

adb shell
# Now you're on the phone
su  # and do any auth action your root requires
cp  /data/data/com.google.android.apps.authenticator2/databases/databases /sdcard/Download/
exit
exit
# Now you're back on the computer
adb pull /sdcard/Download/databases
@duk3luk3
Copy link

duk3luk3 commented Oct 1, 2017

You can also just run adb root if your phone is rooted and allows rooted adbd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants