Hi guys, wanted to know what is the replacement for adb and Fastboot tools to gain shell access to Android devices in Linux?
Hi guys, wanted to know what is the replacement for adb and Fastboot tools to gain shell access to Android devices in Linux?
@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
Yeah I installed both FastBoot and ADB with apt thank you