Re: [android-kernel] Re: [android-porting] [PM] about late resume, when PowerManagerService write on to /sys/power/state to call late resume?

2010-04-20 Thread Dianne Hackborn
On Wed, Apr 14, 2010 at 3:46 PM, Deva R wrote: > Note that in android (for that matter, universally in java) java > applications cant access system resources (sys/power/state file in this > case) directly, as they have to bypass VM (dalvik in android). > Sorry, that isn't true. If the process r

Re: [android-kernel] Re: Oprofile not working

2010-04-20 Thread Akash Choudhari
Not sure if they will apply straight on your kernel You will have to pull in these two patches ~ Patch 1: Enabling oprofile in zoom2_defconfig * Disabling oprofile ARMv7 by default * Currently we are using ARMv6 target http://git.omapzoom.org/?p=kernel/omap.git;a=commitdiff_plain;h=3b264cae0

[android-kernel] Improve the Booting time in Android

2010-04-20 Thread aravind
Hi All, I want to improve the boot time for my android device. Suggest, which part of the source code in android I have to look to reach my requirement. I am looking to reduce the boot time from 100 sec to the 45 sec for my device. Suggestion please, Thanks in advance. Regards Aravind -- unsu

Re: [android-kernel] display problem in devkit8000

2010-04-20 Thread Wang Michael
Please refer to http://gitorious.org/0xlab-kernel/kernel to find some help. That site is very active. Br, Michael Wang 2010/4/19 anil > hello all, > > I have build the Android eclair kernel with devkit patch. but i am not > able to see the display on the board. i am getting the following > er

[android-kernel] Re: Android Kernel

2010-04-20 Thread Robin
For boot process and some file system information, you may also refer: http://oldfield.wattle.id.au/luv/boot.html And for any generic reference to the linux file system and kernel, use the bible:(Understanding the Linux Kernel) http://wiki.nectec.or.th/ngiwiki/bin/viewfile/Main/Kritsana_Deliverable

[android-kernel] Improve the Booting time in Android

2010-04-20 Thread aravind
Hi All, I want to improve the boot time for my android device. Suggest, which part of the source code in android I have to look to reach my requirement. I am looking to reduce the boot time from 100 sec to the 45 sec for my device. Suggestion please, Thanks in advance. Regards Aravind -- unsu

[android-kernel] [patch] MSM7201 usb driver v23

2010-04-20 Thread Andrew de Quincey
Hi, here's a very-close-to-working new version of my patch which has unloadable function and host mode modules, yet also maintains the mass_storage device nodes at all times to keep the android userspace happy. See http://adq.livejournal.com/100734.html for an explanation of how this is done (aka t

[android-kernel] SCSI support

2010-04-20 Thread ixtiyor
Hello all, I am a newbie and just started learning android. I want to develop application which works with SCSI devices directly. My question is: 1) Has any support of SCSI interface in android kernel? 2) If kernel supports it, which library should I include to develop application? 3) If no sol

[android-kernel] Re: Oprofile not working

2010-04-20 Thread Ashu
Hi All, I am using Android 1.6 on OMAP3430 Board. With This SDK I have kernel which is android-2.6.26. When I want to add profile support, It shows only below two lines .config file of kernel folder. CONFIG_OPROFILE=y CONFIG_HAVE_OPROFILE=y But I do not see CONFIG_OPROFILE_OMAP_GPTI

[android-kernel] Re: [PM] about late resume, when PowerManagerService write on to /sys/power/state to call late resume?

2010-04-20 Thread GeunSik Lim (invain)
I think that below paper will help you to implement resuming mode on Android :) Good Luck. * http://www.kernel.org/doc/ols/2006/ols2006v2-pages-25-34.pdf ( "Improving Linux Startup Time Using Software Resume" ) On 4월15일, 오전7시46분, Deva R wrote: > >> when the PowerManagerService( > >>PowerMan