maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Brainstorm (https://talk.maemo.org/forumdisplay.php?f=47)
-   -   blue notification (https://talk.maemo.org/showthread.php?t=65284)

bayernhan 2010-11-08 14:22

blue notification
 
basically to have the dark blue led light on everytime bluetooth is on and to turn on and off quickly when transfering files

sting04 2010-11-08 15:53

Re: blue notification
 
That is an awesome idea :)

s4br0s0 2010-11-08 15:54

Re: blue notification
 
Quote:

Originally Posted by sting04 (Post 867059)
That is an awesome idea :)

+1

Support this.

Grettings.

xperto 2010-11-08 17:51

Re: blue notification
 
Quote:

Originally Posted by bayernhan (Post 866991)
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 2010-11-08 18:13

Re: blue notification
 
+1
Me too.

bakuur 2010-11-13 21:57

Re: blue notification
 
this seems like a fair idea ;) ill try working on it ;)

James_Littler 2010-11-13 22:02

Re: blue notification
 
Me too, would love this!
Might help me remember to turn it off once I've finished using it, (thankyou auto-disconnect).

blue_led 2010-11-17 23:44

Re: blue notification
 
starting point
create a script bt.sh with this line Ex :
Code:

vi bt.sh
copy paste this

Code:

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

[ esc] :wq
add execute permission

Code:

chmod +x bt.sh
run

Code:

./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


All times are GMT. The time now is 07:27.

vBulletin® Version 3.8.8