[android-porting] How to set the out volume of TPS65930 driver for DM3730???

2011-08-09 Thread Tommy Lu
out ,but sound very quietly!! Is anyother registers value changed? I had set the volume key to the MAX volume value,and it still sound very quietly.. Thanks for any suggestion! Tommy Lu -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http

[android-porting] Re: How to set the out volume of TPS65930 driver for DM3730???

2011-08-10 Thread Tommy Lu
Haha,It has resolved. Tommy. On 8月9日, 下午3时09分, Tommy Lu wrote: > Hi ALL; > > I use the the TPS65930 as the PMIC for the CPU DM3730,and use all > PMIC driver of the TPS65950 for TPS65930.At first ,there is no volume > out,so i changed the init value to 0x24 of the registers

[android-porting] Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-10-31 Thread Tommy Lu
est App,it can't find the sensor . This method was right in Android2.2 ,and can paly game like Moto Game use the G-Sensor.But it can't work in Android2.3 ,Why?? Thanks for any suggestion! Ragerads Tommy Lu -- unsubscribe: android-porting+unsubscr...@googlegrou

[android-porting] Re: Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-11-01 Thread Tommy Lu
Hi CVS; Thanks for your reply,yes ,i am use PandaBoard for develop。 <1>Below is my logcat when boot the sensor test App nameed TI Sensor Test Application: I/ActivityManager( 1412): Starting: Intent { act=android.intent.action.MAIN cat= [android.intent.category.LAUNCHER] flg=0x1020 cmp=sens

[android-porting] Re: Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-11-01 Thread Tommy Lu
Hi Below is my lib files: # ls system/lib/hw/ alsa.omap4.so lights.omap4.sosensors.omap4.so gps.goldfish.sooverlay.omap4.so sensors.omap4430.so gralloc.default.so sensors.goldfish.sosensors.pandaboard.so # Regards Tommy On 10月31日, 下午10时54分, CVS wrote:

[android-porting] Re: Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-11-02 Thread Tommy Lu
Hi CVS, Thanks again for you reply, in the logcat info ,i find the following error: D/SensorService( 1412): nuSensorService starting... E/SensorService( 1412): couldn't open device for module sensors (Invalid argument) And I followed the error info ,and find the in the SensorDevice.cpp fil

[android-porting] Re: Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-11-03 Thread Tommy Lu
again. Regards Tommy Lu On 11月2日, 下午3时49分, Tommy Lu wrote: > Hi CVS, > Thanks again for you reply, in the logcat info ,i find the > following error: > D/SensorService( 1412): nuSensorService starting... > E/SensorService( 1412): couldn't open device for module se

[android-porting] Re: Android2.3 Sensor APP can't call the sensor HAL lib file!

2011-11-04 Thread Tommy Lu
Hi all, I changed the Sensor HAL file and compiled it , and it works!! Thanks VCS and other guys! On 11月4日, 下午1时57分, Chinmay V S wrote: > Definitely! > The sensor-lib interfaces have changed starting from Gingerbread(2.3). > > You might want to hav a look at these files for a reference im