Default ICS Profile Registry Keys - Windows Mobile Development and Hacking General

Hello,
i'm just looking for the registry keys that stored default ICS profile (it is a profile that selected when we run Internet Connection Sharing) , is anybody know about it?, greatly appreciated

Related

Backing up internet/mms/email/gps settings

It is a bit annoying to set up "environment" settings each time i clean up registry, so i am searching a way to backup registry settings (i believe those settings are there?). Does someone knows which registry keys apply to those settings?
root said:
It is a bit annoying to set up "environment" settings each time i clean up registry, so i am searching a way to backup registry settings (i believe those settings are there?). Does someone knows which registry keys apply to those settings?
Click to expand...
Click to collapse
I am not sure about MMS/gps settings in registry. Definitly Email setups are not stored in registry.
I am using a method where I created a cab file with all my MMS/EMAIL and GPRS setups and included it in my extended ROM.
I published a method to create cab file for email setups sometime back. Search for my posts.
If anyone is intersted I can publish details for GPRS and MMS.
Maybe it's possible to use SettingsSavior:
http://forum.xda-developers.com/showthread.php?t=308100
or sth linke PIMBackup or similar?

how to reset connection settings

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.

How to change via registry the default data connexion

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?

Touch Diamond 2 Issues

I downloaded TD2 Tools to change a few settings and i changed the bluetooth settings from Default to Advised. However now when people try to send me files they discover me but the connection fails when they try to send.
I've changed the settings back to "Default" but i still have the same issues.
Any ideas?
If it helps the device trying to send me the file was a SE C902.
I'm running default TouchFlo 3D and WM6.1
Thanks
can anyone help?
this is a real issue!!
have you done options>apply setting then reset the device at the end?
i have had to restart everytime i apply my settings but i need to know the default ones so i can just change back to them.
what are your bluetooth settings in TD2 Tools?

[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