Reply
Thread Tools
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#11
Originally Posted by me2000 View Post
However, I have not found a way to edit the properties of that connection. How do I do that ?
I don't remember if fAPN had an 'edit' feature.

Anyway, did you try the 'Settings -> Internet Connections'? The APN that you created should be listed along with other APNs and Wifi Connections.
 
Posts: 117 | Thanked: 26 times | Joined on Dec 2009
#12
Originally Posted by archebyte View Post
I don't remember if fAPN had an 'edit' feature.
It doesn't. See my post above.

Anyway, did you try the 'Settings -> Internet Connections'? The APN that you created should be listed along with other APNs and Wifi Connections.
Yes, I did try that. The edit there does not allow APN type information to be changed.

Is there a APN config file somewhere that I could manually edit ?

Thanks.
 
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#13
Interesting. I was able to create an APN in fAPN and edit it in Internet Connectons.

Anyway, the Connection info is stored in gconf and can be updated using the standard gconftool options. The following command will list all the connections configured:
Code:
gconftool-2 -R /system/osso/connectivity/IAP
Here is a snippet showing the new 'test' connection:
Code:
/system/osso/connectivity/IAP/test:
  ipv4_address = 0.0.0.0
  ipv4_autodns = true
  ipv4_gateway = 0.0.0.0
  ipv4_type = AUTO
  name = test
  type = GPRS
  proxytype = NONE
  ipv4_dns1 = 0.0.0.0
  ipv4_dns2 = 0.0.0.0
  sim_imsi = 310260582574239
  ipv4_netmask = 0.0.0.0
  user_added = 1
Using gconftool would be the painful option if a fAPN reinstall doesn't help.

HTH.
 
Posts: 117 | Thanked: 26 times | Joined on Dec 2009
#14
That did help, sort of.

I can edit those sorts of settings on an APN connection in Settings.

However, according to my provider, Wind, I need to set the provider URL to internet.windmobile.ca, mcc to 302 and mnc 490. How and where do I do that ?

Thanks
 
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#15
I have not seen the mcc/mnc values before. So I am not sure if adding mcc and mnc keys via gconf would help.

Here is my data and mms connection:

Code:
/system/osso/connectivity/IAP/0000-0000-0000-0000:
  ipv4_autodns = true
  ipv4_address = 0.0.0.0
  ipv4_type = AUTO
  ipv4_gateway = 0.0.0.0
  name = T-Mobile Internet
  type = GPRS
  proxytype = NONE
  gprs_password = 
  ask_password = false
  ipv4_dns2 = 0.0.0.0
  sim_imsi = 310260582574223
  ipv4_dns1 = 0.0.0.0
  ipv4_netmask = 0.0.0.0
  gprs_username = 
  gprs_accesspointname = internet2.voicestream.com
 
/system/osso/connectivity/IAP/T-Mobile@32@Internet:
  gprs_accesspointname = wap.voicestream.com
  mmsc = http://216.155.174.84/servlets/mms
  proxy_http = 216.155.165.050
  gprs_username = nokia
  gprs_password = 6600
  proxytype = MANUAL
  proxy_http_port = 8080
I hope someone can chime in.
 
Posts: 117 | Thanked: 26 times | Joined on Dec 2009
#16
How did you add gprs_accesspointname ? Manually ?

That is the start to what I need.
 
Posts: 268 | Thanked: 304 times | Joined on Oct 2009 @ Orlando, USA
#17
Originally Posted by me2000 View Post
How did you add gprs_accesspointname ? Manually ?
.
The Internet Connection (0000-0000-0000-0000) was added automatically and I then manually changed the gprs_accesspointname from Settings->Internet Connections->Connections->Edit. 'Access Point Name'

The MMS connections (T-Mobile@32@Internet) was added by fMMS.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 17:07.