Return to site

Turn On Usb Android

broken image


Steps To Wipe Data/Factory Reset On Locked Android To Turn On USB Debugging. First of all Turn Off your Android phone. Now enter into recovery mode by pressing one of the most popular key combinations. Press 'Power Button + Volume Up Button + Volume Down Button'. Link to the Written Procedure/Downloads for this Video:probabl.

  1. How To Turn On Usb Android
  2. Turn On Usb On Android

For recovering deleted, lost or formatted files (photos, videos, music) from your Android devices with any Photo Recovery software, you must connect your devices with PC in USB mode debugging. However, some Android users don't know how to do this. Here are some tips to help you connect different version Android devices to PC with USB Mass Storage Mode.

For Android 2.1 to 2.3.7
For Android 4.0 to 4.1.2
For Android 4.2 or newer Android 6,7

The wings of liberty. Plug the device into your computer, pull down the notification shade, and select the 'USB' option. It may say something like 'USB charging this device' or 'USB for file transfer.' The verbiage may vary slightly depending on your device's Android build and manufacturer, but regardless it will have something about USB.

Click to watch the video tutorial here.

  • How to use USB Mass Storage mode in Android 2.1-2.3.7

If you use Android 2.1-2.3.7 devices like Sony Xperia Samsung Galaxy Note, Samsung Galaxy S/S2,Motorola Droid RAZR, Droid 4, LG Optimus L3, HTC Rezound, HTC Sensation, HTC Desire, Kindle Fire, etc, follow simple instructions to connect your device in the mass storage mode.

1. Turn on USB debugging by click Menu > Setting > Applications > Development > USB debugging

2. Plug the supplied USB cable into your PC and connect it to your device. A USB icon will appear in the status bar when the device has been recognized. https://coolsup775.weebly.com/no-deposit-games.html.

Airdrop android bluetooth. 3. In the main screen of your Android device, use your finger to pull down the top status bar. Then touch USB Connected.

4. Touch Connect USB storage.

Then tap 'Ok'. When the green Android icon turn orange, the phone is now in USB Mass Storage mode and should now appear as USB disk drives in 'Devices with Removable Storage' and be assigned drive letters.

  • Connect Android 4.0-4.1.2 device in USB mass storage mode

For Android 4.0-4.1.2 devices such as Samsung Galaxy S/S2/S3 or Nexus,HTC Desire X/V/C, HTC One X/V/S,LG Optimus L5/7/9,Optimus G,Motorola Droid RAZR,Sony Xperia V/T, Kindle Fire HD, etc, you can connect them to PC in USB debugging mode with the below guide.

Galaxy S2 (Android 4.0) as example.

1: Open the 'Setting' > 'More…'

2: Search then Tap on 'USB utilities'

3: Check the option: 'Connect Storage to PC'

Then plug the USB cable into the device and connect to your computer. The 'USB connected' screen with the large green Android icon will appear. Tap on 'Connect USB storage'. A confirmation dialog box will appear. Tap 'OK'. The green Android icon will turn orange, indicating that the phone is now in USB Mass Storage mode and should now appear as USB disk drives in 'Devices with Removable Storage' and be assigned drive letters.

  • Turn on USB Mass Storage mode in Android 4.2 or later versions Android 6/7/8

You will be dismayed to see that there is no USB Debugging option in Android 4.2 or the latest Android 6, Android 7, Android 8 smartphone or tablets like Nexus 4, Nexus 5X/6P,Google Nexus 10,Samsung Galaxy S8/S7/S4, Galaxy Note 5, Huawei Mate 10/9, Huawei Honor 9, Xiaomi Mi6, Mi 5X, Mi Mix 2, Redmi 5X, Sony Xperia Z5/M5, LG G5, HTC One M9/M8, etc. Here is a way to turn it on since it is very well hidden!

1: Go to Settings -> About Phone/Tablet or Settings -> About Phone -> Software info
2: Go to 'Build Number' at the end of the Scroll list.
3: Tap on 'Build Number' repeatedly (7 times). On your third tap you should see message indicating that you only have 4 more taps to go to ‘become a developer'. Keep tapping until you are a developer.

4. Now Developer Option will be included in setting list of yours now. Go to 'Develop Options' to check USB debugging > OK. Done.

Tip: When you connect your Android to computer for the first time, you can check 'Always allow from this computer' with the pop up before clicking 'OK' to finish.


Tip: For some android devices, you also need to select mode 'Photos' or 'Files' in 'Notifications'.

And then you can see your andriod phone icon in PC. 'Computer'-'Portable devices' as below.

Notes:
1. After debugging, you connect android device to computer with the factory USB cable at the first time, Windows will look for and install the associated driver automatically. Please waiting a moment for the drive installing, then you can get a pop-up interface and a USB icon will appear in the PC status bar.
2. If your android device doesn't work as USB debugging mode in PC, try to check and change the USB cable.
Some USB cables only can be used to charge, but can't to transmit data. So use the factory USB cable or that supports USB data transfers!

After connecting your device to PC with USB Mass Storage mass, or connect the memory card through your computer's card reader. Then you can recover deleted photos, videos from devices.

Note: If you still can't connect your Android devices to PC with USB debugging mode with this method, you should search an android USB Drive apps in official site of your phone. For example: Samsung Android USB Driver or install the Android Debug Bridge, etc.

Share and Enjoy

If you're looking for a way to enable USB debugging and Developer options using an ADB command, you must be in a desperate situation. If you are in a situation in which the only way to save your phone is to turn on Developer options or USB debugging from PC when the phone is locked. So, the question is, can we enable USB debugging using a command from the computer, or is there a USB debugging enabler tool for available for phones with a broken screen?

I found that question in the comment posted by one of our users. Though I already knew that it's not possible to enable USB debugging using ADB commands on Android devices with a locked or broken screen, I decided to do research. Having spent hours on Google searching for some miraculous workaround, I came across some people claiming to enable USB debugging using a command on their broken device.

Can we Enable USB debugging from PC?

Well, the obvious answer is a 'no' and here's the explanation. We all know that ADB requires authorization from an Android device in order to communicate with it. It's only by allowing the USB debugging and validating the computer's RSA key fingerprint that we let the ADB daemon connect to our phone and control it. This is a security feature otherwise anyone who gets a temporary possession of our Android phone can easily manipulate it.

It's only in the Android Recovery Mode when the Apply update from ADB option is enabled that the ADB daemon can detect your device regardless of whether or not USB debugging is active in the device Settings.

However, if you try the ADB shell commands, you'll get the following error in return.

How To Turn On Usb Android

If you have a rooted Android device and have TWRP recovery installed on it, there are better chances that you can successfully mount System and Data partitions using ADB commands.

https://zylkpb.over-blog.com/2021/01/ssd-sd-card-macbook-pro.html. Please note that Fastboot doesn't require USB debugging enabled. You can boot your device into the Fastboot Mode and try

fastboot devices

Turn On Usb On Android

fastboot oem unlock

The oem unlock command can unlock your phone's bootloader but in doing so, it'll also perform a factory data reset.

Enabling USB Debugging using ADB Command

Github user Pantasio claims he was able to enable USB debugging via Recovery Mode using ADB commands. I am not sure if the allegedly working trick described Pantasio will work for you or not, but it certainly didn't work on my unlocked Samsung Galaxy Note 10 Plus. Obviously, I turned off the Developer options on my phone before following his steps. If you still want to give it a shot, follow the instructions.

Now, let's come to the steps to enable USB debugging using ADB commands on devices with a broken or damaged screen. The method described below will work only on Android devices with an unlocked bootloader.

  1. Boot your Android device into the Recovery Mode.
  2. Download the latest SDK Platform-tools.zip and extract it.
  3. Open the ‘platform-tools‘ folder and launch a command window by clicking on File > Open Windows PowerShell in the folder window. In case you have set up system-wide ADB and Fastboot, you can launch the command window from any screen of your PC.
  4. Anyway, type the following command and press the Enter key.
  5. If you get the device ID as an alphanumeric value in the command window, it means that your ADB can detect your device in the Recovery Mode. (Lucky you! :D) I could not get past this step.
  6. Now type adb shell and hit the Enter key. After that, execute the mount data and mount system commands to mount the respective directories on your device.
  7. Now, you have to pull the persist.sys.usb.config file from your phone to the PC. To do that execute the following command. Don't forget to replace the location where you want to save the pulled file with yours.
  8. Open the persist.sys.usb.config file with a text editor and edit it to 'mtp,adb' and save it. Now use the adb push command to send it back to your device.
  9. It's time now to download the build.prop file of your device to your PC.
  10. Open the build.prop file with a text editor like NotePad++ and add the following lines to it.
  11. Save the file after you have made the above changes to build.prop and push it back to your phone using the following command.

If you followed every step carefully and didn't miss anything, USB debugging should be enabled on your device. You can now reboot your phone to the system using the following command.

Your phone will boot up with USB debugging enabled but there's a catch here! Next time, when you try to run ADB commands, you'll still have to allow USB debugging or verify the RSA key fingerprint on your phone. If you are somehow able to see the RSA notification on your phone's display, tap on OK.

Disable USB Debugging using ADB Command

Well, enabling USB debugging on a device with a locked or broken screen might not be possible but you can easily disable is using an ADB command if it's already enabled. I tested it on Samsung Galaxy Note 10 Plus, Redmi K20 Pro, Galaxy S20, and OnePlus 8 successfully. This should work on all Android devices regardless of the manufacturer.

  1. Launch the Command Prompt or open a PowerShell window. You can do that in 3 ways.
  2. Connect your device to the computer and execute the following command after running adb shell.
  3. Now go to Settings > Developers options and you will find that USB debugging has been disabled.
Turn On Usb Android

Turn off Developer Options using ADB Command

Disabling the Developer options on Android on a normal device is very easy. However, if you aren't able to navigate to the device settings and want to turn it off, there is an ADB command for that too. When is the new terraria update coming out for ios.

  1. Open a command window on your computer.
  2. Connect your device to the computer via a USB cable.
  3. Type adb shell, press the Enter key, and then issue the following command to turn off the Developer options on your Android device.
  4. As soon as you hit the Enter key on your keyboard, Developer options will be turned off on your Android device.

That's it! To check whether you have successfully turned off Developer options using ADB command or not, go to device settings.

Thus, we saw that enabling USB debugging using ADB command is not possible because USB debugging is the very thing that facilitates ADB to interact with and Android device. That's why I always advise people to turn on Developer options and enable USB debugging on their Android phone or tablet as it could be a life-saver in certain tricky situations.

Read Next: How to Turn Safe Mode On and Off on Android





broken image