[android-porting] Re: Android prebuilt toolchain does not work with busybox

2009-03-15 Thread squix
I case a static build of busybox is good enough for you, you can follow this tutorial: http://wiki.androidx86.org/index.php?title=Installing_BusyBox With the tool chain questions I can't help you... Dani On Mar 14, 7:11 pm, neilnguyen_2...@yahoo.com neilnguyen_2...@yahoo.com wrote: Dear all:

[android-porting] Re: Music player got crashed in android running on beagle

2009-03-15 Thread nagamatu
I couldn't load necessary resources for Music and Dialer applications because of missing touchscreen configuration on my target environment. -- nagamatu On 3月13日, 午後10:32, Thomas Bandelier thomas.bandel...@gmail.com wrote: Hi, This is the same problem as for Dialer application. It seems due

[android-porting] Re: Android prebuilt toolchain does not work with busybox

2009-03-15 Thread jpitt42
I think this has something to do with BusyBox being dependent on libc, which Android's toolchain doesn't have. On Mar 15, 6:31 am, squix dani.eichh...@squix.ch wrote: I case a static build of busybox is good enough for you, you can follow this

[android-porting] How to build libgps_qemu.c?

2009-03-15 Thread Nio
Hi there, I change the file gps_qemu.c as to integrate with my GPS. But I dont know how to build a libgps_qemu.so. I have added BOARD_GPS_LIBRARIES := libgps_qemu in the file BoardConfig.mk and added LOCAL_SHARD_LIBRARIES +=$(BOARD_GPS_LIBRARIES) in the file gps/ Android.mk. But when I make, it

[android-porting] Re: How to build libgps_qemu.c?

2009-03-15 Thread Nio
Soryy, the title shoud be How to build libgps_qemu.so. And the error prompt should there are no rules to create out/target/product/littleton/obj/SHARD_LIBRERIES/ libhardware_intermediates/LINKED/libhardware.so,object out/target/ product/littleton/obj/lib/libgps_hardward.so is needed.. On 3月16日,