![]() |
simple idea for bluetooth icon
I have pocket plus and would love to be able to add a short cut icon to turn on and off bluetooth on my today screen. i dont want phonealaram (too much for such a simple idea). maybe even (if i could have found it) the "program" that will run/turn on/off bluetooth as though i was pushing the bluetooth icon in comm manager. i found this, but have no idea what they are saying (i am no where close to a programer lol) thanks...
One touch script Drop script in programs then copy/past shortcut into windows/start menu On tap turn BT on and off... BlueToothON.mscr/BlueToothOFF.mscr Most be located mortscript folder For Trigger script to work. Phil c ################################################## ## #BLUETOOTH TRIGGER.mscr - Gives blueTooth ON/OFF MSCR LIFE WITH ONE SCREEN TAP #SLiNG CREATIONS###Surflinez@hotmail.com #Notes-BUILT TO USE WITH jdcochran/Bluethooth-ToggleON OFF-Rev0 #BlueTooth on/off mscr must be in mortscript folder # B = RegRead("HKLM", "System\CurrentControlSet\Control\Power\State" , "Bluetooth" ) If ( B = 1 ) Call Blueon Else If ( B = 0 ) Call Blueoff EndIf Sub Blueon CallScript( "\Program Files\MortScript\BlueToothON.mscr" ) EndSub Sub Blueoff CallScript( "\Program Files\MortScript\BlueToothOFF.mscr" ) EndS |
That is a MortScript file and as such requires MortScript to run. You may look at http://www.winmobileapps.com/device/...c/cbt/cbt.aspx for a simple program to do just what you are looking for.
|
MortScript
thanks...circleBT is cool, would be nice if there was a way also to know if it was on/off on the today screen...but i guess thats what phonealarm is for! that MortScript program looks cool though. why dont people use that more often? or do they and i dont know about it? thanks tough..love turning my BT off and on on the fly
|
| All times are GMT -4. The time now is 07:30 AM. |
Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com