[android-kernel] Re: Bluez HID

2016-01-11 Thread venkata
Kenneth Skovhede hexad.dk> writes: > > > > > Can I request AID_NET_RAW permission > > > from a manifest file? And if so, how? > > > > But you must request it for the hci0 interface isn't it > > Can you do that ? > > I'm not sure what you mean, I would like the caller > (i.e. my app user)

[android-kernel] Re: Bluez HID

2011-04-13 Thread Kenneth Skovhede
> > Can I request AID_NET_RAW permission > > from a manifest file? And if so, how? > > But you must request it for the hci0 interface isn't it > Can you do that ? I'm not sure what you mean, I would like the caller (i.e. my app user) to be a member of the AID_NET_RAW / "net_raw" group so it

Re: [android-kernel] Re: Bluez HID

2011-04-13 Thread Pavan Savoy
On Wed, Apr 13, 2011 at 2:49 PM, Kenneth Skovhede wrote: > Yes, that must be it. > > Can I request AID_NET_RAW permission > from a manifest file? And if so, how? But you must request it for the hci0 interface isn't it Can you do that ? > I looked at the permissions, but none seem to map to

[android-kernel] Re: Bluez HID

2011-04-13 Thread Kenneth Skovhede
Yes, that must be it. Can I request AID_NET_RAW permission from a manifest file? And if so, how? I looked at the permissions, but none seem to map to AID_NET_RAW: http://developer.android.com/reference/android/Manifest.permission.htm Regards, Kenneth -- unsubscribe: android-kernel+unsubscr...@

Re: [android-kernel] Re: Bluez HID

2011-04-13 Thread Pavan Savoy
On Sat, Apr 9, 2011 at 8:08 PM, Kenneth Skovhede wrote: > I have struck on the same problem, from another angle. > > The problem for me is permissions. > If I run the same line as root, all works fine. > > I have tried a number of different permission settings, > but to no avail. isn't this becau

[android-kernel] Re: Bluez HID

2011-04-12 Thread Kenneth Skovhede
I have struck on the same problem, from another angle. The problem for me is permissions. If I run the same line as root, all works fine. I have tried a number of different permission settings, but to no avail. Most of the stuff works if I set BLUETOOTH and BLUETOOTH_ADMIN, but not the raw socke