Thanks for the fast responses, Paul!
So, got it running. Posting below the steps I did with Paul's help for Bluetooth Auto Connect on boot, if anyone needs it: 1. connected phone in Player mode via pCP GUI 2. ssh to pCP, login 3. create bt.sh file and put following content in it: (no need for sleep before bluetoothctl) > #!/bin/sh > bluetoothctl << EOF > connect YOUR_MAC_ID_HERE > EOF 4. run chmod 777 bt.sh 5. run pcp bu 6 in pCP GUI Tweaks tab, under User Commands put: sudo /home/tc/bt.sh and save 7. reboot to see it working! ------------------------------------------------------------------------ fabflix's Profile: http://forums.slimdevices.com/member.php?userid=71192 View this thread: http://forums.slimdevices.com/showthread.php?t=113512 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
