Re: [android-porting] Question about BlueZ licenses (LGPL and Apache)

2010-08-07 Thread Atul Raut
Hi Madhavi, If your code is not part of linux kernel then you dont need to worry for anything. Things to take care is your code should not use any opensource code or linked to opensource. If you want to do so you need to make library and define your header file which will be opensource and library

[android-porting] USB Mouse acceleration

2010-08-07 Thread G2
Hello, How to accelerate a USB mouse on Android? Right now, it's quite slow. I would like to undersand what would be the equivalent of "xset m 5 1"? Thanks in advance for any clue, Grégoire -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/and

[android-porting] Re: Codec for BlueZ

2010-08-07 Thread Ash
Well, i think you have to do it if you want to add it official Android source, if you just want to add it to a product you don't have to. On Aug 6, 8:23 pm, flame on wrote: > I am trying to implement a custom voice codec on the android bluetooth > platform by linking it, into the A2DP module. I h

Re: [android-porting] Best practices : Device without Home / Menu / Back

2010-08-07 Thread Dianne Hackborn
That is very much not a compatible device. My pointer would be to tell the manufacturer to fix their device. :p If you are building hardware that doesn't have these keys, you will need to have a software representation of the keys somewhere on screen that is always available. You could for examp