Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: vilde on 2017/04/02, 18:55:09

Title: [solved] Android adb and fastboot change packages ?
Post by: vilde on 2017/04/02, 18:55:09
Todays d-u want to remove android-tools-adb and  android-tools-fastboot.

Some new packages will be installed: "adb android-libadb, android-libext4-utils, android-libf2fs-utils
  android-libselinux, android-libsparse fastboot"

I suppose the new packages will replace the ones removed?

I went on with the d-u, I just want to know if I did right?
Title: Re: Android adb and fastboot change packages ?
Post by: musca on 2017/04/02, 20:58:18
Hello vilde,

apt changelog says:
  * transitional dummy packages for android-tools-adb / android-tools-fastboot
so the removal is okay.

greetings
musca
Title: Re: Android adb and fastboot change packages ?
Post by: piper on 2017/04/02, 21:02:27
Hmm, this happened a while ago, not sure when you last did a du, but it is now just

adb
fastboot

Code: [Select]
adb/unstable,now 1:7.0.0+r1-4 amd64
  Android Debug Bridge

android-libadb/unstable,now 1:7.0.0+r1-4 amd64
  Library for Android Debug Bridge

android-libadb-dev/unstable 1:7.0.0+r1-4 amd64
  Library for Android Debug Bridge - Development files

android-sdk-platform-tools-common/unstable,unstable 24.0.0+5 all
  Tools for interacting with an Android platform - Common files

android-tools-adb/unstable,unstable 1:7.0.0+r1-4 all
  transitional package

android-tools-adbd/unstable 5.1.1.r38-1 amd64
  Android Debug Bridge daemon
Title: Re: Android adb and fastboot change packages ?
Post by: vilde on 2017/04/02, 21:11:54
Checked with one phone  "fastboot devices" works and tell me the phone is there so it's hopefully ok.

@piper, last d-u, around 10 days ago

Thanks