[android-developers] meeting trouble when i am try to build my apk using the source code

2012-10-16 Thread Nio
Dear, I am try to build a apk using android source code but meet a error when build.When I use command mmm framework/base/samples to build the apk,it prompts like below: make: Entering directory `/home/luodaliang/android4' touch out/target/common/obj/APPS/Helloapk_intermediates/src/R.stamp

[android-developers] Re: meeting trouble when i am try to build my apk using the source code

2012-10-16 Thread Nio
I can't attach my source file . But I guess it is fine. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: meeting trouble when i am try to build my apk using the source code

2012-10-16 Thread Nio
then the AOSP support groups are here: http://source.android.com/community/index.html On Tuesday, October 16, 2012 10:00:19 AM UTC+1, Nio wrote: I can't attach my source file . But I guess it is fine. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] What is the differences between GPS start and GPS enable?

2009-06-08 Thread Nio
Hi buddy, I find that the UI Enable GPS satellites is used to enable receiving GPS data, but not to start GPS. Which UI is used to start GPS? I am not clearly understand why android to designed GPS so. If GPS is not started, then you can't use Enable GPS satellites to receive any data and it

[android-developers] Re: How to debug android source code using eclipse?

2009-05-14 Thread Nio
: http://developer.android.com/guide/developing/eclipse-adt.html On May 13, 7:33 am, Nio luodali...@gmail.com wrote: Hi , Is there a way to debug Android source code with eclipse? --~--~-~--~~~---~--~~ You received this message because you are subscribed

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

2009-05-14 Thread Nio
think there might be some thing incorrect somewhere. Can anybody give some advice? Thanks. Nio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] How to debug android source code using eclipse?

2009-05-13 Thread Nio
Hi , Is there a way to debug Android source code with eclipse? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

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

2009-04-20 Thread Nio
any one tell me where I am getting wrong? Thanks. Nio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

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

2009-04-19 Thread Nio
Hi Jude, Can you call the function getdefaultphone()? It can get the gsm default phone, and via this it can call the function invokeOemRilRequestStrings(). Hi David, If so, then what is invokeOemRilRequestStrings supposed to do? I think this is a extendable interface for OEM to call to send AT

[android-developers] How to develop a app for android?

2009-04-17 Thread Nio
Hi there, I have download eclipes, ADT,Jre, Android SDk, but how to use? I mean can i just use eclipes and import jars from Android SDK? And what ADT is supposed to be use for? Thanks BestRegards, Nio --~--~-~--~~~---~--~~ You received this message because you

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

2009-03-30 Thread Nio
Thanks all. On 3月30日, 下午10时59分, Evan JIANG first...@gmail.com wrote: Use this url:http://androidappdocs.appspot.com On Fri, Mar 27, 2009 at 2:09 PM, kingfu kingfu2...@gmail.com wrote: Now I am in China. --~--~-~--~~~---~--~~ You received this message

[android-developers] Re: Request to device test the Android Application

2009-03-28 Thread Nio
HI Niti, I have tested the app for you. When I enter the zip code 10024, and press Insert My Zip, it shows: Working... Searching your zip Code Trying to determine your zip code And then no thing comes up. Nio On 2月26日, 上午12时10分, Sena Gbeckor-Kove s...@imkon.com wrote: I'm retracting my

[android-developers] Where and how can I put my map for gps?

2009-03-27 Thread Nio
it is caused by map absence. And does anyone who knows where and how to add the map? What is the map's format? Thanks. Nio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Can any one who provide a gps test app?

2009-03-26 Thread Nio
Hi, Can any one who have develop a gps app? I'm looking for a app to test my android device. my email: luodali...@gmail.com Thanks, Nio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] How do the services communicate with each other?

2009-03-25 Thread Nio
. ThanksBestRegards, Nio --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Re: Request to device test the Android Application

2009-03-14 Thread Nio
Hi Niti, Have you already send me the copy? On 3月13日, 下午10时05分, nitichandra ingle nitichan...@gmail.com wrote: We have already done that part by using a KML file but before launching we need a final testing on the device. Any volunteer from US? who can do the testing as the device is ready

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

2009-03-13 Thread Nio
hi all, I can find that build.prop in the direction product/generic/system/ build, and there are some items like ro.build.id=TC3 etc. I want to add my modification here but i see there is a note says #autogenerated by buildinfo.sh. So I wonder where can I modify the string ro.kernel.android.gps

[android-developers] How can I install my GPS app to my device?

2009-03-12 Thread Nio
Hi there all, I download a app GPS.apk for my GPS test. I can install it to my emulator using adb install GPS.apk,but how can I install it in my real device? Thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] [RIL Problem] When SIM PIN is blocked, the ril can not function well.

2009-03-11 Thread Nio
Hi All, I have met a problem with the RIL. I am using reference ril to implement SIM PIN unlock function. When i use a pin blocked SIM card, the Android Java code through exceptions and the rild is repeatedly disconnected and reconnected. The at command response is correct and i suppose it is

[android-developers] [RIL Problem] When SIM PIN is blocked, the ril can not function well.

2009-03-11 Thread Nio
Hi All, I have met a problem with the RIL. I am using reference ril to implement SIM PIN unlock function. When i use a pin blocked SIM card, the Android Java code through exceptions and the rild is repeatedly disconnected and reconnected. The at command response is correct and i suppose it is

[android-developers] execption while loadling providers

2009-03-09 Thread Nio
hi all, When I try to start Location Manager, it throws exceptiones I post here: I/systemserver ( 44): starting Location Manager. D/LocationManagerService (44): constructed LocationManager Service E/LocationManagerService(44): Exception Loading Providers E/LocationManagerService(44):