[android-developers] Re: Can Android 2.X connect to 3G and Wifi data networks simultaneously?

2010-08-26 Thread paul2000
I'm currently facing the same problem - we are developping some applications for wireless carriers in U.S and they requires these applications can only use 3G connection when both 3G and WIFI are available. Can google please address this problem? -Paul On Jul 14, 2:14 pm, RickB

[android-developers] problem import com.android.internal.os

2010-04-23 Thread paul2000
Hi, I'm tring to import com.android.internal.os in my android app but Eclipse complains The import com.android.internal.os cannot be resolved Any body saw similar problem before? Thanks! -Paul -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: how to save a temporary file to /cache

2010-04-23 Thread paul2000
of My College Lifehttp://mycollegelife.org On Apr 22, 2:20 am, paul2000 hubao...@gmail.com wrote: any idea about this issue?  thanks! On Apr 21, 11:49 am, paul2000 hubao...@gmail.com wrote: Hi, I created an android application. This application calls C native library which

[android-developers] Re: problem import com.android.internal.os

2010-04-23 Thread paul2000
Thanks Mark for the comments! now I know it's not feasible to use it in my app since it's based on SDK. -Paul On Apr 23, 11:18 am, Mark Murphy mmur...@commonsware.com wrote: paul2000 wrote: Hi, I'm tring to import com.android.internal.os in my android app but Eclipse complains

[android-developers] Re: how to save a temporary file to /cache

2010-04-22 Thread paul2000
any idea about this issue? thanks! On Apr 21, 11:49 am, paul2000 hubao...@gmail.com wrote: Hi, I created an android application. This application calls C native library which requires save a temporary file to /cache. However the permission for /cache is  wrxwrx--- with uid=cache and gid

[android-developers] save a temporary file to /cache

2010-04-21 Thread paul2000
Hi, I created an android application. This application calls C native library which requires save a temporary file to /cache. However the permission for /cache is wrxwrx--- with uid=cache and gid=system. so the application is not allowed to save a file to /cache. Any workaround? Thanks for any

[android-developers] how to save a temporary file to /cache

2010-04-21 Thread paul2000
Hi, I created an android application. This application calls C native library which requires save a temporary file to /cache. However the permission for /cache is wrxwrx--- with uid=cache and gid=system. so the application is not allowed to save a file to /cache. Any workaround? Thanks for any

[android-developers] save a temporary file to /cache

2010-04-20 Thread paul2000
Hi, I created an android application. This application calls C native library which requires save a temporary file to /cache. However the permission for /cache is wrxwrx--- with uid=cache and gid=system. so the application is not allowed to save a file to /cache. Any workaround? Thanks for any