[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread David Turner
in short, no, Android requires its own init system, specific kernel drivers that are probably not in the moblin/ubuntu one, etc... there are probably some hacks that could make the two systems co-exist (e.g. like running Debian in a chroot under Android), but they probably require a few

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread gowtham gowda
the reason i am asking this is, i have a prototype board with a 7 capacitive multi touch screen, this board uses efi boot. And boots into a basic text mode. I want to load android on it. I have very little experience with efi boot. So i want to use the basic os on the device to launch Android on

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread gowtham gowda
This is on intel atom board. On Apr 19, 9:43 am, gowtham gowda gowth...@gmail.com wrote: the reason i am asking this is, i have a prototype board with a 7 capacitive multi touch screen, this board uses efi boot. And boots into a basic text mode. I want to load android on it. I have very

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread gowtham gowda
I have the ability to replace the moblin kernel, if i replace it with the kernel i compiled for android. will it work? Thanks for replying, Gowtham On Apr 19, 6:27 am, David Turner di...@android.com wrote: in short, no, Android requires its own init system, specific kernel drivers that are

[android-porting] Re: Profiling -memory usage

2009-04-19 Thread Sahil Arora
Hi, I am trying to convert the hprof generated by android to standard format using the code at http://bigflake.com/HprofConv.c.txt. For this i goto unix and 1) type gcc HprofConv.c (this is the file containg the code from above link) 2) next i type, ./a.out heap-profile.hprof

[android-porting] sell af1 jordan shoes , air force one shoes - $36

2009-04-19 Thread 4353453
we supply kinds of brand shoes such as Nike shoe Air Jordan series, nike Air force One( AF1),af1 25th anniversary shoes, Dunk sb,nike Air Max 95/97/2003/2004/05/06/TN/360,air max lmt,90/up; Nike Shox TL/TL2/ TL3/NZ/r2/R4//r3/r5/turbo. Also as Adidas, puma, Timberland,bape star shoes and lacoste,

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread Sean McNeil
I used to run Android from chroot under a minimal filesystem all the time. It helps to debug the init process. David Turner wrote: in short, no, Android requires its own init system, specific kernel drivers that are probably not in the moblin/ubuntu one, etc... there are probably some

[android-porting] www.ghostfashion.com sell ugg boot,tshirt,handbag,nike shoe,jordan shoe,dunk shoe,puma shoe,and so on for free shipping from

2009-04-19 Thread nikes...@gmail.com
Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (www.ghostfashion.com) Discount Nike Air Max 90 Sneakers (www.ghostfashion.com) Discount Nike Air Max 91 Supplier (www.ghostfashion.com) Discount Nike Air Max 95 Shoes Supplier (www.ghostfashion.com) Discount Nike Air Max 97

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread Yi Sun
Interesting idea,worth to try it out On Apr 19, 2009, at 7:52 AM, Sean McNeil seanmcne...@gmail.com wrote: I used to run Android from chroot under a minimal filesystem all the time. It helps to debug the init process. David Turner wrote: in short, no, Android requires its own init

[android-porting] Re: .text alignment problem

2009-04-19 Thread Joel Hoffmann (msn)
unsubscribe On 4/16/09 12:39 AM, myroot hi.r...@gmail.com wrote: hi, everybody. i made a simple C program. it use signal. but, it does not work in my modified kernel. I think the problem is byte aligned. Android system binary is aligned odd( address 0x01 == 1). ex) #strace

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread Chen Yang
You can copy all the out/target/product/eee_701/root directory to one directory, say /home/android cp -raf out/target/product/eee_701/root /home/android cp -raf out/target/product/eee_701/system /home/android cp -raf out/target/product/eee_701/data /home/android before chroot, try to add chmod -R

[android-porting] Air Max shoes, AF1 shoes, Jordan shoes, Shox shoes, Puma shoes

2009-04-19 Thread giah
Women’s shoes James shoes, Prada shoes, Chanel shoes, Chanel Sandals Slippers, LV shoes, LV sandal slipper, Prada shoes, Puma shoes, Gucci shoes, Gucci sandal slipper, Dior sandal slipper, Coach shoes, Dunk Sb shoes, Locaste shoes, ED hardy slipper, ED hardy shoes, Timberland shoes,UGG Shoes.

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread gowtham gowda
i am getting the following error: [ 1342.051355] Bulk In Failed. Status=-71, BIIdx=0x4, BIRIdx=0x4, actual_length= 0x0 [ 1399.669726] init[10339]: segfault at 0020 eip 0804be00 esp bfdc0c90 error 6 [ 1402.741197] init[11162]: segfault at 0020 eip 0804be00 esp bfe234f0 error 6 On Apr 19,

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread gowtham gowda
# chroot /mnt/android /init Segmentation fault On Apr 19, 8:42 pm, gowtham gowda gowth...@gmail.com wrote: i am getting the following error: [ 1342.051355] Bulk In Failed. Status=-71, BIIdx=0x4, BIRIdx=0x4, actual_length= 0x0 [ 1399.669726] init[10339]: segfault at 0020 eip 0804be00 esp

[android-porting] Re: start android on top of moblin/ubuntu

2009-04-19 Thread Chen Yang
have you used the android kernel on your host? -- Chen On Mon, Apr 20, 2009 at 8:50 AM, gowtham gowda gowth...@gmail.com wrote: # chroot /mnt/android /init Segmentation fault On Apr 19, 8:42 pm, gowtham gowda gowth...@gmail.com wrote: i am getting the following error: [ 1342.051355]

[android-porting] Re: compilation rules for ARMv6

2009-04-19 Thread Manish Sharma
I am using: arm-linux-gcc (GCC) 4.2.3 Copyright (C) 2007 Free Software Foundation, Inc. I am able to compile with the following rules for armv6. Presently working on armv7 but getting compilation error. Please see my previous mails. TARGET_ARCH_VERSION := armv6 RULES for ARMv6:

[android-porting] Re: compilation rules for ARMv6

2009-04-19 Thread Manish Sharma
Hi fadden, I am using for armv7: arm-linux-gcc (GCC) 4.2.3 Copyright (C) 2007 Free Software Foundation, Inc. For armv6: arm-linux-gcc (GCC) 4.2.1 (Linux Base 4.2.1-37) Copyright (C) 2007 Free Software Foundation, Inc. Regards, MS On Mon, Apr 20, 2009 at 9:23 AM, Manish Sharma

[android-porting] How to replace libGLES_CM.so library that Dalvik virtual machine will recognize it?

2009-04-19 Thread niladr...@gmail.com
I have a few queries. Is libGLES_CM.so just a library which exposes the EGL and GLES APIs together, so that libagl.so can be easily replaced by something like my_egl.so and my_gles11.so? Is the new graphics architecture on Android which will support different h/w accelerators available? If not

[android-porting] Queries regarding libGLES_CM.so

2009-04-19 Thread niladr...@gmail.com
I have a few queries. What does CM stand for? Is libGLES_CM.so just a library which exposes the EGL and GLES APIs together, so that libagl.so can be easily replaced by something like my_egl.so and my_gles11.so? Is the new graphics architecture on Android which will support different h/w