You can connect to both 2g and 3g but you see different APN UI depending on which are you connected to?
I've not heard of a successful data connection (2g or 3g) without an APN. In fact, our code won't even try to establish a connection if it doesn't have an APN entry for your mcc/mnc. You should be able to see in the logs (under RADIO LOG) "Create from allApns" followed by a list of suitable apns. If you don't see "No APN found" then we found something. R On Fri, Aug 6, 2010 at 2:41 AM, Hvr <[email protected]> wrote: > Hi, > > I am facing a problem wherein I am not able to setup APN. > My phone is attached to network. > > I also could not see MCC/MNC code also in the APN window, which > usually automatically displayed by Android. > When I enter APN Name, APN, MCC and MNC manually and try to save the > settings valishes and no more visible. > > This is happening with only 2G network and not 3G. > > In log dump even if I have set APN, it shows APN as NULL. > > What can be the issue? > > Thanks, > Hvr > > -- > unsubscribe: > [email protected]<android-porting%[email protected]> > website: http://groups.google.com/group/android-porting > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
