5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
#!/system/bin/sh
|
||
|
# A workaround for native USB Tethering (by tytung)
|
||
|
|
||
|
/system/bin/netcfg usb0 up
|