Hi, so the procedure in method 1) below which instruct to type this command adb shell settings put global usb_debugging_enabled 1
is misleading?
Method 1:
Connect your phone to your computer using a USB cable.
Open a command prompt window on your computer.
Type the following command:
adb devices
This will list all of the connected devices. Your phone should be listed in the output. 4. Type the following command to enable USB debugging:
adb shell settings put global usb_debugging_enabled 1
Your phone will reboot and USB debugging will be enabled.
Method 2: Booting into Recovery Mode
Press and hold the power button and the volume down button at the same time until your phone enters the bootloader menu.
Use the volume buttons to navigate to the “Recovery mode” option and press the power button to select it.
Your phone will boot into recovery mode.
Use the volume buttons to navigate to the “Advanced” or “Options” menu.
Use the power button to select the “ADB debugging” option.
Your phone will reboot and USB debugging will be enabled.
I hope this article was helpful. Please let me know if you have any other questions.
is misleading?
Method 1:
Connect your phone to your computer using a USB cable.
Open a command prompt window on your computer.
Type the following command:
adb devices
This will list all of the connected devices. Your phone should be listed in the output. 4. Type the following command to enable USB debugging:
adb shell settings put global usb_debugging_enabled 1
Your phone will reboot and USB debugging will be enabled.
Method 2: Booting into Recovery Mode
Press and hold the power button and the volume down button at the same time until your phone enters the bootloader menu.
Use the volume buttons to navigate to the “Recovery mode” option and press the power button to select it.
Your phone will boot into recovery mode.
Use the volume buttons to navigate to the “Advanced” or “Options” menu.
Use the power button to select the “ADB debugging” option.
Your phone will reboot and USB debugging will be enabled.
I hope this article was helpful. Please let me know if you have any other questions.