Where are the GPRS settings stored? - JAM, MDA Compact, S100 General

Apparently, when I delete a GPRS setting under the connections tab, the names are not deleted from the system. I tried deleting my settings and defining them again and can't seem to use the same names.
Is there a way to delete them from the system?
Thanks

They're in the registry too. Search & delete them with a reg.editor, like Resco Explorer with registry plug-in.
Cheers, M

thanks oltp!

Related

where are GPRS settings stored in registry

i want to put new gprs settings on an xdaIIi programmatically. Can someone tell me where and what i need to do in the registry.
Thanks

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 delete a connection

Hi there,
I was testing with Internet connections, and somehow I was blocked in a screen with no possible exit. I was in the "INTERNET" connection edit screen, but pressing Accept told me that this name was already in use... I only wanted to check settings, but it was like creating a new connection!
So, I finally added a leter to the "INTERNET" and now I have two new connections: "INTERNETg" and "INTERNETt" which I can't delete.
I have located them in the registry:
HKEY_LOCAL_MACHINE\Comm\ConnMgr\Destinations\INTERNETg
HKEY_LOCAL_MACHINE\Comm\ConnMgr\Destinations\INTERNETg
But I can't delete them... they seem to be protected. How can I get rid of them?? I've googled, I've searched in xda... no solution.
Can anybody help? Thanx!!!
Sorry! I had the CeRegEditor running and it didn't allow deletion... Closed it and from PHM RegEdit I could delete them.
Thread can be closed/deleted

[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