How Do I Install Adb bridge android?

Good evening, I would like to install android bridge, do you know what the commands are? I tried with the classic (sudo pacman -S android-tools but after the yes for the download it gives me a server error. Thanks.

I suggest updating your mirrors and trying again

I think you need to install this for adb support:
yay -S android-sdk-platformtools

Next to this you probably need this to be installed
gvfs-mtp
android-udev

Or do you only need a gui like android-tools?

thanks, I have to install gaaps for android on an odroid card and I need a connection between the pc and android to install zip and they told me to install android bridge on the pc to perform the update

Please show the full output of the command you did. That probably helps us help you. :smiley:

sudo pacman -S android-tools

these are the commands they suggested me to do
You only installed the Magisk app, missing libraries and all!
Do it, as I explained in post 2. alternatively:
on your PC, rename Magisk-27.0.apkin Magisk-27.0.zip.
Reboot C2 into recovery menu, adb reboot recovery.
In recovery menu, Apply Update- Apply from ADB.
On your PC run Magisk sideload, adb sideload Magisk-27.0.zip.
In C2 recovery, Install anyway- yes.
Reboot C2.
Open Magisk app. It will walk you through the rest. Use Direct install.
Reboot C2.

And the full output from the command?

You need to connect a USB cable from your host to the C2’s USB OTG port. The OTG is the micro USB connector. Then you use the adb tool as I wrote above.
Do you have adb bridge installed on your computer? If not, search for it, how to install adb bridge for windows or iOS or Linux.

yes

Try

sudo pacman -Syu android-tools

and copy here the full text displayed.

it’s downloading everything maybe even android tools I saw it in the download then I’ll check if it works

Seems like you haven’t updated your system much.
You probably should run command

eos-update --aur

at least once a week, or even more often.

you’re right I’ll do it more often thank you

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.