Active Topics

 


Reply
Thread Tools
Posts: 116 | Thanked: 26 times | Joined on Jun 2010 @ in states for now
#1
basically to have the dark blue led light on everytime bluetooth is on and to turn on and off quickly when transfering files
 

The Following 5 Users Say Thank You to bayernhan For This Useful Post:
Posts: 47 | Thanked: 3 times | Joined on May 2010 @ Johannesburg, South Africa
#2
That is an awesome idea
 
Posts: 395 | Thanked: 255 times | Joined on Nov 2010
#3
Originally Posted by sting04 View Post
That is an awesome idea
+1

Support this.

Grettings.
 
Posts: 92 | Thanked: 9 times | Joined on Apr 2010
#4
Originally Posted by bayernhan View Post
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 !!!
 
Posts: 42 | Thanked: 12 times | Joined on Sep 2010
#5
+1
Me too.
__________________
Any sufficiently advanced technology is indistinguishable from Magic - Arthur C. Clarke (1917 )
 
Posts: 429 | Thanked: 217 times | Joined on Apr 2010 @ Dubai
#6
this seems like a fair idea ill try working on it
__________________
N900 @850Mhz
My N900 changed my life and made it ALOT easier!
 
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#7
Me too, would love this!
Might help me remember to turn it off once I've finished using it, (thankyou auto-disconnect).
 
Posts: 306 | Thanked: 566 times | Joined on Jan 2010 @ Romania
#8
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

Last edited by blue_led; 2010-11-26 at 13:52.
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:06.