nickmao1985 / apndroid

Automatically exported from code.google.com/p/apndroid
0 stars 0 forks source link

APNdroid doesn't work for APNs with more complex "APN Type" entries #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. have an APN provider that allows you to use an APN for multiple things, i.e. 
both "default" (=> web access) and "supl" (assisted GPS). its "APN 
Type"-Setting will read "default, supl".
2. use APNdroid as you would; it renames both the APN and the APN Type.
3. unfortunately, APNdroid renames the APN Type to "default, suplapndroid", 
which apparently on some providers still permits establishment of a 3g 
connection (despite renamed APN).

a minimal sample entry can be seen here: 
http://www.nexusoneforum.net/forum/nexus-one-tech-issues-bug-reports/666-how-can
-i-get-internet-work-my-nexus-one.html#post5325

a solution would probably be to search through the APN Type-String and append 
"apndroid" to every entry of the 'list' it contains.

Original issue reported on code.google.com by jul...@gmail.com on 10 Jun 2010 at 11:46

GoogleCodeExporter commented 9 years ago
Hello !
got the same problem on my spica android 2.1 running APNdroid 2.1.3
MMS won't work when apndroid is off, but MMS option is turned on.
my APN is mmsbouygtel.com (MMSC : http://mms.bouyguestelecom.fr/mms/wapenc)
There is only 1 APN in my phone and the APN type is internet+mms (APNdroid 
turned on, off course ^^)
Exept MMS problem, Internet is turned off/on fine.
Thank you for your work !

Original comment by olivier...@gmail.com on 15 Jul 2010 at 9:07

GoogleCodeExporter commented 9 years ago

Original comment by zeldigas on 15 Jul 2010 at 9:16

GoogleCodeExporter commented 9 years ago
ok now finally someone points out how the rename thing works.
turns out the 'default' string ist the one to change in order to prevent 3G 
connection.
jeez, why cant we just disable 3G connections from our phones...
guess i'll have to rename it manually. i wonder how none of the APN apps manage 
to do it right (quicksettings also fails)

Original comment by vergleic...@gmail.com on 11 Aug 2010 at 5:20

GoogleCodeExporter commented 9 years ago
Applied inspectin apn type for multiple entries. Check alos a new swtiching 
method in new build

Fixed in revision
http://code.google.com/p/apndroid/source/detail?r=47696dedcb68672a53af1620679cac
49bfa2d462

Original comment by zeldigas on 21 Sep 2010 at 6:09