[android-developers] Re: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
You mean I can't modify it? But how about add a item like that? I can't not find the place to add this properly. Can you tell me? Thanks. 2009/3/13 Jean-Baptiste Queru j...@android.com ro stands for read-only. Those can't be modified. JBQ On Fri, Mar 13, 2009 at 3:01 AM, Nio

[android-developers] Re: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
to be modified by applications. JBQ On Fri, Mar 13, 2009 at 8:30 AM, Daliang Luo luodali...@gmail.com wrote: You mean I can't modify it? But how about add a item like that? I can't not find the place to add this properly. Can you tell me? Thanks. 2009/3/13 Jean-Baptiste Queru j...@android.com

[android-developers] Re: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
On Fri, Mar 13, 2009 at 9:01 AM, Daliang Luo luodali...@gmail.com wrote: I know. But I am not meant to build a application. Now you can think that I am the OEM. I guess i can change or add some thing in the file build.prop. I saw lots of item like that there. 2009/3/13 Jean-Baptiste Queru j

[android-developers] Re: where can i modify ro.kernel.android.gps ?

2009-03-13 Thread Daliang Luo
e... I have found the group. Thanks for your help! : -) 2009/3/14 Daliang Luo luodali...@gmail.com Ah...Then which group i should join in? I thought this group is for developing rather than app... 2009/3/14 Jean-Baptiste Queru j...@android.com Ah, you just ended up in the wrong group

[android-developers] Re: why I can't access http://developer.android.com

2009-03-30 Thread Daliang Luo
Why? 2009/3/29 meaglith genednapara...@gmail.com All the appspot proxy server blocked. On Fri, Mar 27, 2009 at 7:41 PM, John johnliug...@gmail.com wrote: it doesn't matter, you can access it via proxy server. John On Mar 27, 2:34 pm, Eric Chan jude...@gmail.com wrote: If you being

[android-developers] Re: How can i import com.android.internal.phone?

2009-04-20 Thread Daliang Luo
Thanks Romain, then may be i can use telephonymanager to talk with the interfaces? 2009/4/20 Romain Guy romain...@google.com Don't. The package name says internal because it's a private API. Do NOT use it. On Mon, Apr 20, 2009 at 1:55 AM, Nio luodali...@gmail.com wrote: Hi there, I'm

[android-developers] Re: How can i import com.android.internal.phone?

2009-04-20 Thread Daliang Luo
But Romain, what should I do if I am trying to call the function invokeOemRilRequestStrings()? I am trying to send AT commands via this interface. 2009/4/20 Daliang Luo luodali...@gmail.com Thanks Romain, then may be i can use telephonymanager to talk with the interfaces? 2009/4/20 Romain

[android-developers] Re: How can i import com.android.internal.phone?

2009-04-20 Thread Daliang Luo
likely interfere with AT commands sent by the system itself, possibly leaving the radio in an inconsistent state. Also, this list is about developing using the SDK, which by definition excludes all the internal APIs. On Mon, Apr 20, 2009 at 8:42 AM, Daliang Luo luodali...@gmail.com wrote

[android-developers] Re: How to send AT command to the modem ?

2009-04-21 Thread Daliang Luo
Hi Jude, maybe the function can be call via the app within android itself. As you can see that lots of app in android itself. But cannot be call by app that developed with SDK. Nio 2009/4/21 Jude julien.dela...@gmail.com Hi all, Thanks a lot for your reativity. Just to clarigy some

[android-developers] Re: problem when debugging android application with eclipse

2009-05-18 Thread Daliang Luo
Hi Raphael, I try what you have said tonight and it seems like eclipse has connected to emulator. And I can see the logs coming out, but eclipse still reminds me error: Exception in thread main java.lang.UnsatisfiedLinkError: android.os.process.setArgV0[Ljava/lang/String;]V at

[android-developers] Re: problem when debugging android application with eclipse

2009-05-21 Thread Daliang Luo
Hi Raphael, Can you hear me ... 2009/5/18 Daliang Luo luodali...@gmail.com Hi Raphael, I try what you have said tonight and it seems like eclipse has connected to emulator. And I can see the logs coming out, but eclipse still reminds me error: Exception in thread main