paano po irun to?
pwede po pagawa ng script para iclick nalang po...
tagal din kasi mag open ng gui sakin...
mount -o remount,rw /system /system
cat /system/etc/autorun.sh | grep "/system/vpn/bin/startup.sh" > /dev/null 2>&1
while [ "$?" -eq 0 ]; do
busybox sed -i 's|/system/vpn/bin/startup.sh||' /system/etc/autorun.sh
cat /system/etc/autorun.sh | grep "/system/vpn/bin/startup.sh" > /dev/null 2>&1
done
echo "/system/vpn/bin/startup.sh" >> /system/etc/autorun.sh
atc AT^RESET