Page MenuHomeSolus

Initial commit of android-tools
ClosedPublic

Authored by Staudey on Apr 30 2019, 8:25 PM.
Tags
None
Referenced Files
F11003238: D6182.id14874.diff
Mon, Jul 31, 12:12 PM
F10973902: D6182.id15115.diff
Fri, Jul 21, 10:13 PM
F10949616: D6182.id15115.diff
Sun, Jul 16, 1:57 AM
F10949615: D6182.id14874.diff
Sun, Jul 16, 1:57 AM
F10949614: D6182.id.diff
Sun, Jul 16, 1:56 AM
F10939923: D6182.diff
Fri, Jul 14, 12:56 AM
F10851297: D6182.id15115.diff
Jun 12 2023, 11:41 AM
F10849936: D6182.id14874.diff
Jun 11 2023, 11:51 PM
Subscribers

Details

Summary

Initial commit of android tools
Based on the previous work by mariogrip in D4804

Fixes T7381

Test Plan

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.

This revision is now accepted and ready to land.May 16 2019, 10:03 PM
This revision was automatically updated to reflect the committed changes.