Démarrer Bluetooth de la BAD ou au boot?

Est-il possible de démarrer le périphérique Bluetooth de la BAD, sans intervention de l'utilisateur?
J'ai essayé:

am start -a android.bluetooth.adapter.action.REQUEST_ENABLE

mais cela nécessite que l'utilisateur appuyez sur ok. Et:

service call bluetooth 3

ne pas faire n'importe quoi.
L'activation de la bluetoothd service dans l'init.rc ne fonctionne pas non plus.

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
    enabled

Et je préfère une commande à partir de la BAD. (Si quelqu'un se demande j'en ai besoin pour la FCC les tests.)

OriginalL'auteur thomas.fogh | 2013-08-28