Skip to content

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

@awilkins

Description

@awilkins

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions