[android-porting] Low-level network data?

2009-10-07 Thread joao
Hi, I've been looking at the API's and didn't found a way to get low-level network data. It's straightforward to get cellid and location area code. But I'm also looking for rxlev, rxqual, BCCH channel, BSIC, etc (in GSM). And similar information on CDMA/UMTS. Anyone knows of a way to get this

[android-porting] Re: IP, GPRS in Android

2009-10-15 Thread joao
Hi, It's the Telephony stack. More information here: http://www.kandroid.org/android_pdk/telephony.html Also check the source code Java packages: android.telephony com.android.internal.telephony And the platform C code: hardware/ril (ril = Radio Interface Layer) JMG On Oct 15, 8:21 am, "NP.

[android-porting] Re: Test RIL on service layer

2009-10-15 Thread joao
Hello, Check out GSMPhoneTest.java. It's in: /frameworks/base/tests/CoreTests/com/android/internal/ telephony/GSM Or: http://www.google.com/codesearch/p?hl=fr&sa=N&cd=8&ct=rc#uX1GffpyOZk/tests/CoreTests/com/android/internal/telephony/gsm/GSMPhoneTest.java&q=invokeOemRilRequestStrings JMG On O

[android-porting] Re: IP, GPRS in Android

2009-10-19 Thread joao
Hello, Take a look at this thread: http://groups.google.com/group/android-porting/browse_thread/thread/21d5d270a793e876/a43f8e88bc433633?lnk=gst&q=ppp+gprs#a43f8e88bc433633 It might be what you're looking for. regards, Joao MG On Oct 19, 12:53 pm, "NP.hard" wrote: >

Re: 答复: [android-porting] Low-level net work data?

2009-10-30 Thread joao
d7042 I'm looking in into HTC's FieldTest app behaviour in order to find out what RIL requests/methods return low level radio information. regards, Joao MG On Oct 10, 6:26 am, "bryan.c.hsu" wrote: > Hi, > I think it maybe rely on the at commands provided by the baseband in