Re: [android-porting] Re: Overrides for code as well as resources

2010-08-20 Thread Dianne Hackborn
I would think it would be much easier to maintain a patch on top of the platform code rather than trying to replace source files. What do you do when the platform's source changes to fix bugs or add features? A patch you can rebase... a separate source that is a copy of an earlier version of the

[android-porting] Re: PBAP - pull contact by name

2010-08-20 Thread Pavan Savoy
I know that android doesn't support it yet but is there a plan to support it is the question I guess (iPhone supports it, Not that Android should) On Thu, Aug 19, 2010 at 8:57 AM, Pavan Savoy wrote: > Hi, > > Does android support pulling a contact by name or number? > Is it planned to be supp

[android-porting] Re: Overrides for code as well as resources

2010-08-20 Thread Jim Ancona
On Aug 19, 8:55 am, Al Sutton wrote: > Does anyone know if there is a equivalent for code? AFAIK, the only way to do this is to fork the relevant repository and then continue to merge changes from upstream. We have a similar problem with the Android on Freerunner project (mapping Android buttons

[android-porting] Re: latest ffmpeg for android

2010-08-20 Thread tewi
solved. 2010/8/20 tewi > hi, i create a script to parse ffmpeg makefile and generate file list for > android makefile. > and i configure the source as following: > ./configure \ > --enable-hardcoded-tables \ > --enable-cross-compile \ > --cross-prefix=arm-none-linux-gnueabi- \ > --arch=armv6j \

[android-porting] latest ffmpeg for android

2010-08-20 Thread tewi
hi, i create a script to parse ffmpeg makefile and generate file list for android makefile. and i configure the source as following: ./configure \ --enable-hardcoded-tables \ --enable-cross-compile \ --cross-prefix=arm-none-linux-gnueabi- \ --arch=armv6j \ --cpu=arm1136jf-s \ --target-os=linux \ --

[android-porting] Re: Porting issues cannot be solved

2010-08-20 Thread Solitare
I'm not sure which xml file does included...can you tell me more details of it? Your help will be very appreciated. Thanks. On Aug 18, 12:48 am, sws-vinpa wrote: > I would think it had something to do with your layout in the XML > file.  Maybe check your ArtistAlbumBrowserActivity's layout and ch

[android-porting] Re: wifi - dhcpcd/getprop problem.

2010-08-20 Thread Chih-Wei
Check if this script has exec bit set: /system/etc/dhcpcd/dhcpcd-run-hooks Actually it's a froyo bug which is just been fixed. Update your source tree to get it. On 8月18日, 下午2時51分, guru wrote: > Hi All > > did anyone worked on this dhcpcd/ faced this issue? > > if i added in init.rc file > > set