[android-porting] Re: How to port Android 5.0 on Micromax A100 Smartphone

2014-11-24 Thread Fabio Fumi
Hi, can't one re-use kernel from JB, for example? I'm not a Micromax developer, but I'm interested in knowing whether older kernel code can be reused with Lollipop? (discussing here as well: https://mail.google.com/mail/u/0/#149cc428ee2b3fb6_group_thread_0) thanks Fabio On Saturday, 22 Novembe

[android-porting] Re: Missing "Install" for a new shared lib

2014-11-06 Thread Fabio Fumi
Easy! I had to add below lines to my device.mk: PRODUCT_PACKAGES += \ libstagefright_soft_ffmpegvdec On Wednesday, 5 November 2014 16:17:12 UTC+1, Fabio Fumi wrote: > > Hi all, > > I'm adding ffmpeg AV codecs to a JB AOSP build, as explained in: > > http

[android-porting] Missing "Install" for a new shared lib

2014-11-05 Thread Fabio Fumi
Hi all, I'm adding ffmpeg AV codecs to a JB AOSP build, as explained in: https://github.com/omxcodec/stagefright-plugins After some (minor) adaptation of source to JB, I managed to complete the build, except for one issue. Testing the new build on the real device I get: E/SoftOMXPlugin( 313

Re: [android-porting] Porting ALSA to JB

2012-11-09 Thread Fabio Fumi
Thanks Vishwanath for your suggestions. Indeed that's waht I've tried already. I found several compile errors after placing the folders below in the JB tree. Compilation errors came from files in hardware/alsa_sound which are also present in JB tree under hardware/libhardware_legacy/audio, but wit