Searched refs:atdev (Results 1 - 1 of 1) sorted by relevance

/system/core/rootdir/etc/
H A Dinit.testmenu3 atdev=/dev/omap_csmi_tty0
103 "1" ) kill $phoneoutputpid; cat $atdev & phoneoutputpid=$! ;;
104 "2" ) echo -e "ATQ0V1E1+CMEE=2;+CREG=0\r" >$atdev;;
105 "3" ) echo -e "AT+CFUN=1\r" >$atdev;;
106 "4" ) echo -e "AT+COPS=0\r" >$atdev;;
107 "5" ) echo -e "AT+CREG?\r" >$atdev;;
131 "1" ) echo "Dialing $n1"; echo -e "ATD $n1;\r" >$atdev;;
132 "2" ) echo "Dialing $n2"; echo -e "ATD $n2;\r" >$atdev;;
133 "3" ) echo "Dialing $n3"; echo -e "ATD $n3;\r" >$atdev;;
137 "7" ) echo -n "Number: "; read n; echo "Dialing $n"; echo -e "ATD $n;\r" >$atdev;;
[all...]

Completed in 66 milliseconds