From 9d46ed77357a5b6306494cfc6625de4f3882df52 Mon Sep 17 00:00:00 2001 From: Andrzej Kaczmarek Date: Thu, 13 Mar 2014 11:05:15 +0100 Subject: [PATCH] android: Adjust uinput permissions We need to make sure /dev/uinput accessible for BlueZ in order for AVRCP to work properly. On some devices (e.g. Nexus 7 a.k.a. flo) permissions are set by default to 'system net_bt_stack' as thus we need to change group to 'bluetooth'. --- android/init.bluetooth.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/android/init.bluetooth.rc b/android/init.bluetooth.rc index 8be869af0..af6212137 100644 --- a/android/init.bluetooth.rc +++ b/android/init.bluetooth.rc @@ -2,6 +2,7 @@ on boot chown bluetooth bluetooth /data/misc/bluetooth chown bluetooth bluetooth /dev/uhid + chown system bluetooth /dev/uinput # services on property:bluetooth.start=daemon -- 2.47.3