Re: [android-porting] How to connect to a binder c++ service?

2013-01-14 Thread Braganza Roberts
Hello, I think you can directly use the Service name as string and try it. Say, public static final String POKE_SERVICE = "PokeService"; context.getSystemService(POKE_SERVICE) ~Sam. On Wed, Oct 20, 2010 at 7:03 PM, Samuel Skånberg wrote: > Hello, > > I want to create a binder service in C++ and

Re: [android-porting] Re: Integration of ambient light sensor and Auto brightness

2013-06-10 Thread Braganza Roberts
First check if the sysfs entry for brightness is properly updated when you are moving the slide. sysfs entry may differ for different vendors. ~Sam. On Mon, Jun 10, 2013 at 1:34 PM, Vishveshwar wrote: > On Thursday, June 6, 2013 8:03:38 PM UTC+5:30, cha...@gmail.com wrote: >> >> Hi all, >> it is

Re: [android-porting] Android Camera HAL Development

2014-06-25 Thread Braganza Roberts
It returns INVALID OPERATION. You can check CameraHardwareInterface.h for the default implementation for various HAL calls if camera Hal is not implemented. Br Sam On Jun 26, 2014 1:28 PM, "GANESH RAM" wrote: > Hello All, > > if a camera HAL API is not implemented what return value is expected?

Re: [android-porting] eglInitialize(0x1) failed (EGL_BAD_ALLOC)

2014-08-07 Thread Braganza Roberts
In general the Allocation for EGL happens through Gralloc. Pls check if the you are using vendor provided Gralloc and HwComposer. ~Sam On Wed, Jul 30, 2014 at 3:09 PM, deepak vijay wrote: > Hi, > We are porting android kitkat 4.4.3_r.1.1 to a new device. > And we are getting the following logs

Re: [android-porting] Re: eglInitialize(0x1) failed (EGL_BAD_ALLOC)

2014-08-07 Thread Braganza Roberts
Gralloc.omap3.so is given by TI. What is the SOC you are using. You need to contact the particular SOC vendor to provide you the correct version of gralloc. On Aug 8, 2014 12:59 PM, "deepak vijay" wrote: > Thanks for replying Vishveshwar and Roberts. > > I checked with the AOSP software implement

Re: [android-porting] Re: hi253 camera module porting android for panther board

2014-09-08 Thread Braganza Roberts
Can you list out what problems are you facing? On Mon, Sep 8, 2014 at 2:57 PM, Việt Hoàng wrote: > i was stuck there. But i can'n find who help me. hai. So sad. > > Vào 17:15:55 UTC+7 Thứ hai, ngày 23 tháng sáu năm 2014, Hao Nguyen đã viết: > >> I am working on panther board and i want to u

Re: [android-porting] Mediatek MT6589 to MT6572 porting stuck at bootanimation

2015-03-22 Thread Braganza Roberts
>From this log, your Media Server is getting killed and I believe in the complete set of logs, this would be repeated again and again. What triggered this kill only can be known if full logs are provided. BRS/ sam On Mar 19, 2015 12:08 PM, "Hery Purwanto" wrote: > someone ever see this logcat?

Re: [android-porting] Re: Mediatek MT6589 to MT6572 porting stuck at bootanimation

2015-03-23 Thread Braganza Roberts
I can see there is a FATAL exception while trying to find a Native Method through JNI. Also I have see that it is trying to load Camera.default.so, D/BootAnimation( 274): [BootAnimation threadLoop 544]bexist=1,nMp3Exist=1,pSoundFileName=/data/local/bootaudio.mp3,pBackupSoundFileName=/system/media

Re: [android-porting] Re: Mediatek MT6589 to MT6572 porting stuck at bootanimation

2015-03-30 Thread Braganza Roberts
I again see, some .so's are not loaded. can you increase #*define* SO_MAX 128 to # *define* SO_MAX 256 in /bionic/linker/linker.cpp and build again and check. Br, Sam On Fr

Re: [android-porting] Zygote is killed

2015-06-23 Thread Braganza Roberts
Hi, Could you pls attach the Complete Adb logs from the Beginning ? Br, Sam. On Mon, Jun 22, 2015 at 3:11 PM, Nishith Goswami wrote: > Hi > > I am trying to port Android ICS version on one of the reference platform I > have.In my task of porting I have ported Android Kernel and I in my porting

Re: [android-porting] error: overriding commands for target

2020-10-07 Thread Braganza Roberts
I think it’s this one ... https://android.googlesource.com/platform/system/extras/+/refs/heads/master/su/ On Wed 7. Oct 2020 at 19:01, Dave McLaughlin wrote: > I am trying to use PRODUCT_COPY_FILES in a vendor mk file output to > system/xbin/su with a new su but I get an error that this copy