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

2009-06-15 Thread Chen Yang
oh, after the virtualbox restarts its kernel, you'd better repeat 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 > > HI YiSun: > No,such kind of thing can't happen twice,haha. BTW, I built the > kernel in

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

2009-06-15 Thread GrainWang
HI YiSun: No,such kind of thing can't happen twice,haha. BTW, I built the kernel in "cupcake" branch, and copy the built image and .config to the "master' branch,everything is ok, just randomly the adb can't connect to the virtual box. Thanks! On 6月16日, 下午2时25分, Yi Sun wrote: > Man, did yo

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

2009-06-15 Thread GrainWang
HI ChenYang: It seemed that I have to dig into it to get the result. Thanks for your help. On 6月16日, 下午2时20分, Chen Yang wrote: > I have not met this kind of problem. I have successfully used the pcnet-pci > card, also well as the e1000 desktop card with original 2.6.25 kernel. I > don't know

[android-porting] Re: gears porting for X86 in Android

2009-06-15 Thread Yi Sun
Ok, that gears. :-) On Tue, 2009-06-16 at 14:06 +0800, Chen Yang wrote: > I have raised the question about 5 months ago: > http://groups.google.com/group/android-porting/browse_thread/thread/f34d9ff618f8fc50/5dcd265cd2b7e126?pli=1 > > While no response. > Only google can do the that porting. >

[android-porting] Re: gears porting for X86 in Android

2009-06-15 Thread Chen Yang
I have raised the question about 5 months ago: http://groups.google.com/group/android-porting/browse_thread/thread/f34d9ff618f8fc50/5dcd265cd2b7e126?pli=1 While no response. Only google can do the that porting. -- Chen On Tue, Jun 16, 2009 at 1:33 PM, Yi Sun wrote: > > what does you mean about "g

[android-porting] Re: gears porting for X86 in Android

2009-06-15 Thread Yi Sun
what does you mean about "gears"? On Tue, 2009-06-16 at 11:40 +0800, nvstp wrote: > Hi all, > Has anyone do gears porting for X86 in Adnroid? > > > --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/

[android-porting] Re: new to android

2009-06-15 Thread Neo
On Jun 15, 1:51 pm, shapanmail wrote: > hello...I am new to android. I like to port it on my pc.Can anyone > tell me what I should do?  How I build it? Check the android porting to x86 thread. --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@google

[android-porting] libopencorehw implementation

2009-06-15 Thread Andy Quan
Hi,I find there are some sample files under external/opencore/android/samples demonstrating how child class of android_surface_output should be created. However, I did not find it eventually used in open source git. So my question is that, is this sample file the same as the one used in G1 or HTC r

[android-porting] Error in lowmemorykiller.c "NR_ACTIVE' undeclared (first use in this function)"

2009-06-15 Thread Neo
I am porting Android with 2.6.28 kernel to a platform and get the above error when I enable low memory killer in the config. The build also fails if I enable yaffs. Is there a list anywhere of how many of those configs given in goldfish_defconfig are a must and how many of those are recommended fo

[android-porting] gears porting for X86 in Android

2009-06-15 Thread nvstp
Hi all, Has anyone do gears porting for X86 in Adnroid? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~~~--~~--~--~---

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

2009-06-15 Thread Chen Yang
i may have detailed description of those drivers config in previous eeepc related discussion, you can search. one easy way is just to append these into the .config file in your kernel directory: CONFIG_NET_PCI=y CONFIG_PCNET32=y CONFIG_E1000=y -- Chen 2009/6/16 GrainWang > > > HI ChenYang: >

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

2009-06-15 Thread GrainWang
HI ChenYang: Can you kindly tell me the detailed path in make menuconfig for choosing "CONFIG_PCNET32" or e1000 driver, I enabled everything in "network support" and "Devices drivers"->"Network device support", but I can't find the configuration you mentioned. Thanks! On 6月16日, 上午11时03分, Che

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

2009-06-15 Thread Chen Yang
If you are using pcnet-pci card, you need to compile the kernel with CONFIG_PCNET32 set in the kernel configuration. You can change it to e1000 if your kernel has e1000 driver. By default, neither is enabled. You may need to enable them if you want to use. -- Chen 2009/6/16 GrainWang > > HI ChenY

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

2009-06-15 Thread GrainWang
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 successful again. I choosed the pcnet-pci network adapter. d

[android-porting] Re: Something goes wrong on vold randomly or due to wifi

2009-06-15 Thread Yi Sun
Luca, Could you try oneshot on the dhcpd to see if it helps? Yi On Mon, 2009-06-15 at 09:23 -0700, Luca Belluccini wrote: > EeePc, > ath5k module for wifi, > wpa_supplicant & dchp running (NOTE THIS: dhcp is running in multiple > instances, increasingly during use) > > Start browsing... After som

[android-porting] Re: Something goes wrong on vold randomly or due to wifi

2009-06-15 Thread Yi Sun
On Mon, 2009-06-15 at 09:23 -0700, Luca Belluccini wrote: > EeePc, > ath5k module for wifi, > wpa_supplicant & dchp running (NOTE THIS: dhcp is running in multiple > instances, increasingly during use) > > Start browsing... After some time you keep the wifi connected, Android > hangs. > Android

[android-porting] Re: export the Term

2009-06-15 Thread mizmit1222
Hi, $ cd mydroid $ source build/envsetup.sh $ cd development/apps/Development --- remove line from AndroidManifest.xml - - - $ mm $ adb install mydroid/out/target/product/generic/system/app/ Development.apk Then navigate through "Dev Tools" - "Terminal Emulator" on your target. But the term

[android-porting] new to android

2009-06-15 Thread shapanmail
hello...I am new to android. I like to port it on my pc.Can anyone tell me what I should do? How I build it? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting -~--~~-

[android-porting] Re: Something goes wrong on vold randomly or due to wifi

2009-06-15 Thread Luca Belluccini
EeePc, ath5k module for wifi, wpa_supplicant & dchp running (NOTE THIS: dhcp is running in multiple instances, increasingly during use) Start browsing... After some time you keep the wifi connected, Android hangs. What's the right way to start dhcp daemon in init.rc? On 15 Giu, 16:54, David Tu

[android-porting] Re: pre compiler macro for andriod

2009-06-15 Thread David Turner
it's declared by the build system. You can also try HAVE_ANDROID_OS which is declared in AndroidConfig.h which is automatically included by the build system too before any other file. On Mon, Jun 15, 2009 at 1:14 PM, shiva wrote: > > Hmm Ok Thanks for your reply. In which file, it will be declar

[android-porting] Re: Something goes wrong on vold randomly or due to wifi

2009-06-15 Thread David Turner
do you have details on how to reproduce this. What hardware platform are you using, which system image are you building, etc... On Mon, Jun 15, 2009 at 12:30 PM, Luca Belluccini wrote: > > Vold crashes and/or starts notifying "phone storage space low" > randomly or seems that wifi is implied on t

[android-porting] Re: Board up problem

2009-06-15 Thread Yi Sun
I think it would be much easier for you to check with elinux people. They have already made Android run on beagle board. Take a look at http://elinux.org/Android_on_OMAP Yi On Mon, 2009-06-15 at 06:13 -0700, Sreehari wrote: > > My output log is like this > > > > > > > Texas Instruments X-

[android-porting] Re: Board up problem

2009-06-15 Thread Sreehari
My output log is like this Texas Instruments X-Loader 1.41 Starting OS Bootloader... U-Boot 1.3.3-00035-gab55ae5-dirty (Jun 16 2008 - 17:35:22) OMAP3530-GP rev 2, CPU-OPP2 L3-165MHz OMAP3 Beagle Board + LPDDR/NAND DRAM: 128 MB NAND: 256 MiB In:serial Out: serial Err

[android-porting] Board up problem

2009-06-15 Thread Sreehari
Hi Experts, I am fresher in android porting. I got the android sources from git repositories.I build the sources and got the required images.After that i copied that images into the SD card in dual partition method .One partition(kernel) is in the form of FAT32 and other(file system images

[android-porting] android boot up issues

2009-06-15 Thread dhananjay
Hi All, Trying to port android on ppc64 platform. i have almost build everything for pp64 target but while booting it is showing me following errors. and not able to see UI screen i am getting is there dexopt error having any connection with Resource no

[android-porting] Re: pre compiler macro for andriod

2009-06-15 Thread shiva
Hmm Ok Thanks for your reply. In which file, it will be declared?? On Jun 15, 12:50 am, David Turner wrote: > Use "ANDROID":-) > > On Sat, Jun 13, 2009 at 6:28 AM, shiva wrote: > > > Hi all... > > > I have a C++ code, which i am porting on Android. > > This code actually made for Windows system

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

2009-06-15 Thread Chen Yang
You may need to set the state to tell the system: try: #setprop EXTERNAL_STORAGE_STATE mounted Then see whether it works or not. -- Chen 2009/6/15 GrainWang > > HI ChenYang: >According to your method,the adb was succesfully connected to the > virtualbox. But after push several test clips in

[android-porting] Something goes wrong on vold randomly or due to wifi

2009-06-15 Thread Luca Belluccini
Vold crashes and/or starts notifying "phone storage space low" randomly or seems that wifi is implied on that. Anyone experienced something similar? --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/gro

[android-porting] export the Term

2009-06-15 Thread xro
hello, I would like to know how to have the console on my platform... I ported Android on a APF27 and it works :-) Now i need to have the console... I have an Term.apk file but complete... Should i download and built mydroid again? thanks --~--~-~--~~~---~--~~

[android-porting] Camera Application not working on G1 device

2009-06-15 Thread Yogi
Hi All, I have downloaded the android code of tag android1.0 (Opencore 2.0) from google server. When i am trying to record the clip using existing camera application, its is just recording for 2 sec and then it crashes. I have tried the same thing on android 1.5 (Opencore 1.0)but facing same iss

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

2009-06-15 Thread GrainWang
HI ChenYang: According to your method,the adb was succesfully connected to the virtualbox. But after push several test clips in the /sdcard path, the "gallery" still prompt "No media found", does you know the reason? And how can I do to make the clips availble in the virtual box?Thanks! On 6月

[android-porting] Re: compiling just the init

2009-06-15 Thread Neo
On Jun 15, 9:39 am, Neo wrote: > On Jun 12, 8:05 pm, Neo wrote: > > > How to build just the init which is executed after the boot. I saw the > > Android.mk in there but since there are a lot of dependencies I can't > > execute make in the /system/core/init. > > I need to make some changes to t

[android-porting] Re: Run Android on..

2009-06-15 Thread Dianne Hackborn
Sorry I know absolutely nothing about ITRON. On Mon, Jun 15, 2009 at 12:09 AM, user009 wrote: > > Thanks for the response. > Would it be possible to comment on the feasibility of porting it to > ITRON. > > > Thanks > Aby > > On Jun 13, 5:10 am, Dianne Hackborn wrote: > > Android runs on Linux,

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

2009-06-15 Thread Chen Yang
Oh, the ethernet card driver should match the network configuration in the virtualbox, typically it provides the support of intel e1000 and PCnet-pci. I have used e1000/NAT. Then in order to let the adb can find it, you may need to specify the port forwarding via: VBoxManage setextradata "$YOUR_GUE

[android-porting] Re: Run Android on..

2009-06-15 Thread user009
Thanks for the response. Would it be possible to comment on the feasibility of porting it to ITRON. Thanks Aby On Jun 13, 5:10 am, Dianne Hackborn wrote: > Android runs on Linux, uses many special features of Linux, and makes no > pretense at just needing a "posix compliant" kernel. > > On Fri

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

2009-06-15 Thread GrainWang
HI ChenYang: The issue now is when using adb push, there is error message"No device found", when I do make menuconfig, I choose "Device drivers"- >"Network device support"->"virtual ethernet pair", and replaced the built image. Is this all needed for the kernel?When virtualbox booted, I choos