Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris
tried the GPRS connection. Yes. I am using fso rootfs. ... -- View this message in context: http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2510493.html Sent from the Openmoko Community mailing list archive at Nabble.com

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread Filip Onkelinx
Hi Chris, what kernel are you using ? On 2.6.28/29 (not sure about older ones) there is the usb bug (OM ticket 2254) that does not detect when usb disconnects. So once connected trough usb, the interface stays 'up', even if no longer connected, and the fr keeps trying to route packets

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris
/ ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman/listinfo/community -- View this message in context: http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511022.html Sent from

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris
.karadog.net/~lihouyu/qtextended/4.4.3/testing-om-gta02-20090120.uImage.bin -- View this message in context: http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511416.html Sent from the Openmoko Community mailing list archive at Nabble.com

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread Tomas Riveros Schober
xChris escribió: sorry to say the the wireless patch [1] is not only useless but worst (in my case, as it even NOT connects to wlan). I use the kernel [2] and the binary snapbuild 16032009. any ideas are welcome, regards chris [1] http://trac.karadog.net/qt-extended-improved/ticket/6

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris
: http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511613.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community@lists.openmoko.org http://lists.openmoko.org/mailman

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread Tomas Riveros Schober
xChris escribió: btw, I am trying to connect to a WPA network. (it worked ok with the 4.4.2 version) just I am curious if your networks that your connected are open. then.. i have no clue why it work for you and not for me... maybe my h/ware is buggy (its the GTA02v6). chris yes, it is

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-20 Thread xChris
) regards Tom -- View this message in context: http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2511705.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-13 Thread Chris Samuel
On Friday 13 March 2009, Radek Polak wrote: IMO all the needed callbacks are already there. Great! You can tell I'm not a programmer can't you.. :-) Attached is patch that fixes echo for both incoming and outgoing calls. I have also binary [1]. Fab, thanks! Next step is to send AT%N0187

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-13 Thread Radek Polak
Chris Samuel wrote(a): Next step is to send AT%N0187 on init and after call is made (as suggested by Joerg). Answering and making calls could by a bit faster but no idea if it will be noticable. Agreed - I guess you're including resuming on suspend in the init part ? cheers! Chris

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-12 Thread Radek Polak
Chris Samuel wrote: I guess now that we've got control of the code there might be the opportunity to put in a callback in the main body of the code to the OpenMoko specific library rather than relying on the existing callbacks. That might be the best bet. IMO all the needed callbacks are

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-12 Thread HouYu Li
Well. tested. No echo at all. Update the repository. and do a new snap build now. On Fri, Mar 13, 2009 at 4:28 AM, Radek Polak pson...@seznam.cz wrote: Chris Samuel wrote: I guess now that we've got control of the code there might be the opportunity to put in a callback in the main body of

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-12 Thread HouYu Li
I have tried adding AT%N0187 in cpiNotification with the condition if ( status == 6 call call-state() == QPhoneCall::Incoming ) not work. It seems that the command is behind the Accept action. Then next. what about receiving incoming call twice? On Fri, Mar 13, 2009 at 7:16 AM, HouYu Li

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-11 Thread Radek Polak
On Monday 09 March 2009, HouYu Li wrote: I think Lorn is not ready yet. I managed to setup one myself. OK - I'll send the echo cancellation patch to the list now as applied to your 4.4.3 repository (I've created a local branch called chris for now). The 4.4.2 patch applied with no changes

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-11 Thread HouYu Li
OK. I will try it later. On Thu, Mar 12, 2009 at 5:54 AM, Radek Polak pson...@seznam.cz wrote: On Monday 09 March 2009, HouYu Li wrote: I think Lorn is not ready yet. I managed to setup one myself. OK - I'll send the echo cancellation patch to the list now as applied to your 4.4.3

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-11 Thread Chris Samuel
On Thursday 12 March 2009, Radek Polak wrote: The outgoing is ok - it's function dialVoiceCommand(). The incoming - i am not sure yet which function is the right place. Yeah, that's just the problem I was having with the 4.4.2 version! I guess now that we've got control of the code there

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-10 Thread Radek Polak
Hi, I remember it was a project to run x11 apps on QT extended, any news about this? chris This page might be interesting for you: http://wiki.openmoko.org/wiki/User:Rezza/Qtopia/X Radek ___ Openmoko community mailing list

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread Chris Samuel
On Sunday 08 March 2009, Lorn Potter wrote: There is a git repo already setup for sometime now, just havent updated it to 4.4.3 Hi Lorn, Is that your repo, or someone elses ? It hasn't been touched for 4 months or so from the look of it. Is it worth carrying on with the one I set up on

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread HouYu Li
I think Lorn is not ready yet. I managed to setup one myself. git://git.karadog.net/qt-extended-improved.git for git clone http://git.karadog.net/qt-extended-improved.git for web Chris, which repo do you prefer? if you insist on your github repo, then I hope you could update it to 4.4.3. for my

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread Chris Samuel
On Monday 09 March 2009, HouYu Li wrote: I think Lorn is not ready yet. I managed to setup one myself. I noticed, doing a git pull at the moment (more to get a handle on how git works, only recently started playing with it).. ;-) Chris, which repo do you prefer? if you insist on your github

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread Chris Samuel
On Monday 09 March 2009, HouYu Li wrote: I think Lorn is not ready yet. I managed to setup one myself. OK - I'll send the echo cancellation patch to the list now as applied to your 4.4.3 repository (I've created a local branch called chris for now). The 4.4.2 patch applied with no changes

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread Franky Van Liedekerke
On Mon, 9 Mar 2009 23:39:58 +1100 Chris Samuel ch...@csamuel.org wrote: On Monday 09 March 2009, HouYu Li wrote: I think Lorn is not ready yet. I managed to setup one myself. OK - I'll send the echo cancellation patch to the list now as applied to your 4.4.3 repository (I've created a

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread Paul Fertser
Franky Van Liedekerke liede...@telenet.be writes: Does this release needs a firmware upgrade (moko11) or is this not needed? Any sane distro should use a fixed GSM firmware. The latest version is moko11. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-09 Thread HouYu Li
this message in context: http://n2.nabble.com/-QtExtended--Qt-Extended-4.4.3-released-tp2428651p2451569.html Sent from the Openmoko Community mailing list archive at Nabble.com. ___ Openmoko community mailing list community@lists.openmoko.org http

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-07 Thread Lorn Potter
On 06/03/2009, at 11:06 PM, Chris Samuel wrote: On Fri, 6 Mar 2009 11:59:58 pm HouYu Li wrote: OK, actually. I was talking with lpotter in IRC channel #qtopia at FreeNode about the further improvement of QTextended. He will setup a git repository based on the 4.4.3 release source by

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-07 Thread HouYu Li
Yeah I am waiting for this.. On 3/8/09, Lorn Potter lpot...@trolltech.com wrote: On 06/03/2009, at 11:06 PM, Chris Samuel wrote: On Fri, 6 Mar 2009 11:59:58 pm HouYu Li wrote: OK, actually. I was talking with lpotter in IRC channel #qtopia at FreeNode about the further improvement

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-07 Thread HouYu Li
..waiting for 4.4.3 to be there. On 3/8/09, HouYu Li kara...@gmail.com wrote: Yeah I am waiting for this.. On 3/8/09, Lorn Potter lpot...@trolltech.com wrote: On 06/03/2009, at 11:06 PM, Chris Samuel wrote: On Fri, 6 Mar 2009 11:59:58 pm HouYu Li wrote: OK, actually. I was

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-06 Thread Radek Polak
HouYu Li wrote(a): Now, the image, binary and details is here: http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/ Great, i will gladly test it. Now that we have last release from Nokia would it be possible to setup public repository with patches from comunity? I would like to

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-06 Thread Chris Samuel
On Fri, 6 Mar 2009 9:13:48 pm Radek Polak wrote: Now that we have last release from Nokia would it be possible to setup public repository with patches from comunity? I'm in the process of setting up a repository on github for just that reason! -- Chris Samuel : http://www.csamuel.org/ :

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-06 Thread Radek Polak
Chris Samuel wrote: ublic repository with patches from comunity? I'm in the process of setting up a repository on github for just that reason! Great, let us know when you are done! Radek ___ Openmoko community mailing list

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-06 Thread Chris Samuel
On Fri, 6 Mar 2009 10:24:54 pm Radek Polak wrote: Great, let us know when you are done! I'm doing a git push now, and it's going to take a long time to finish over this ADSL link (it did 3% in about 10 minutes). When it completes it's going to be here:

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-06 Thread HouYu Li
OK, actually. I was talking with lpotter in IRC channel #qtopia at FreeNode about the further improvement of QTextended. He will setup a git repository based on the 4.4.3 release source by the end of this week. Just waiting for a while. We are going to move QTextended to kernel 2.6.28. On Fri,

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-06 Thread Chris Samuel
On Fri, 6 Mar 2009 11:59:58 pm HouYu Li wrote: OK, actually. I was talking with lpotter in IRC channel #qtopia at FreeNode about the further improvement of QTextended. He will setup a git repository based on the 4.4.3 release source by the end of this week. Just waiting for a while. We are

[QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread Chris Samuel
Just noticed that the files for the release of 4.4.3 (source only so far) have just appeared on the Qt Extended site whilst I was looking around. More info in the posting by Lorn here: http://qtextended.org/modules/news/article.php?storyid=54 cheers, Chris -- Chris Samuel :

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread HouYu Li
I made a qt-extended 4.4.3 release binary only build. you can get it here http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/ rootfs come later... On Thu, Mar 5, 2009 at 6:49 PM, Chris Samuel ch...@csamuel.org wrote: Just noticed that the files for the release of 4.4.3 (source only so

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread Tomas Riveros Schober
now that was fastdid you by chance check if the echo fix was integrated or not? do we have to integrate it ourselves? (im talking about chris samuel's fix) Tom HouYu Li escribió: I made a qt-extended 4.4.3 release binary only build. you can get it here

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread HouYu Li
Just had a test. Echo is there, and incoming call is received twice. I am using rootfs and kernel from openmoko daily build 20090120. So the kernel is 2.6.24. On Thu, Mar 5, 2009 at 10:12 PM, Tomas Riveros Schober trive...@enable.clwrote: now that was fastdid you by chance check if the echo

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread Tomas Riveros Schober
can you try to set up a wlan connection (or a gprs one) and check if resolv.conf gets updated properly? that's one of the biggest flaws that old QtE had the rootfs you're using is fso, right? regards, Tom HouYu Li escribió: Just had a test. Echo is there, and incoming call is received twice.

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread HouYu Li
I have tried wifi. Everything seems OK. I can visit Google and Facebook as expected. Did not check whether resolv.conf is updated properly. But I am not able to delete the created Wireless Lan profile. Haven't tried the GPRS connection. Yes. I am using fso rootfs. On Thu, Mar 5, 2009 at 11:03 PM,

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread Chris Samuel
On Fri, 6 Mar 2009 1:46:03 am HouYu Li wrote: Just had a test. Echo is there, and incoming call is received twice That's a shame! There is an unofficial git repository here: git://git.asheesh.org/qtopia_snapshot.git but it's still just 4.4.2 at the moment (hasn't changed for 4 months). :-(

Re: [QtExtended] Qt Extended 4.4.3 released

2009-03-05 Thread HouYu Li
Now, the image, binary and details is here: http://dashi-x02.karadog.net/~lihouyu/qtextended/4.4.3/ On Fri, Mar 6, 2009 at 4:11 AM, Chris Samuel ch...@csamuel.org wrote: On Fri, 6 Mar 2009 1:46:03 am HouYu Li wrote: Just had a test. Echo is there, and incoming call is received twice