Re: [FSO M4] Where is it?

2008-11-21 Thread superalex

^^
http://downloads.freesmartphone.org/fso-stable/ 


Arigead wrote:
 
 I can't seem to find a link to download the images (kernel  File 
 System) of FSO Milestone
 

-- 
View this message in context: 
http://n2.nabble.com/-FSO-M4--Where-is-it--tp1561480p1561534.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: [Qt Extended] Mapping Demo (was Re: [FSO] Stability and other problems)

2008-11-20 Thread superalex


Well, I suppouse it may be better and it's more logical to execute the
command only when a call connects but I was doing some testing and found
that worked better setting the echo supression on every transition :)

 Guess we should make this configurable, FSO is using -6db, not -12db since 
 this sounds pretty harsh for many people.

That's a good idea, but I think the issue may be a bit different. With 
Qtopia people were reporting no echo for the first call, but echo on 
subsequent calls. Since we're using an undocumented feature of the modem 
we don't know under what conditions it might be disabled, even though we 
don't disable it explicitly. Currently we only set the echo suppression 
in init, while this patch sets it on every call state transition. It may 
be worth moving it down a few lines so it only happens when a call 
connects, but this way we can be certain that echo suppression is 
enabled for every call.

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



-- 
View this message in context: 
http://n2.nabble.com/-FSO--Stability-and-other-problems-tp1479821p1557654.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: [Qt Extended] Mapping Demo (was Re: [FSO] Stability and other problems)

2008-11-19 Thread superalex


Hi, I'm using FSO since yesterday and found that the famous echo bug was
still appearing. I found a solution that is working for me based in the
2008.8 one.

In file
/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/modems/ti_calypso/unsolicited.py,
function percentCPI, line 210 aprox

Where it says:
info = {}   
   

I have:
devchannel =
self._object.modem.communicationChannel(DeviceMediator)   
  
devchannel.enqueue( %N0187 )
info = {}   
   


-- 
View this message in context: 
http://n2.nabble.com/-FSO--Stability-and-other-problems-tp1479821p1518706.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: FSO M4 - nice GSM sound

2008-11-19 Thread superalex


Hi, I'm using FSO since yesterday and found that the famous echo bug was
still appearing. I found a solution that is working for me based in the
2008.8 one.

In file
/usr/lib/python2.5/site-packages/framework/subsystems/ogsmd/modems/ti_calypso/unsolicited.py,
function percentCPI, line 210 aprox

Where it says:
info = {}   
   

I have:
devchannel =
self._object.modem.communicationChannel(DeviceMediator)   
  
devchannel.enqueue( %N0187 )
info = {}   
   


-- 
View this message in context: 
http://n2.nabble.com/FSO-M4---nice-GSM-sound-tp1486414p1518726.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