[android-kernel] Using Android wake alarms

2013-09-30 Thread Guru Prasad
Hi, I'm working with a fairly old version of the Linux kernel (v3.0) on the Android platform (4.1.1_r4). >From my understanding, it should be possible to wake the system from suspend so as long as I can request an alarm from ANDROID_ALARM_ELAPSED_REALTIME I'm trying to look at the Android platf

[android-kernel] Android Code that reads build.prop

2012-03-27 Thread Guru
Hi, I am trying to understand how the android VM Heap Size is set. I came across the tweaks that can be done to the build.prop by setting the dalvik.vm.heapsize Can anyone point me the code that reads the build.prop after the boot? Regards, Guru. -- unsubscribe: android-kernel+unsubscr

[android-kernel] Android-BootTime

2011-04-12 Thread guru sagar
Hi Developers, I am doing one project there i got struck at one point. i need to know hardware processing time like Boot time, Time to enter/exit standby ,Application launch time etc. Thank you in advance Thanks, Gurusagar -- unsubscribe: android-kernel+uns

[android-kernel] system reboot - How to get the crash dump.

2010-04-29 Thread guru
HI All, My system some times reboots if I repeatedly use Wifi application. How to get crash dump? What procedure/technique Android developers use in order to get the crash dump. if i use adb shell, the shell doesnot responds when it hangs and starts rebooting. Any other method to debug this type

[android-kernel] Re: enabling bluez logs

2010-04-27 Thread guru
http://lwn.net/Articles/286191/ > > -PN > > On Apr 15, 10:58 am, guru wrote: > > > Hi All, > > > I want to enable bluez logs. Can any one let me know the steps to > > enable the same?. > > > Thanks > > Gururaja B O > > -- > unsubscribe: and

[android-kernel] Re: enabling bluez logs

2010-04-27 Thread guru
. > > > > On Thu, Apr 15, 2010 at 3:59 PM, Deva R wrote: > > just running logcat will bring out existing logs.. > > run "logcat &" from shell or adb. > > > PS. > > >http://pdk.android.com/online-pdk/guide/bluetooth.html#androidBluetoo... >

[android-kernel] enabling bluez logs

2010-04-14 Thread guru
Hi All, I want to enable bluez logs. Can any one let me know the steps to enable the same?. Thanks Gururaja B O -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel To unsubscribe, reply using "remove me" as the subject.

[android-kernel] Re: [android-porting] Re: unable to un-load the Bluetooth module

2010-04-07 Thread guru
n Tue, Apr 6, 2010 at 5:12 PM, Pavan Savoy wrote: > > >>>http://www.mail-archive.com/android-kernel@googlegroups.com/msg00825 > > >>> On Tue, Apr 6, 2010 at 9:51 AM, Pavan Savoy wrote: > > >>>> Yes, Have seen it too :( > >>>> module

[android-kernel] Re: unable to un-load the Bluetooth module

2010-04-07 Thread guru
o :( > >> module usage count doesn't reduce once accessed from UI. No idea WHY... > > >> So we started loading it during boot. > > >> On Tue, Apr 6, 2010 at 12:22 AM, guru wrote: > > >>> Hi Bheemsen, > > >>> In unsuccessful case,