Saturday, December 10, 2016

Enable USB Debugging on Android Phone and Connect to PC in fastboot adb



Enable USB Debugging on Android Phone and Connect to PC in fastboot adb


This tutorial explains 1. how to prepare your Android device for USB debugging and
 2. How to connect it to PC in Fastboot adb Mode.


Part 1: ENABLE USB DEBUGGING ON PHONE
Enabling the USB debugging is the very first step of unlocking the Bootloader and Rooting your Android Phone.

1. To do so, simply navigate to Phones Settings > About Phone > scroll to the bottom > tap Build number seven (7) times. Youll get a short pop-up in the lower area of your display saying that youre now a developer.


2. Go back and now access the Developer options menu, check ‘USB debugging’ and click OK on the prompt.


for some old Gingerbread Phones go to Setting > Application > Development > check on USB DEBUGGING

Part 2: How to connect to PC in Fastboot Mode and ADB

1. Now Install the appropriate Drivers for your Android device like for HTC Phones,
install HTC sync manager from their Official Website HTC
for Samsung phones go to Samsung
for motorola phones go to Motorola

2. Now download ADB_FASTBOOT_android_tools.rar>>
It contain all the Tools required for Rooting etc.

extract the .rar File to Desktop


3. Now open the folder and double click on "cmd". it should look similar to this:



4. Now enter into Phones Bootloader Mode.
There are Different methods for Different device Manufacturers to entering into Bootloader mode.
 Method for HTC, Motorola and Samsung Devices is given below.


 Bootloader Menu for HTC and Motorola phones
Hold the Power button on your device for 5 seconds to completely turn it off.

Now Press Volume Down and Power to start the device into Bootloader mode.

Use the Volume buttons to select up or down. Highlight Fastboot and press the Power button to select.



For Samsung phones

For the Galaxy S2 and Tab 2 switch off the phone, then you will need to hold Volume Up and Power at the same time until you see the Samsung logo appear. Then release.


For the Galaxy S3 switch off the phone,then you will need to hold the volume up, home, and power button at the same time until you see the Samsung logo, and then release. 


For other Samsung phones,Switch off the phone,then hold "Menu" key + "Volume Down" + "Power" together and release/


5. After entering into Bootloader mode Connect your device to the computer via a USB cable.


wait for 2 minutes until PC configured itself for new device.

6. To check weather PC detects your phone or not, write this Code in "cmd" and press Enter:
Code:
fastboot devices




If "cmd" prints something like this then you can Proceed to Unlock the Bootloader.

FJDH45C3S8 fastboot


 Unlock Bootloader of any HTC Phone here>>


If it doesnt print anything then you have to configure your PC drivers to Support your Phone. follow Fastboot problems on Windows 8 and 8.1>>

Available link for download