[android-porting] Re: AOSP image with Developer Options enabled by default

2016-07-07 Thread Ian viché Brown
I'm trying to do the same thing. I know I'm sort of reviving this old post, but which other places did you change? Thanks On Sunday, 15 March 2015 23:05:18 UTC, Daniel Doron wrote: > > Thanks Glenn, that is what I did, change the code > in

[android-porting] init.rc and daemon starting

2012-03-20 Thread Ian Key
? Ian -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Re: how to flash the RFS

2010-08-09 Thread Ian
Ashwin, I appreciate if you can point me further I successfully compiled u-boot.bin, uImage, system.img, ramdisk.img, userdata.img for Marvell Littleton. And my MTD partitions look like this # cat /proc/mtd # dev:size erasesize name # mtd0: 0010 0002 Bootloader # mtd1: 0030

[android-porting] Re: how to flash the RFS

2010-08-09 Thread Ian
Ashwin, I appreciate if you can point me further I successfully compiled u-boot.bin, uImage, system.img, ramdisk.img, userdata.img for Marvell Littleton. And my MTD partitions look like this # cat /proc/mtd # dev:size erasesize name # mtd0: 0010 0002 Bootloader # mtd1: 0030

[android-porting] Add libdl to accRuntimeTest link command

2010-07-13 Thread Ian Pilcher
I am trying to build Android 2.1 on Fedora 13, and the build is failing because the linker can't find dlsym when it tries to link accRuntimeTest. dlsym is in libdl, and whatever jiggery-pokery enabled the linker to auto- magically find it in previous Fedora releases is no longer there. What do I

[android-porting] Re: Add libdl to accRuntimeTest link command

2010-07-13 Thread Ian Pilcher
On Jul 12, 11:21 pm, Ian Pilcher arequip...@gmail.com wrote: What do I need to do to the makefiles to get libdl (-ldl) added to the linker command for accRuntimeTest? Answering my own question for posterity. Adding LOCAL_LDLIBS += -ldl to the acc and accRuntimeTest host executable