You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
527 B
20 lines
527 B
on init
|
|
wait /sys/devices/platform/11110000.usb/11110000.dwc3/driver 10
|
|
setprop sys.usb.controller "11110000.dwc3"
|
|
setprop sys.usb.configfs 1
|
|
|
|
on init && property:ro.debuggable=1 && property:ro.boot.mode=recovery
|
|
start recovery-console
|
|
|
|
service recovery-console /system/bin/sh
|
|
class core
|
|
console
|
|
disabled
|
|
user root
|
|
group root shell log readproc
|
|
seclabel u:r:su:s0
|
|
setenv HOSTNAME console
|
|
|
|
on fs && property:sys.usb.configfs=1
|
|
write /config/usb_gadget/g1/configs/b.1/MaxPower 900
|