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.
14 lines
337 B
14 lines
337 B
import init.${ro.hardware}.usb.rc
|
|
|
|
on init
|
|
mount debugfs /sys/kernel/debug /sys/kernel/debug
|
|
# switch USB to peripheral
|
|
write /sys/kernel/debug/hisi_inno_phy/role "peripheral"
|
|
|
|
on fs
|
|
mount_all /vendor/etc/fstab.${ro.hardware}
|
|
swapon_all /vendor/etc/fstab.${ro.hardware}
|
|
|
|
on boot
|
|
setprop service.adb.tcp.port 5555
|