Re: test QtEI

2009-04-19 Thread Tuan TRINH
Hi,As far as I know, qt-extended currently does not support  * ,  # 
chars in dial string.


On Sun, Apr 19, 2009 at 1:57 AM, Fabio Locati fabioloc...@gmail.com wrote:

 I'm using:
 Qt-Extended: 4.4.3 build by liho...@dashi-x02 on Apr 3 2009
 Kernel: 2.6.24 compiled by bu...@barbie

 Thankyou for your fast answer :)

 On Sat, Apr 18, 2009 at 8:40 PM, Joseph Reeves iknowjos...@gmail.com
 wrote:
  What OS are you using? These codes work fine for me (OM2009  Vodafone UK
 SIM).
 
  Cheers, Joseph
 
 
 
  2009/4/18 Fabio Locati fabioloc...@gmail.com:
  My Phone operator (Wind Italy) have some numbers (ie: *123#,*123*3#)
  to check various things (credit, sms left and so on).
  After you make a call, should appear a sort of advice with the data
  you requested. This advice appears afetr I make a call (in this case,
  Wind update me about my credit), but does not appear if I call the
  specific numbers.
  How can I debug it to make a better report?
  --
  Fabio A Locati
 
  Home: Segrate, Milan, Italy (GMT +1)
  Phone: +39-328-3799681
  MSN/Jabber/E-Mail: fabioloc...@gmail.com
 
  PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334
 
  Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 



 --
 Fabio A Locati

 Home: Segrate, Milan, Italy (GMT +1)
 Phone: +39-328-3799681
 MSN/Jabber/E-Mail: fabioloc...@gmail.com

 PGP Key: 9EF6 3C79 F6DF 76CD 770A 43A1 DCCB 415C 9656 3334

 Envolved in: KDE, OpenStreetMap, Ubuntu, Wikimedia
 Sent from Milan, MI, Italy

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-27 Thread Tuan TRINH
Hi Ed,
My answers are bellow.

On Thu, Mar 26, 2009 at 5:56 PM, Ed Kapitein e...@kapitein.org wrote:

 Hi Tuan,

 Strange that no connection is made to the landline modem.
 you see no response, but dou you see the at commands echoed back?

 When I make data calls, I see AT cmd echo back with OK -- modem acepts
cmd.


 if not use ate1 to see the responses.

 I always use ATE1 at fisrt.


 you can restart /usr/sbin/gsm0710muxd with the -v option and use logread
 to see what is send and received from the modem.

 Woop, I never see this process via ps. I use qtextend and before doing
things with socat I always shutdown qtextend so I can connect to
/dev/ttySA0. Do I need this before making data calls? Actually I can make
voice calls by ATs without this.


 If you use the motorola to call your FR, can you pick up the call with
 the ATA command?

 Can, after seeing RING, I use ATH to accept.


 Do you see a ring message?


 Good luck !
 Ed


 On Thu, 2009-03-26 at 17:38 +0700, Tuan TRINH wrote:
  Hi Ed,
  Just try to initiate data call but no success.
 
  There is a strange symptom that is: If I use the same SIM but on other
  mobile (Motorora Z8) I can hear the far end land-line modem sound
  respone but if I use FR to call the same modem: (1) via AT commands I
  see no response, both sound and response modem characters so can not
  use expect(CONNECT) with ppp (2) via GUI, it drop the call.
 
  My FR can do voice call normally.
 
  Do you have any way to debug the status of data call while using AT
  commands? I just know +CEER but it does not give much info.
 
  Cordially,
  Tuan
  On Wed, Mar 25, 2009 at 3:33 AM, Ed Kapitein e...@kapitein.org wrote:
  Hi Tuan,
 
  I was able to make a datacall to a landline modem :-)
 
  So you can use your freerunner to dial in to an ISP if you
  like.
 
  i wil paste the proof of my success below.
  Now i just need to find a way to make it less expensive...
 
  Kind regards,
  Ed
 
 
  MODEM=$(dbus-send --system --print-reply --type=method_call
  --dest=org.pyneo.muxer /org/pyneo/Muxer
  org.freesmartphone.GSM.MUX.AllocChannel string:$identvar |
  grep string |
  awk -F '' '{ print $2 }')
 
 
  pppd nodetach debug call inbel ${MODEM}
 SNIP

 


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-27 Thread Tuan TRINH
Hi Ed,
Thank you. Will try and come back to you later.
Cordially,
Tuan
On Fri, Mar 27, 2009 at 3:29 PM, Ed Kapitein e...@kapitein.org wrote:

 Hi Tuan,

 I think our distributions differ to much to be of any more help. i am
 using om2008.12, you could try to run that of an sd card and see if it
 works that way.
 Aparently you do have a working data number on your phone, so that is a
 good thing.
 The hardware in the FR is capabale of making data calls, so that is a
 good thing too.

 Good luck, and let us know your success/failures, we all can learn from
 it.

 Kind regards,
 Ed

 On Fri, 2009-03-27 at 13:11 +0700, Tuan TRINH wrote:
  Hi Ed,
  My answers are bellow.
 
  On Thu, Mar 26, 2009 at 5:56 PM, Ed Kapitein e...@kapitein.org wrote:
  Hi Tuan,
 
  Strange that no connection is made to the landline modem.
  you see no response, but dou you see the at commands echoed
  back?
   When I make data calls, I see AT cmd echo back with OK -- modem
  acepts cmd.
 
  if not use ate1 to see the responses.
   I always use ATE1 at fisrt.
 
  you can restart /usr/sbin/gsm0710muxd with the -v option and
  use logread
  to see what is send and received from the modem.
   Woop, I never see this process via ps. I use qtextend and before
  doing things with socat I always shutdown qtextend so I can connect
  to /dev/ttySA0. Do I need this before making data calls? Actually I
  can make voice calls by ATs without this.
 
  If you use the motorola to call your FR, can you pick up the
  call with
  the ATA command?
   Can, after seeing RING, I use ATH to accept.
 
  Do you see a ring message?
 
 
  Good luck !
  Ed
 
 
 
  On Thu, 2009-03-26 at 17:38 +0700, Tuan TRINH wrote:
   Hi Ed,
   Just try to initiate data call but no success.
  
   There is a strange symptom that is: If I use the same SIM
  but on other
   mobile (Motorora Z8) I can hear the far end land-line modem
  sound
   respone but if I use FR to call the same modem: (1) via AT
  commands I
   see no response, both sound and response modem characters so
  can not
   use expect(CONNECT) with ppp (2) via GUI, it drop the call.
  
   My FR can do voice call normally.
  
   Do you have any way to debug the status of data call while
  using AT
   commands? I just know +CEER but it does not give much info.
  
   Cordially,
   Tuan
  SNIP
 


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-26 Thread Tuan TRINH
Hi Ed,
Just try to initiate data call but no success.

There is a strange symptom that is: If I use the same SIM but on other
mobile (Motorora Z8) I can hear the far end land-line modem sound respone
but if I use FR to call the same modem: (1) via AT commands I see no
response, both sound and response modem characters so can not use
expect(CONNECT) with ppp (2) via GUI, it drop the call.

My FR can do voice call normally.

Do you have any way to debug the status of data call while using AT
commands? I just know +CEER but it does not give much info.

Cordially,
Tuan
On Wed, Mar 25, 2009 at 3:33 AM, Ed Kapitein e...@kapitein.org wrote:

 Hi Tuan,

 I was able to make a datacall to a landline modem :-)

 So you can use your freerunner to dial in to an ISP if you like.

 i wil paste the proof of my success below.
 Now i just need to find a way to make it less expensive...

 Kind regards,
 Ed


 MODEM=$(dbus-send --system --print-reply --type=method_call
 --dest=org.pyneo.muxer /org/pyneo/Muxer
 org.freesmartphone.GSM.MUX.AllocChannel string:$identvar | grep string |
 awk -F '' '{ print $2 }')

 pppd nodetach debug call inbel ${MODEM}

 timeout set to 25 seconds
 send (ATE0^M)
 abort on (BUSY)
 abort on (DELAYED)
 abort on (NO ANSWER)
 abort on (NO DIALTONE)
 abort on (VOICE)
 abort on (ERROR)
 abort on (RINGING)
 expect (OK)
 ^M
 OK
  -- got it

 send (AT+CBST=0,0,1^M)
 expect (OK)
 ^M
 ^M
 OK
  -- got it

 send (AT+CR=1^M)
 expect (OK)
 ^M
 ^M
 OK
  -- got it

 send (atdt 1234567890^M)
 expect (CONNECT)
 ^M
 ^M
 +CR: REL ASYNC^M
 ^M
 CONNECT
  -- got it

 send (^M)
 expect (Login)
 ^M
 ^M
 Login
  -- got it

 send (isp_user_n...@your.isp.dom^m)
 expect (Password)
 : isp_user_n...@your.isp.dom^m
 Password
  -- got it

 send (your_isp_passwd^M)
 expect (L2TP)
 : ^M
 ^M^M
L2TP
  -- got it

 send (/n/d^M)
 Serial connection established.
 using channel 11
 Using interface ppp0
 Connect: ppp0 -- /dev/pts/4
 rcvd [LCP ConfReq id=0x0]
 sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x34d2bbd3 pcomp
 accomp]
 sent [LCP ConfAck id=0x0]
 rcvd [LCP ConfReq id=0x1 asyncmap 0xa auth pap magic 0x148b1bd
 pcomp accomp mrru 1524 endpoint
 [local:61.72.31.2e.6e.69.6b.2d.61.73.64]  17 04 59 3d]
 sent [LCP ConfRej id=0x1 mrru 1524  17 04 59 3d]
 rcvd [LCP ConfAck id=0x1 asyncmap 0x0 magic 0x34d2bbd3 pcomp
 accomp]
 rcvd [LCP ConfReq id=0x2 asyncmap 0xa auth pap magic 0x148b1bd
 pcomp accomp endpoint [local:61.72.31.2e.6e.69.6b.2d.61.73.64]]
 sent [LCP ConfAck id=0x2 asyncmap 0xa auth pap magic 0x148b1bd
 pcomp accomp endpoint [local:61.72.31.2e.6e.69.6b.2d.61.73.64]]
 sent [LCP EchoReq id=0x0 magic=0x34d2bbd3]
 sent [PAP AuthReq id=0x1 user=isp_user_n...@your.isp.dom
 password=hidden]
 rcvd [LCP EchoRep id=0x0 magic=0x148b1bd]
 rcvd [PAP AuthAck id=0x1 ]
 PAP authentication succeeded
 sent [CCP ConfReq id=0x1 mppe -H -M -S -L -D -C deflate 15
 deflate(old#) 15 bsd v1 15]
 sent [IPCP ConfReq id=0x1 compress VJ 0f 01 addr 0.0.0.0 ms-dns1
 0.0.0.0 ms-dns3 0.0.0.0]
 rcvd [IPCP ConfReq id=0x1 addr 213.53.28.122]
 sent [IPCP ConfAck id=0x1 addr 213.53.28.122]
 rcvd [LCP EchoReq id=0x1 magic=0x148b1bd c0 23 05 06]
 sent [LCP EchoRep id=0x1 magic=0x34d2bbd3 00 00 00 00]
 rcvd [LCP ProtRej id=0x3 80 fd 01 01 00 15 12 06 00 00 00 00 1a 04 78 00
 18 04 78 00 15 03 2f]
 rcvd [IPCP ConfRej id=0x1 compress VJ 0f 01]
 sent [IPCP ConfReq id=0x2 addr 0.0.0.0 ms-dns1 0.0.0.0 ms-dns3
 0.0.0.0]
 rcvd [IPCP ConfReq id=0x2 addr 213.53.28.122]
 sent [IPCP ConfAck id=0x2 addr 213.53.28.122]
 rcvd [IPCP ConfNak id=0x2 addr 217.149.216.138 ms-dns1 217.149.196.6
 ms-dns3 217.149.192.6]
 sent [IPCP ConfReq id=0x3 addr 217.149.216.138 ms-dns1 217.149.196.6
 ms-dns3 217.149.192.6]
 rcvd [IPCP ConfAck id=0x3 addr 217.149.216.138 ms-dns1 217.149.196.6
 ms-dns3 217.149.192.6]
 replacing old default route to usb0 [192.168.0.200]
 local  IP address 217.149.216.138
 remote IP address 213.53.28.122
 primary   DNS address 217.149.196.6
 secondary DNS address 217.149.192.6
 Script /etc/ppp/ip-up started (pid 1992)
 Script /etc/ppp/ip-up finished (pid 1992), status = 0x0
 Terminating on signal 2
 Connect time 0.6 minutes.
 Sent 874 bytes, received 1113 bytes.
 restoring old default route to usb0 [192.168.0.200]
 Script /etc/ppp/ip-down started (pid 2005)
 sent [LCP TermReq id=0x2 User request]
 Script /etc/ppp/ip-down finished (pid 2005), status = 0x0
 rcvd [LCP TermAck id=0x2]
 Connection terminated.



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-25 Thread Tuan TRINH
Thanks for the update. I will manage to test on my FR soon.

Cordially,
Tuan

On Wed, Mar 25, 2009 at 3:33 AM, Ed Kapitein e...@kapitein.org wrote:

 Hi Tuan,

 I was able to make a datacall to a landline modem :-)

 So you can use your freerunner to dial in to an ISP if you like.

 i wil paste the proof of my success below.
 Now i just need to find a way to make it less expensive...

 Kind regards,
 Ed


 MODEM=$(dbus-send --system --print-reply --type=method_call
 --dest=org.pyneo.muxer /org/pyneo/Muxer
 org.freesmartphone.GSM.MUX.AllocChannel string:$identvar | grep string |
 awk -F '' '{ print $2 }')

 pppd nodetach debug call inbel ${MODEM}

 timeout set to 25 seconds
 send (ATE0^M)
 abort on (BUSY)
 abort on (DELAYED)
 abort on (NO ANSWER)
 abort on (NO DIALTONE)
 abort on (VOICE)
 abort on (ERROR)
 abort on (RINGING)
 expect (OK)
 ^M
 OK
  -- got it

 send (AT+CBST=0,0,1^M)
 expect (OK)
 ^M
 ^M
 OK
  -- got it

 send (AT+CR=1^M)
 expect (OK)
 ^M
 ^M
 OK
  -- got it

 send (atdt 1234567890^M)
 expect (CONNECT)
 ^M
 ^M
 +CR: REL ASYNC^M
 ^M
 CONNECT
  -- got it

 send (^M)
 expect (Login)
 ^M
 ^M
 Login
  -- got it

 send (isp_user_n...@your.isp.dom^m)
 expect (Password)
 : isp_user_n...@your.isp.dom^m
 Password
  -- got it

 send (your_isp_passwd^M)
 expect (L2TP)
 : ^M
 ^M^M
L2TP
  -- got it

 send (/n/d^M)
 Serial connection established.
 using channel 11
 Using interface ppp0
 Connect: ppp0 -- /dev/pts/4
 rcvd [LCP ConfReq id=0x0]
 sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x34d2bbd3 pcomp
 accomp]
 sent [LCP ConfAck id=0x0]
 rcvd [LCP ConfReq id=0x1 asyncmap 0xa auth pap magic 0x148b1bd
 pcomp accomp mrru 1524 endpoint
 [local:61.72.31.2e.6e.69.6b.2d.61.73.64]  17 04 59 3d]
 sent [LCP ConfRej id=0x1 mrru 1524  17 04 59 3d]
 rcvd [LCP ConfAck id=0x1 asyncmap 0x0 magic 0x34d2bbd3 pcomp
 accomp]
 rcvd [LCP ConfReq id=0x2 asyncmap 0xa auth pap magic 0x148b1bd
 pcomp accomp endpoint [local:61.72.31.2e.6e.69.6b.2d.61.73.64]]
 sent [LCP ConfAck id=0x2 asyncmap 0xa auth pap magic 0x148b1bd
 pcomp accomp endpoint [local:61.72.31.2e.6e.69.6b.2d.61.73.64]]
 sent [LCP EchoReq id=0x0 magic=0x34d2bbd3]
 sent [PAP AuthReq id=0x1 user=isp_user_n...@your.isp.dom
 password=hidden]
 rcvd [LCP EchoRep id=0x0 magic=0x148b1bd]
 rcvd [PAP AuthAck id=0x1 ]
 PAP authentication succeeded
 sent [CCP ConfReq id=0x1 mppe -H -M -S -L -D -C deflate 15
 deflate(old#) 15 bsd v1 15]
 sent [IPCP ConfReq id=0x1 compress VJ 0f 01 addr 0.0.0.0 ms-dns1
 0.0.0.0 ms-dns3 0.0.0.0]
 rcvd [IPCP ConfReq id=0x1 addr 213.53.28.122]
 sent [IPCP ConfAck id=0x1 addr 213.53.28.122]
 rcvd [LCP EchoReq id=0x1 magic=0x148b1bd c0 23 05 06]
 sent [LCP EchoRep id=0x1 magic=0x34d2bbd3 00 00 00 00]
 rcvd [LCP ProtRej id=0x3 80 fd 01 01 00 15 12 06 00 00 00 00 1a 04 78 00
 18 04 78 00 15 03 2f]
 rcvd [IPCP ConfRej id=0x1 compress VJ 0f 01]
 sent [IPCP ConfReq id=0x2 addr 0.0.0.0 ms-dns1 0.0.0.0 ms-dns3
 0.0.0.0]
 rcvd [IPCP ConfReq id=0x2 addr 213.53.28.122]
 sent [IPCP ConfAck id=0x2 addr 213.53.28.122]
 rcvd [IPCP ConfNak id=0x2 addr 217.149.216.138 ms-dns1 217.149.196.6
 ms-dns3 217.149.192.6]
 sent [IPCP ConfReq id=0x3 addr 217.149.216.138 ms-dns1 217.149.196.6
 ms-dns3 217.149.192.6]
 rcvd [IPCP ConfAck id=0x3 addr 217.149.216.138 ms-dns1 217.149.196.6
 ms-dns3 217.149.192.6]
 replacing old default route to usb0 [192.168.0.200]
 local  IP address 217.149.216.138
 remote IP address 213.53.28.122
 primary   DNS address 217.149.196.6
 secondary DNS address 217.149.192.6
 Script /etc/ppp/ip-up started (pid 1992)
 Script /etc/ppp/ip-up finished (pid 1992), status = 0x0
 Terminating on signal 2
 Connect time 0.6 minutes.
 Sent 874 bytes, received 1113 bytes.
 restoring old default route to usb0 [192.168.0.200]
 Script /etc/ppp/ip-down started (pid 2005)
 sent [LCP TermReq id=0x2 User request]
 Script /etc/ppp/ip-down finished (pid 2005), status = 0x0
 rcvd [LCP TermAck id=0x2]
 Connection terminated.



 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-22 Thread Tuan TRINH
Hi Ed,
My name is Tuan :-)

Thanks for your reply, but I still confuse on username/password portion,
what does it for? For connecting to operator's modem ?

I don't have any idea on how data calls are established end-to-end. Where
does ppp play its role? Do you have any doc or URL regarding it ?

I did the following commands but nothing happend:

ATE1
AT+CFUN=1
AT+CPIN=
AT+COPS
AT+CBST=0,0,1
AT+CR=1
ATDxx

where  is my PIN and xxx is another phone number. After last
command I also repeat some AT+CEER to check but it reports no error as:

AT+CEER
+CEER: 0,1,1,255,no error

With the first 4 ATs, I can make a voice call successfully.

Cordially,
Tuan
On Sun, Mar 22, 2009 at 6:23 PM, Ed Kapitein e...@kapitein.org wrote:

 Tuan TRINH wrote:
  Yes, my GSM carrier support both data/fax and I also did register it.
 
  Thought we need to interact with modem directly to make data calls,
  unfortunatety Qt has not much info on how to to this.
  Ed, do you have any experience on using it?
  On Fri, Mar 20, 2009 at 11:37 PM, Mike Montour m...@mmontour.net
  mailto:m...@mmontour.net wrote:
 
  Ed Kapitein wrote:
 
   I am also looking for a way to make data calls, do you know of
  any other
   method of making a data call with the FR?
   ( direct AT commands to the modem etc)[...]
   All pointers are welcome!
 
  First you need to make sure that your GSM carrier supports CSD (mine
  doesn't AFAIK) and that it is activated on your account.
 
  In the past people have mentioned that the Calypso performs
  similarly to
  an Enfora Enabler modem and there is some web-accessible
  documentation
  for that. The AT+CBST (select bearer service type) command seems
  to be
  involved.
 
  There's probably some overlap between the CSD commands and the
  ones used
  for GPRS so I would also look at
  http://wiki.openmoko.org/wiki/Manually_using_GPRS
 
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org mailto:community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
  
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 Hi Tuan/TAT(?),

 On om2008.12 i was able to make a data call using simple AT commands.
 I need to login to my provider with username/password, and that  will be
 mailed to me next week.
 So the data call works, i am not yet able to start ppp over it, due to
 the missing username/password, but i think it will work.

 I use gsm0710muxd, so i first request a channel with:
 identvar=$(date +%s)
 MODEM=$(dbus-send --system --print-reply --type=method_call
 --dest=org.pyneo.muxer /org/pyneo/Muxer
 org.freesmartphone.GSM.MUX.AllocChannel string:$identvar | grep string |
 awk -F '' '{ print $2 }')
 echo ${MODEM}

 And then start minicom  (mikey term might work just as well)
 and issue the AT commands.

 AT+CBST=7,0,1
 AT+CR=1
 atdt your dial-in number here

 You might want to experience with
 AT+CBST=0,0,1 to get auto baud rate

 There is a bug with gsm0710muxd, (#2223 ), so if you experience packet
 loss, you can use the /dev/ttySAC0 directly.
 First kill all applications using the gsm modem ( in my case qpe ) and
 check with lsof if /dev/ttySAC0 is not used by anything else.
 then make the data call.

 The data call is charged from your airtime account, so be carefull with
 the costs! i need to figure out some callback/callfrward scheme, to cut
 the costs

 Kind regards,

 Ed





 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-22 Thread Tuan TRINH
Hi Ed,
Woop, I have the same results with +CBST. But still can not make data call
although AT+CEER show no error ?

Btw, your data call is to a land-line modem ? My target is a data call
between 2 FreeRunners or from FR to other mobile, I heard some where
mobile-2-mobile data call is quite diffirent than to land-line modem. Is it
correct?

PPP is only need after modem completes hand-shaking with far end modem.
Unfortunately, I still can not have hand-shaking done :-((

Cordially,
Tuan
On Sun, Mar 22, 2009 at 8:10 PM, Ed Kapitein e...@kapitein.org wrote:

 Hi Tuan :-)

 well, it seems like you are almost there.
 you can check if the gsm network has data capabilities with the
 following command:

 atz
 OK
 AT+CBST=?

 +CBST: (0-7,12,14,65,66,68,70,71,75),(0),(0-3)

 OK

 i am able to make a call  after that with:
 AT+CBST=7,0,1
 AT+CR=1
 ATD xx

 the username/password i need is indeed my username/password for my
 dial-up ISP, but it is only needed *after* a successful call to my ISP.
 after a successful login i should be able to start a ppp link with my ISP.

 If  i make a datacall to my home phone, i can hear the FR trying to
 initiated a data connection, kind of like a calling fax machine.
 So you could test that.

 A good source of information on ppp could be
 http://tldp.org/HOWTO/PPP-HOWTO/
 I use no PIN, but i don't think that matters much.

 Good luck, i will try to make a full internet connection once i have my
 username password and let you know the results.

 Kind regards,
 @


 Tuan TRINH wrote:
  Hi Ed,
  My name is Tuan :-)
 
  Thanks for your reply, but I still confuse on username/password
  portion, what does it for? For connecting to operator's modem ?
 
  I don't have any idea on how data calls are established end-to-end.
  Where does ppp play its role? Do you have any doc or URL regarding it ?
 
  I did the following commands but nothing happend:
 
  ATE1
  AT+CFUN=1
  AT+CPIN=
  AT+COPS
  AT+CBST=0,0,1
  AT+CR=1
  ATDxx
 
  where  is my PIN and xxx is another phone number. After
  last command I also repeat some AT+CEER to check but it reports no
  error as:
 
  AT+CEER
  +CEER: 0,1,1,255,no error
 
  With the first 4 ATs, I can make a voice call successfully.
 
  Cordially,
  Tuan
  On Sun, Mar 22, 2009 at 6:23 PM, Ed Kapitein e...@kapitein.org
  mailto:e...@kapitein.org wrote:
 
  Tuan TRINH wrote:
   Yes, my GSM carrier support both data/fax and I also did
  register it.
 
 SNIP


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Data call (aka CSD) with QtExtended

2009-03-21 Thread Tuan TRINH
Yes, my GSM carrier support both data/fax and I also did register it.

Thought we need to interact with modem directly to make data calls,
unfortunatety Qt has not much info on how to to this.
Ed, do you have any experience on using it?
On Fri, Mar 20, 2009 at 11:37 PM, Mike Montour m...@mmontour.net wrote:

 Ed Kapitein wrote:

  I am also looking for a way to make data calls, do you know of any other
  method of making a data call with the FR?
  ( direct AT commands to the modem etc)[...]
  All pointers are welcome!

 First you need to make sure that your GSM carrier supports CSD (mine
 doesn't AFAIK) and that it is activated on your account.

 In the past people have mentioned that the Calypso performs similarly to
 an Enfora Enabler modem and there is some web-accessible documentation
 for that. The AT+CBST (select bearer service type) command seems to be
 involved.

 There's probably some overlap between the CSD commands and the ones used
 for GPRS so I would also look at
 http://wiki.openmoko.org/wiki/Manually_using_GPRS


 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Data call (aka CSD) with QtExtended

2009-03-20 Thread Tuan TRINH
Hi all,
Is there any guru success in making a data call (over CSD) with QtExtended
4.4 ? I follow the sample code in qt-extended doc but no success yet.

Thanks,
TAT
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


How to buy/order Neo1973

2007-06-18 Thread Tuan TRINH

Hi all,
I live in Paris, and I would like to order two Neo1973 for my hacking. Where
and How can I order/buy Neo1973? Please advise me.

Thank you,
Tuan TRINH
___
OpenMoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community