[android-porting] Re: Modules for GSM?

2011-03-16 Thread BiX
Sorry I do not understand how to get it working with Ubuntu desktop. I only know FTDI driver is needed because an 'lsusb' returns 'Future Technology Devices International, Ltd FT232 USB-Serial (UART) IC'. Beagleboard booting: Initializing USB Mass Storage driver... usbcore: registered new interfa

[android-porting] Re: Modules for GSM?

2011-03-17 Thread Maffiou
Can you send at command on ttyUSB0 ? If yes then you need to try to put the reference ril on it and see what happens... (start it with "-d ttyUSB0") Having just one com port may be a bit of a challenge if you want to do data... M. On Mar 16, 7:38 am, BiX wrote: > Sorry I do not understand how

[android-porting] Re: Modules for GSM?

2011-03-22 Thread BiX
> Can you send at command on ttyUSB0 ? Sorry, I do not know what you mean. > If yes then you need to try to put the reference ril on it and see what happens... (start it with "-d ttyUSB0") What do you mean put the reference ril on it? Are you talking about ril-daemon in init.rc? service ril-daemo

[android-porting] Re: Modules for GSM?

2011-03-22 Thread BiX
I've tried 'pppd ttyUSB0' on the console and logcat shows: D/pppd( 1590): using channel 1 I/pppd( 1590): Using interface ppp0 I/pppd( 1590): Connect: ppp0 <--> /dev/ttyUSB0 D/Tethering( 1062): ppp0 is not a tetherable iface, ignoring W/pppd( 1590): LCP: timeout sending Config-Reque

[android-porting] Re: Modules for GSM?

2011-03-23 Thread Maffiou
Well, this won't work unless you start a datacall in the first place. Can you try: adb root adb forward dev:/dev/ttyUSB0 And then talk to the modem with a suitble terminal (hyperterm?) and see if the modem replies? If it does then check that you've got network: at+cops? at+cgreg? Set a pdp

[android-porting] Re: Modules for GSM?

2011-04-19 Thread BiX
Sorry, I'm getting 'error: cannot bind socket' when I try 'adb forward dev:/dev/ttyUSB0'. I've also tried killing and restarting the adb server and checking for any applications using port . On Mar 24, 1:08 am, Maffiou wrote: > Well, this won't work unless you start a datacall in the fir

[android-porting] Re: Modules for GSM?

2011-04-20 Thread BiX
Ok, the correct command was 'adb forward tcp:222 dev:/dev/ttyUSB0'. 'Telnet localhost 222' showed that a connection was made but how do I execute AT commands? Minicom on the pc is already used to connect BeagleBoard. Is ppp supposed to appear as below? ls -l /dev/ttyUSB0 crwxrwxrwx radioradio