![]() |
2010-11-08
, 14:22
|
Posts: 116 |
Thanked: 26 times |
Joined on Jun 2010
@ in states for now
|
#1
|
![]() |
2010-11-08
, 15:53
|
Posts: 47 |
Thanked: 3 times |
Joined on May 2010
@ Johannesburg, South Africa
|
#2
|
![]() |
2010-11-08
, 15:54
|
Posts: 395 |
Thanked: 255 times |
Joined on Nov 2010
|
#3
|
![]() |
2010-11-08
, 17:51
|
Posts: 92 |
Thanked: 9 times |
Joined on Apr 2010
|
#4
|
basically to have the dark blue led light on everytime bluetooth is on and to turn on and off quickly when transfering files
![]() |
2010-11-08
, 18:13
|
Posts: 42 |
Thanked: 12 times |
Joined on Sep 2010
|
#5
|
![]() |
2010-11-13
, 21:57
|
Posts: 429 |
Thanked: 217 times |
Joined on Apr 2010
@ Dubai
|
#6
|
![]() |
2010-11-13
, 22:02
|
|
Posts: 820 |
Thanked: 436 times |
Joined on May 2010
@ Portsmouth, UK.
|
#7
|
![]() |
2010-11-17
, 23:44
|
Posts: 306 |
Thanked: 566 times |
Joined on Jan 2010
@ Romania
|
#8
|
vi bt.sh
[ `hciconfig | awk '{if(match($0,"UP")}{print 1}}'` ] && echo bluetooth active || echo bluetooth down
[ esc] :wq
chmod +x bt.sh
./bt.sh