PDA

View Full Version : blue notification


bayernhan
11-08-2010, 09:22 AM
basically to have the dark blue led light on everytime bluetooth is on and to turn on and off quickly when transfering files

sting04
11-08-2010, 10:53 AM
That is an awesome idea :)

s4br0s0
11-08-2010, 10:54 AM
That is an awesome idea :)

+1

Support this.

Grettings.

xperto
11-08-2010, 12:51 PM
basically to have the dark blue led light on everytime bluetooth is on and to turn on and off quickly when transfering files

+1
i would lurve to have it on my N900 too !!!

n900maniac
11-08-2010, 01:13 PM
+1
Me too.

bakuur
11-13-2010, 04:57 PM
this seems like a fair idea ;) ill try working on it ;)

James_Littler
11-13-2010, 05:02 PM
Me too, would love this!
Might help me remember to turn it off once I've finished using it, (thankyou auto-disconnect).

blue_led
11-17-2010, 06:44 PM
starting point
create a script bt.sh with this line Ex : vi bt.sh
copy paste this

[ `hciconfig | awk '{if(match($0,"UP")}{print 1}}'` ] && echo bluetooth active || echo bluetooth down
exit & write with commands : [ esc] :wq

add execute permission

chmod +x bt.sh

run

./bt.sh

if all is ok you must see "bluetooth active / down " function of bluetooth state

after that, echo commands must to be replaced with appropriate dbus-send message for any pattern you want activate / deactivate