I don't know it is possible or not to turn ON/OFF android debug mode using adb command.
Is there really any adb command exist to turn ON/OFF android debug mode. Please if any suggest or any kinds of way around will be highly appreciated.
I don't know it is possible or not to turn ON/OFF android debug mode using adb command.
Is there really any adb command exist to turn ON/OFF android debug mode. Please if any suggest or any kinds of way around will be highly appreciated.
You can turn off USB Debugging with settings put global adb_enabled 0
command.
I don't know it is possible or not to turn ON/OFF android debug mode using adb command.
By definition, this is not possible, as adb
commands only work when debug mode is on.