El día Wednesday, September 28, 2016 a las 09:15:53AM +0200, Louis Holbrook 
escribió:

> Thanks Tony,
> 
> the conf-file - which is it?
> 
> phablet@ubuntu-phablet:/$ sudo find . -iname apns-*
> ./var/lib/lxc/android/rootfs/system/etc/apns-conf.xml
> ./android/system/etc/apns-conf.xml

Thanks. This is some kind of interesting information:

phablet@ubuntu-phablet-bq:~$ sudo ls -li 
/var/lib/lxc/android/rootfs/system/etc/apns-conf.xml 
/android/system/etc/apns-conf.xml
219 -rw-r--r-- 1 root root 661850 Jun  6 14:09 /android/system/etc/apns-conf.xml
219 -rw-r--r-- 1 root root 661850 Jun  6 14:09 
/var/lib/lxc/android/rootfs/system/etc/apns-conf.xml

i.e. the same inode

phablet@ubuntu-phablet-bq:~$ fgrep 'apn carrier' 
/android/system/etc/apns-conf.xml | wc -l
3280
phablet@ubuntu-phablet-bq:~$ fgrep 'apn carrier' 
/android/system/etc/apns-conf.xml | fgrep -i Fonic <apn carrier="Fonic Prepaid"


  <apn carrier="Fonic Prepaid"
      mcc="262"
      mnc="07"
      apn="pinternet.interkom.de"
      mmsc="http://10.81.0.7:8002";
      mmsproxy="82.113.100.6"
      mmsport="8080"
      type="default,supl,mms"
      mvno_match_data="26207515"
      mvno_type="imsi"
  />

It contains some 3280 for know APN. From where this information about
the APN comes from?

        matthias


-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
"Ohne die Mauer hätte es Krieg gegeben" Fritz Streletz u.a.
"Sin el Muro hubiese habido guerra."

-- 
Mailing list: https://launchpad.net/~ubuntu-phone
Post to     : ubuntu-phone@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp

Reply via email to