Linux serverNETWORK ADMINISTRATIONS

How to Install and fully Set up ADB (Android Debug Bridge) – Step-by-step Guide

In this guide I will show you how to install and implement ADB commands in Windows Teminal or PowerShell (Windows 11 and Windows 10).

Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device. The ADB command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device.

🔗 Links:
• SDK Platform Tools: https://developer.android.com/studio/releases/platform-tools
• Windows Terminal: https://www.microsoft.com/en-us/p/windows-terminal/9n0dx20hk701?activetab=pivot:overviewtab
• Microsoft PowerShell: https://www.microsoft.com/en-us/p/powershell/9mz1snwt0n5d?activetab=pivot:overviewtab
• ADB Cheat Sheet by Automate The Planet Ltd.: https://www.automatetheplanet.com/adb-cheat-sheet/

🧐 tl;dr
1. Download and extract SDK Platform Tools.
https://developer.android.com/studio/releases/platform-tools
2. Create a folder named “Android” in “C:” drive.
3. Copy and paste the “platform-tools” folder in “C:Android”.
4. Search for “This PC”. Right click it and click “Properties”. Scroll at the bottom and click “Advanced system settings”. On the new window click “Environment Variables…”.
5. Double click the “Path” variable in System variables. Click “New” and paste “C:Androidplatform-tools” as value. Now you have implemented ADB with Windows Terminal.
6. Turn on USB Debugging on your Android phone and connect it to your PC.
7. Open your terminal of choice, type “adb devices” and push ENTER.
8. Tap “Allow” on your phone.
9. Congrats. Now you can use the ADB commands you want!

Thanks for Watching! 🙂
👍 If you enjoyed the video, please leave a like.
💬 If you have any questions or feedback, please leave a comment!

😎 Become a Pro! ➜ https://www.youtube.com/BredzPro?sub_confirmation=1
❤ Support the channel! ➜ https://ko-fi.com/BredzPro
📷 Check me out on Instagram! ➜ https://www.instagram.com/BredzPro
🐤 Tweet tweet! ➜ https://twitter.com/BredzPro
🎭 TikTok? TikTok! ➜ https://www.tiktok.com/@BredzPro
📘 You still use Facebook? ➜ https://www.facebook.com/BredzProu

🤝 Please respect each other in the comments!

──────────

🥰 Credits:
► Sound of Aging – Max McFerren (2018)

⌛ Chapters:
00:00-00:42 Intro
00:43-00:54 What is needed?
00:55-01:28 Downloading ADB
01:29-02:24 Installing ADB
02:25-03:16 Setting up ADB
03:17-03:40 Turning on developer options
03:41-03:56 Enabling USB Debugging
03:57-05:09 Connecting and using ADB
05:10-05:21 Outro

#adb #android #developers #debugging #guide #techtips #tutorial #smartphone

source

centos 7

37 thoughts on “How to Install and fully Set up ADB (Android Debug Bridge) – Step-by-step Guide

  • I see that I am late to the party, but I also THANK YOU for this video. I would recommend that you go a little slower, but we can work around that by pausing the video.

  • Brother, i have an old samsung and i forget my pin, can you help me? Is still connected to wifi

  • 4:55 Hi. I'm running a Python program which tries to figure out my memory partition in my phone because I do not understand in the slightest why apparently, after deleting all my photos and downloads, I still have 15 GB / 20 full.
    Apparently, Python doesn't like paths that start in This PC and go to devices and I've found that apparently this ADB is supposed to help.
    Now, I've done everything until the timestamp, but the last thing you say sounds like the kind of thing I need to get from an app, but my problem is on my computer, and I don't know what to ask Spyder (where I run Python from) for to get this final step. What do I do or if you can, what resource will help me instead of ADB?

  • That was exactly what I was looking for (and easy to find once I found out i was looking for the phrase 'adb' xD)
    Top! Thanks!

  • adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
    spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + adb devices
    + ~~~
    + CategoryInfo : ObjectNotFound: (adb:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  • why does its says to mine adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the

    spelling of the name, or if a path was included, verify that the path is correct and try again.

    At line:1 char:1

    + adb devices

    + ~~~

    + CategoryInfo : ObjectNotFound: (adb:String) [], CommandNotFoundException

    + FullyQualifiedErrorId : CommandNotFoundException

  • Hi thanks for your guide, i saw this command adb shell rm /data/system/gesture.key its not working for me, or it was working before but updated to prevent bypassing the locking ?

  • thanks i did it! may i ask if I can clear the DNS cache the same way to the pc with these configs
    ipconfig /flushdns

    netsh int ipv4 reset

    netsh int ipv6 reset

    netsh winhttp reset proxy

    netsh winsock reset

    ipconfig /registerdns
    would it do the same thing on the pc (window 11)?

  • Thank you so much, your video very helped me, but my problem is that my device name is show when give a command adb devices but mobile screen Not show in PC screen. So please help me.

  • How do I bypass Google account after factory reset of my Samsung A025F/DS…using my PC please help me

  • i was following until 3:25 bro please i can't use my phone its broken how am I supposed to enable dev settings

  • I always get this error when i do adb devices
    adb server version (31) doesn't match this client (41); killing…

    error: unknown host service

    could not read ok from ADB Server

    * failed to start daemon

    adb.exe: failed to check server version: cannot connect to daemon

    Could someone help me?

  • Love the style and pacing of this video! Very helpful and you are very good at this. Deserving of more subs for sure, especially if the audio quality improved. Thanks for this.

  • If it still says unauthorized, check your phone it's asking for a permission to authorize the adb device.

  • I've been struggling for 2 hours straight before I found your tutorial, thank you so much for taking the time to explain every bit of details on the video ❤

  • 1000 THANKS…. Fantastic 👍👍👍👍your way of calmly explaining is perfect 👍👍👍👍

  • Thanks man! I needed this to enable long press (volume up) to skip tracks in PowerAmp. A feature I missed from my old rooting days (RIP HTC). So glad to have it on my new phone, I should be able to enjoy this feature for years to come.

    Things were a little bit different on Windows 11 but thankfully I have not yet completely lost my mind so I was able to figured it out 🤪

    Thanks again!

  • Is there any way to enable developer option while phone is locked by pin and i forget pin cod ?

    Because i wanna take backup to open pin encryption by some tool

  • when i write adb devices , it dont recognise it but when i writes .adb devices it do get recognised ,lol . kindly help
    or unsubscribe also says no permission specified on cmd prmpt run as admin

  • The most useful and one of kind tutorial thank you stranger of the internet

  • thank you. after log time i found it you love you broo 🥰🥰🥰🥰

Comments are closed.