[android-porting] Modules under hardware/libhardware/modules not been built

2009-05-24 Thread katherine
Hi, I generated a lights module including Android.mk and source under hardware/libhardware/modules( a lights folder under it). But seems this module can not been built from the the top of android project. Anyone has similar problems? Thanks in advance! Katherine

[android-porting] Re: how to porting for backlight

2009-05-13 Thread katherine
Do I need the lights.xxx.so module? If yes, where I can get an example code? On May 13, 10:39 pm, Nishikant Diwathe wrote: > which platform/board are u using? > > On May 13, 3:23 pm, katherine wrote: > > > > > I got my kernel backlight driver ready, and android brightne

[android-porting] how to porting for backlight

2009-05-13 Thread katherine
I got my kernel backlight driver ready, and android brightness bar is there. But when tuning the brightness, no backlight changed. Anyone can give me some clew on how to connect the two parts. Thanks in advance! BTW, the newest power.c removed the backlight related codes. --~--~-~--~~

[android-porting] AVRCP: E/EventHub( 1851): could not open /dev/input/event2, Permission denied

2009-04-15 Thread katherine
Most time I'll get "E/EventHub( 1851): could not open /dev/input/ event2, Permission denied" and AVRCP not work But after I added a log before opening the device in frameworks/base/ libs/ui/EventHub.cpp, the error disappears. Who knows if there any restrict for the AVRCP device opening? Thanks i

[android-porting] Re: how to test bluetooth handset/handsfree without phone module

2009-04-01 Thread katherine
rm. 2. For the debug properties in BluetoothHandsfree.java and BluetoothHeadsetService.java, I only can make the sco connection, how can it be used to send a known speach or audio. Best Regards, Katherine --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr

[android-porting] how to test bluetooth handset/handsfree without phone module

2009-03-30 Thread katherine
Hi, I'm going to test the bluetooth handset/handsfree on my platform, but I don't have the phone module. Any one did such kind of test? Thanks a lot in advance! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.g

[android-porting] Re: If the bluetooth is build as module not build in, where is better to insmod it

2009-03-23 Thread katherine
Hi Pavan and Nick, Thanks for the suggestions! Seems insmod in bluetooth.c is not a good idea, it do increments the rfkill. I'll put it into init.rc first, maybe build in finially. Thanks again! --~--~-~--~~~---~--~~ unsubscribe: android-porting+unsubscr...@goog

[android-porting] If the bluetooth is build as module not build in, where is better to insmod it

2009-03-22 Thread katherine
If the bluetooth is build as module not build in, where is better to insmod it? I'm thinking of insmod( including some other bt init steps, e.g. setting the pskey for csr chip) and rmmod in the bt_enable and bt_disable in ./system/bluetooth/bluedroid/bluetooth.c. But I'm not sure it's the best lo