[android-porting] Will the compatability Test cases be released to AOSP Master branch?

2008-12-25 Thread Wang Xin
Hi, I want to know if the Google has a plan to release the compatability test cases into the AOSP master branch? If the answer is yes, then when it could be? Thanks, Xin --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] Re: How to launch emulator from the built source?

2008-12-25 Thread Landswipe
I run it like this :- # out/host/linux-x86/bin/emulator -system out/target/product/generic - kernel prebuilt/android-arm/kernel/kernel-qemu I'm not sure if this is the correct method, but it works :) --~--~-~--~~~---~--~~ unsubscribe:

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

2008-12-25 Thread rams
Hi All, Will these steps work for a Desktop PC Intel Dual Core, Ubuntu 8.10 without affecting anything in my harddisk? Please help. Thanks Ram. On Thu, Dec 25, 2008 at 10:12 AM, Rich miser...@gmail.com wrote: Seriously.. video, please? I'm really interested in how good this looks.

[android-porting] Re: Unable to get the Android source code.

2008-12-25 Thread rams
It may be network Issues: 1) If you are behind NAT, try connecting directly to the Internet. It will solve the issue. 2) If you are connecting to the Internet thru a proxy server, try using cockscrew and related settings which you can find in this forum. Thanks, Ram. On Thu, Dec

[android-porting] Re: Howto build Android full source for X86 Architecture on Fedora distribution.

2008-12-25 Thread rams
Hi Lim, Will these instructions work well for my Desktop PC (having Intel Dual Core, Ubuntu 8.10) without affecting my hard disk. Please help. Thanks Ram. 2008/12/24 Lim,GeunSik lee...@gmail.com Howto build Android full source for X86 Architecture on Fedora distribution.

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

2008-12-25 Thread gowtham gowda
depends on how you build it. use the make-live script and it should create a live usb which will not affect the internal hdd. On Dec 25, 8:45 am, rams plram2...@gmail.com wrote: Hi All, Will these steps work for a Desktop PC Intel Dual Core, Ubuntu 8.10 without affecting anything in my

[android-porting] About 64 bit compiler

2008-12-25 Thread dhananjay
Hi All, I want to compile whole android source code on my 32 bit linux m/c by using 64 bit ppc compiler ,what are changes do i need to do in make file and from where to start for making changes and starting initial build ? can anybody tell me please reply regards, HK

[android-porting] About building Single module

2008-12-25 Thread dhananjay
Hi All, can anybody tell me that how to build single module at a time from android source code? Is there any way to build module like sqlite only from whole source code . Plesse reply me. Regards, Dhananjay --~--~-~--~~~---~--~~

[android-porting] Re: About building Single module

2008-12-25 Thread Joe Onorato
Please stop crossposting. You build sqlite by typing make sqlite The build system will build any goal that appears in the Android.mk files on the LOCAL_MODULE line. -joe On Fri, Dec 26, 2008 at 12:06 AM, dhananjay dhananjayingr...@gmail.comwrote: Hi All, can anybody tell me