I’m wondering what repo the Debian instance gets its packages from, more specifically the adb and fastboot binaries.
Thanks in advance to whoever finds this out, you will literally be saving me so much headache!
I’m wondering what repo the Debian instance gets its packages from, more specifically the adb and fastboot binaries.
Thanks in advance to whoever finds this out, you will literally be saving me so much headache!
$ cat /etc/apt/sources.list # Generated by distrobuilder deb https://deb.debian.org/debian bookworm main deb https://deb.debian.org/debian bookworm-updates main deb https://deb.debian.org/debian-security/ bookworm-security main
$ apt info adb Package: adb Version: 1:29.0.6-28 Priority: optional Section: devel Source: android-platform-tools (29.0.6-28) Maintainer: Android Tools Maintainers <[email protected]>
$ apt info fastboot Package: fastboot Version: 1:29.0.6-28 Priority: optional Section: devel Source: android-platform-tools (29.0.6-28) Maintainer: Android Tools Maintainers <[email protected]>
You might also be able to use a web version of ADB if you’re just using it for basic functionality like installing an app:
https://github.com/yume-chan/ya-webadb