ADB is a tool that allows you to communicate from your computer to your phone without even touching it.
Why is ADB useful?
- Uninstall Packages: Remove unwanted apps from your device. (Great for browsers)
- Install Apps: Easily add new apps to your device.
- Give Permissions: Grant permissions to apps and the device itself.
How can you use ADB?
-
Download the Package:
platform-tools-latest-windows.zip (6.4 MB) -
Extract it.
-
Move the Folder: Place the folder in the
C:/
directory. -
Open the Folder: Open the folder you just moved.
-
Open Command Prompt:
- Click on the address bar on top of your file manager and type
cmd
. - Congrats, you’ve successfully set up ADB!
- Click on the address bar on top of your file manager and type
Connecting Your Phone to ADB
-
Enable Developer Mode:
- Go to your phone settings.
- Go to
About Phone
. - Go to
Software Info
. - Click on
Build Number
7-9 times (depending on the phone) until you get a toast notification saying you’re a developer. - For LG Classic dial
##228378
- For LG Exalt dial
##7764726220
. You will be asked for a service code, it is:000000
. Navigate to developer options and turn on USB debugging.
-
Enable USB Debugging:
- Go to
Settings
. - Scroll down to
Developer Options
. - Toggle on
USB Debugging
. - Connect your phone to the computer.
- Go to
Steps for Kyocera and LG Only
- Change USB Mode:
- Go to notifications.
- Press
Charging Options
. - Switch it to
MIDI Device
orMTP
.
Final Steps
- Open Terminal on Your Computer:
- Type
adb devices
. - A popup should appear on your phone asking you to allow this computer to control your phone.
- Click
Yes
.
- Type
Congratulations, your phone is now connected to ADB!
For a list of useful ADB commands check this out credits: @DonBot enjoy!!
If you would like to learn what wireless ADB is and how to set it up check this out credits: @DonBot