Hi guys, wanted to know what is the replacement for adb and Fastboot tools to gain shell access to Android devices in Linux?

  • ScoldyFingerWagger@fosstodon.org
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    @aprehendedmerlin
    How to install ADB and Fastboot on Linux

    You get adb and fastboot available in the default repository of almost every modern Linux distribution and it does not require any third-party repository.

    So let’s take a look at how those two packages can be installed on various Linux distributions.

    For Ubuntu/Debian:

    sudo apt install adb fastboot