Saludos.
He abierto el ramdisk y uno de los archivos que contiene dentro, que crea directorios, da permisos etc,, contiene las siguientes lineas:
service dbus /system/bin/dbus-daemon --system --nofork
class main
socket dbus stream 660 bluetooth bluetooth
user bluetooth
group bluetooth net_bt_admin
service bluetoothd /system/bin/bluetoothd -n
class main
socket bluetooth stream 660 bluetooth bluetooth
socket dbus_bluetooth stream 660 bluetooth bluetooth
# init.rc does not yet support applying capabilities, so run as root and
# let bluetoothd drop uid to bluetooth with the right linux capabilities
group bluetooth net_bt_admin misc
disabled
¿que pasaría si cambiamos la última línea "disabled" por "enabled"?
¿vendrá el bt deshabilitado de fábrica pero se puede habilitar?