Re: [android-kernel] How to skip all the boot-up display screens

2014-08-29 Thread Anthony Wang
Hi, My tablet has a YunOS. I try to install several root tools but all failed. Do you know a root tool that will work for the YunOS? Best Regards, Anthony 2014-08-26 18:53 GMT+08:00 trevd : > @Girish The bootanimation service is already disabled in the init.rc ... > that's i

Re: [android-kernel] How to skip all the boot-up display screens

2014-08-24 Thread Anthony Wang
> Thanks > Girish > ------ > From: Anthony Wang > Sent: ‎25-‎08-‎2014 10:52 AM > To: android-kernel > Subject: [android-kernel] How to skip all the boot-up display screens > > Hi, >How do I skip all the boot-up display screens (include the slide to > start) an

[android-kernel] How to skip all the boot-up display screens

2014-08-24 Thread Anthony Wang
Hi, How do I skip all the boot-up display screens (include the slide to start) and go right into my APP in Android? Best Regards, Anthony -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message

[android-kernel] Re: android buttons (HOME, MENU, VOL....)

2013-02-26 Thread Anthony Russello
linux/gpio_event.h and drivers/input/misc/gpio_event.c. Alternatively, you can go the other route of using a gpio_keys device. Thanks, Anthony On Friday, 22 February 2013 05:34:48 UTC-5, Jf Simon wrote: > > Hi > We are building an ARM based device that will run android. How do we tell &

Re: [android-kernel] does the apanic driver droped.

2013-02-04 Thread Anthony Davis
Remove me On Friday, February 1, 2013, yingchun li wrote: > hi, > In the repo from ANDROID kernel/common, with the branch android-3.4, > the drivers/misc/apanic > driver is removed, does anybody know why it is removed? > I have pull the kernel/msm 3.4, and the apanic exists, but cannot pa

[android-kernel] error in repo init

2011-12-04 Thread Anthony Wang
I am following the source.android.com web site and trying to download the source: repo init -u https://android.googlesource.com/platform/manifest But got the following error: fatal: Cannot get https://android.googlesource.com/tools/repo/clone.bundle fatal: error unknown url type: https Please

[android-kernel] build android kernel

2011-11-28 Thread Anthony Wang
We have followed the instructions on the http://source.android.com/source/initializing.html But when we trying to install the necessary packages we get some error message: sudo apt-get install git-core gnupg flex bison gperf build-essential \ > zip curl zlib1g-dev libc6-dev lib32ncurses5-dev i

Re: [android-kernel] after downlaoding kernal

2010-05-17 Thread Anthony
On Mon, May 17, 2010 at 12:38 AM, dhaval shah wrote: > Hi everybody, > >   first of all thanks a lot for giving nice responses to question. >   with help of android-kernal forum member i have already downloaded > kernal "kernel" >   by using following command. >        git clone http

Re: [android-kernel] Eclair Cache Problem

2010-05-14 Thread Anthony
This turned out to be an issue in ashmem.c and has been resolved. On Thu, May 13, 2010 at 10:42 PM, Seth Forshee wrote: > On Wed, May 12, 2010 at 02:48:16PM -0500, Seth Forshee wrote: >> +static inline int other_file_pages(void) >> +{ >> +#ifdef CONFIG_SWAP >> +     return global_page_state(NR_FI

Re: [android-kernel] android-kernel devlopment eagerly wait to start

2010-05-13 Thread Anthony
http://source.android.com git clone git://android.git.kernel.org/kernel/common On Thu, May 13, 2010 at 5:42 AM, dhaval shah wrote: > Hi All, > >  i have already worked on linux kernel and now i want to start working on > android kernel . >  please help me and explain how i can start working on i

[android-kernel] Eclair Cache Problem

2010-05-07 Thread Anthony
After switching my phone from Donut to Eclair, I've been experiencing a lot of performance issues. The phone will work well for a while but after 15 or 20 minutes of clicking through the UI, it will become almost completely unresponsive and mostly stay that way. The CPU usage is pretty low, and the

Re: [android-kernel] shell commands in android - documentation

2010-04-26 Thread Anthony
toolbox contains most of the commands similar to what you mentioned. You could modify it in system/core/toolbox to add this additional functionality in a similar fashion to busybox. Most of the items on the page you linked are not shell commands. I think these types of questions would be more app

[android-kernel] Re: OOM Kill Limit

2009-10-12 Thread Anthony
and 15 are quite hight, so if the problem is just the limits it means the > working set for your build of Android is significantly larger than that of > the stock system.  Have you made sure that you have the android out of > memory killer built in your kernel? > > > > On Thu, O

[android-kernel] OOM Kill Limit

2009-10-12 Thread Anthony
The device I'm working on isn't killing processes early enough, and I was wondering where I can change this limit. It seems like mm/ page_alloc.c and mm/oom_kill.c are related, but I don't understand the "zone"s involved. My device starts having a ton of page faults and visually lagging, but ther