android tools adb broken since buster #143

Open
opened 2020-01-17 19:19:21 +01:00 by ghost · 2 comments
ghost commented 2020-01-17 19:19:21 +01:00 (Migrated from github.com)

I know this is more a debian issue, but i use this device as my main and only computer, so adb not working and quitting with key not found was a big issue for me.

To fix it, add stretch as a source in /etc/apt/sources.d/stretch.list

deb http://deb.debian.org/debian/ stretch main

then downgrade adb:

apt update &&
apt install adb=1:7.0.0+r33-1 android-libadb=1:7.0.0+r33-1 android-libbase=1:7.0.0+r33-1 android-liblog=1:7.0.0+r33-1 android-libcutils=1:7.0.0+r33-1

voila, adb works again.

I know this is more a debian issue, but i use this device as my main and only computer, so adb not working and quitting with key not found was a big issue for me. To fix it, add stretch as a source in /etc/apt/sources.d/stretch.list deb http://deb.debian.org/debian/ stretch main then downgrade adb: apt update && \ apt install adb=1:7.0.0+r33-1 android-libadb=1:7.0.0+r33-1 android-libbase=1:7.0.0+r33-1 android-liblog=1:7.0.0+r33-1 android-libcutils=1:7.0.0+r33-1 voila, adb works again.
SolidEva commented 2020-01-19 06:52:50 +01:00 (Migrated from github.com)

Thanks for providing instructions. I'll leave this issue open to serve as instructions until debian buster adb is functional again.

Thanks for providing instructions. I'll leave this issue open to serve as instructions until debian buster adb is functional again.
ghost commented 2020-01-19 20:18:10 +01:00 (Migrated from github.com)

To add to that, if you make a connection using the older version your adbkey will be created correctly and you can upgrade fine to the latest adb in buster.

Edit: Nope, you can't, will break after key is read from latest adb version.

~~To add to that, if you make a connection using the older version your adbkey will be created correctly and you can upgrade fine to the latest adb in buster.~~ Edit: Nope, you can't, will break after key is read from latest adb version.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ev4/PrawnOS#143
No description provided.