Re: [android-kernel] Optimizing the boot time of android embedded devices

2011-08-24 Thread NilesH Somani
I agree about the memory problems in flash. But next generation smartphones will be having SSD's.. Not much restriction on number of writes plus access time. and samsung and toshiba have already started with the release. http://www.trustedreviews.com/news/Toshiba-Reveals-128GB-Smartphone-Flash-Me

Re: [android-kernel] Optimizing the boot time of android embedded devices

2011-08-24 Thread Tim Bird
On 08/24/2011 10:54 AM, NilesH Somani wrote: > Thank u sir > So basically the init process slow downs the android boot up time.. I would word it differently. The part of the boot where 'init' is running is usually the longest part. > Recently i came accross a link which showed the booting of andr

Re: [android-kernel] Optimizing the boot time of android embedded devices

2011-08-24 Thread NilesH Somani
Thank u sir So basically the init process slow downs the android boot up time.. Recently i came accross a link which showed the booting of android that is the display of the home screen in 1 sec.. http://www.linuxfordevices.com/c/a/News/Ubiquitous-QuickBoot/?kc=LNXDEVNL032410 On Wed, Aug 24, 201

[android-kernel] Re: Fwd: error in drivers/rtc/alarm.c

2011-08-24 Thread Ashay
Hi, >>>drivers/rtc/alarm.c:17:27: error: asm/mach/time.h: No such file or directory You can find this file : arch//include/asm/mach/time.h For ARM architecture: arch/arm/include/asm/mach/time.h >>>drivers/rtc/alarm.c:335: warning: format ‘%d’ expects type ‘int’, but >>>argument 2 has type ‘long

[android-kernel] ffmpeg jni codec issue

2011-08-24 Thread Naveen
Hello Android Community , I am facing issue for play large video Android is not allowing me to place the large video on surface, it's Android - firmware(Video view) limitation, so resolving this issue need codec interface for place video on surface. i am trying to integrate codec using JAVA JNI

[android-kernel] Re: Fwd: error in drivers/rtc/alarm.c

2011-08-24 Thread Ashay
Hi, >>drivers/rtc/alarm.c:17:27: error: asm/mach/time.h: No such file or directory You can find this file: arch//include/asm/mach/ time.h. For ARM architecture: arch/arm/include/asm/mach/time.h >>drivers/rtc/alarm.c:335: warning: format ‘%d’ expects type ‘int’, but >>argument 2 has type ‘long in

Re: [android-kernel] pppd and setuid

2011-08-24 Thread Steve Modica
On Aug 24, 2011, at 11:18 AM, Chris Stratton wrote: > On Wednesday, August 24, 2011 9:55:55 AM UTC-4, Steve Modica wrote: > Would a more acceptable solution for the generic case be to use port > forwarding and non-root apps that just access that port? > In that way, we could create simple apps

Re: [android-kernel] pppd and setuid

2011-08-24 Thread Chris Stratton
On Wednesday, August 24, 2011 9:55:55 AM UTC-4, Steve Modica wrote: > > Would a more acceptable solution for the generic case be to use port > forwarding and non-root apps that just access that port? > In that way, we could create simple apps to access our embedded device > router and not requir

Re: [android-kernel] pppd and setuid

2011-08-24 Thread Chris Stratton
On Wednesday, August 24, 2011 9:55:55 AM UTC-4, Steve Modica wrote: > > Would a more acceptable solution for the generic case be to use port > forwarding and non-root apps that just access that port? > In that way, we could create simple apps to access our embedded device > router and not requir

Re: [android-kernel] pppd and setuid

2011-08-24 Thread Steve Modica
On Aug 23, 2011, at 10:03 PM, Chris Stratton wrote: > On Tuesday, August 23, 2011 9:56:59 AM UTC-4, Steve Modica wrote: > I swear I saw apps installing that said something like "this app requires > superuser access" (perhaps sshdroid). What are those doing? > > They are leveraging a common aft

Re: [android-kernel] Not getting early print logs even-though I enabled CONFIG_DEBUG_LL

2011-08-24 Thread jagan
Hi, as your saying I have some config like CONFIG_MSM_DEBUG_UART3 in my platform. Even with this change also I couldn't get any logs. Due to very less info in google for msm I am unable to proceed further. Could you help on this issue. Thanks for your time. Regards, Jagan On Tue, Aug 23, 2011