Re: [android-kernel] A simplest Application access "Content Provider"

2010-05-05 Thread Dianne Hackborn
Please don't spam questions across every android group in the world. On Wed, May 5, 2010 at 4:57 AM, wrote: > hi, > > Usually, we can inherit class "Activity" to access "Content Provider", such > as SMS/Contacts with following codes: > === > public class ActivityTest exte

[android-kernel] Re: Working MSM7201 usb host driver v2

2010-05-05 Thread Julian Pas
Hi Andrew, I've been looking for hacking the EHCI support for the Nexus One platform and was considering doing more or less the same as you do now for your Hero - backporting code from the Aurora project to the CyanogenMod version of the source tree. I had some talk with the cyanogen devs and they

Odp: [android-kernel] A simplest Application access "Content Provider"

2010-05-05 Thread Mateusz Kozak
Why are you posting this on Android-kernel not on android-platform? W dniu 2010-05-05 13:57 użytkownik napisał: hi, Usually, we can inherit class "Activity" to access "Content Provider", such as SMS/Contacts with following codes: === public class ActivityTest extends Act

[android-kernel] Re: Title bar display

2010-05-05 Thread Marek Pola
Please send this question to the android-developer mail list instead since it has nothing to do with the kernel itself. Thanks. /Marek On May 4, 7:25 am, Revathi K J Ramanan wrote: > Hi, > > Is it possible to disable title bar display dynamically after setting > the content view by setting the No

Re: [android-kernel] Re: Enabling watchdog

2010-05-05 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Tue, May 4, 2010 at 11:51 PM, Alok wrote: > Hi Greg > Thanks for your response. > Android watchdog is monitoring systemserver process and if it itself > gets stuck because of some reasons then syste

[android-kernel] A simplest Application access "Content Provider"

2010-05-05 Thread linlone9
hi, Usually, we can inherit class "Activity" to access "Content Provider", such as SMS/Contacts with following codes: === public class ActivityTest extends Activity { ... private void insertSms(String str_address, String content){ ContentResolver contentResolver

Re: [android-kernel] Improve the Booting time in Android

2010-05-05 Thread venkata Aravind
Sanjeev sharma ways sounds good... Using one of the his way.Is there a way to schedule the Android services a bit latter(Do it later) lets say 5 sec in the booting process. I observed the android services starting from the init.rc file. How to schedule the services in the boot up time so that h