Every Android Developer Is Using THIS Tool

Sdílet
Vložit
  • čas přidán 28. 08. 2024
  • Follow for more Android & Kotlin tips 🙌

Komentáře • 39

  • @robchr
    @robchr Před rokem +23

    Adb is excellent. I've even used it to run Android Studio in the cloud and to remotely connect to a device at home because it connects over tcp/ip.

  • @FeuFeuPatta
    @FeuFeuPatta Před rokem +6

    I’d like to recommend the plug-in ADB Idea which exposes some common adb tasks like “clear cache“, “uninstall app“, “revoke permissions“ and more. I use it multiple times a week.

  • @KapoWielki
    @KapoWielki Před rokem +2

    Sure, "once upon a time" there was no auto connect via Android studio.
    Additionally i did backup of phone with damaged screen and fingerprint reader (but touchscreen was working). It take some time to activate adb on phone without looking but possible. After this you can mirror screen to your PC, connect BT mouse and do backup :)

  • @sunstixy
    @sunstixy Před 4 měsíci +1

    I've known ADB for a long time, I learned some commands, I love this Android tool

  • @derekdevs
    @derekdevs Před rokem +4

    I have to use Adb kill-server, Adb usb, Adb tcpip religiously! Love your content, Philipp!

  • @knflux9840
    @knflux9840 Před 7 měsíci +1

    I rarely use adb from the command line unless I am booting up an emulator with specific settings but I use the adb plugin all the time when working on an app. I don't mind using the terminal but the GUI made it so much quicker

  • @denisdavidek
    @denisdavidek Před rokem +1

    I am using ADB regularly. I actually started using it when Eclipse was the main IDE for Android development.

  • @pritishsahoo5467
    @pritishsahoo5467 Před rokem +2

    I still remember, in my first company. They restricted usb mtp/data transfers via usb port. But i used to transfer files using from phone to computer using ADB. Adb Pull/Push is lob ❤

  • @weaponx3373
    @weaponx3373 Před rokem +2

    I use it everyday since my laptop was not powerful enough to run android studio and emulator simultaneously. And now this has been my habit 😂

  • @abderrahimelgomri1626

    yes you can use it to mirror your device to the pc or mac

  • @aboutthat9930
    @aboutthat9930 Před rokem +1

    I do use ADB dumpsys commands to see the memory leaks, percentage of memory used by services, thread etc...

  • @exploreFunHistory
    @exploreFunHistory Před rokem

    Big fan of your work

  • @guanacodevs
    @guanacodevs Před rokem

    I used to use it before they put the wireless connection in AS. I even had a script that will connect to my phone depending if I was in the office or home.

  • @tracker_x1
    @tracker_x1 Před rokem

    yes I use it every single day

  • @user-pz6bt2of1c
    @user-pz6bt2of1c Před rokem

    无线调试真的很方便,方法如下:使用USB连接手机和电脑,然后在终端输入 adb tcpip 5555,然后再输入 adb connect ip,这个IP指的是你的手机连接的WiFi地址,然后你就可以拔掉数据线愉快的开发啦🎉

  • @SHUBHAMPANDEY-fz2sp
    @SHUBHAMPANDEY-fz2sp Před rokem

    Yes! I use it to uninstall Bloatwares from Android, apart from Android development.

  • @Dawid_NH
    @Dawid_NH Před rokem

    I work for a company that makes Android devices so I use it a lot. I mostly use it to run logcat but sometimes I need to change some files on the filesystem.

  • @vibovitold
    @vibovitold Před rokem

    i have used it manually.
    nothing beats the combination of
    kill-server
    and
    start-server

  • @yashverma7084
    @yashverma7084 Před rokem +1

    Use it all the time manually

  • @maskedredstonerproz
    @maskedredstonerproz Před rokem

    I've used ADB and fastboot on multiple occasions

  • @user-of8xz8vs5p
    @user-of8xz8vs5p Před rokem

    I use adb to test app link and notification. I also use it for installing APK on devices.

  • @vergil-am
    @vergil-am Před rokem

    I used adb to flash so many custom recoveries and roms

  • @sajirulislam628
    @sajirulislam628 Před 2 měsíci

    Yes.a long time ago

  • @amit470
    @amit470 Před rokem

    Yes I used to Install Custom Rom 😅

  • @mongkonsrisin
    @mongkonsrisin Před rokem

    Yes, I have used adb (and fastboot) to root my old Nexus phone.

  • @gokulgoki5680
    @gokulgoki5680 Před rokem

    For rooting(jail braking)

  • @oskarzajac8935
    @oskarzajac8935 Před rokem

    Adb to put your device to doze mode😎 and debug services running while device is 😴

  • @kusutinformatika9856
    @kusutinformatika9856 Před rokem

    My adb can't debug using WiFi. My android version 11 and i had enabled it

    • @maskedredstonerproz
      @maskedredstonerproz Před rokem

      for the first time you have to connect it via USB, run adb tcpip , then disconnect and run adb connect :

  • @McMouse88
    @McMouse88 Před rokem

    when I'm using adb on command line (or using scrcpy) in Android Studio Giraffe logcat doesn't work ((
    Have anyone had the same problem?

  • @muhammadyaumil1212
    @muhammadyaumil1212 Před rokem

    how to used it

  • @engineerOne
    @engineerOne Před rokem

    Yes, for installing custom Roms
    BTW your content is ❤
    😅

  • @akashsinha5148
    @akashsinha5148 Před rokem

    Once

  • @Messant
    @Messant Před rokem

    Yes, just to remove bloatwares.. 😂

  • @udaysharma5228
    @udaysharma5228 Před rokem

    Yes many times mostly 2 commands :
    adb kill-server
    adb start-server
    😂😂

  • @krishnatiwary3751
    @krishnatiwary3751 Před 9 měsíci

    मद boy