Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Cédric Berger
On Thu, Feb 26, 2009 at 17:39, Michael Trimarchi
trimar...@gandalf.sssup.it wrote:

 I update the ril library with network list and manual selection.

 The first is taken by Sean McNeil code and the second is mine.

Fine, I will be able to stop my phone from roaming when not needed :-) !

I tried your v14.3 with uImage-v13 and last freerunner-ril.so .

Well... I said I will be able because for now I could select a
network once but second attempt failed (stayed on roaming network
though I selected back my home one), and then now when I try to list
networks again, it is stuck at searching...   (I can again after
rebooting)
humm... and now selecting airplane mode also hangs...

Helas I can not connect via PC for now so no logcat


PS. Note that I was first booting via NOR u-boot and it was stuck in
airplane mode.I could not unselect this mode
Booting with Qi it worked normally, it registered soon after booting.

(I first tried with NOR u-boot because I usualy boot from sdcard, and
booting rootfs from NAND is very very hard with QI when you must tell
it to skip sdcard partitions just with Aux button !)
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Alexander Backlund
Hello,

Finding networks works for me in the v14.3 image. Haven't been able to
configure GPRS due to the modal input bug. If one wants to manually
configure GRPS would it work to use sqlite3 on the
com.android.settings.telephony/databases/telephony.db?

/Alexander Backlund

2009/2/26 Michael Trimarchi trimar...@gandalf.sssup.it

 Hi,

 Alexander Backlund wrote:

 Hello,

 I tried the v15 image but it didn't register with my GSM network. When I
 did a search in settings( wireless controls - mobile networks ) no networks
 could be found. Re-flashed with v14 image and it worked ( finding and
 connecting to GSM, not gprs of course ).

 I couldn't find any error messages in adb logcat.

  ./adb logcat -b radio. Can you provide this log? Do you use qi or u-boot?

 I will upload the v16.

 /Alexander Backlund

 2009/2/25 Michael Trimarchi trimar...@gandalf.sssup.it mailto:
 trimar...@gandalf.sssup.it

Hi all,

I have released a new version of the filesystem. I would like to
know exacly how to test
gprs, and how to activate data connectivity. I don't find a
setting panel in android.
RadioInfo Panel. have I the data connettivity off by default?


[DataConnectionTracker] Clean up connection due to apnChanged
D/GSM (  879): [DataConnection] Stop poll NetStat
D/GSM (  879): [DataConnectionTracker] ***trySetupData due to
(unspecified)
D/GSM (  879): [DataConnectionTracker] trySetupData: Not ready
for data:  dataState=IDLE gprsState=1 sim=true UMTS=false
phoneState=IDLE dataEnabled=true roaming=true dataOnRoamingEnable=true

Can anyone test on Sean McNeil Images? Sean do you know how to
test gprs?

Michael
___
android-freerunner mailing list
android-freerunner@android.koolu.org
mailto:android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org



 

 ___
 android-freerunner mailing list
 android-freerunner@android.koolu.org
 http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


 ___
 android-freerunner mailing list
 android-freerunner@android.koolu.org
 http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org

___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Michael Trimarchi

Hi,

Cédric Berger wrote:

On Thu, Feb 26, 2009 at 17:39, Michael Trimarchi
trimar...@gandalf.sssup.it wrote:

I update the ril library with network list and manual selection.

The first is taken by Sean McNeil code and the second is mine.


Fine, I will be able to stop my phone from roaming when not needed :-) !

I tried your v14.3 with uImage-v13 and last freerunner-ril.so .

Well... I said I will be able because for now I could select a
network once but second attempt failed (stayed on roaming network
though I selected back my home one), and then now when I try to list
networks again, it is stuck at searching...   (I can again after
rebooting)
Yes I take a look on it. I know the problem, thanks for testing. This 
happen to me

one time and I can't reproduce it.

humm... and now selecting airplane mode also hangs...

Helas I can not connect via PC for now so no logcat


PS. Note that I was first booting via NOR u-boot and it was stuck in
airplane mode.I could not unselect this mode
Booting with Qi it worked normally, it registered soon after booting.

(I first tried with NOR u-boot because I usualy boot from sdcard, and
booting rootfs from NAND is very very hard with QI when you must tell
it to skip sdcard partitions just with Aux button !)
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org



___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Cédric Berger
Michael,
you just published a new freerunner-ril.so version, and your readme.txt says :

Add deep suspend of ti_calypso

But as far as I know, there is still the pending bug  :
http://docs.openmoko.org/trac/ticket/1024
(gsm modem oscillating between registrated / not-registrated)
And the workaround for now is to _not_ use calypso deep sleep.
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread David Hicks



I hope we can find a better workaround.


So do I, but it looks like the problem is in the GSM firmware and the 
changelog (up to moko11) doesn't seem to mention sleep. The bug linked by 
cedric seems to have been inactive for a couple of months too.


OM seem to be focused elsewhere right now.


On Fri, 27 Feb 2009, Michael Trimarchi wrote:


Hi,

C?dric Berger wrote:

Michael,
you just published a new freerunner-ril.so version, and your readme.txt 
says :


Add deep suspend of ti_calypso

But as far as I know, there is still the pending bug  :
http://docs.openmoko.org/trac/ticket/1024
(gsm modem oscillating between registrated / not-registrated)

I know now that bug. Can provide a temporal window to go in AT%SLEEP=2
mode and retry?

And the workaround for now is to _not_ use calypso deep sleep.

I hope we can find a better workaround.

Michael
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Michael Trimarchi

Hi,

Michael Trimarchi wrote:

Hi,

Cédric Berger wrote:

Michael,
you just published a new freerunner-ril.so version, and your 
readme.txt says :


Add deep suspend of ti_calypso

But as far as I know, there is still the pending bug  :
http://docs.openmoko.org/trac/ticket/1024
(gsm modem oscillating between registrated / not-registrated)

I know now that bug. Can provide a temporal window to go in AT%SLEEP=2
mode and retry?

And the workaround for now is to _not_ use calypso deep sleep.

I hope we can find a better workaround.


Reverted :( for now

Michael
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread David Hicks


OK, cool, if they do find/fix it then hopefully it'll help battery life 
(and reliability in general)


On Fri, 27 Feb 2009, Jim Ancona wrote:


On Fri, Feb 27, 2009 at 9:44 AM, David Hicks d...@nastylittlehorse.net wrote:



I hope we can find a better workaround.


So do I, but it looks like the problem is in the GSM firmware and the
changelog (up to moko11) doesn't seem to mention sleep. The bug linked by
cedric seems to have been inactive for a couple of months too.

OM seem to be focused elsewhere right now.


Maybe not :-). Saw this on the om-devel list the other day:


Leonti Bielski wrote:

Will this firmware upgrade fix #1024 bug?


No, unfortunately not. moko11 is all about surprise (re)discoveries
in the CPU-GSM iterface.

Dieter has just started a new round of investigation into #1024, so
let's all wish him good hunting :)

- Werner


http://lists.openmoko.org/pipermail/devel/2009-February/004879.html
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can the call volume be adjusted?

2009-02-27 Thread Michael Trimarchi

Hi,
Joerg Lippmann wrote:

Hi!

I'm trying to use v15 as my daily phone, which works quite well. But the 
handset volume is very low. Can it be changed somewhere in some file?


  

Can you move to the freerunner-v14.3.jffs2 and update the freerunner-ril.so?
can you test with this version the volume?

Michael
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Harry Mutch
Michael

I finally got time to try your new files - fs14.3, bin13, ril.so dated
today.  Started from scratch with everything and added one APN setup
for internet as per my operator's instructions (MCC=242, MNC=05).

Here's the logcat when I switch roaming on and then off again:

D/RILJ(  872): [0087] SIGNAL_STRENGTH
D/RIL (  829): onRequest: SIGNAL_STRENGTH
D/AT  (  829): MUX[primary]: AT AT+CSQ
D/AT  (  829): MUX[primary]: AT +CSQ: 19,99
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0087] SIGNAL_STRENGTH {19, 99}
D/GSM (  872): [DataConnectionTracker] ***trySetupData due to
roamingOff
D/GSM (  872): [DataConnectionTracker] trySetupData: Not ready for
data:  dataState=FAILED gprsState=0 sim=true UMTS=false
phoneState=IDLE dataEnabled=true roaming=false
dataOnRoamingEnable=true
D/RILJ(  872): [0088] SIGNAL_STRENGTH
D/RIL (  829): onRequest: SIGNAL_STRENGTH
D/AT  (  829): MUX[primary]: AT AT+CSQ
D/AT  (  829): MUX[primary]: AT +CSQ: 19,99
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0088] SIGNAL_STRENGTH {19, 99}
D/RILJ(  872): [0089] SIGNAL_STRENGTH
D/RIL (  829): onRequest: SIGNAL_STRENGTH
D/AT  (  829): MUX[primary]: AT AT+CSQ
D/AT  (  829): MUX[primary]: AT +CSQ: 20,99
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0089] SIGNAL_STRENGTH {20, 99}
D/RILJ(  872): [0090] SIGNAL_STRENGTH
D/RIL (  829): onRequest: SIGNAL_STRENGTH
D/AT  (  829): MUX[primary]: AT AT+CSQ
D/AT  (  829): MUX[primary]: AT +CSQ: 20,99
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0090] SIGNAL_STRENGTH {20, 99}
D/GSM (  872): [DataConnectionTracker] ***trySetupData due to roamingOff
D/GSM (  872): [DataConnectionTracker] trySetupData: Not ready for
data:  dataState=FAILED gprsState=0 sim=true UMTS=false
phoneState=IDLE dataEnabled=true roaming=false
dataOnRoamingEnable=false
D/RILJ(  872): [0091] SIGNAL_STRENGTH
D/RIL (  829): onRequest: SIGNAL_STRENGTH
D/AT  (  829): MUX[primary]: AT AT+CSQ
D/AT  (  829): MUX[primary]: AT +CSQ: 26,99
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0091] SIGNAL_STRENGTH {26, 99}


Here's what I get when I edit my APN:

D/RILJ(  872): [0077] SIGNAL_STRENGTH
D/RIL (  829): onRequest: SIGNAL_STRENGTH
D/AT  (  829): MUX[primary]: AT AT+CSQ
D/AT  (  829): MUX[primary]: AT +CSQ: 13,99
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0077] SIGNAL_STRENGTH {13, 99}
D/AT  (  829): MUX[primary]: AT +CREG: 1,03FC,08D5
D/RILJ(  872): [UNSL] NETWORK_STATE_CHANGED
D/RILJ(  872): [0078] OPERATOR
D/RILJ(  872): [0079] GPRS_REGISTRATION_STATE
D/RILJ(  872): [0080] REGISTRATION_STATE
D/RILJ(  872): [0081] QUERY_NETWORK_SELECTION_MODE
D/AT  (  829): MUX[primary]: AT AT+CGACT?
D/AT  (  829): MUX[primary]: AT OK
D/AT  (  829): MUX[primary]: AT AT+CGDCONT?
D/AT  (  829): MUX[primary]: AT OK
D/RIL (  829): onRequest: OPERATOR
D/RILJ(  872): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  829): MUX[primary]: AT
AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
D/AT  (  829): MUX[primary]: AT +COPS: 0,0,242 05
D/AT  (  829): MUX[primary]: AT +COPS: 0,1,242 05
D/AT  (  829): MUX[primary]: AT +COPS: 0,2,24205
D/AT  (  829): MUX[primary]: AT OK
D/RIL (  829): onRequest: GPRS_REGISTRATION_STATE
D/RILJ(  872): [0078] OPERATOR {242 05, 242 05, 24205}
D/AT  (  829): MUX[primary]: AT AT+CGREG?
D/AT  (  829): MUX[primary]: AT +CGREG: 2,1,03FC,08D5
D/AT  (  829): MUX[primary]: AT OK
D/RIL (  829): onRequest: REGISTRATION_STATE
D/RILJ(  872): [0079] GPRS_REGISTRATION_STATE {1, 1020, 2261}
D/AT  (  829): MUX[primary]: AT AT+CREG?
D/AT  (  829): MUX[primary]: AT +CREG: 2,1,03FC,08D5
D/AT  (  829): MUX[primary]: AT OK
D/RIL (  829): onRequest: QUERY_NETWORK_SELECTION_MODE
D/RILJ(  872): [0080] REGISTRATION_STATE {1, 1020, 2261}
D/AT  (  829): MUX[primary]: AT AT+COPS?
D/AT  (  829): MUX[primary]: AT +COPS: 0,2,24205
D/AT  (  829): MUX[primary]: AT OK
D/RILJ(  872): [0081] QUERY_NETWORK_SELECTION_MODE {0}
D/GSM (  872): Poll ServiceState done:  oldSS=[0 home 242 05 242
05 24205 ] newSS=[0 home 242 05 242 05 24205 ] oldGprs=0 newGprs=0
oldType=unknown newType=unknown

I tried loading the browser, but nothing showed up (or happened
either).  Like you I don't know how else to activate the APN.  Let me
know if you want me to rty anything else.

Aitch
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Michael Trimarchi

Hi,

new version released :)

- caller waiting read and set

The read function was taken from McNeil Implementation (thanks a lot) 
and I add the setting.


Michael

___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org


Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Jim Ancona
Here's an interesting log capture. I'm using FS 14.3,
freerunner-ril.so dated February 27 09 16:12:10 and kernel v13. I
switched from have my carrier (ATT) selected to automatic selection
and got the trace below. Based on the Error creating PPP options
file: /data/misc/ppp/options.gprs. message near the end, I added the
following line to init.rc and tried again:

mkdir /data/misc/ppp 0771 radio system

I then rebooted and tried again. The log is below. No error creating
PPP options file, but still no connection.

Any suggestions?

Jim

Before init.rc changed:

D/RIL (  828): onRequest: QUERY_NETWORK_SELECTION_MODE
D/RILJ(  870): [0850] REGISTRATION_STATE {1, 6013, 34562}
D/AT  (  828): MUX[primary]: AT AT+COPS?
D/AT  (  828): MUX[primary]: AT +COPS: 0,2,310410
D/AT  (  828): MUX[primary]: AT OK
D/RIL (  828): onRequest: GET_PREFERRED_NETWORK_TYPE
D/RILJ(  870): [0851] QUERY_NETWORK_SELECTION_MODE {0}
D/RILJ(  870): [0852] RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE {1}
D/GSM (  870): Poll ServiceState done:  oldSS=[0 home ATT null
310410 (manual)] newSS=[0 home ATT null 310410 ] oldGprs=1 newGprs=0
oldType=unknown newType=unknown
D/GSM (  870): [DataConnectionTracker] ***trySetupData due to gprsAttached
D/GSM (  870): [DataConnectionTracker] Create from allApns : [ATT
Gophone, wap.cingular, , http://mmsc.cingular.com,
wireless.cingular.com, 80, , *]
D/GSM (  870): [DataConnectionTracker] Setup watingApns : [ATT
Gophone, wap.cingular, , http://mmsc.cingular.com,
wireless.cingular.com, 80, , *]
D/GSM (  870): [PdpConnection] Connecting to carrier: 'ATT
Gophone' APN: 'wap.cingular' proxy: '' port: '
D/RILJ(  870): [0853] SETUP_DEFAULT_PDP wap.cingular
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT AT+CGDCONT?
D/AT  (  828): MUX[primary]: AT OK
D/RILJ(  870): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT AT+CGDCONT?
D/AT  (  828): MUX[primary]: AT OK
D/RILJ(  870): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT AT+CGDCONT?
D/AT  (  828): MUX[primary]: AT OK
D/RILJ(  870): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT AT+CGDCONT?
D/AT  (  828): MUX[primary]: AT OK
D/RIL (  828): onRequest: SETUP_DEFAULT_PDP
D/RIL (  828): requesting data connection to APN 'wap.cingular'
E/RIL (  828): Error creating PPP options file: /data/misc/ppp/options.gprs.
D/RILJ(  870): [UNSL] PDP_CONTEXT_CHANGED []
D/RILJ(  870): [0853] SETUP_DEFAULT_PDP {1, gprs}
D/GSM (  870): [PdpConnection] PDP connecting to datalink
D/GSM (  870): [PdpConnection] PDP setup on cid = 1

After init.rc changed:

D/RIL (  828): onRequest: REGISTRATION_STATE
D/RILJ(  870): [0096] GPRS_REGISTRATION_STATE {1, 6204, 20337}
D/AT  (  828): MUX[primary]: AT AT+CREG?
D/AT  (  828): MUX[primary]: AT +CREG: 2,1,183C,4F71
D/AT  (  828): MUX[primary]: AT OK
D/RIL (  828): onRequest: QUERY_NETWORK_SELECTION_MODE
D/RILJ(  870): [0097] REGISTRATION_STATE {1, 6204, 20337}
D/AT  (  828): MUX[primary]: AT AT+COPS?
D/AT  (  828): MUX[primary]: AT +COPS: 0,2,310410
D/AT  (  828): MUX[primary]: AT OK
D/RIL (  828): onRequest: GET_PREFERRED_NETWORK_TYPE
D/RILJ(  870): [0098] QUERY_NETWORK_SELECTION_MODE {0}
D/GSM (  870): Poll ServiceState done:  oldSS=[0 home ATT null
310410 (manual)] newSS=[0 home ATT null 310410 ] oldGprs=1 newGprs=0
oldType=unknown newType=unknown
D/GSM (  870): [DataConnectionTracker] ***trySetupData due to gprsAttached
D/GSM (  870): [DataConnectionTracker] Create from allApns : [ATT
Gophone, wap.cingular, , http://mmsc.cingular.com,
wireless.cingular.com, 80, , *]
D/GSM (  870): [DataConnectionTracker] Setup watingApns : [ATT
Gophone, wap.cingular, , http://mmsc.cingular.com,
wireless.cingular.com, 80, , *]
D/GSM (  870): [PdpConnection] Connecting to carrier: 'ATT
Gophone' APN: 'wap.cingular' proxy: '' port: '
D/RILJ(  870): [0099] RIL_REQUEST_GET_PREFERRED_NETWORK_TYPE {1}
D/RILJ(  870): [0100] SETUP_DEFAULT_PDP wap.cingular
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT AT+CGDCONT?
D/AT  (  828): MUX[primary]: AT OK
D/RILJ(  870): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT AT+CGDCONT?
D/AT  (  828): MUX[primary]: AT OK
D/RILJ(  870): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  828): MUX[primary]: AT AT+CGACT?
D/AT  (  828): MUX[primary]: AT OK
D/AT  (  828): MUX[primary]: AT 

Re: [android-freerunner] Can anyone has tested gprs?

2009-02-27 Thread Harry Mutch
I tried the new ril.so you loaded.  Was able for the first time ever
to scan and show available operators :)

Didn't have any luck with roaming.  I have an internet APN set up but
I see that Jim had a wap one.  I will try again with a new wap APN.

D/RILJ(  932): [0222] SIGNAL_STRENGTH {21, 0}
D/AT  (  823): MUX[primary]: AT %CSQ:  16, 0, 1
D/AT  (  823): MUX[primary]: AT +CREG: 1,03FC,08D5
D/RILJ(  932): [UNSL] NETWORK_STATE_CHANGED
D/RILJ(  932): [0223] OPERATOR
D/RILJ(  932): [0224] GPRS_REGISTRATION_STATE
D/RILJ(  932): [0225] REGISTRATION_STATE
D/RILJ(  932): [0226] QUERY_NETWORK_SELECTION_MODE
D/AT  (  823): MUX[primary]: AT AT+CGACT?
D/AT  (  823): MUX[primary]: AT OK
D/AT  (  823): MUX[primary]: AT AT+CGDCONT?
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: OPERATOR
D/RILJ(  932): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  823): MUX[primary]: AT
AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
D/AT  (  823): MUX[primary]: AT +COPS: 0,0,242 05
D/AT  (  823): MUX[primary]: AT +COPS: 0,1,242 05
D/AT  (  823): MUX[primary]: AT +COPS: 0,2,24205
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: GPRS_REGISTRATION_STATE
D/RILJ(  932): [0223] OPERATOR {242 05, 242 05, 24205}
D/AT  (  823): MUX[primary]: AT AT+CGREG?
D/AT  (  823): MUX[primary]: AT +CGREG: 2,1,03FC,08D5
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: REGISTRATION_STATE
D/RILJ(  932): [0224] GPRS_REGISTRATION_STATE {1, 1020, 2261}
D/AT  (  823): MUX[primary]: AT AT+CREG?
D/AT  (  823): MUX[primary]: AT +CREG: 2,1,03FC,08D5
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: QUERY_NETWORK_SELECTION_MODE
D/RILJ(  932): [0225] REGISTRATION_STATE {1, 1020, 2261}
D/AT  (  823): MUX[primary]: AT AT+COPS?
D/AT  (  823): MUX[primary]: AT +COPS: 0,2,24205
D/AT  (  823): MUX[primary]: AT OK
D/RILJ(  932): [0226] QUERY_NETWORK_SELECTION_MODE {0}
D/GSM (  932): Poll ServiceState done:  oldSS=[0 home 242 05 242
05 24205 ] newSS=[0 home 242 05 242 05 24205 ] oldGprs=0 newGprs=0
oldType=unknown newType=unknown
D/AT  (  823): MUX[primary]: AT %CSQ:  19, 0, 2
D/AT  (  823): MUX[primary]: AT %CSQ:  16, 0, 1
D/RILJ(  932): [0227] SIGNAL_STRENGTH
D/RIL (  823): onRequest: SIGNAL_STRENGTH
D/AT  (  823): MUX[primary]: AT AT+CSQ
D/AT  (  823): MUX[primary]: AT +CSQ: 16,0
D/AT  (  823): MUX[primary]: AT OK
D/RILJ(  932): [0227] SIGNAL_STRENGTH {16, 0}
D/AT  (  823): MUX[primary]: AT %CSQ:  22, 0, 2
D/AT  (  823): MUX[primary]: AT %CSQ:  16, 0, 1
D/AT  (  823): MUX[primary]: AT +CREG: 1,03FC,08D7
D/RILJ(  932): [UNSL] NETWORK_STATE_CHANGED
D/RILJ(  932): [0228] OPERATOR
D/RILJ(  932): [0229] GPRS_REGISTRATION_STATE
D/RILJ(  932): [0230] REGISTRATION_STATE
D/RILJ(  932): [0231] QUERY_NETWORK_SELECTION_MODE
D/AT  (  823): MUX[primary]: AT AT+CGACT?
D/AT  (  823): MUX[primary]: AT OK
D/AT  (  823): MUX[primary]: AT AT+CGDCONT?
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: OPERATOR
D/RILJ(  932): [UNSL] PDP_CONTEXT_CHANGED []
D/AT  (  823): MUX[primary]: AT
AT+COPS=3,0;+COPS?;+COPS=3,1;+COPS?;+COPS=3,2;+COPS?
D/AT  (  823): MUX[primary]: AT +COPS: 0,0,242 05
D/AT  (  823): MUX[primary]: AT +COPS: 0,1,242 05
D/AT  (  823): MUX[primary]: AT +COPS: 0,2,24205
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: GPRS_REGISTRATION_STATE
D/RILJ(  932): [0228] OPERATOR {242 05, 242 05, 24205}
D/AT  (  823): MUX[primary]: AT AT+CGREG?
D/AT  (  823): MUX[primary]: AT +CGREG: 2,1,03FC,08D7
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: REGISTRATION_STATE
D/RILJ(  932): [0229] GPRS_REGISTRATION_STATE {1, 1020, 2263}
D/AT  (  823): MUX[primary]: AT AT+CREG?
D/AT  (  823): MUX[primary]: AT +CREG: 2,1,03FC,08D7
D/AT  (  823): MUX[primary]: AT OK
D/RIL (  823): onRequest: QUERY_NETWORK_SELECTION_MODE
D/RILJ(  932): [0230] REGISTRATION_STATE {1, 1020, 2263}
D/AT  (  823): MUX[primary]: AT AT+COPS?
D/AT  (  823): MUX[primary]: AT +COPS: 0,2,24205
D/AT  (  823): MUX[primary]: AT OK
D/RILJ(  932): [0231] QUERY_NETWORK_SELECTION_MODE {0}
D/GSM (  932): Poll ServiceState done:  oldSS=[0 home 242 05 242
05 24205 ] newSS=[0 home 242 05 242 05 24205 ] oldGprs=0 newGprs=0
oldType=unknown newType=unknown
D/RILJ(  932): [0232] SIGNAL_STRENGTH
D/RIL (  823): onRequest: SIGNAL_STRENGTH
D/AT  (  823): MUX[primary]: AT AT+CSQ
D/AT  (  823): MUX[primary]: AT +CSQ: 17,0
D/AT  (  823): MUX[primary]: AT OK
D/RILJ(  932): [0232] SIGNAL_STRENGTH {17, 0}
___
android-freerunner mailing list
android-freerunner@android.koolu.org
http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org