Hello *,
do You Know where is in registry stored information from configuration applet wifi? I'm mainly interested about information of selection between "Only computer to computer", "Only access points" ?
Thanks in advance.
Hi,
Did you ever find an answer to this?
Related
Hi all
I've been told that in WM2003, it's possible to programmatically create a GPRS connection using the connection manager API while supressing the GPRS connection bubble.
This is exactly what I need to do, but I have not been able to find out how to do it - been trawling through the msdn site for hours! Does anyone know how to do this?
Cheers
Richard <><
Connecting suppressed... but not connection failed...
OK - well i've managed to suppress the connecting balloon now by using the priority CONNMGR_PRIORITY_HIPRIBKGND but I haven't managed to suppress the balloon which pops up if the connection fails...
Any ideas anyone?
You can set this from Settings -> Sounds -> Notifications. There is a CCheckbox for 'Display message on screen' for event 'Connection Established'. Therefore there must be a registry setting.
I think this is in the Registry under:
\HKCU\ControlPannel\Notification\{8ddf46e7-5ded-4750-9e58-afc6ce486d03}\Options
Options = 0, no popup.
Options = 8, do popup.
But this is not tested!!
Ben
Not quite
Unfortunately, while this may suppress the "Connected" pop up, it doesn't suppress the "Cannot Connect" pop-up!
Thanks for the idea tho!
Follow up
can anyone advise if a resolution to this was ever found? (running ppc2003se)
Hi guys!
I want my TyTN to synchronize time with the cellular antenas and not setting it manually. I cannot find the option or reg key to do this. (and tryied searching the forum without luck)
Anyone know what to do ?
I think I found it.
Please. Delete this post!
care to share it here?
I'd like to know too. I can;'t find where I can set that and I'm having problems with my clock staying synced.
Thanks
From the Hermes Registry Wiki page:
AUTO TIMEZONE FEATURE enable - disable
Enable the TimeZones Page in PHONE OPTIONS:
[HKEY_LOCAL_MACHINE\Software\OEM\PhoneSetting]
"ShowNITZPage"=dword:00000001
Disable the TimeZones Page in PHONE OPTIONS:
[HKEY_LOCAL_MACHINE\Software\OEM\PhoneSetting]
"ShowNITZPage"=dword:00000000
hy there,
does anybody know how to reset connection settings, other than hard reset?
I deleted everything I could in connection settings, but when I want to add a certain new connection, the message is "connection already exists"....
delete all relevant entries in the registry would be fine.
yes but where in the registry? current user, local machine or?or just type the name of the connection and search the registry?
solved that...
now, does anybody know how to export favorites from mozzila browser to the internet explorer browser of my trinity? I tried with sync but it does viceversa.
type the name of the connection you want to delete, in the "search/find" field of the registry editor. you will see all the keys with that name.
Hi,
Does anyone know if i can point both "My ISP" and "My Work Network" to the same connection.
Ive done a query on CM_GPRSentries and i have alterd the xml but i cant get it to work. I want the connection to have two DestID´s and that doesnt seem possible.
Also ive been faffin about in the "Connection settings" but its a no go.
Anyone got any pointers???
I hope im clear enough for someone.
thanx in advance.
Don't think it's possible, you can do it other way round though, if there's any value for you in this. E.g. set up the same connection (e.g. My Work Network) as preferred both for programs that connect to Internet and programs that connect to your workplace. Not sure what exact steps are required to set this up via XML provisioning though.
I want to automatically select the default network to which the device connects
(the first combo in Settings->WirelessControls->menu->Connections->Advanced->SelectNetworks -
See attached image)
My problem is as follows -
When I set up the connection to the operator -
it sets the default network to be <<3G Portal>>
I want to automatically change it to <<Internet 3G>>
(Or in the worst case -
Automatically delete the <<3G Portal>> -
making the <<Internet 3G>> the only available option -
which will force it to be default)
Does anyone know how to do this ?
(Even if some Cpp/C# code is needed - does anyone know the API ?)
Thanks
Not a lot of sense there
Looking at the screen print
The phone is set up to access the web FIRST via the 3G portal (every phone needs a portal to get online).
The second option looks to me to be a WIFI connection. Wifi always take priority over gprs/3g/hspa
so unless you can make a bit more clear what your looking for......................
http://www.filesaveas.com/gprs.html
Of course, if you mean a different web access point get the APN settings and manualy add then from the settings menu - wireless and networks access point names - press the menu button - add apn
As I understand your Q, you wanna auto set the default network without having to manually change it everytime you hard reset / change roms?
Here's what I do for such things.
Get ceregistry editor, connect to your phone, export the registry to file, then, on the phone, change the default access point to the one you would rather it was, (possibly reboot phone here to be sure the registry has changed the default apn,) back into ceregistry editor, compare current registry to the snapshot, figure out which key changed, and to what value, then provision that reg key (via a cab, or provxml,) whenever you hard reset, after the network has been set up. (I have a cab with dozens of tweaks in it,you can just keep adding to it)
johnerz said:
Not a lot of sense there
Looking at the screen print
The phone is set up to access the web FIRST via the 3G portal (every phone needs a portal to get online).
The second option looks to me to be a WIFI connection. Wifi always take priority over gprs/3g/hspa
so unless you can make a bit more clear what your looking for......................
http://www.filesaveas.com/gprs.html
Of course, if you mean a different web access point get the APN settings and manualy add then from the settings menu - wireless and networks access point names - press the menu button - add apn
Click to expand...
Click to collapse
Thanks for the reply.
Both connections are over the Cellular network.
The first one (3G Portal) is set up by the operator to go via some proxies and stuff, which block certain services/sites as they are not stored on this proxy.
The Second one is "unfiltered" internet connection over the Cellular network.
Whenever the network is detected and set up, the settings are automaticelly set to go via the "proxied" connection.
I want to change it to work over the unfiltered connection.
I would like to know the registry keys or any other place this information is kept, so I could automatically change it.
I tried searching the registry for these values but could not get to a definite conclusion about where exactly the "default connection" is stored, or if it is stored in the registry altogether.
(If it is stored in the registry - I do NOT want a complete registry import/export - just the relevant keys)
Many thanks in advance.
Yes it is stored in the reg, but it stores an ID for each connection which is different for everyone, hence the method I suggested which would reveal both the key and the ID, I wasn't suggesting you import a whole registry, simply make a cab of just the one key. It would take about 10 mins to do, but I'm not running winmo so can't lookup the key for you.
Som30ne said:
Thanks for the reply.
Both connections are over the Cellular network.
The first one (3G Portal) is set up by the operator to go via some proxies and stuff, which block certain services/sites as they are not stored on this proxy.
The Second one is "unfiltered" internet connection over the Cellular network.
Whenever the network is detected and set up, the settings are automaticelly set to go via the "proxied" connection.
I want to change it to work over the unfiltered connection.
I would like to know the registry keys or any other place this information is kept, so I could automatically change it.
I tried searching the registry for these values but could not get to a definite conclusion about where exactly the "default connection" is stored, or if it is stored in the registry altogether.
(If it is stored in the registry - I do NOT want a complete registry import/export - just the relevant keys)
Many thanks in advance.
Click to expand...
Click to collapse
Try using Data Controller by Red Frogfish. With this app, you can turn on and off all of your different connections indvidually.
Since, I have T-Mobile, I have the following connections:
T-Mobile Data
T-Mobile MMS
T-Mobile Internet
And, Data Controller lets turn each on or off as needed/wanted.
Rob
samsamuel said:
Yes it is stored in the reg, but it stores an ID for each connection which is different for everyone, hence the method I suggested which would reveal both the key and the ID, I wasn't suggesting you import a whole registry, simply make a cab of just the one key. It would take about 10 mins to do, but I'm not running winmo so can't lookup the key for you.
Click to expand...
Click to collapse
Ok, thanks.
I will try this method.