Created
October 6, 2021 03:38
-
-
Save Henrique-Miranda/33820493954271161825f0567769aec6 to your computer and use it in GitHub Desktop.
Enable diag by adb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Enable diag | |
adb devices | |
adb shell | |
su | |
setprop sys.usb.config diag,adb | |
disable diag | |
adb devices | |
adb shell | |
su | |
setprop sys.usb.config mtp,adb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment