How to change via registry the default data connexion - Networking

Hello,
I search all the forum an issue to my problem. I've set my default data connexion to Orange Entreprises in the advanced setting of the network parameters. I've made a little scripts that ask me to choose which connexion I want to launch to go on the web. But, if the connexion I choose is different the default connexion set in the advanced setting of the network parameters, the initiale connexion is cut and the default is launch.
So my script is useless... I look for the registry key that define the default connexion in the advanced setting of the network parameters.
It could be in HLM\Comm\ConnMgr\Providers\{EF09F4C-....}\
But what the signification of the key beginning with HTTP-{XXX}? There is a inside key call Enable = 1 which, I think, could define the default connexion. I find the SrcId of only a few profil connexion...
To test, I switch the connexion and the last HTTP-{XXX} disapear for a new HTTP-{YYY} with the key Enable = 1. I tried with a third connexion profil and the HTTP-{YYY} don't disapear but the enable key move to 0... and the HTTP-{ZZZ} enable key is now to 1... Why do I not find all my SrcId profil here si I've juste to modifie the enable value to set the default connexion???
Please could someone help me by giving me some informations on these subtilities (or a better simple way to do what I'm looking for).
Thanking you in advance, I can give you all the informations I have to help.

Maybe I'm posting in the wrong section???

Apparently it's imposible to do what i'm looking for... No idea?
I'm on a new way... Is it possible to change the proxy setting of a data mobile connexion via the registry?

You need to use XML provisioning for configuring connection manager, a complete reference is available here:
http://msdn.microsoft.com/en-us/library/aa456228.aspx
What you are trying to achieve is described here:
http://msdn.microsoft.com/en-us/library/ms889544.aspx

Thnak You Very much...
Apparently it's hard to do. Can Mortscrip use Windows Mobile API...

Could someone help me to use the XML provisioning...
I'm sure I'm not the only one who likes to do that?

Related

How to sync time with Phone operator and not manually ?

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

Use a specific internet connexion for a software

Hi all,
I've got two Internet Connexion in my Hermes : OrangeWorld and OrangeBusiness (specific parameters for each). I have to use OrangeBusiness for business mail (internet conexxion) and access to my intranet. So the connexion enabled for Internet connexion (windows/parameters/connexion) is OrangeBusiness.
I want to use OrangeWorld connexion for Internet browsing.
How can I force my web browser to use Orangeworld connexion ?
Is there a software that can do that ?
Thanks
I'm looking an issue too.
I've made a little script with mortscript who ask me the connexion I want to enable (Orange entreprise or Orange Internet) but if Orange Entreprises is set as the default connexion, when I launch Pocket IE, it cuts the connexion I've initialised and launch the default connexion (Orange Entreprise).
So I think we have to write in the registry that the connexion we want to use is the default connexion. I don't know yep how to do that.
I've found many key in registry with Orange Entreprises or Orange Internet but unabled to find the key which says if default or not.
I'm very interested in,

Disable GPRS/Data and Have WiFi on Demand ONLY [with Solution]

Hi All,
I am using HTC TD2 with latest Stock ROM 6.5.3. And I want to Disable GPRS/Data and Have WiFi on Demand ONLY.
I know we have many tools to achive this like: "NoData" and "TD2 Tools". But I do not want to use these Tools and set the setting of my own. These are good tools But...
NoData will disable Data/GPRS, but Can't make WiFi on demand. When the TD2 Tool can do both (or can give me what I want), but I do not want use this tool ONLY for this SINGLE purpose (I am not using other services of this tool).
So This is how I want:
I disable the data connection by Settings -> Connections -> Advanced and select "My Work Network" instead of GPRS/Internet connection. So this prevents me to use the GPRS Connection.
Now the Other One:
Can one of you suggest how should I edit the settings of the "My Work Network" to use WiFi when demand? Or is there any Registry edit that will make WiFi on Demand instead of Connect when phone is used
PS: The WiFi Ondeamnd feature was existed in the OLD 6.5 ROMs, but now Missing in 6.5.3 .
I had this POST @ TD2 forum, but no reply, so posting here to get some help .
Thanks.
Found Solution
Solution @ the Original Post. See post# 15.
Also Here: http://forum.xda-developers.com/showthread.php?t=579965.
Thanks.

[IDEA & Q] ProxyChanger

Hello and sry for my bad Englisch at the beginning.
So my Question ist: Is there any Automaticly Proxy changer, to set up the settings?
If not, then it would be time to create a usefull app.
My Idea is, for example:
You are Connecting you with the internet (wlan) and you have access to the internet at home (without proxy setting), you are going in to school and you must set up the proxysettings. My Idea is, to create an app, that runs in the background, and reads the connectivity status, if for example the phone is connectet to the router xyz, it should automaticly change the proxy settings, if you are at home, and you are connecting to another router, the settings gets resettet.
Is there any app, that can do that?
Or can someone here programm a little useful app for the peoples.
Kind regards
Last time I tried to do something like this, it needed some system protected authorization, I didn't checked again.
Since there is now a UI for that, it may be possible...
Hmm, it should look something like that:
Main (where The Network list is):
img827.imageshack.us/img827/9176/mainfk.png
And the Config Menu (apeears when you select a Network):
img703.imageshack.us/img703/9008/setr.png
The Settings should be saves in an ini file on the sd card.
I am not a good Programmer, and i need help from pros
regards

[Q] Changing the default network connection

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.

Categories

Resources