[android-porting] 2.3.1 libCameraService fails to compile.

2011-01-12 Thread Mali Laurent
Hi guys, Anyone else having difficulties compiling libcameraservice.so ? I am trying to compile it on a ARM5 against prop. libcamera.so and prop. liboemcamera.so Compiler: prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-eabi-4.4.3/bin/arm-eabi- Whatever I try I get: target SharedLib:

[android-porting] MDPI Android 2.3.1

2010-12-30 Thread Mali Laurent
Hi guys, Can it be you guys disabled a lot of animation effects for the MDPI devices? If so, there is a way to enable them for MDPI builds? Also why are the graphics for MDPI all messed up. They do not seem to be nicely rendered. If anyone could explain. Thanks in advance, -- unsubscribe:

Re: [android-porting] gingerbread alsa build issue

2010-12-24 Thread Mali Laurent
Open the hardware/alsa_sound/Android.mk and add LOCAL_MODULE_TAGS := optional on the correct module. On Fri, Dec 24, 2010 at 1:39 PM, deepak singal deesin...@gmail.com wrote: Hi All, I'm working on porting gingerbread to EVM3550 using the froyo alsa lib since their are no gingerbread alsa

Re: [android-porting] GingerBread Src Code

2010-12-07 Thread Mali Laurent
There is no source code yet guys.. Only SDK with system.img for the emulator. On Tue, Dec 7, 2010 at 1:39 PM, Thiru thirumalai.andr...@gmail.com wrote: How could you say this is gingerbread branch. i couldn't see and 2.3 version On Tue, Dec 7, 2010 at 5:30 PM, Deva R r.deva...@gmail.com

Re: [android-porting] Re: Query: V4l2 camera android application and porting patch for android 2.1 or 2.2

2010-09-15 Thread Mali Laurent
Anyone? On Mon, Sep 13, 2010 at 1:16 PM, Mali Laurent i.m.laur...@gmail.com wrote: I applied the patch but now am getting a very messed up preview on Froyo Cam. Something like this: http://blackfin.uclinux.org/gf/download/forummessage/91534/7924/bad2.png http://blackfin.uclinux.org/gf

Re: [android-porting] Re: Query: V4l2 camera android application and porting patch for android 2.1 or 2.2

2010-09-13 Thread Mali Laurent
I applied the patch but now am getting a very messed up preview on Froyo Cam. Something like this: http://blackfin.uclinux.org/gf/download/forummessage/91534/7924/bad2.png http://blackfin.uclinux.org/gf/download/forummessage/90003/7809/image_30.05.jpg Recording and taking pictures does work but

Re: [android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-09-03 Thread Mali Laurent
: You should not list softap as an upstream connection. Those should be your connections to the internet, typically client mode wifi and cellular ifaces. On Sep 1, 2010 5:52 AM, Mali Laurent i.m.laur...@gmail.com wrote: That does not make any sense as the foo* interfaces are not even being used

Re: [android-porting] Re: How to enable/turning phone into a WiFi hot spot

2010-09-01 Thread Mali Laurent
Hello, !-- List of regexpressions describing the interface (if any) that represent tetherable USB interfaces. If the device doesn't want to support tething over USB this should be empty. An example would be usb.* -- string-array translatable=false

Re: [android-porting] Re: How to enable/turning phone into a WiFi hot spot

2010-09-01 Thread Mali Laurent
Hi,e 1. No we do not need a seperate interface. 2. You will need to use eth0 as the tethering config device. 3. This is for me the same question. Or do we need the kernel to have some other configs enabled? On Wed, Sep 1, 2010 at 12:17 PM, guru guru.nav...@gmail.com wrote: Hi Irfan, I tried

Re: [android-porting] Re: Android 2.2 Froyo Wifi Hotspot

2010-09-01 Thread Mali Laurent
That does not make any sense as the foo* interfaces are not even being used with this config. Should be: string-array translatable=false name=config_tether_upstream_ regexs itemusb\\d/item itemsoftap\\d/item /string-array On Wed, Sep 1, 2010 at 10:41 AM, yogesh

[android-porting] Froyo EGL + Camera

2010-07-19 Thread Mali Laurent
Hi list, I have created a new working device profile to build Froyo AOSP on. All the propitiatory bins/libs and so on are being pulled in from my phone like I have always done with the 2.1 AOSP. The build completed and I have Froyo running almost perfectly. Only 2 issues I have at the moment and