[MOD] create your own custom APN

Search This thread

kaiiori

Senior Member
Apr 3, 2013
261
299
los cabos
so is this?
this is for you if you like cooked ROM you change simpre may have their internet settings hand ala following this tutorial I hope will serve


Requirements
a text editor
Match your network operator

1.- example of the file structure
Code:
<?xml version="1.0" encoding="utf-8"?>
<apns version="7">
 <apn carrier=""
 apn=""
 user=""
 password=""
 mcc=""
 mnc=""
 type=""
 authtype="1"
 />
 <apn carrier=""
 apn=""
 user=""
 password=""
 mmsc=""
 mmsproxy=""
 mmsport=""
 mcc=""
 mnc=""
 type=""
 authtype="1"
 />
</apns>


2.- creation of data and settings from the network operator
Code:
<?xml version="1.0" encoding="utf-8"?>
<apns version="7">
 <apn carrier="Internet"
 apn="internet.itelcel.com"
 user="webgprs"
 password="webgprs2002"
 mcc="334"
 mnc="020"
 type="default,supl"
 authtype="1"
 />
 <apn carrier="Mensajes Multimedia"
 apn="mms.itelcel.com"
 user="mmsgprs"
 password="mmsgprs2003"
 mmsc="http://mms.itelcel.com/servlets/mms"
 mmsproxy="148.233.151.240"
 mmsport="8080"
 mcc="334"
 mnc="020"
 type="mms"
 authtype="1"
 />
</apns>

- Note: Once already done this should save the file and put it next wing route
- /system/etc apns-conf.xml
- permissions rw-r--r--
- reboot

- after restarting the next route will go
- adjustments/more/cellular networks/APs-APN/adjustments/restore settings
- with this their customized settings and their profiles are listed internet and multimedia

Screenshot_2014_07_05_17_29_10.png
 

Attachments

  • apns-conf.rar
    342 bytes · Views: 30
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Why go through all that when you can download APN parameters automatically OR add them manually by using the APN options menu?