Files
agnos-builder/userspace/files/adb-param-watcher.service
Mauricio Alvarez Leon 4e97605c0e Add ADB over USB support (#417)
* figuring out adb device agent

* start adbd service in comma.sh

* implement thundercomm adb implementation

* UDC check

* setup_gadget_mode

* usb gadget created

* adb device shown

* android.rules

* check functionfs mount + add serial number

* 250 maxPower

* lil more

* fix

* doesn't seem to be needed

* cleanup

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2025-01-23 16:31:22 -08:00

11 lines
152 B
Desktop File

[Unit]
Description=ADB param watcher
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/comma/set_adb.sh
[Install]
WantedBy=multi-user.target