[android-porting] liblights: can't control LCD backlight brightness if there is a - or . in the path

2011-02-07 Thread Elvis Dowson
Hi, I just implemented LCD backlight control using the OMAP generic PWM timers. I can set the brightness from the kernel using the following sysfs file, but it doesn't work when I specify the following file path in liblights. This file path has dashes and dots in it. Is it what is causing

[android-porting] Bluetooth compilation error

2011-02-07 Thread kiran
Hi All while building bluetooth module i am getting the following error * bluetooth/bluetooth.h no such file or directory.* After debugging i found out that *external/bluetooth/bluez/include* directory is missing, which is part of Bluez package without this Bluetooth module is not compiling at

[android-porting] What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-07 Thread 捷超 王
Hi, everyone~ I have been recently studying on why the Browser in the android OS does not support accessing IPv6 websites through IPv6 URLs. At first, I built the source code with CONFIG_IPV6 not set and tried IPv6 URLs in the Browser and the Browser could not access IPv6 websites. I then built

Re: [android-porting] how does libcamera.so get built?

2011-02-07 Thread Biju das c
please check the android makefile. On Thu, Feb 3, 2011 at 5:11 AM, n179911 n179...@gmail.com wrote: Hi, Can you please how does the out/target/product/generic/obj/lib/libcamera.so get built? I have the android source, and I did a 'lunch 1' and then 'make' but i don't see the libcamera.so

Re: [android-porting] Gingerbread and Touchscreen Calibration

2011-02-07 Thread Biju das c
for capacitve touch screen caliberation is not needed. regds, BD On Fri, Feb 4, 2011 at 5:02 AM, manish shakya manishshakya...@gmail.com wrote: Hi everyone, I am able to run gingerbread on gumstix fire(OMAP35XX) but problem is touchscreen is not properly calibrated.I do have pointercal file

[android-porting] Significance of CONFIG_CGROUP_CPUACCT.

2011-02-07 Thread Shashank
Hi, Can someone please explain the significance of CPUACCT in linux kernel in Android. What could be the side affects of disabling CPUACCT config option in Linux Kerenl. Thanks! --Shashank -- unsubscribe: android-porting+unsubscr...@googlegroups.com website:

[android-porting] logging from java not appearing in logcat

2011-02-07 Thread extrapedestrian
I run logcat from init.rc Android boots and displays log to console, but all the log comes from cpp files. For example: LOGI(SurfaceFlinger is starting); Logs from java files are not displayed. I tried putting Log.d and Log.e to various Java files and functions Im pretty sure they are called, but

[android-porting] Re: liblights: can't control LCD backlight brightness if there is a - or . in the path

2011-02-07 Thread Elvis Dowson
Hi, I forgot to set the backlight permissions the when I switched over to using the generic omap pwm timer framework. That's why it wasn't working. diff --git a/drivers/video/backlight/backlight.c b/drivers/video/ backlight/backlight.c index 6615ac7..8d4e561 100644 ---

Re: [android-porting] What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-07 Thread john halewood
I think you need to understand the OSI 7-layer model properly. If you remove IPV6 from the kernel then there is no support for IPV6 in the application - it doesn't make any difference to the code in the app, the support is not there at a lower level. Same way as if you remove kernel drivers for

[android-porting] ported android input pheripheral issues

2011-02-07 Thread mona mohan
Hello Everyone, I have do have problem with the input devices (keyboard) interfaced to the hawkboard .After the desktop with the sliding screen is displayed.Any key that u press on the keyboard it launches the default keypad application with the text box and this application hangs on. Any key

[android-porting] Re: What happens when i change the kernel config file and build the OS with the changed kernel config file?

2011-02-07 Thread 捷超 王
Yeah, thanks. But i would like to know more detailed. When we build the OS, we can specify the kernel config file to build against. The CONFIG_IPV6 is one item in the kernel config file and if it is set, something may read this file and adds/builds an IPv6 module containing the lower layer support

[android-porting] AudioFlinger DirectThread

2011-02-07 Thread Dean
When is the AudioFlinger DirectThread ever invoked? DuplicatingThread appears to be invoked whenever Bluetooth and Speaker are active simultaneously, but am unable to have the system invoke the DirectThread. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: