[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread zqqa zqqa
2. Is the “asus eee701” project in "cupcake" only fit for asus’s net books? Or it’s fit for any x86 based net books? no,it can use in any x86 platform.please visit http://code.google.com/p/live-android. it bases on asus eee701” project in "cupcake". 2009/5/22 GrainWang > > Dear friends: >

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread Yi Sun
On Tue, 2009-05-26 at 11:12 +0800, zqqa zqqa wrote: > 2. Is the “asus eee701” project in "cupcake" only fit for asus’s > net books? Or it’s fit for any x86 based net books? > > no,it can use in any x86 platform.please visit > http://code.google.com/p/live-android. > it bases on asus eee701

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread GrainWang
HI zqqa: Thanks for your efficent help. I'll try it. On 5月26日, 上午11时12分, zqqa zqqa wrote: > 2. Is the "asus eee701" project in "cupcake" only fit for asus's > net books? Or it's fit for any x86 based net books? > > no,it can use in any x86 platform.please > visithttp://code.google.com

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread GrainWang
HI YiSun: Thanks for your efficent help. I have breifly tried the website,and corresponding method for about 2days. Now have the following issues: 1. As I know,"cupcake" is a float branch,and "eee701" project is not included in"cupcake", and it seemed that "eee701" project is rarely updat

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-25 Thread Yi Sun
On Mon, 2009-05-25 at 23:22 -0700, GrainWang wrote: > HI YiSun: > Thanks for your efficent help. I have breifly tried the > website,and corresponding method for about 2days. Now have the > following issues: > 1. As I know,"cupcake" is a float branch,and "eee701" project is > not included

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for your quick responce and great help! On 5月26日, 下午2时35分, Yi Sun wrote: > On Mon, 2009-05-25 at 23:22 -0700, GrainWang wrote: > > HI YiSun: > >     Thanks for your efficent help. I have breifly tried the > > website,and corresponding method for about 2days. Now have the >

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for your great help. When appling the patches, have the following issue. See the message below: |>From f4a2e330101cce7ee2e13a6b0a82c24f93923130 Mon Sep 17 00:00:00 2001 |From: Yi Sun |Date: Fri, 1 May 2009 17:46:54 -0700 |Subject: [PATCH] 1. added mouse cursor | |--- |

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread Yi Sun
You try to apply the patches in the wrong directory. Look into the patch and find out where you can run the patch. Yi On Tue, 2009-05-26 at 00:49 -0700, GrainWang wrote: > HI YiSun: > Thanks for your great help. > When appling the patches, have the following issue. See the > message belo

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for your warmhelp. I have made a big progress though still have the folling issue that needs your help On 5月27日, 上午12时12分, Yi Sun wrote: > You try to apply the patches in the wrong directory. Look into the patch > and find out where you can run the patch. I have tried

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: The auto apply patch method is too complicated,and with your help, I succesfully apply all the patches manually except 0001-1.- enabled-power-mgt.patch, is this a out-of-day patch,I have seen that both this patch and boot_able_img_v2.patch try to apply patch to the init.rc in asus/e

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread Yi Sun
Ya,both patches are needed.But they have common parts and you will see errors when you apply both patches. The way to solve the error is to rollback the init.rc after you apply the boot_able_img patch and the apply the power patch Sorry for the inconvenience. It is on my to be fixed list On

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-26 Thread GrainWang
HI YiSun: Thanks for the great job you have done for all and the efficient help to me,I'll roll back and try to apply the patches correctly and do the compling again. On 5月27日, 下午12时19分, Yi Sun wrote: > Ya,both patches are needed.But they have common parts and you will see   > errors when

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-27 Thread GrainWang
HI YiSun: After roll back and re-apply all the patches, it seemed that my configurations are right,and compling the x86 branch now ,but there are still other errors; prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/i686- unknown-linux-gnu-gcc -m32 -o out/target/product/eee_701/ob

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-27 Thread Yi Sun
Could you tell me how did you created your tree? It seems that your toolchain is incorrect. I think On Wed, 2009-05-27 at 01:27 -0700, GrainWang wrote: > HI YiSun: > After roll back and re-apply all the patches, it seemed that my > configurations are right,and compling the x86 branch now ,but

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-30 Thread GrainWang
HI YiSun: I did every thing that followed the guides,my steps are: 1.repo init -u git://android.git.kernel.org/platform/manifest.git -b cupcake 2. repo sync 3. cd .repo 4.create local_manifest.xml file with contents exatly the same as descripted in http://code.google.c

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-30 Thread Yi Sun
No need for step 7 BTW, I have fixed the init.rc patch. On May 30, 2009, at 5:48 PM, GrainWang wrote: > > HI YiSun: > I did every thing that followed the guides,my steps are: > 1.repo init -u git://android.git.kernel.org/platform/manifest.git > -b cupcake > 2. repo sync > 3.

[android-porting] Re: Is there any doc exist for porting android 1.5 into x86

2009-05-30 Thread GrainWang
HI YiSun: The same result when do not using step7,also are the steps "How to build and install image for EeePC701" also the have-to-steps? I modifid the all the .mk files and init.rc after appling the patch,but I'm confused by this statement "compile kernel by disable VESA framebuffer and enabl