Re: Data call (aka CSD) with QtExtended

2009-05-07 Thread Mile Davidovic
Yes, nice explanation. CSD is used as preferable scenario for transporting crypted voice. Regards Mile On Wed, May 6, 2009 at 12:31 AM, Al Johnson openm...@mazikeen.demon.co.ukwrote: On Tuesday 05 May 2009, Franky Van Liedekerke wrote: On Tue, 5 May 2009 22:44:49 +0200 Mile Davidovic

Re: Data call (aka CSD) with QtExtended

2009-05-07 Thread Mile Davidovic
Hello I will try to help as much as possible and if ever I produce stable and bulletproof SW for CSD on QtExtended I will share my work. Regards Mile On Tue, May 5, 2009 at 10:52 PM, Franky Van Liedekerke liede...@telenet.bewrote: On Tue, 5 May 2009 22:44:49 +0200 Mile Davidovic

Re: Data call (aka CSD) with QtExtended

2009-05-05 Thread Mile Davidovic
Hello My understanding is next: - qt extended have support for CSD but quite rudimentary (these words are from qt extended documentation) - sample qt application works fine with CSD but only first time (they have problem with releasing resources) In general, OpenMoko is capable of working with

Re: Data call (aka CSD) with QtExtended

2009-05-05 Thread Franky Van Liedekerke
On Tue, 5 May 2009 22:44:49 +0200 Mile Davidovic david.moko.comun...@gmail.com wrote: Hello My understanding is next: - qt extended have support for CSD but quite rudimentary (these words are from qt extended documentation) - sample qt application works fine with CSD but only first time

Re: Data call (aka CSD) with QtExtended

2009-05-05 Thread Al Johnson
On Tuesday 05 May 2009, Franky Van Liedekerke wrote: On Tue, 5 May 2009 22:44:49 +0200 Mile Davidovic david.moko.comun...@gmail.com wrote: Hello My understanding is next: - qt extended have support for CSD but quite rudimentary (these words are from qt extended documentation) -

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 --

Re: Data call (aka CSD) with QtExtended

2009-03-27 Thread Ed Kapitein
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

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

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

Re: Data call (aka CSD) with QtExtended

2009-03-26 Thread Ed Kapitein
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? if not use ate1 to see the responses. you can restart /usr/sbin/gsm0710muxd with the -v option and use logread to see what is send and received from the modem. If

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

Re: Data call (aka CSD) with QtExtended

2009-03-24 Thread Ed Kapitein
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

Re: Data call (aka CSD) with QtExtended

2009-03-22 Thread Ed Kapitein
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,

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 ?

Re: Data call (aka CSD) with QtExtended

2009-03-22 Thread Ed Kapitein
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

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

Re: Data call (aka CSD) with QtExtended

2009-03-22 Thread Ed Kapitein
Hi Tuan, Yes, i call a landline with my FR, so that is different. i think need a data number added to your phone by your provider, at least in holland you need to. Do you have two numbers for your FR? one for voice calls and one for data calls? Do you have any other method of making a data call

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

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

Re: Data call (aka CSD) with QtExtended

2009-03-20 Thread Ed Kapitein
Tuan TRINH wrote: 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

Re: Data call (aka CSD) with QtExtended

2009-03-20 Thread Mike Montour
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)