yay, that works ... 
so i needed to copy the mako job over to flo to get tthe property set like on 
mako with the result below i get a BT indicator just fine now:

root@ubuntu-phablet:/# cat /etc/init/bluetooth-touch-flo.conf
# bluetooth-touch-flo - Bluetooth initialization
#
# Bluetooth initialization job, specifically for the Nexus 7 2013 device (flo),
# starts the hciattach job in the android container to run hci_qcomm_init,
# which will write the bluetooth address and bring up the chip.
#

description     "Nexus 7 bluetooth initialization"

task

pre-start script
  timeout=10
  # loop 10 times and then exit, if the property service
  # isnt up after 80 sec # it is likely not starting at all
  while [ ! -e /dev/socket/property_service ]; do
      sleep 8
      if [ "$timeout" -le 0 ]; then
          stop
          exit 0
      fi
      timeout=$(($timeout - 1))
  done
end script

script
        setprop ctl.start hciattach
        sleep 5
        setprop bluetooth.hciattach true
        echo 1 > /sys/module/hci_smd/parameters/hcismd_set
end script

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1285146

Title:
  Bluetooth on flo can be easily enabled but the indicator does not
  recognize it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bluetooth-touch/+bug/1285146/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to