5 lines
95 B
Bash
5 lines
95 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# set USB properties
|
||
|
echo 4 > /sys/devices/platform/android_usb/usb_function_switch
|