Android ADB and FastBoot
Tofloor
poster avatar
ajkothari13
deepin
2017-09-09 00:13
Author
Have been trying to install Android-Tools-ADB and Android-Tools-Fastboot

I have tried all the methods mentioned elsewhere on internet on how to fix broken packages but I still get same message/error - "Fix Broken Packages" in terminal and in Synaptic.
Is there any reason why this installtion doesn't go through?
Thanks for looking and trying to help!
Reply Favorite View the author
All Replies
melodyzou
deepin
2017-09-09 01:34
#1
Where did you download and install applications?
What are the applications?
Reply View the author
ajkothari13
deepin
2017-09-09 02:07
#2
Edited by ajkothari13 at 2017-9-8 18:11

I used synaptic package manager to try and install "android-tools-adb" and "android-tools-fastboot."
Received - "Fix Broken packages first" error.
Tried to fix from Synaptic "edit" menu --> "Fix Broken Packages".
Tried to install again but -- same error

---Trying to install from terminal--- below is the result---

~$ sudo apt install android-tools-adb
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
android-tools-adb : Depends: adb but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



Reply View the author
s3040608090
deepin
2017-09-09 17:07
#3
it's weird.I had installed this two packages normally and all work well,I even flashed a rom through deepin for my phone.
Reply View the author
星外之神
deepin
2017-09-09 18:58
#4
sudo apt install adb fastboot
Reply View the author
billy123456
deepin
2017-09-09 20:47
#5
sudo apt update
sudo apt install -f
sudo apt install adb fastboot
Reply View the author
ajkothari13
deepin
2017-09-11 00:52
#6
Don't remember now how I did it, but installed successfully 2 days back. I might be wrong, but may be the packages from packages.debian.org worked.
However, appreciate all of you taking out time to help. Thanks!
Reply View the author
melodyzou
deepin
2017-09-13 00:20
#7
https://bbs.deepin.org/post/145222
Don't remember now how I did it, but installed successfully 2 days back. I might be wrong, but may b ...

OK. I think it has something to do with the downloaded package.
Anyway, glad you have installed them successfully.
Reply View the author