Registry changes for GPRS not shown - 8525, TyTN, MDA Vario II, JasJam General

Hi
If I change a gprs setting connection in the registry is not shown up in the connections window on wm5.
I do a soft reset and still not showing up...if I go into settings connection and make up a new connection setting it tells me that the name already exists ..... anybody seen this before?
Smudger

Related

Connect to GPRS

If my memory serves me right, when I had my Blue Angel and wanted to manually connect to GPRS, I could click in the "G" icon in my title bar and I would get the option to connect to the GPRS setting that I had set up.
Now I have a T-Mobile Vario and WM5 - standard build etc..., but when I click that "G" I get the same message bubble titles "connectivity" , but with a message saying "To connect to either the internet or work, set up a new connection in Settings". Using the "connect" button in the SPB GPRS Monitor icon (on the title bar) connects with no worries.
I have tries adding a new connection in - now I have 2 that work perfectly when usign SPB, but not with the "G" icon.
Clicking the "G" icon must read the registry somewhere and look for the current GPRS settings, but I must be missing them.....hmmmm
HKLM/Comm/ConnMgr/Destinations/Providers........ all seems ok, but the "ConnectionGUID" specified in my connections is not found anywhere else in the registry!
Can anyone help?
thanks
Charlie Grillo
I am also facing the same problem .. Cannot get the option to connect appear as in my previous Blue Angel ..
This creates problem for updating my RSS channels using SPB Insight which needs to have some connection in Connectivity bubble ..
Anyone found the solution?

Saving Connection Settings

HI,
Does anybody know how to save your connection settings (MMS and network) in WM5? Whenever I do a hard reset, all these settings have to be re-inputted.
Many Thanks
i ahve the xda2i with wm5 on it and in the settings/system/ there is a perminant save tab click this and tick the network check box that should solve youre problem.

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.

Deactivating Connection setup

I really hope some one of the pro's here can help me with my problem. The rest of the world including the German HTC support haven't a solution.
I type in the settings for my vodafone internet flat correctly with the connection adress wap.vodafone.de. Then it works fine for a while. After a few minutes when I click on data connection in the Comm Manager I always get the "connection setup" which is changing the adress to web.vodafone.de which is wrong. I have tried to deactivate the "connection setup" but it has no effect. Hard and soft reset the same.
My question: Can I delete this function anywhere? I really don't know what I am doing wrong because on my Touch HD it works fine all the time.
Thanks!
Try deleting a few registry keys.
Code:
[HKEY_CURRENT_USER\Software\HTC\BootLauncher\Apps\ConnectionSetup]
"Module"="\\Windows\\ConnectionSetupAuto.exe"
"CmdLine"="a"
[HKEY_CURRENT_USER\Software\HTC\ConnectionSetup]
"EnableStartUP"=dword:00000001 [B](actually, change this one to 0)[/B]

[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