#1021713 CalyxOS cannot be installed from Debian 11 since it has very old fastboot version

Package:
android-sdk-platform-tools
Source:
android-sdk-platform-tools
Description:
Tools for interacting with an Android platform
Submitter:
Tom
Date:
2023-01-23 04:51:03 UTC
Severity:
normal
#1021713#5
Date:
2022-10-13 11:54:35 UTC
From:
To:
I am an Android developer and turns out that with current version of android-sdk-platform-tools [from March 2019](https://developer.android.com/studio/releases/platform-tools.html#2802_march_2019) I get errors trying to use CalyxOS installer with the error:

```
fastboot too old; please download the latest version at https://developer.android.com/studio/releases/platform-tools.html
```

After digging into the installer I discovered that the minimum version required is 31.03, and current is 33.0.3 from Aug 2022. Is there a way to bump the version on sid so ROM developers don't get blocked by it?

Kind regards,
staticxor

#1021713#10
Date:
2023-01-23 04:49:31 UTC
From:
To:
control: severity -1 wishlist

src:android-platform-tools provides binary fastboot, and you can
easily install version 29, which is even in bullseye backports.
if you need version 30 or above, it's in experimental only.