[android-porting] Re: Problem with /system/bin/btld eating all CPU cycles

2011-08-23 Thread Diego
On Aug 19, 7:25 pm, Diego Rondini diego.rond...@kynetics.it wrote: I'm testing using a Samsung Galaxy Next GT-S5570 with Android 2.2.1, but the issue seems to be quite common among other devices. Is there any possible solution / know workaround to this serious issue? Is there anyone I can

[android-porting] Porting updatedd

2011-08-23 Thread Adrien Ferré
Hi, I'd like to use updatedd in Android. Updatedd is a tool allowing to publish IP address changes to ovh, noip, dyndns, ... I managed to build it using the following: export PATH=path_to_code_sourcery_toolchain/bin ./configure --host=arm-none-linux-gnueabi make sudo make install But now

[android-porting] NDK samples in Android Gingerbread related to OPENGL not getting implemented on OMAP 3630

2011-08-23 Thread Supriya Talwatkar
Hello All, we are trying to build the “hello-gl2” NDK sample example and tried it on OMAP using a gingerbread image. The application did not run. Debugging into the app showed that there was a missing egl.cfg and the platform by default loads libgles_android.so ( which is a software

[android-porting] Device driver architecture

2011-08-23 Thread ramon
Hey, I've written a wiegand device driver for as a char device in Linux, and I want to integrate it to android. the device I written is asynchronous IRQ driven char device. I want to integrate it in a way, that when the device notify that a message received, a pop-up notification will show up on

[android-porting] Re: Compile Android Kernel 2.6.32.9 for Tegra Harmony board

2011-08-23 Thread Magnus
Hi I've compared the configs and I cant find any difference that would affect the output. What i've discovered is that when I dont append any console= to the Kernel command line the output says: 6console [tty0] enabled And when I append: console=ttyS0,115200n8 this line doesn't appear. So I

Re: [android-porting] NDK samples in Android Gingerbread related to OPENGL not getting implemented on OMAP 3630

2011-08-23 Thread Ramon Fried
can you provide the logcat ? On Tue, Aug 23, 2011 at 8:42 AM, Supriya Talwatkar supriya.talwat...@gmail.com wrote: Hello All, we are trying to build the “hello-gl2” NDK sample example and tried it on OMAP using a gingerbread image. The application did not run. Debugging into the app showed

[android-porting] Re: Low Power Audio (LPA) and Audio Effects

2011-08-23 Thread Glenn Kasten
I don't know of a way to disable LPA on this device as a user, or as an app developer using a portable API. It sounds like the device OEM has decided that for the use case of listening to MP3, low power consumption is more important than being able to enable effects. On Aug 22, 6:06 am, Shaul

[android-porting] adding a custom locale (es_MX)

2011-08-23 Thread ImperatorRj
I am trying to add es_MX as a locale. The things I have tried are: * adding it with CUSTOM_LOCALE += es_MX, this works for es_US but not MX * adding es_MX directly to PRODUCT_LOCALE, * the ICU files and es_MX.txt exist and is included in the icu- config.xml * the framework

[android-porting] Re: wifi cannot scan for any network,but using adb shell,it works well.

2011-08-23 Thread Ashwini Singh
Hi weihongcsu, It seems like a permission issue. Scenario is :-- There is something that is accessible via adb and un- accessible via console. I guess, granting permissions to 'console' should do the work. On Aug 20, 12:59 pm, weihongcsu li liweihong...@gmail.com wrote: Dear all, Hello!I