[android-porting] Qestion about Kernel Version Runing at Android2.2

2011-01-20 Thread Dennis.Yxun
HI Folks: I'm tring to bring up android2.2 and now the only available kernel is at version 2.6.27 My question here is: what will be the problem if I using kernel2.6.27 + android2.2? Thanks Dennis -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

Re: [android-porting] init fail to start several services

2010-11-04 Thread Dennis.Yxun
. and the status is 000b. Have you solved this problem. Thanks for your help. Br Jerry On Thu, Nov 12, 2009 at 5:51 PM, Dennis.Yxun dennis.y...@gmail.comwrote: HI Folks: I'm trying to bring up android at my own platform. And find that program init fail to start several services

[android-porting] vold: about multi mount

2010-06-24 Thread Dennis.Yxun
HI Community: I'm using donut branch, and my system have two block devices, I want them all mounted 1) nand flash: /dev/block/sdb 2) MMC/SD card: /dev/block/mmcblk0 Current, I successfully use vold mount the MMC/SD card (/dev/block/vold/179:0 - /dev/block/mmcblk0) My question here is : Does

Re: [android-porting] Hi,all:Service restart problem

2009-12-22 Thread Dennis.Yxun
can you make it more verbose? Raise the debug level and use logcat dump the error message I suspect that zygote was crashed On Tue, Dec 22, 2009 at 1:00 PM, wang jintong helen@gmail.com wrote: Hi,all: When I run android on my board, system can go .But zygote always restart . help me .

Re: [android-porting] Android port to MIPS arch

2009-12-21 Thread Dennis.Yxun
Do you made any specfic change to MIPS Android port? I find it will call libhgl.so, thus crash application seems it should not happen, because here we don't have hardware OpenGL ES implementation On Mon, Dec 21, 2009 at 7:34 PM, hedwin hedwin.kon...@gmail.com wrote: I am using the mips version

Re: [android-porting] target_product variable

2009-11-23 Thread Dennis.Yxun
Hi Frédéric: I don't think MIPS support is merged into google's official tree. Probably you can try from mipsandroid.org. There is a branch which support db1300 Should quite similar to your au1250... Hope helps http://www.mipsandroid.com/documents/show/12 Dennis On Tue, Nov 24, 2009 at

Re: [android-porting] Boot from SD card

2009-11-23 Thread Dennis.Yxun
I don't think you should specify any kernel bootargs in the bootloader, just make sure kernel have built in ext2 fs and customize your own init.rc scripts, edit the line related to mount On Sun, Nov 22, 2009 at 7:08 AM, abhishek srivastav srivastaabhis...@gmail.com wrote: Fredric, Please

[android-porting] init fail to start several services

2009-11-12 Thread Dennis.Yxun
HI Folks: I'm trying to bring up android at my own platform. And find that program init fail to start several services, linke zygote, media, servicemanager... which will be killed. My platform only have 32M Bytes memory, not sure whether it's the problem of OOM. Attached files is the

[android-porting] Qestion about Android Build System

2009-11-04 Thread Dennis.Yxun
HI Folks: I know I scrubed up my android build system, but have no clue to trace the problem. Hope you can share some lights on me. Here is my problem, when compile bionic (libc). I find that the generated libc.a file doesn't include libc_common.a so some function symbols are missing

[android-porting] Re: who creates /dev/ashmem?

2009-10-12 Thread Dennis.Yxun
HI yajin: Glad to see that you are play with MIPS ;-) I spend a few times looking into the code, and find it will creat all the device nodes during execution of init. system/core/init/ - file devices.c - handle_device_event -make_device Dennis On Mon, Oct 12, 2009 at 6:07 PM, yajin

[android-porting] Re: who creates /dev/ashmem?

2009-10-12 Thread Dennis.Yxun
Hi yajin: For the open fail err, it probably you didn't build in ashmem kernel driver please check your kernel configuration. Hope helps. Dennis On Mon, Oct 12, 2009 at 6:07 PM, yajin yajinz...@vm-kernel.org wrote: Hi all, Now I am working on adding goldfish target support to MIPS

[android-porting] [mips] Fail at build bionic

2009-08-19 Thread Dennis.Yxun
HI folks: I'm trying to build mips-cupcake, all the source code is from www.mipsandroid.org previous build instructions described here [1] Slightly different is that I use my own toolchains which generated by gentoo's crossdev script. Here is error messages[2], can't find __floatsidf,

[android-porting] Re: [mips] Fail at build bionic

2009-08-19 Thread Dennis.Yxun
: Unfortunately, the people at mipsandroid.org have not sent any patches to the upstream repository, so we can't really comment on this.Try on their support forums instead. On Wed, Aug 19, 2009 at 3:22 AM, Dennis.Yxun dennis.y...@gmail.comwrote: HI folks: I'm trying to build mips-cupcake, all

[android-porting] Re: Is there any good Android Development board available?

2009-08-17 Thread Dennis.Yxun
Dennis.Yxun dennis.y...@gmail.com: BeagleBoard is a good choice. Also you can choose DevKit8000 which is a clone of beagleboard, It has ethernet and LCD interface, most other peripherals are the same. jserv's team provided the working android sources, should work for DevKit8000 too?! Any