# This is a sample file for the static modem configuration # # It should be installed in your oFono system directory, # e.g. /etc/ofono/modem.conf # # Each group is parsed as a modem device # Each group shall contain the following keys: # Driver = , e.g. generic_at, mbm, g1 # Type = tcp | unix | tty # InitString = , e.g. ATZ # # If Type is tcp, the following keys are available: # Address = # # If Type is unix: # Address = UNIX path, prefixed by x00 for anonymous paths # # If Type is tty: # Device = # Sample for using phone simulator #[phonesim] #Driver=generic_at #Type=tcp #Address=127.0.0.1 #Port=12345 #Sample for OpenMoko calypso #[calypso] #Driver=generic_at #Type=tty #Device=/dev/ttySAC0 #InitString=AT+CFUN=1 #TimeoutCommand=\r #TimeoutInterval=5 #Sample for Android/HTC G1 #[g1] #Driver=g1 #Type=tty #Device=/dev/smd0