Re: [Qt Extended Improved] Alarm wake up from suspend

2009-03-27 Thread andrew howlett


Here's some more details about the problem:

http://radagast.bglug.ca/openmoko/qt_alarm_comments.txt

later,
andrew.
-- 
View this message in context: 
http://n2.nabble.com/-Qt-Extended-Improved--Alarm-wake-up-from-suspend-tp2546737p2546874.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/listinfo/community


[Qt Extended Improved] Alarm wake up from suspend

2009-03-27 Thread andrew howlett

Hi all,

I've been trying to enable wake from suspend for alarms in QtEI, and I've sorta 
got it. This file:

http://radagast.bglug.ca/openmoko/alarmcontrol.cpp

replaces the file of the same name at 
qt-extended-improved/src/server/coreserver/alarmcontrol.cpp

The code will set a RTC alarm 15 seconds before the alarm. The FR will wake up 
at the appropriate time. But the alarm doesn't go off. Sometimes the alarm will 
sound 25 seconds later, sometimes longer. The problem seems to be the QObject 
event Timer system. The AlarmControl system starts a QObject timer. The timer 
is supposed to generate an event at the alarm time, but the event is late, 
sometimes very late. Suspend seems to bugger up the QObject timer system.

So I'm posting what I've done so far in the hope that a brighter light than I 
can illuminate the QObject timer problem.

later,
Andrew Howlett.

-- 
View this message in context: 
http://n2.nabble.com/-Qt-Extended-Improved--Alarm-wake-up-from-suspend-tp2546737p2546737.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/listinfo/community


Re: [qtextended] a wishlist

2009-03-19 Thread andrew howlett


The link at radagast.bglug.ca should compile and work fine with QtE
Improved. At least, it is working on my FRv5. I don't know what the QtEI
policy is regarding mp3 in their official tree.

I submitted the patch to Qtextended.org but AFAIK that site is no longer
maintained. The most recent patch at qtextended.org is for 4.3.2 and will
not work with 4.4 series.

I'm still working on the alarm patch. My first fix for the alarmservice
didn't work, but I'm pretty sure I know what's wrong. Just need to find some
time.

later,
radagast. 


liedekef wrote:
> 
> 1) mp3 support
> on the openmoko wiki http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3,
> I found the following link for libmad and qtextended:
> http://radagast.bglug.ca/openmoko/qt-extended-4.4.3-libmad.tar.gz
> Is this patch still valid?
> 

-- 
View this message in context: 
http://n2.nabble.com/-qtextended--a-wishlist-tp2499431p2504570.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/listinfo/community


Re: [QtExtended] Terminal

2009-03-16 Thread andrew howlett

Radek:

thank you very much, this is really great.

radagast.
-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Terminal-tp2483468p2489431.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/listinfo/community


Re: Anyone have ogg support in qt extended 4.4.3 ?

2009-03-12 Thread andrew howlett

Lorn, Chris:

thank you!

I ssh'd to my FreeRunner and added a line to 
/opt/Trolltech/Qtopia/etc/mime.types:

audio/ogg+vorbis oga ogg s

Now I can play them using mediaplayer.

later,
andrew.
-- 
View this message in context: 
http://n2.nabble.com/Anyone-have-ogg-support-in-qt-extended-4.4.3---tp2455815p2471480.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/listinfo/community


Re: [QTExtended] Qt Extended is still going

2009-03-12 Thread andrew howlett

HouYu Li:

Thanks for setting up a repository. I'll try to upload my mp3 & clock
patches this weekend.

radagast.
-- 
View this message in context: 
http://n2.nabble.com/-QTExtended--Qt-Extended-is-still-going-tp2465288p2471285.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/listinfo/community


Re: [QTExtended] Alarm and wakeup

2009-03-12 Thread andrew howlett

Franky:

No, the phone will not wake up for alarms in QtE 4.4.3.

But I have been testing a patched clock app which fixes this problem. I
should have a stable patch ready by monday.

radagast.

-- 
View this message in context: 
http://n2.nabble.com/-QTExtended--Alarm-and-wakeup-tp2469689p2471254.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/listinfo/community


Anyone have ogg support in qt extended 4.4.3 ?

2009-03-10 Thread andrew howlett

Hi qt users,

ogg support is missing in all my qt extended 4.4.3 builds. (which is
strange, because the tremor plugin and vorbis library are build ok, but I
digress)

Is it just me? Has anyone got ogg support in 4.4.3?

Let me know if your ogg support is working or broken. If everyone's is
broken then I will fix it.

later,
radagast
-- 
View this message in context: 
http://n2.nabble.com/Anyone-have-ogg-support-in-qt-extended-4.4.3---tp2455815p2455815.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/listinfo/community


[PATCH] Qt Extended 4.4.3 mp3 support

2009-03-10 Thread andrew howlett

Hi all,

My patch for mp3 support is available here:

http://radagast.bglug.ca/openmoko/qt-extended-4.4.3-libmad.tar.gz

Installation instructions are included at the 4.4.3 wiki page:

http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3#Building_the_Qt_Extended_4.4.3_SDK

enjoy,
radagast.
-- 
View this message in context: 
http://n2.nabble.com/-PATCH--Qt-Extended-4.4.3-mp3-support-tp2455787p2455787.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/listinfo/community


Re: [PATCH] Added echo suppression fixes for the OpenMoko Neo phone.

2009-03-10 Thread andrew howlett

Hi Chris,

Thanks for the update. I've been using the 4.4.2 patch against 4.4.3 source
with no compile problems and no echo since 4.4.3 was released last week.

Hats off and many thanks for fixing the echo/noise reduction problems.

andrew howlett,
owen sound, canada.



Chris Samuel wrote:
> 
> The original Qt Extended 4.4.3 initially set both echo
> suppression and noise reduction in separate AT commands
> which might result in the second command negating the
> first one.  It also only set them for outgoing calls.
> 
> This new version uses the AT command to set both
> echo suppression and noise reduction at the same
> time as well as setting them on initialisation and
> after a wake up.
> 
> This is identical to the patch against QtE 4.4.2 and
> applied cleanly with no fuzz with QtE 4.4.3.
> 
> Signed-off-by: Chris Samuel 
> ---
>  .../src/plugins/phonevendors/neo/vendor_neo.cpp|   17
> ++---
>  1 files changed, 14 insertions(+), 3 deletions(-)
> 
> diff --git a/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp
> b/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp
> index d27b4eb..35f7a0b 100644
> --- a/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp
> +++ b/devices/neo/src/plugins/phonevendors/neo/vendor_neo.cpp
> @@ -153,8 +153,7 @@ QString NeoCallProvider::dialVoiceCommand(const
> QDialOptions& options) const
>  // do undocumented echo cancellation and noise reduction
>  
>  modemService->primaryAtChat()->chat( "a...@st=\"-26\"" );
> -modemService->primaryAtChat()->chat( "AT%N028B" );
> -modemService->primaryAtChat()->chat( "AT%N0125" );
> +modemService->primaryAtChat()->chat( "AT%N0187" );
>  return QModemCallProvider::dialVoiceCommand(options);
>  }
>  
> @@ -551,11 +550,14 @@ NeoModemService::NeoModemService
>  
>  //  chat("AT%CMGRS=1"); //message transmission to get any failed sms
> during suspend
>  
> -   chat("AT%SLEEP=2"); //makes my Moko8 not respond to calls during
> sosuend
> +   chat("AT%SLEEP=2"); //makes my Moko8 not respond to calls during
> suspend
>  // Turn cell id information back on.
>  chat( "AT+CREG=2" );
>  chat( "AT+CGREG=2" );
>  
> +// Turn on echo suppression and noise reduction.
> +chat( "AT%N0187" );
> +
>  QTimer::singleShot(200, this, SLOT(sendRego()));
>  }
>  
> @@ -572,6 +574,9 @@ void NeoModemService::sendRego()
>  if( !cfg.value("PlaneMode",false).toBool()) {
>  //   chat("AT%NRG=0,0"); //force auto operations
>  chat("AT+COPS=0"); //force auto operations
> +
> +// Turn on echo suppression and noise reduction.
> +chat( "AT%N0187" );
>  }
>  }
>  
> @@ -679,6 +684,9 @@ void NeoModemService::reset()
>  chat("AT%CWUP=1");
>  chat("ATE0");
>  
> +// Turn on echo suppression and noise reduction.
> +chat( "AT%N0187" );
> +
>  // Turn on "%CNAP" notifications, which supply the caller's
>  // name on an call.  Only supported on some networks.
>  chat( "AT%CNAP=1" );
> @@ -738,6 +746,9 @@ void NeoModemService::wake()
>  
>  // Re-enable signal quality notifications when the system wakes up
> again.
>  chat( "AT%CSQ=1", this, SLOT(mcsqOn()) );
> +
> +// Turn on echo suppression and noise reduction.
> +chat( "AT%N0187" );
>  }
>  
>  void NeoModemService::mcsqOff()
> -- 
> 1.5.6.3
> 
> 
> ___
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/-PATCH--Added-echo-suppression-fixes-for-the-OpenMoko-Neo-phone.-tp2448716p2455741.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/listinfo/community


Re: latest qt extended?

2009-03-05 Thread andrew howlett



Sorry Tom, I'll remove the links at the referenced wiki page and update it
(tomorrow?) after I've compiled the official 4.4.3 source which trolltech
released today.

andrew.
-- 
View this message in context: 
http://n2.nabble.com/latest-qt-extended--tp2362273p2431189.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/listinfo/community


Re: latest qt extended?

2009-03-05 Thread andrew howlett


yes, check this wiki page:

http://wiki.openmoko.org/wiki/Qt_Extended_4.4.3

later,
andrew.

>Is the any qt extended release that has been updated 
>recently?  I.e, this year?
>
>I am looking for one with the echo and WSOD fixes in it.

-- 
View this message in context: 
http://n2.nabble.com/latest-qt-extended--tp2362273p2431095.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/listinfo/community


Re: [QtExtended] Report on 4.4.3 src on FSO

2009-03-04 Thread andrew howlett

Tomas:

I downloaded the .bin and .jffs2 which you had posted - they rock! WSOD is
gone, phone sounds good. Thank you very much for posting the backup file.

Andrew Howlett.
-- 
View this message in context: 
http://n2.nabble.com/-QtExtended--Report-on-4.4.3-src-on-FSO-tp2366464p2424257.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/listinfo/community