[android-porting] Re: AudioTrack(): obtainBuffer timed out

2009-01-10 Thread Neo
On Jan 9, 11:31 pm, Dave Sparks wrote: > /dev/eac is only necessary if you are using the generic user space > audio driver. If you are using ALSA driver, /dev/eac should not come > into play at all unless you are running your code in emulation. Yeah, We are using the Windrivers Audio ALSA int

[android-porting] acp is not building on my m/c.

2009-01-10 Thread dhananjay
Hi All, while in normal build "make acp" in dir out/host/executable/ inr.../ it is creating 3 files in out dir such as acp, acp.o acp.p in which acp is host executable ,from acp.o acp.P it is building this host executable acp ,i am using some diff compiler to generate .o and .

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread Lim,GeunSik
Hi, all How to use x86 android platform on virtualbox === Last modified by Lim,GeunSik on 8-Jan,2009 Current Work status is not finished. But, I opened and shared to combine with developers for this tasks all over the world

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread Lim,GeunSik
Hi, everyone. This is howto for fedora users like me. In fact, I already posted this howto. But, I again upload this howto because some of the peoples don't find fedora howto. HOWTO Build Android-X86 Full Source for Fedora users Last Modified

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread Lim,GeunSik
For reference, When I read "*...@weppard.mtv.corp.google.com" email address with "cat /proc/version" command, I think that google company wil extend current android platform to Digital TV or media solution. But, this is just my think... hehe #> cat /proc/version Linux version 2.6.25-00101-gb6

[android-porting] EARN MORE THAN 10,000$ WITH CJ

2009-01-10 Thread manoj ki lover
EARN MORE THAN 10,000$ WITH CJ http://megalinesolutions.googlepages.com/cj_1 --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~-

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread Midhun
Hi All, With the help of this thread, I could run Android partially on my Laptop :) (A Compaq Presario with AMD Turion 64x2 and NVIDIA 6150). I am now facing the following issues: 1. I boot Android out of my USB drive. With NVIDIA FB disabled in the kernel, I was able to get the command prompt b

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread gowtham gowda
i am able to run it on my lenovo x200. Have to start adding drivers. I ran into the blank screen issue with my mini itx via board. I need some time to get the right driver and compile for the via chrome video chipset. in your case u need to add the nvidia modules to the kernel or init.rc script o

[android-porting] Re: Porting Android to BenQ MID S6

2009-01-10 Thread Sahack
Well, I guess you can just use the EeePC branch. Maybe you'll have to modify the vendor/asus/eee_701/kernel.config and use that to compile a kernel and replace the "kernel" file under vendor/asus/eee_701/ --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr..

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread gowtham gowda
i am running into a blank screen when i use the new kernel image. I think its because of the older kernel (2.6.25) used in the eee pc build. And the "menu makeconfig" is compiling the new 2.6.27 kernel, so the driver modules are mismatching Do you know how to build drivers for kernel 2.6.27? Than

[android-porting] Re: Howto build Android full source for X86 Architecture like EeePC(ASUS)

2009-01-10 Thread Chen Yang
It looks like that you are missing the vga=788 option, you can reference my post: http://groups.google.com/group/android-porting/msg/b9ffcb185b758b92 to set it and to see whether it can start successfully. Regarding building drivers, you can just issue the command: $make modules and then find thos

[android-porting] Re: Porting Android to BenQ MID S6

2009-01-10 Thread Chen Yang
One potential start is to try to use eeepc's branch and together with Chris's make-live script: http://code.google.com/p/android/issues/detail?id=1598 You can reference this thread for build the installer_img: http://groups.google.com/group/android-porting/t/66862bdb52dac936 and then you may

[android-porting] Porting Android on Freescale IMX31 board

2009-01-10 Thread Rajesh N
Hi All, I am very much new to Android, I have been asked to port android on Freescale IMX31 board which is shipped with Linux BSP. I went through few questions on forum which states some incomplete statements on porting on IMX31 board. I would like to know if Android kernel which is downloaded fr