Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Peter Teoh
how about completely overwriting the original emulator's kernel image (with your new image), then start the emulator up via the normal way (which will comes with all the default input parameters)? On Sat, Apr 14, 2012 at 12:23 AM, Ninja Turtle wrote: > Thanks Mark. > > I successfully compiled the

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread William W.-Y. Liang
Hi, you have to specify the target images. One simple way is to set the environment variable ANDROID_TARGET_OUT to /out/target/product/generic/ before launching the emulator. BRs, William W.-Y. Liang http://www.ntut.edu.tw/~wyliang --- this mail was sent from my phone --- 2012-4-14 上午12:23 於 "Ninj

[android-kernel] Access to graphics driver to change the code

2012-04-13 Thread Alexander Schwerdtner
At first I am not sure if this is the right group where I post my questions. If I am wrong please tell me where I can post them. I am working with a company developing 3D displays. For each view both the color (3D-->2D projection) and depth information are needed. 3D apps (e.g. games) usually

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread mark gross
no ideas. I'd start with dmesg and logcat from a console. --makr On Fri, Apr 13, 2012 at 9:23 AM, Ninja Turtle wrote: > Thanks Mark. > > I successfully compiled the Goldfish kernel. > However I get a black screen when I start the emulator with: > > emulator -kernel -verbose > > I also tried :

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Ninja Turtle
Thanks Mark. I successfully compiled the Goldfish kernel. However I get a black screen when I start the emulator with: emulator -kernel -verbose I also tried : emulator -partition-size 1024 -wipe-data -kernel -verbose but with little success. Any idea? On Fri, Apr 13, 2012 at 5:40 PM, mar

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread mark gross
git clone https://android.googlesource.com/kernel/goldfish git checkout android-goldfish-2.6.29 um.. profit !? BTW You may want to use the emulator to get the config file off the emulator to use as a starting point. 'adb pull /proc/config.gz .' 'gunzip config.gz' --mark On Fri, Apr 13, 2

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Ninja Turtle
@Patrick: So, should I change the URL? @mark: Can you please clarify the procedure? And has anyone tried to run iptables on emulator? On Fri, Apr 13, 2012 at 5:17 PM, mark gross wrote: > > FWIW I don't hink the emulator kernel is in the common.git project. > > > aosphttps://android.googleso

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread mark gross
FWIW I don't hink the emulator kernel is in the common.git project. aosphttps://android.googlesource.com/kernel/goldfish (fetch) <-- I think its in here. and is the android-goldfish-2.6.29 branch. <5>Linux version 2.6.29-g46b05b2 (vchtchetk...@vc-irv.irv.corp.google.com) (gcc version 4.4.3

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread patrick Immling
Hi, I finally downloaded from git clone http://android.googlesource.com/kernel/common.git and got the sources On Fri, Apr 13, 2012 at 3:12 PM, mike digioia wrote: > looks like your ip is being rejected for some reason. did you setup ssh? > > > On Fri, Apr 13, 2012 at 1:36 AM, Ninja Turtle >

Re: [android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread mike digioia
looks like your ip is being rejected for some reason. did you setup ssh? On Fri, Apr 13, 2012 at 1:36 AM, Ninja Turtle wrote: > Hi, > > I am trying to download the kernel sources of android for emulator so that > I can run iptables nat commands and play around. > > I got the android 4.1 sources a

[android-kernel] Yaffs_vfs error android kernel

2012-04-13 Thread patrick Immling
Hi All, I just downloaded the Android sources and the android kernel by checking out branch android-3.0 from this list: origin/HEAD -> origin/master origin/android-2.6.39 origin/android-3.0 origin/android-3.3 origin/android-3.4 origin/master I get the following error during compil

[android-kernel] Downloading Android kernel for emulator

2012-04-13 Thread Ninja Turtle
Hi, I am trying to download the kernel sources of android for emulator so that I can run iptables nat commands and play around. I got the android 4.1 sources and compiled them. Now I am trying to download the kernel using: git clone git:// android.git.kernel.org/kernel/common.git kernel It retur