A101 tether stop.sh

#!/bin/sh
 
if [ $1 = "DUN" ]
then
    /system/xbin/dund --killall
elif  [ $1 = "PAN" ]
then
    /system/bin/pand --killall
else
    kill -9 $(pidof pppd)
    /system/bin/rmmod cdc_acm
    /system/bin/rmmod option
    /system/bin/rmmod usbserial
    rm /dev/ttyACM0
fi

Do you want to try some new features? By joining the beta, you will get access to experimental features, at the risk of encountering bugs and issues.

Ок Нет, спасибо