[android-porting] How to use sdcard in virtualbox

2009-06-17 Thread GrainWang
HI experts: Does anyone succeeded to use virtualbox to play some video/audio files? I succeeded to build a version for x86 branch,and virtualbox booting part is ok. Just when launch gallery to play the video/audio files,there is always a message No media Found, But I'm sure that there is a

[android-porting] How to use sdcard in virtualbox

2009-06-17 Thread GrainWang
HI experts: Does anyone succeeded to use virtualbox to play some video/audio files? I succeeded to build a version for x86 branch,and virtualbox booting part is ok. Just when launch gallery to play the video/audio files,there is always a message No media Found, But I'm sure that there is a

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-16 Thread GrainWang
kernel. I don't know whether the new kernel doesn't work well. And from the config you provided, I cannot tell the problem. -- Chen On Tue, Jun 16, 2009 at 2:04 PM, GrainWang wlc...@yahoo.com.cn wrote: HI ChenYang: I rechecked the .config file i used,and found that it's correct

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-16 Thread GrainWang
doesn't work well. And from the config you provided, I cannot tell the problem. -- Chen On Tue, Jun 16, 2009 at 2:04 PM, GrainWang wlc...@yahoo.com.cn wrote: HI ChenYang: I rechecked the .config file i used,and found that it's correct is true

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-16 Thread GrainWang
the adb kill-server and adb devices to let it scan for it. Otherwise, adb may not be able to find it. --  Chen 2009/6/16 GrainWang wlc...@yahoo.com.cn         HI YiSun:             No,such kind of thing can't happen twice,haha. BTW, I         built the         kernel in cupcake

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-16 Thread GrainWang
): showStatusIcon on inactive InputConnection I/ActivityManager( 2060): Displayed activity com.android.camera/.GalleryPicker: 639 ms D/dalvikvm( 2097): GC freed 1002 objects / 47384 bytes in 9ms On 6月16日, 下午3时13分, GrainWang wlc...@yahoo.com.cn wrote: HI YiSun,ChenYang:     Thanks! It's solved,when using adb

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-16 Thread GrainWang
sunsety...@gmail.com wrote: Check the /sdcard's permission, see whether you app has the write permission. -- Chen On Tue, Jun 16, 2009 at 4:32 PM, GrainWang wlc...@yahoo.com.cn wrote: HI ChenYang: When adb push a video and a jpg file into /sdcard,still got No media found, I added setprop

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread GrainWang
the test clips avaiable in virtual box? Thanks in advance! On 6月15日, 上午11时44分, Chen Yang sunsety...@gmail.com wrote: hi, Grain: It's available in the built directory: mydroid/out/host/linux-x86/bin export it to the PATH, then you can use it easily. -- Chen 2009/6/15 GrainWang wlc

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread GrainWang
ping that address, try to set the address to environment variable ADBHOST and use adb kill-server and then adb devices to list the device. -- Chen 2009/6/15 GrainWang wlc...@yahoo.com.cn HI ChenYang: The issue now is when using adb push, there is error messageNo device found, when

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-15 Thread GrainWang
2009/6/16 GrainWang wlc...@yahoo.com.cn HI ChenYang: Thanks! Is there any other configration to set to make sure the adb is ok? Yesterday, I successfuly connected the adb with virtualbox,But today, when I new a project with the same configraion and installed.vdi,and never

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-14 Thread GrainWang
HI Sammy: Thanks! Is there any way to add files in virtuabox after the system booting? On 6月12日, 下午4时22分, Sammy cs_ch...@stu.ust.hk wrote: Press Alt + F1 to show console Press Alt + F7 to show GUI On Jun 12, 3:59 pm, GrainWang wlc...@yahoo.com.cn wrote: Hi All: When

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-14 Thread GrainWang
, you may need to compile the kernel supports the virtual ethernet card that virtualbox emulates. -- Chen 2009/6/15 GrainWang wlc...@yahoo.com.cn HI Sammy: Thanks! Is there any way to add files in virtuabox after the system booting? On 6月12日, 下午4时22分, Sammy cs_ch...@stu.ust.hk

[android-porting] Re: How to get into command mode after booting in virtualbox

2009-06-14 Thread GrainWang
Hi ChenYang: Thanks! On 6月15日, 上午11时44分, Chen Yang sunsety...@gmail.com wrote: hi, Grain: It's available in the built directory: mydroid/out/host/linux-x86/bin export it to the PATH, then you can use it easily. -- Chen 2009/6/15 GrainWang wlc...@yahoo.com.cn HI

[android-porting] Re: The building instruction maybe broken

2009-06-09 Thread GrainWang
HI YiSun: I think that it's google's obscure statements make the building process painful. such as in the website http://source.android.com/download, there is a statement There's no reason why Android cannot be built on non-Ubuntu systems. Please send any success or failure reports to

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

2009-06-08 Thread GrainWang
: On Sun, 2009-06-07 at 22:33 -0700, GrainWang wrote: HI YiSun:      I applied four patches only,did not use the intelfb method you supplied, so it should be VESA. Am I right? No, if you did not rebuild the kernel, then you are using i915. Also, How to disable the app_process to get

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

2009-06-08 Thread GrainWang
NO console prompt. If there is console prompt, it's much easier. Thanks! On 6月8日, 下午5时13分, Yi Sun beyo...@gmail.com wrote: No, it should be a different issue. If you try alt-f1, do you see the console prompt? On Mon, 2009-06-08 at 01:06 -0700, GrainWang wrote: HI YiSun

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

2009-06-08 Thread GrainWang
No, just when boot from std_boot, the console flahsed some message bzImage, and it's too fast(I can only remember this),after it. black screen. Thanks! On 6月9日, 上午11时02分, Yi Sun beyo...@gmail.com wrote: Ok, do you see the kernel boot messages? On Mon, 2009-06-08 at 18:17 -0700, GrainWang

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

2009-06-07 Thread GrainWang
HI YiSun: I got black srceen after pushing F12 buttom and choosing the boot from std_boot as the guide. Thanks! On 6月5日, 下午1时43分, Yi Sun beyo...@gmail.com wrote: push f12 and select the boot partition On Thu, 2009-06-04 at 22:27 -0700, GrainWang wrote: HI YiSun:      Sorry

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

2009-06-07 Thread GrainWang
HI YiSun: Yes, I still have the problem. Thanks! On 6月8日, 上午10时12分, Yi Sun beyo...@gmail.com wrote: Are you ok now? Or you are still having problems? On Sun, 2009-06-07 at 17:59 -0700, GrainWang wrote: HI YiSun:      I got black srceen after pushing F12 buttom and choosing the boot

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

2009-06-07 Thread GrainWang
into the shell to debug. On Sun, 2009-06-07 at 19:17 -0700, GrainWang wrote: HI YiSun:      Yes, I still have the problem. Thanks! On 6月8日, 上午10时12分, Yi Sun beyo...@gmail.com wrote: Are you ok now? Or you are still having problems? On Sun, 2009-06-07 at 17:59 -0700, GrainWang wrote: HI

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

2009-06-04 Thread GrainWang
-0700, GrainWang wrote:         HI YiSun:              I have applied the 4 patches(and only the 4 patches),              0001-1.-added-scripts-to-build-install-image.patch              0001-1.-fixed-crash-caused-by-wrong-preload-class.patch              alarm.patch

[android-porting] Re: which is the current version of Android kernel

2009-06-04 Thread GrainWang
HI Ash09: You may see in the Makefile which located in the kernel path. Android have diffent developping branches, and the kernel may be different, the master branch's kernel is 2.6.29. Hope this helps. I'm a beginner too. On 6月5日, 下午1时51分, Ash09 dream.as...@gmail.com wrote: Hi All, I am

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

2009-06-01 Thread GrainWang
to         check your         build environment.         On Mon, 2009-06-01 at 02:26 -0700, GrainWang wrote:         HI YiSun:              I have applied the 4 patches(and only the 4 patches),              0001-1.-added-scripts-to-build-install-image.patch              0001-1.-fixed

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

2009-05-31 Thread GrainWang
page? Just use go to each project dir and apply the patch by using git apply On May 30, 2009, at 7:48 PM, GrainWang wlc...@yahoo.com.cn wrote: 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

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

2009-05-31 Thread GrainWang
, Yi Sun beyo...@gmail.com wrote: 0002 should be applied on top of the 0001. I don't have conflict on my tree. But anyway, I will combine them later. For now, don't apply 0002 patch. Without it you should be fine for now.   On Sun, 2009-05-31 at 18:33 -0700, GrainWang wrote: HI YiSun

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

2009-05-30 Thread GrainWang
wrote: 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

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

2009-05-30 Thread GrainWang
. Thanks! On 5月31日, 上午9时23分, Yi Sun beyo...@gmail.com wrote: No need for step 7 BTW, I have fixed the init.rc patch. On May 30, 2009, at 5:48 PM, GrainWang wlc...@yahoo.com.cn wrote: HI YiSun:     I did every thing that followed the guides,my steps are:     1.repo init -u git

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

2009-05-30 Thread GrainWang
I loaded to the   project page? Just use go to each project dir and apply the patch by using git apply On May 30, 2009, at 7:48 PM, GrainWang wlc...@yahoo.com.cn wrote: HI YiSun:   The same result when do not using step7,also are the steps How to build and install image for EeePC701

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

2009-05-27 Thread GrainWang
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 May 26, 2009, at 8:15 PM, GrainWang wlc...@yahoo.com.cn wrote: HI YiSun

[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 beyo...@gmail.com 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

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

2009-05-26 Thread GrainWang
) done and cd /home/cupcake/framework/base mkdir patches cp -rf somepath/*.patch patches cp -rf somepath/bash_path patches ./bash_patch On 5月26日, 下午2时35分, Yi Sun beyo...@gmail.com wrote: On Mon, 2009-05-25 at 23:22 -0700, GrainWang wrote: HI YiSun:     Thanks for your

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

2009-05-26 Thread GrainWang
: ../atl2-2.2.3.patch :No such file or directory like message,so could you kindly tell me the paths for them,or how to check this though the patchfiles. Yi On Tue, 2009-05-26 at 00:49 -0700, GrainWang wrote: HI YiSun:      Thanks for your great help.      When appling the patches, have

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

2009-05-26 Thread GrainWang
, GrainWang wrote: 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 beyo...@gmail.com |Date: Fri, 1 May 2009 17:46:54 -0700

[android-porting] Is there any version exist that can be directly used in x86 based netbooks

2009-05-22 Thread GrainWang
HI Friends: I'm a fresh guy on Android system. And have the following questions: 1. Can Android 1.5 be directly used on X86 based netbooks? I heard that there's a project named Asus eee701, but in the branch of Cupcake, I don't konw if Cupcake means the same for Android,what's the

[android-porting] Is there any guides for porting android into x86?

2009-05-22 Thread GrainWang
Dear friends: Is there any doc exist for guiding porting android into x86? Such as todo lists, how to do,what to do? Thanks! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website:

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

2009-05-22 Thread GrainWang
Dear friends: I'm a fresh guy on Android system. And have the following questions: 1. Is there any stable release that fit x86 net book? I heard the name “cupcake”, but it semed to be a float branch? 2. Is the “asus eee701” project in cupcake only fit for asus’s net books? Or