[android-kernel] android kernel source

2014-11-03 Thread Mike Haefer
Hello Sirs I'm a beginner. I would like build a android kernel for the mobile phone "htc one m7". My question is which kernel source i should take from http://source.android.com/ ? sincerely Mike -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com

[android-kernel] Android Kernel Build on MacOSX

2014-11-03 Thread Gianluca Mezzetti
Hi, i'm trying to build the kernel on macos for the emulator. I have the aosp repository and the goldfish kernel downloaded, and I manage to build correctly the arm architecture using the script in external/qemu/distrib/build-kernel.sh with options --arch=arm. However, when it comes to x86, i h

[android-kernel] Android Kernel connections with HW

2013-12-04 Thread Rui Costa
I want to run Android as a UserSpace App on ARM's Cortex-A9 Trustzone. I wonder if anyone can give me some pointers on how to find out which connections the Android Kernel makes with the Hardware. I'm asking this since the objective is not to let Android access"directly" to the HW and I wanted

[android-kernel] Android kernel naming changes

2013-12-02 Thread Evan Y
Hello, I just started to play around with android kernel. I downloaded mako kernel from the repo and i compiled and was able to boot on my nexus 4. The default kernel version that i can find on About-Setting or cat /proc/version is "Linux version 3.4.0-perf-g6aa1c72 (android-bu...@vpbs1.mtv.c

[android-kernel] Android kernel setting the mac address

2013-07-25 Thread ben . suryn
Hi, so I'm trying to have the ability to set the mac address after the kernel has been compiled. I think there are two main ways of doing this. 1. In the kernel read a file and set the mac address accordingly. 2. Put a script in init that reads a file and sets the mac address. My progress so far

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-21 Thread Stephen Smalley
On 03/21/2013 04:14 AM, dywisdom...@gmail.com wrote: Which version is your android source code? Jelly Bean 4.2.2? Yes. Or master. -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-21 Thread dywisdomno1
Which version is your android source code? Jelly Bean 4.2.2? On Thursday, March 21, 2013 4:39:01 AM UTC+8, Stephen Smalley wrote: > > On 03/20/2013 04:59 AM, dywis...@gmail.com wrote: > > Thank you Stephen, I've just "git remote update" and "git fetch" my > > code. But I still got no goldfish_a

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-20 Thread Stephen Smalley
On 03/20/2013 04:59 AM, dywisdom...@gmail.com wrote: Thank you Stephen, I've just "git remote update" and "git fetch" my code. But I still got no goldfish_armv7_defconfig. Could you please provide me your way to compile and run the android-goldfish-3.4 kernel? git clone https://android.googleso

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-20 Thread dywisdomno1
Thank you Stephen, I've just "git remote update" and "git fetch" my code. But I still got no goldfish_armv7_defconfig. Could you please provide me your way to compile and run the android-goldfish-3.4 kernel? On Wednesday, March 20, 2013 1:29:56 AM UTC+8, Stephen Smalley wrote: > > On 03/19/2013

Re: [android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-19 Thread Stephen Smalley
On 03/19/2013 05:52 AM, dywisdom...@gmail.com wrote: Hi I was trying to use "smack" MAC in Android kernel. And I wanted to use SMACK64EXEC extended attribute which allows switching to another security context when executing a file. My problem is that only the linux kernel higher than 2.6.38.8 su

[android-kernel] Android kernel for goldfish that higher than 2.6.38.8

2013-03-19 Thread dywisdomno1
Hi I was trying to use "smack" MAC in Android kernel. And I wanted to use SMACK64EXEC extended attribute which allows switching to another security context when executing a file. My problem is that only the linux kernel higher than 2.6.38.8 support SMACK64EXEC extended attribute, but, As we al

[android-kernel] Android Kernel UVC Enabling (/dev/video0 node or device busy)

2013-01-17 Thread abhishek jain
Hello, I have been struggling with an issue related to v4l enabling in Android Kernel. Please suggest me appropriate place to post my question i found this email for contacting on linux-media website. I am trying to connect external UVC camera with android device. What i have done so far , I

[android-kernel] Android Kernel in the boot process and debugging?

2012-07-25 Thread 9exceptionThrower9
I'm trying to debug the Android phone while it is stuck in a "boot-loop". Are there (especially Android-approved) any tools that can help with printing any kernel messages to the console of my Linux terminal so I can at least see how far the phone gets in the boot stage process? Is BootChart

[android-kernel] Android Kernel - Initramfs script

2012-07-25 Thread Andrea Torlaschi
Hello world. I'm trying to change a bit the initramfs for Nexus S. https://github.com/legolas93/initramfs Take a look if you can. The problem is that the phone doesn't boot with this initramfs. I renamed stock init to initr Then created /sbin/init and /sbin/init2 Then symlinked /sbin/init to /

Re: [android-kernel] android kernel gives BridgedDispatchKM error in "bridged_pvr_bridge.c" while bootup

2012-06-06 Thread Nik SL
Hi Chiraq You will need SGX drivers from here http://code.google.com/android/nexus/drivers.html#panda i hope it help 2012/6/5 Chirag Shah > Hi All, > > I have Pandaboard ES working with compiled Android source code with > pre-built Android linux kernel. But now i have downloaded Android > l

[android-kernel] android kernel gives BridgedDispatchKM error in "bridged_pvr_bridge.c" while bootup

2012-06-04 Thread Chirag Shah
Hi All, I have Pandaboard ES working with compiled Android source code with pre-built Android linux kernel. But now i have downloaded Android linux kernel 3.0 source code and it gives me errors regarding PVR driver is not stable in "bridged_pvr_bridge.c". Error msg was like : "(Error): BridgedDis

Re: [android-kernel] Android Kernel Module Programming

2011-12-20 Thread Bridgette
. From: bloxtr To: android-kernel@googlegroups.com Sent: Tuesday, December 20, 2011 10:19 AM Subject: [android-kernel] Android Kernel Module Programming I've programmed a kernel module. The module is part of a thesis on the subject of Smartphone Security. The module reads a file and sen

[android-kernel] Android Kernel Module Programming

2011-12-20 Thread bloxtr
I've programmed a kernel module. The module is part of a thesis on the subject of Smartphone Security. The module reads a file and send its content over a UDP socket. The module is working correctly on Ubuntu. I've compiled it for the right android kernel (2.6.29). Under Android: Insmod works

Re: [android-kernel] Android Kernel code.

2011-11-10 Thread manoj gupta
Hi, You can download full source code at www. *source*.*android*.com Regards Manoj On Tue, Nov 8, 2011 at 10:56 AM, Urmil Vyas wrote: > Hi, > > From where can I download the Android Linux Kernel source code for > Gingerbread release? It is not included in AOSP code. > > Regards, > Urmil Vyas > >

Re: [android-kernel] Android Kernel code.

2011-11-10 Thread Sandeep Sharma
Hi, kernel.org is down try codeauroraforum.org. regards sandeep On Tue, Nov 8, 2011 at 10:56 AM, Urmil Vyas wrote: > Hi, > > From where can I download the Android Linux Kernel source code for > Gingerbread release? It is not included in AOSP code. > > Regards, > Urmil Vyas > > -- > unsubscribe:

[android-kernel] Android Kernel code.

2011-11-09 Thread Urmil Vyas
Hi, >From where can I download the Android Linux Kernel source code for Gingerbread release? It is not included in AOSP code. Regards, Urmil Vyas -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Android kernel Logs

2011-08-12 Thread Ninja Turtle
Thank you. Of course the printk was just a starter :) Do give me some leads. On Thu, Aug 11, 2011 at 7:39 PM, J Freyensee wrote: > I believe you need to enable the 'DEBUG' macro; however, I don't work with > printk()'s in the kernel because you are not supposed to use them to begin > with, so

Re: [android-kernel] Android kernel Logs

2011-08-11 Thread J Freyensee
I believe you need to enable the 'DEBUG' macro; however, I don't work with printk()'s in the kernel because you are not supposed to use them to begin with, so I wouldn't know. I know pr_err(), pr_info(), need the DEBUG macro defined somewhere...if I'm working on a driver I just do a '#define DEBUG

[android-kernel] Android kernel Logs

2011-08-11 Thread Ninja
Dear All, I have been doing some modifications for study purpose on the android kernel. I started with simple printk statements in the /net directory of android kernel source(goldfish 2.6.29). I do not know where to look for logs in the kernel. A simple dmesg on the adb shell did not seem to show

[android-kernel] Android Kernel Internals & HAL

2011-06-08 Thread Nandu
Hello Everyone, Can someone help me to point on the right document or tutorial which can help me to learn the differences between Linux Kernel and Android Kernel with a deeper detail. I also want to implement some drivers in HAL. Also let me know what is the difference between Device Driver Devel

[android-kernel] Android kernel books

2011-05-16 Thread Shankar Athinarayanan
Hi, I was wondering if you know any good books specifically geared towards building custom roms/kernels? Thanks! -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Android Kernel source code

2011-04-13 Thread sowmya l s
Hi, How to get Android-kernel 2.6.32. if i do the following :: git clone git://android.git.kernel.org/kernel/common.git android- kernel latest kernel 2.6.36 is getting downloading. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Android Kernel Build Errors- Yaffs2 Errors

2011-03-14 Thread Su-Android
yaffs2 Build Error Using 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux I Had installed GIT git version 1.6.3.3 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b03) Java HotSpot(TM) Client VM (build 1.5.0_09-b03, mixed mode) repo version v1.7.3.1

[android-kernel] Android Kernel with NFC

2011-03-07 Thread spurwa
Dear all, Where can i get android kernel that support NFC (Near Field Communication) , please help me how to compile that kernel in Ubuntu 9.04...? thanks... -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Android-Kernel-regarding

2011-02-20 Thread Soumen Debnath
But what abut the rest of the things? On Sun, Feb 20, 2011 at 1:52 AM, Stefan Schake wrote: > Hey, > > HTC phones use a propietary bootloader that won't allow you to flash > using fastboot. You'll first have to gain root access on your current > system to flash a new bootloader. > Such discussio

Re: [android-kernel] Android-Kernel-regarding

2011-02-19 Thread Stefan Schake
Hey, HTC phones use a propietary bootloader that won't allow you to flash using fastboot. You'll first have to gain root access on your current system to flash a new bootloader. Such discussion is, however, offtopic for this list. Greetings 2011/2/19 SD : > Hello, Everyone. > > I have a HTC mobi

[android-kernel] Android-Kernel-regarding

2011-02-19 Thread SD
Hello, Everyone. I have a HTC mobile . The mobile description is as follows- Model Number : HTC Tattoo Firmware Version: 1.6 Kernel Version: 2.6.29-gf922713 htc-kernel@and18-2#117 Build Number: 1.67.720.8 CL#74492 release-keys Software Version: 1.67.720.8 I am a new bee

Re: [android-kernel] Android kernel 2.6.32

2011-02-12 Thread shyjumon
Hi Probably the following links will help you. Porting ARM Linux : http://www.glomationinc.com/PortingLinuxKernel.pdf http://www.mjmwired.net/kernel/Documentation/arm/Porting As an overvi

[android-kernel] Android kernel 2.6.32

2011-02-12 Thread tarek attia
Hi, I'm upgrading the android kernel for my board mini2440 instead of 2.6.27 to Linux kernel 2.6.32 ,and I have been searching for a while for this,so I'm asking how can i gonna start . Thanks & Regards , -- tarek -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://gr

Re: [android-kernel] android kernel

2010-12-07 Thread sanjeev sharma
Don't post incomplete information. Sanjeev Sharma On Tue, Dec 7, 2010 at 7:40 PM, amit wrote: > Where to get latest new android kernel like android 2.3. > > -- > unsubscribe: > android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel -- unsubscrib

[android-kernel] android kernel

2010-12-07 Thread amit
Where to get latest new android kernel like android 2.3. -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: 答复: [android-kernel] Android kernel

2010-11-29 Thread Arindam Roy
时间:* 2010年11月30日 8:53 > *收件人:* android-kernel@googlegroups.com > *主题:* Re: [android-kernel] Android kernel > > > > I can not understand why can not use GIT via dial up internet connection? > > On Mon, Nov 29, 2010 at 3:13 PM, amit wrote: > > How to compile android kernel

答复: [android-kernel] Android kernel

2010-11-29 Thread Kevin3_Wu
Haiqing 发送时间: 2010年11月30日 8:53 收件人: android-kernel@googlegroups.com 主题: Re: [android-kernel] Android kernel I can not understand why can not use GIT via dial up internet connection? On Mon, Nov 29, 2010 at 3:13 PM, amit wrote: How to compile android kernel 2.6.32 on my intel dual core

Re: [android-kernel] Android kernel

2010-11-29 Thread Hu Haiqing
I can not understand why can not use GIT via dial up internet connection? On Mon, Nov 29, 2010 at 3:13 PM, amit wrote: > How to compile android kernel 2.6.32 on my intel dual core processor > and build image. > I have dial up internet connection , so I can't use git clone > git://android.git.ker

[android-kernel] Android kernel

2010-11-29 Thread amit
How to compile android kernel 2.6.32 on my intel dual core processor and build image. I have dial up internet connection , so I can't use git clone git://android.git.kernel.org/ + project path. to suggest where to download a complete .gzip android kernel file like linux kernel. -- unsubscribe: an

[android-kernel] android kernel

2010-11-04 Thread xinren
I am a newbie on Android and Android kernel (I did some kernel work under Linux). I would like to ask a question as follows. Android phone devices always provide a usb mass storage device via its usb connection. Can I modify the kernel in such a way to programatically enable and disable the usb ma

Re: [android-kernel] [Android-kernel] SPI Sharing

2010-10-26 Thread hedwin
It depends a bit on the type of SoC you are using. So possibly you need to use GPIO lines to for the chipselect between the two devices. For each SPI device you can specify which GPIO line to use to select the connected SPI device. But as said all but the last question depend on the type of SoC.

[android-kernel] [Android-kernel] SPI Sharing

2010-09-26 Thread ChunYuShanShan
Dears: Due to limit hardware platform SPI port, we are considering to share one SPI port for two devices, such as WiFi and GPS. Has someone done like that? Do you have estimated workload? Is there any risky? Many thanks for sharing your information on SPI. -- Best Regards Winfang2000 ~~~

[android-kernel] Android kernel developer advocacy/guidance?

2010-07-13 Thread nature lover
Hello, Are there kernel developer advocates at Google who can at least point a new developer to where to look for information on issues like adding a new sensor device to an Android platform, etc? There seems to be no documentation at all about this in any of the Android web sites/pages. -- unsu

Re: [android-kernel] Android Kernel Vs Linux Kernel.

2010-07-08 Thread Anil Babu
hi, i think power management may consists of androisd. the shared memory also may contain it. On 7/5/10, padmapriyak wrote: > Hi, > I want to port Android Fryo(linux version 2.6.32) on platform > which is also using modified version of linux kernel(2.6.32). > I compared 2.6.3

Re: [android-kernel] Android Kernel Vs Linux Kernel.

2010-07-07 Thread Greg KH
> Is there anything that is specific to android in kernel level. (i.e)any > android specific code. Yes. > If so,tell me what are all the changes mandate to bring android kernel? You already found them. > If not,then how android kernel differs from Linux Kernel? You already have all of the diff

[android-kernel] Android Kernel Vs Linux Kernel.

2010-07-07 Thread padmapriyak
Hi, I want to port Android Fryo(linux version 2.6.32) on platform which is also using modified version of linux kernel(2.6.32). I compared 2.6.32.9 kernel and android kernel(modified kernel 2.6.32). and found changes.Some of the changes includes 1.Support of Numeri

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

2010-05-14 Thread dhaval shah
Hi everybody, i have already apply git clone git://android.git.kernel.org/kernel/common this command but i am not able to find source where this kernal source is stored in my local pc. i have found common/.git/ but at this place not any source code is present. thanks & regards, dhaval shah. On

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

2010-05-14 Thread hedwin
With what you describe it will create a directory "common" in the current directory. On Fri, May 14, 2010 at 6:52 AM, dhaval shah wrote: > Hi, > > this is very helpful link. > i have already download git 1.7.1. > but i want to know by inserting > git clone git://android.git.kernel.org/kernel/comm

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

2010-05-13 Thread dhaval shah
Hi, this is very helpful link. i have already download git 1.7.1. but i want to know by inserting git clone git://android.git.kernel.org/kernel/common command where in my local pc android kernal source will store? your help is appriciated a lot. thnaks & regards, dhaval shah. On Thu, May 13, 20

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] android-kernel devlopment eagerly wait to start

2010-05-13 Thread dhaval shah
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 it.? how can i get android kernel source code ? your help is appreciated a lot. thanks Dhaval shah. -- unsubscribe: android-kernel+unsubs

Re: [android-kernel] Android Kernel

2010-04-06 Thread Guilherme Pinheiro
Tks with your help. This information was what I wanted for to start my studies. Guilherme 2010/4/5 Tim Bird > On 04/05/2010 01:16 PM, Guilherme Pinheiro wrote: > > Hi all, I�m trying to understand the linux kernel of android, but I have > > not found any documentation that describe the files or

Re: [android-kernel] Android Kernel

2010-04-05 Thread Tim Bird
On 04/05/2010 01:16 PM, Guilherme Pinheiro wrote: > Hi all, I�m trying to understand the linux kernel of android, but I have > not found any documentation that describe the files or a article that > can help me. If someone has some ideas where i can search a > documentation or articles about of and

Re: [android-kernel] Android Kernel

2010-04-05 Thread Deva R
also, you can find lots of wiki, blogs about android and linux kernel. this thread talks about kernel versions of android.. http://groups.google.com/group/android-porting/browse_thread/thread/efe4f9613e7481bc/9c0b17f6c2c2a50?hide_quotes=no#msg_09c0b17f6c2c2a50 On Tue, Apr 6, 2010 at 2:23 AM, Dev

Re: [android-kernel] Android Kernel

2010-04-05 Thread Deva R
there is nothing special like android kernel.. android uses linux kernel from open source community (kernel.org tree) i guess u should've heard this popular quote - "in open source, code is the documentation.." check source tree below.. http://android.git.kernel.org/ http://git.kernel.org/ On Tu

[android-kernel] Android Kernel

2010-04-05 Thread Guilherme Pinheiro
Hi all, I´m trying to understand the linux kernel of android, but I have not found any documentation that describe the files or a article that can help me. If someone has some ideas where i can search a documentation or articles about of android kernel, pease, send me. Tks.. Regards, Guilherme.

Re: [android-kernel] Android Kernel Command

2010-03-24 Thread karthik poduval
Hi, please try *su*, I think *sudo *command is not present in android's busybox. Regards, Karthik Poduval On Wed, Mar 24, 2010 at 4:58 AM, Gidiyo wrote: > Hi, > > I would like to know what other kernel command could I used for my > ported Android. > Currently, using minicom, I could list my roo

[android-kernel] Android Kernel Command

2010-03-24 Thread Gidiyo
Hi, I would like to know what other kernel command could I used for my ported Android. Currently, using minicom, I could list my root file system by typing 'ls' command. But when I tried sudo, it prompt me with a 'sudo: not found'. I would like to enable a device driver. What are the command do I

Re: [android-kernel] Android kernel 2.6.32 for review

2009-11-30 Thread Dennis.Yxun
Wah.. Great Job!~ I was remember that android patches sitting at staging tree for quite long time >From GregKH's blog, he was not that optimistic about pushing upstream.. On Tue, Nov 24, 2009 at 4:59 PM, Chih-Wei wrote: > Hi, > FYI, the Android-x86 project has succeeded to integrate > android pa

Re: [android-kernel] Android kernel 2.6.32 for review

2009-11-24 Thread Greg KH
On Tue, Nov 24, 2009 at 12:59 AM, Chih-Wei wrote: > There are still some issues, but basically it works, > at least on Android-x86 1.6. We hope Google android kernel team > can review this work to see if we did something wrong. > We will push it into the mainline kernel finally. If it goes smoothl

[android-kernel] Android kernel 2.6.32 for review

2009-11-24 Thread Chih-Wei
Hi, FYI, the Android-x86 project has succeeded to integrate android patches into the vanilla kernel 2.6.32-rc7. The tree is available here: git pull git://git.iksaif.net/android-x86/kernel android-x86-test There are still some issues, but basically it works, at least on Android-x86 1.6. We hope G

[android-kernel] Android Kernel wakeup watcher mechanism

2009-11-22 Thread LinuxAddict001
Hi, Does android Linux kernel have a wakeup event watcher in position? which can report to user space what has triggered the wakeup. thanks, LA001 -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Android Kernel

2009-09-17 Thread perumal316
Hi, I have downloaded the Android kernel and done some changes to the kernel config file. After building the output is zImage. I want to test it through the emulator. But when I start the emulator using the new kernel by using this command, ./emulator -avd Android1.5 -kernel "path to zImage" Th

[android-kernel] Android kernel source code compiling.

2009-09-04 Thread Manjur
Hi folks, As a newbie, I want to learn Android kernel development on my Ubuntu box. Could you please provide me beginner's guide how to download Android kernel source code, compiling it and running the image on Android emulator. Thank you guys in advance, --Manjur --~--~-~--~~-

[android-kernel] Android Kernel Module Compilation __aeabi_uldivmod

2009-09-04 Thread dang
Hi, while compiling a kernel module for Android Kernel (ARM, module support enabled) getting undefined "__aeabi_ldivmod" & "__aeabi_uldivmod". Any idea about this issue? Thanks, Dang --~--~-~--~~~---~--~~ unsubscribe: android-kernel+unsubscr...@googlegroups.com w

[android-kernel] Android Kernel 2.6.29 on HTC DREAM

2009-08-11 Thread The One
Every time I try to compile the kernel 2.6.29 for the HTC Dream the camera doesn't work and only shows a black screen, even the camcorder has this problem, although i copied all proprietary files over. Does anyone know what to do? Everything worked with kernel 2.6.27. --~--~-~--~~

[android-kernel] Android kernel don't boot on HTC magic 32A board

2009-07-25 Thread gboddina
Hi, I want to made a custom kernel for my HTC magic. However, there is a strange things: Custom kernels that boots on HTC magic with a 32B roms don't boot on the 32A. I tried with some already customized kernel which works on 32B but their doesn't boot on the 32A. I tried to compile a kernel

[android-kernel] android kernel vs linux 2.6 kernel

2009-04-17 Thread Khai Q. Tran
Hi everyone, I'm just trying to hack Android kernel source code. Although, android is based on linux 2.6 kernel, google claimed that it was not linux. Does anyone know the differences between android kernel and linux kernel? Thanks a lot, Khai, --~--~-~--~~~---~--~---

[android-kernel] Android kernel debugging

2009-03-11 Thread surej
Hello all, I am trying to perform kernel debugging on the cupcake version. I start the emulator with "emulator -qemu -s". The emulator displays message "Waiting gdb connection on port 1234". But when i try to connect gdb to this port, i get the error connection refused. This issue was reported b

[android-kernel] Android Kernel panic

2009-02-02 Thread Praveen
Hi, I am getting a "Unable to handle kernel NULL pointer dereference at virtual address " when i tried to boot up with a linux kernel 2.6.24 patched with android.Can anyone provide some help on where i am going wrong. The error message is as follows : Unable to handle kernel NULL pointer

[android-kernel] Android Kernel PM Queries

2009-02-01 Thread Sriram V
Hi, I am using android release 1.0 userland applications with 2.6.25 android kernel. Android works fine with this setup. Now, the latest kernel is 2.6.28. We have added PM support to it. But we would like to use the same useland file system. (release 1.0) Am are looking into 2 issues now. 1)

[android-kernel] Android Kernel Development on OSX?

2008-12-21 Thread FrankMaker
Has anyone been able to do kernel development on OSX? I'm trying to build a kernel with debugging enabled. The Android documentation makes Darwin/OSX sound like it is fully supported, but I'm running into a lot of problems that make me suspect either I'm doing this the hard way or the rest of the