[android-kernel] Building kernel AOSP 4.4.2 for a specific device throws conflict in resources

2014-09-05 Thread dhruv g
Hi, I am trying to build kernel for a device with AOSP 4.4.2 and I get the following error. build/core/base_rules.mk:134 : *** vendor/google/libs: MODULE.TARGET.SHARED_LIBRARIE

[android-kernel] Building kernel modules for custom kernel version

2013-11-25 Thread Akos Kemives
My Samsung Galaxy S2 kernel version is *Linux version 3.0.31-889555 (dpi@DELL228) (gcc version 4.4.3 (GCC) ) #3 SMP PREEMPT Thu Jan 31 14:48:54 KST 2013* I have to build a kernel module to enable VCP support on my android phone (following this

Re: [android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-08-27 Thread Ron M
Please see an 3.4+ kernel on goldfish - tested on X86 + JB on https://github.com/ronubo/kernel-android-3.4-common-goldfish/tree/android-3.4-goldfish It is essentially a porting of the goldfish drivers from 2.6.29 to the AOSP's common.git android-3.4 branch works well, could change yaffs2 to ext4

Re: [android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-08-06 Thread RW
I am looking for both, so if you could submit that patch it would be a great help for me! On Thursday, July 12, 2012 12:18:17 AM UTC+2, Ron M wrote: > > Oh wait. > What EXACTLY are you looking for? Goldfish (emulator) or some other > device? > On Jul 11, 2012 11:37 PM, "RW" wrote: > >> Hey, >>

Re: [android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-07-19 Thread RW
Actually I'd rather run it on an actual device, though running it on goldfish would be quite helpful! Am Donnerstag, 12. Juli 2012 00:18:17 UTC+2 schrieb Ron M: > > Oh wait. > What EXACTLY are you looking for? Goldfish (emulator) or some other > device? > -- unsubscribe: android-kernel+unsub

Re: [android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-07-11 Thread Ron M
Oh wait. What EXACTLY are you looking for? Goldfish (emulator) or some other device? On Jul 11, 2012 11:37 PM, "RW" wrote: > Hey, > > I wanted to know weather it is possible to compile the common kernel 3.4 > for an actual device without to much changes? > Or maybe the goldfish kernel 3.4 for th

Re: [android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-07-11 Thread Ron M
Its not that big of a deal. We did it, and I will submit a patch set. Only did the work for the x86 goldfish though. On Jul 11, 2012 11:37 PM, "RW" wrote: > Hey, > > I wanted to know weather it is possible to compile the common kernel 3.4 > for an actual device without to much changes? > Or maybe

[android-kernel] Building Kernel >= 3.2 for Device or Emulator

2012-07-11 Thread RW
Hey, I wanted to know weather it is possible to compile the common kernel 3.4 for an actual device without to much changes? Or maybe the goldfish kernel 3.4 for the emulator? Actually any kernel 3.2 for android would be perfect, preferably for an device and even more perfect for a Nexus S (the

[android-kernel] Building Kernel for Nexus one

2011-06-16 Thread Bhargava Shastry
Hello, I am trying to build a custom kernel based on 2.6.32 kernel for Nexus one and was wondering what toolchain to use. I had success with arm- eabi-4.4.0 but I am wondering what the significance of the toolchain is. I presume it is hardware dependent, so there would be one toolchain recommended

[android-kernel] Building kernel and loading with Emulator

2011-04-12 Thread Santosh K R
Hi, I am new to Android but i have experience with linux device driver. I want to finally write a driver and a small apllication to use this driver. For this first i wanted to first compile the kernel and load using the Emulator. Here is what i did. 1. Since I have 32 bit Ubuntu 10.10 insta

Re: [android-kernel] Building kernel for I/O device

2010-02-16 Thread Deva R
you should be able to do with HTC/droid/nexus phones.. you can get a fair idea on steps involved from below wiki's - getting android up on ARM development platforms http://labs.embinux.org/index.php/Android-Eclair_porting_guide_to_BeagleBoard http://omappedia.org/wiki/Android_Getting_Started Rega

[android-kernel] Building kernel for I/O device

2010-02-16 Thread JonR
Hi all, Hopefully someone can point me in the right direction on this - it's driving me crazy! I'm looking for some step-by-step instructions on how to build a kernel for the Google I/O device. I may be missing something obvious, but I simply haven't been able to build a kernel that actually boo

[android-kernel] Building kernel for ADP1

2009-10-29 Thread Kevin
Hello group moderator, I apologize in advance if my question is without merit. I am trying to rebuild the kernel for an ADP1. I want to port a touchscreen driver. I am cross developing on a linux-x86 platform running Ubuntu. I downloaded and built the latest android platform using the instruct

[android-kernel] Building kernel

2009-08-29 Thread prokash
Hi All, I recently synced the whole tree, and looking at ~prebuilt/android-arm/ kernel folder... There is a file named PREBUILT that has the instruction to build the kernel... My question is that from what folder the following command should be issued to git ... git clone git://android.kernel.o