Monday 16 January 2017

How to enable adb mode in android

How-to-ennable-adb-in-android


How can I install Apps on my android device without going to playstore? How to check if my Android device is using more battery ?
Did you come across these questions anytime ? If yes, then you must want to know "How to turn on USB Debugging on your Android Device" 

ADB or Android Debug Bridge provides necessary protocols to connect your Android phone with your PC or Laptop. It's an interface which consists of both client and server side  programs that communicate with each other. It is a toolkit included in the Android SDK Package. The ADB is typically accessed through the  Command-Line Interface, although numerous graphical user interfaces do exist to control ADB.

But, before using commands through ADB, one must know,how to turn on ADB debugging or USB Debugging on your Android Device. This is pretty simple, but still a lot of general users like me and you are not at all aware of this.Ok, I will tell you how to unlock or enable Android Debugging in your Android Phone.

The first step would be going to your device settings and go to About Phone. Scroll down till you see Build number. Now here is something that you might want to remember as this number is very unusual, but common for all available android devices. Yes, the number is 7 You must TAP on BUILD Number 7 times continuously. This will enable one hidden option in your settings menu known as DEVELOPER OPTIONS.

Go back from About Phone and open DEVELOPER Options . Scroll down till you see USB Debuggig or Android Debugging. Click to turn this On.CONGRATULATIONS, you have enabled USB Debugging on your Android Device. Now you can use set of ADB Commands to play with your Android capability.

NOTE : If you are not sure, what it does, then I must suggest you to keep away from Android Debug Bridge options, as improper use of USB Debugging might mess with you and hamper your device.

So, now you know how to turn on USB Debugging on any Android Device.

Do share your views in the comments section below. Happy Androiding !

No comments:

Post a Comment