Details
- Reviewers
DataDrake - Group Reviewers
Triage Team - Maniphest Tasks
- T7381: Package Request: android-tools
- Commits
- R4737:a0629fc2e335: Initial commit of android-tools
Connected to my phone via adb (tested with scrcpy), ran fastboot help (didn't actually use fastboot because I don't want to brick my new phone)
Diff Detail
- Repository
- R4737 android-tools
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
You should include udev rules for android usb devices, so you don't have to use sudo to execute adb command or fastboot command.
You can find udev file here: https://github.com/snowdream/51-android
Ubuntu package for android-tools already contains that udev.rules file (contained it package android-sdk-platform-tools-common)
You can put it in files/ or download it from git and install it using package.yml on correct location /usr/lib/udev/rules.d
@chax: Okay, thanks for the tip. I'll take a look at it. (though I didn't have to use sudo to run adb anyway)
hmmmm, i can see that this can be installed from third party repository already.
https://github.com/getsolus/3rd-party/tree/master/programming/tools/android-tools
Indeed it can, but that's a suboptimal situation. Not that this package is the crème de la crème, but it's a start ^^
For one this is pretty outdated, but building from Android source code directly is a horror show.