Can't install android-tools

Hi,

I try to install CalyxOS on my mobile from my PC (Linux Endeavours). To do this install, I need to unlock the EOM bootloader of my Moto G52 and to do it get my Moto G52 ID.

The terminal cmd to get this ID is : $ fastboot oem get_unlock_data

So to get the fastboot cmd available on my computer, I need to install the package “android-tools” but when I try to install this package with packman or pacseek I get a 404 error:

error: failed to retrieve file “android-tools-35.0.1-2-x86_64.pkg.tar.zst” from archlinux.mailtunnel.eu: The requested URL returned error: 404

Do you have a solution to get the fastboot cmd available on my PC?
Thx :slight_smile:

1 Like

maybe update your mirrors and try again. could be the mirror it was grabbing from went offline for whatever reason

The current package version is 35.0.1-3, that’s the reason.
So mirror updating should help.

Your local databses are most probably out of sync.

Make sure your system is up to date first: sudo pacman -Syu

Then install: sudo pacman -S android-tools

Or do it in one go: sudo pacman -Syu android-tools

If this won’t help, then update your mirrors first as mentioned above and then run these commands again.

Thank you all for your answers.
Effectively updating mirror fix the problem.

I don’t understand how I didn’t think of this before :wink:

1 Like

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