You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Since you have a root shell you can copy the file to a location that
adb pull
can access.The text was updated successfully, but these errors were encountered: