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

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

2014-08-07 Thread deepak vijay
Thanks for replying Vishveshwar and Roberts. I checked with the AOSP software implemented opengles graphics libraries. And I am getting the following logs. [3.558390] fsg_num_buffers 1 is out of range (2 to 4) [3.564322] android_init_functions: Failed to init mass_storage [3.570881] a

[android-porting] Android 4.3 static IP configuration

2014-08-07 Thread Allen Curtis
Hello, Can anyone point me to an example of configuring a network interface with a static IP/DNS using the system configuration files, not Settings.apk. Can this be configured via /etc/interfaces? It looks like I need to create a shell script and call it as a service from init.rc Thanks Allen

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

[android-porting] Re: Medialess Android System

2014-08-07 Thread Stuart Small
If there is no UI I would also put ro.config.headless on the list. For a few reasons I strongly favor config options over direct changes to AOSP given the choice. Its worth the grep time to see if there is anything you can do before editing that init.rc. For example you can use "debug.sf.nobo

[android-porting] BLE testing on android kitkat (asop)

2014-08-07 Thread Ashish Patel
Hi , I trying to test BLE on Pandaboard running android kitkat. Pandaboard does not detect BLE device. But when I am able to detect and connect with my BLE device on a phone running android kitkat. BLE code in android kitkat asop stable/complete ? Is there any other tool for bluedroid other

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

2014-08-07 Thread Vishveshwar
On Wednesday, July 30, 2014 12:39:42 PM UTC+5:30, 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 for basic bring p of display unit. > Please help us to solve this. > > shell@am437xevm:/ $ lo[ 27.031392] init: untra