bluetooth shortcut - How-to - General Topics

I'd like to make a shortcut to bluetooth, can a lnk/shortcut be created to the bluetooth on/off menu?
it sucks having to go to connnetion manager, then bluetooth, then mode tab.
trying to put a shortcut on my tray rather than having to go thru 3 steps each time i wanted to turn bluetooth on/off. i know how to put stuff in the tray, just wonder if it's possible to create a shortcut to the bluetooth on/off menu?
wm6

Have you tried Btio?
I think it's what you need
@+

Jules Winnfield said:
Have you tried Btio?
I think it's what you need
@+
Click to expand...
Click to collapse
yeah i came across that, but i was just curious if i can make a shortcut to bluetooth without installing additional application. i would of thought there would of been a bluetooth shortcut in \Windows\

well i figured out how to do it.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/ppc_tcuts2.asp
here's how i did it:
Open notepad and type:
23#ctlpnl cplmain.cpl,23,1
Save file as bluetooth.lnk and copy it to your phone. ( i copied it to \Windows\) and put the bluetooth.lnk in my tray which now opens bluetooth>connection tab (on/off).
there are many possible commands/parameters that can be passed to clpmain:
Contrast=0
Password=1
Owner information=2
Power=3
Memory=4
About=5
Backlight=6
Screen=7
Input=8
Sound&Reminder=9
Remove Program=10
Menus=11
Buttons=12
Today=13
Beam=15
Clock=16
Network Adapter=17
Regional Settings=18
Connections=19
Bluetooth=23
if you read the link i posted to MSDN it explains how to use the parameters. only thing i have to figure out is how to change the generic windows icon to the bluetooth icon... working on that now.

well now i know why i went to school
figured it out without installing additional software.. so now i have a bluetooth icon in my systray that takes me directly to bluetooth on/off page.
cheers.

did you figure how to get the image for the shortcut? Another question, this option that you found, does it take you directly to the wireless screen, or swith the bluetooth on and off?

Related

Shortcut to turn phone off?

i like some of the today screen programs with shortcut icons that you can use to access your most used programs, i tried trials of both phoneAlarm & Spb Pocket Plus. i have a sx66 through cingular, and my question is, through either of these 2 programs or any other programs is there a quick way to turn off the phone? thanks...
Try this file.
Worked for me quite well on my magician.
I have it combined with tdlaunch to launch application out of the today screen.....
it only disables my radio, never turns it back on. is this suppose to do both?
Yes it should. For me on my magician it´s working.
First run -> turning it off
Second run -> turning it on
Stefan
Here's a link to another program that does the same. There's a similiar program for turning on/off bluetooth.
http://www.aditusnet.it/crino/crisoft/prodotto.asp?id=6
thanks jabberwock, this program works without any problems, and does exactly what i need it to do. thanks again...

treo 750 and the "built-in" ms voip client

hello all,
1. I have been unsuccessfully trying to install the ms voip client that's been deliberately cut out of all roms for 750's
I followed all the possible instruction sets similar to, say, here:
http://forum.xda-developers.com/showthread.php?t=401608&highlight=voip
Everything seems to install ok and you can even configure the thing to go through 3g, but it just doesn't want to actually start working.
Problem number one - no internet tab in phone settings
Problem number two - the today plugin is always in the "off" state.
My thoughts on this:
These problems might be coming out of the fact that 750's don't have wi-fi which seems to be the default behaviour for the voip client.
Also, according to here:
http://msdn.microsoft.com/en-us/library/aa923501.aspx
hklm\comm\rtc\ doesn't look like it has enough settings
2. On top of it all i'd like to bring g.729 codec support to the attention.
All i've been able to dig up is that you have to put the .acm file in the right place -> add some registry settings:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\CODEC_G729]
"Prefix"="ACM"
"Dll"="g729.acm"
"Order"=dword:0
"Flags"=dword:2
-> and then configure the use somewhere in \\hklm\comm\rtc\
Has anyone successfully installed and used it?
Let's bring all these things together so it all starts making sense.
Thank you for your time.
I have the same problem.
No matter what I install, the "internet" option never becomes available in the phone settings.
I believe this may have to do with "PLMOCPL.cpl" being used as the phone settings CPL instead of "cplmain.cpl" on the Palm.
I have changed a setting under "HKLM>System>State>VoIP>Phone". I changed "Network Preferences" from 0 to 1, which i think is what the control panel does anyway.
Now instead of "Internet Calling: Off", I get "Pennytel: No Service".
Anyonw else come up with anything? Any way to edit the cpl to include the internet settings?

Nodata question.

Im just wondering if there is any way of making a shortcut to nodata which will deactivate/activate a specific connection?
I know that some apps have things like that built in, like the xdaShutdown that I have linked in my sig. If you make a shortcut to the .exe and add some text onto the end of it, it will do a specific function (in xdaShutdowns case, either shutdown, restart etc)
I use Nodata so often to turn on and off ONE connection so often that Its getting annoying having to open the app and then get notifications when you do things etc.
Id just love a shortcut in the start menu (which i would place into Sense)
which just enables or disables that specific connection without the hastle of going into the app and selecting it specifically.
My question is; is there any way of doing this?
The easiest thing to try may just be a mortscript that toggles the connection. Nodata basically just flips the keys from 0-1 in HKLM\Comm\ConnMgr\Providers\{xxxx}\Connections\...\enabled. I'm not sure if the guid is the same for everyone or not, and I'm also not sure if you need to soft reset or not if you do it with a mortscript (maybe nodata gets around that somehow-kind of doubt it, though). Or you could just export the key with dotfred's regedit when it's 0 and 1, and then import either one whenever you want to kill or enable the connection.
aah, right.
Thanks for the reply
erm, ive never really done anything with mortscript
I know what it is and have used it before, but never made anything myself
How might I go about making this as you suggested?
It's pretty simple. I just tested out a set, and it appears to work fine (although I don't actually have a data plan, lol). This is the basic form (I left out some of the guid-no idea if this is common to everyone or if it's hooked just to me).
Turn on voicestream:
Code:
RegWriteDWord("HKLM","\Comm\ConnMgr\Providers\{7C4BxxxxxxxB1AA}\Connections\wap.voicestream.com","enabled",1)
Turn it off:
Code:
RegWriteDWord("HKLM","\Comm\ConnMgr\Providers\{7C4BxxxxxxxB1AA}\Connections\wap.voicestream.com","enabled",0)
You need to have mortscript installed for it to run. It's pretty much instantaneous. I have 3 data streams (all of which do jack, but can mess with my wi-fi connections); just create text files for whatever you want, and change the extension to .mscr. When you click it, it will execute. I'm sure you could write a toggle script, but that's way beyond my skills, lol.
Thanks Ted, Ill try that out now
Awesome
Works brilliantly
Obviously had to change the location slightly because of having a different connection name; Mine calls it "Contract Internet" instead of "wap.voicestream.com"
Thanks
Now I have on/off buttons in my quicklinks on Touchflo 2.5 (sense)

Wifi on demand?

Just changed to the new WM 6.5.3 stock rom~ but im finding a few problems with power consumption. Then I realised its cus my Wifi is always turned on! In previous roms I could set wifi so that it only connected when I update my weather or browse the internet, however with this new rom I find that Wifi will always try to connect if there is a connection nearby. So I thought I'll use TD2 Tools 3 to turn it off, but then the WLAN On Demand tab inactivated so I couldnt change it~
so is there anyone out there that knows a registry or have a cab so that I can turn this tab on? or even better just make my wifi on demand?
Welcome to the club I have exactly the same problem. With my previous ROM I used G-trigger application to toggle wifi, bt and some programsn but with this new ROM G-trigger doesn't want to work. I get an error message as soon ss I try to launch it. I've come up with some workaround but haven't tested it yet. There's a small wifi toggle program which I want to use and place a shortcut to it on home screen. A bit annoying but should work untill somebody comes up with a better solution.
Fixed problem with g-trigger: downloaded it from author's website, installed in main memory (device) instead of storage card and it works - can toggle wifi, bt and control other functions with just a simple shake
popularpp said:
Just changed to the new WM 6.5.3 stock rom~ but im finding a few problems with power consumption. Then I realised its cus my Wifi is always turned on! In previous roms I could set wifi so that it only connected when I update my weather or browse the internet, however with this new rom I find that Wifi will always try to connect if there is a connection nearby. So I thought I'll use TD2 Tools 3 to turn it off, but then the WLAN On Demand tab inactivated so I couldnt change it~
so is there anyone out there that knows a registry or have a cab so that I can turn this tab on? or even better just make my wifi on demand?
Click to expand...
Click to collapse
chacik said:
Welcome to the club I have exactly the same problem. With my previous ROM I used G-trigger application to toggle wifi, bt and some programsn but with this new ROM G-trigger doesn't want to work. I get an error message as soon ss I try to launch it. I've come up with some workaround but haven't tested it yet. There's a small wifi toggle program which I want to use and place a shortcut to it on home screen. A bit annoying but should work untill somebody comes up with a better solution.
Fixed problem with g-trigger: downloaded it from author's website, installed in main memory (device) instead of storage card and it works - can toggle wifi, bt and control other functions with just a simple shake
Click to expand...
Click to collapse
This solution created by me will solve all your problems:
[CAB] [WM6.5, WM6.5.x] [HTC] Wi-Fi On Demand for Custom/Official Roms
Actually, I was able to find a nice cab with task manager somewhere else on the forum, but still good work and thanks.
Wielkie dzieki
mancom said:
This solution created by me will solve all your problems:
[CAB] [WM6.5, WM6.5.x] [HTC] Wi-Fi On Demand for Custom/Official Roms
Click to expand...
Click to collapse
Thanks for that. Work very well in my topaz.
please let me know that cab
I want to add this cab please let me know from where u got it
' In previous roms I could set wifi so that it only connected when I update my weather or browse the internet'
How did you get this? I've looked all over to find a way so instead of it connecting to 'data connection' it connects to wifi automatically, could use please send me .cab or something thanks.
strong1 said:
' In previous roms I could set wifi so that it only connected when I update my weather or browse the internet'
How did you get this? I've looked all over to find a way so instead of it connecting to 'data connection' it connects to wifi automatically, could use please send me .cab or something thanks.
Click to expand...
Click to collapse
did you get it? i want this

disable wifi windows mobile 6.5? Any ideas please

Hi everyone,
I'm new to this forum, and was wondering if anyone can help me out. I have an Acer S200 but figured that perhaps this could relate to any windows mobile 6.5 device. Basically due to restrictions at work, we need to disable internet access from our work mobile devices!
I have read various posts that state that this can be achieved by disabling wifi access by altering the registry keys, however none of the methods that i have come accross seem to apply to my Acer S200 mobile 6.5.
Sorry to be a pain, but does anyone know how i can do this?
Thanks in advance everyone.
alan
Like it has to be unable to turn on, or off? Does the default winmo comm manager not work? If not, just try a third party one, theres plenty out there
Hi cmstackar
thanks for the reply. Yes thats right, there should not be an ability to toggle it on or off - just for the wifi to be disabled for the user. I understand that changing registry keys is only a temporary solution since hard resetting would put things back to normal, but even that's okay for the time being.
Any ideas anyone?
What third party software did you particularly have in mind?
What about your internet access from the phone network? Surely that would be the issue, not wifi which you can't use to connect to the internet unless you're near a internet accessible wireless network which you have the network key to access...
hi xaccers,
the phone doesn't have a data connection plan with it, so it would be too expensive to use for internet access i imagine.
but, likewise then, is there a way to disable both of these (wifi, data connection)?
I know this is such a strange request, but appreciate any pointers from forum members.
Thanks
If would be easy if you could cook your own ROM, but if the user is willing to do a hard reset, there is nothing you could do to a factory ROM to prevent it from coming back after a hard reset.
hi trueg
that is true. However, I am a complete newby to cooking ROMS etc, and also if the user did hard reset the device, it would need to be taken back to technical department to have software reinstalled, etc. So the temporary changes could be reintroduced again.
So, given the above, do you you know how to temporary disable wifi/data connection? I have read others state that this can be achieved by altering registry keys - but the ones that are referred to are not present on my acer.
any expert willing to depart a little advice my way?
So your Acer phone has a wifi thats always on? I never encountered such a device but nonetheless if your wifi network at work is secured then your phone won't be able to connect to the wifi router hence won't get any internet connection.
hiya,
The users can use the devices in public wifi areas. But also, now that i've been trying to do this for ages, i really would just like to know how to fiddle with the registry keys. its kind of bugging me that I haven't managed to figure this out...
will I really need to learn how to cook my own ROM? (I'm not sure I want to take the risk :S)
I'm sure there is a really easy way to disable wifi/data connection (even if temporarily upon hard resetting) that the more experience members can help with... Please
thanks for all the input so far guys.
alan
OK, so you want to prevent users from accessing the Wireless Manager, or do you want WiFi to not work?
How smart are the users that you are dealing with?
You can easily hide the Wireless Manager from the Control Panel and you could possibly overwrite wrlsmgr.exe with a dummy file, but preventing access to the Wireless Manager would mean they couldn't put the phone in aeroplane mode.
There should be several ways to change the registry to prevent WiFi from working at all.
I like to use FdcSoft Task Manager v3.1 to edit my registry.
Hi Alan, You can try cooking a ROM..it's not so difficult unlock your device go to XDA WIki find your phone then check step by step the procedure, connect Acer to the PC download the ROM you think is better for you, copy it to desktop, then to your device. That's it
Thanks trueg,
you say there should be several ways of changing the registry to prevent wifi from working at all. Would you be kind enough to let me know how? sorry - complete newbie here.
francomur99: thanks for pointing that out buddie. I'll look into that too...
OK, well do you have the following key in your device?
HKLM\System\State\Hardware
WiFi = dword:00000001
Changing this to 0 removes the WiFi option from the default Windows Wireless Manager.
Does your device use the default Wireless Manager or do you have a 3rd party Manager?
Update: Hmm, that only works until you soft reset and if you have a separate WiFi manager, it can still turn it on. Well I can make you an application that will set this back to 0 after every soft reset and you can hide any WiFi managers from the control panel, but they will still exist in the \Windows directory.
The best way may be to create invalid entires for the WiFi driver. Do you have this entry in your registry?
HKLM\Software\Drivers\WLAN
AdapterName = ....
OK, well do you have the following key in your device?
HKLM\System\State\Hardware
WiFi = dword:00000001
Changing this to 0 removes the WiFi option from the default Windows Wireless Manager.
Does your device use the default Wireless Manager or do you have a 3rd party Manager?
Update: Hmm, that only works until you soft reset and if you have a separate WiFi manager, it can still turn it on. Well I can make you an application that will set this back to 0 after every soft reset and you can hide any WiFi managers from the control panel, but they will still exist in the \Windows directory.
The best way may be to create invalid entires for the WiFi driver. Do you have this entry in your registry?
HKLM\Software\Drivers\WLAN
AdapterName = ....
Hi Trueg,
Thanks for the tip. Yes, you're advice has removed the WLAN display from the comm manager. However, I do not have the HKLM\Software\Drivers|WLAN entry.
Infact, under HKLM\Software, there is no Driver folder. There is a HKLM\Driver folder however this doesn't contain a WLAN subdirectory.
Any ideas?
Schaps Advanced Config allows you to edit the com manager. You could easily remove the wifi toggle from there, but it would still be fairly easy to work around if you wanted to turn the wifi on. Maybe someone else could tell you how to remove it from the settings menu.
Sorry alan303487, what is your status with this?
hi trueg
I haven't been able to move forward with this since the post on 16th April 2010 11:01.
i.e. the wifi connectino from the comm manager isn't showing, but I can still connect via windows menus.
would still appreciate any advice - so far, it seems that cooking my own ROM is the only other method thats been suggested.
still would appreciate your help trueg. Any ideas?
thanks mate.
OK, well how would you like to proceed? Would you like to try and hide all of the options that will allow WiFi to be turned back on, or disable WiFi permanently?
Also, what do you have listed under HKEY_LOCAL_MACHINE\Comm\?
Example: the WiFi driver on my HTC Touch Pro is
[HKEY_LOCAL_MACHINE\Comm\TNETW1251]
hi trueg,
thanks for helping..
well, either of the options would do - depends on the complexity of the method involved.
regarding what listed under HKEY_LOCAL_MACHINE\Comm\
there are many subfolders - below is a selection.
AFD
Application Download
AxyncMac
AsyncMac1
BCMSD
BCMSD1
BTCEPAN..
....
connection sharing
..
connMfr
CXPort
..
Devices
...
Wifi
Thanks for your help.
Alan
hi trueg
any ideas? any leads?
thanks buddy
alan

Categories

Resources