mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 09:12:05 +08:00
4e97605c0e
* 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>
11 lines
152 B
Desktop File
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
|