Again, Android and GSM

taken from /etc/init.testmenu

#!/system/bin/sh

atdev=/dev/omap_csmi_tty0
pppdev=/dev/omap_csmi_tty1
/sys/devices/system/omap_csmi/debug

then open LDD3, if you really want to get GSM module running well with android, you need to make such sysfs entry for your serial as :

/sys/devices/system/omap_csmi

if you want to take a look into pppd :

sh -c \"chat -v -f /etc/ppp/connect-data <$atdev >$atdev\""

unfortunately, i don’t have any /etc/ppp/connect-data

2 Comments

  1. jpitt42
    Posted February 18, 2009 at 1:32 am | Permalink

    Did you ever get anywhere with this? It seems the G1 is using chat scripting for sending the AT commands to the modem. My assumption so far is that this is supposed to be triggered by the RIL_REQUEST_SETUP_DEFAULT_PDP command.

    • Posted February 18, 2009 at 1:46 pm | Permalink

      Yes, you could use the script to send AT commands


Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*