[android-developers]How to get the data from LBS?

2010-12-21 Thread kevens hao
Use LBS, how to get the data? For example, hotel, restaurant, groggery info and so on. -- 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,

Re: [android-developers]How to get the data from LBS?

2010-12-21 Thread kevens hao
Like Foursquare, I want to develop an application which can get the location and get the useful info(hotel, restaurant, groggery info and so on) around the location. So how to get the useful info? -- You received this message because you are subscribed to the Google Groups Android

[android-developers] How to remove Android sms notification?

2010-12-03 Thread kevens hao
I want to remove notification when SMS comes in general inbox. Is it possible... If yes then how... I got many site where is metion this is not possible through code... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] [Android] If modify framework layer code, how to debug it validly?

2010-11-25 Thread kevens hao
Now i modify framework code in source code, so every time i must rebuild the whole source code and view the result. Any debug skill to improve the effect? Thanks. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-17 Thread kevens hao
I have found the solution. (AssertsManager, InputStream, OutputStream) Thanks. 2010/10/15 kevens hao ithjf.kev...@gmail.com Hi Marcin, I add the APKs into assets folder. But how to get the APK from the resource and install it? Thanks. 2010/10/14 Marcin Orlowski webnet.andr...@gmail.com

Re: [android-developers] [Android] java.lang.RuntimeException: Unable to start activity ComponentInfo

2010-10-14 Thread kevens hao
I cannot use debugger when run monkey test. (monkey test likes windows mobile's hopper test.) From the log, the crashing code is super.onRestoreInstanceState(). 2010/10/14 TreKing treking...@gmail.com On Wed, Oct 13, 2010 at 8:55 PM, kevens hao ithjf.kev...@gmail.comwrote: I do

Re: [android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-14 Thread kevens hao
Hi Marcin, I add the APKs into assets folder. But how to get the APK from the resource and install it? Thanks. 2010/10/14 Marcin Orlowski webnet.andr...@gmail.com On 14 October 2010 04:36, kevens hao ithjf.kev...@gmail.com wrote: Now have some APKs, and want wrap these APKs into one

[android-developers] [Android] java.lang.RuntimeException: Unable to start activity ComponentInfo

2010-10-13 Thread kevens hao
When invoke super.onRestoreInstanceState, occur exception. [Code] @Override protected void onRestoreInstanceState(Bundle savedInstanceState) { Log.d(LOGTAG, + onRestoreInstanceState()); mFrequency = savedInstanceState.getInt(Constants.CURRENT_FRE);

Re: [android-developers] [Android] java.lang.RuntimeException: Unable to start activity ComponentInfo

2010-10-13 Thread kevens hao
Hi TreKing, I do not understand your means. Can you explain it clearly? [Note] This exception occurs when run monkey test. If test it manually, cannot reproduce it. 2010/10/13 TreKing treking...@gmail.com On Wed, Oct 13, 2010 at 2:41 AM, kevens hao ithjf.kev...@gmail.comwrote: When invoke

[android-developers] [android] How to wrap multi APK into one Installation package?

2010-10-13 Thread kevens hao
Now have some APKs, and want wrap these APKs into one installation package. How to do it? -- 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

[android-developers] Cannot share audio file by MMS, and how to solve this case?

2010-09-30 Thread kevens hao
I use the following code to share audio file by MMS, but always show Sorry, you cannot add this audio to your message. By blutooth, can share the audio successfully. [Code] String uriString = file://+fileString; Uri uri = Uri.parse(uriString); Intent it = new Intent(Intent.ACTION_SEND);

[android-developers] VM aborting on MediaScannerService scan

2010-09-27 Thread kevens hao
When I query the media store database, sometimes occur VM aborting on MediaScannerService. Please refer the attched log info. Version: android 2.2 [Log] 12-31 15:30:15.239: INFO/ActivityManager(1280): Start proc android.process.media for service com.android.providers.media/.MediaScannerService: