[android-kernel] How to use the lib(.jar) which android sdk didn't contain

2010-04-15 Thread xlshe
Hi, I want to transfer a face recognition application from PC to android phone. But in the source code of the application, the libs "com.sun.image.codec.jpeg.JPEGCodec" and "com.sun.image.codec.jpeg.JPEGImageEncoder" are contained in JRE and are not supported by android SDK. I tried to add JRE to

Re: [android-kernel] enabling bluez logs

2010-04-15 Thread Pavan Savoy
also prefix the /system/bin/logwrapper before the service bluetoothd, this will enable all logs coming out of bluetooth daemon. something like service bluetoothd /system/bin/logwrapper /system/bin/bluetoothd -d -n On Thu, Apr 15, 2010 at 3:59 PM, Deva R wrote: > just running logcat w

Re: [android-kernel] enabling bluez logs

2010-04-15 Thread Deva R
just running logcat will bring out existing logs.. run "logcat &" from shell or adb. PS. http://pdk.android.com/online-pdk/guide/bluetooth.html#androidBluetoothTroubleshooting On Thu, Apr 15, 2010 at 11:28 AM, guru wrote: > Hi All, > > I want to enable bluez logs. Can any one let me know the