Activity log for bug #1415495

Date Who What changed Old value New value Message
2015-01-28 14:45:30 Alfonso Sanchez-Beato bug added bug
2015-01-28 14:46:13 Alfonso Sanchez-Beato attachment added apn-editor1.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1415495/+attachment/4307275/+files/apn-editor1.png
2015-01-28 14:46:32 Alfonso Sanchez-Beato attachment added apn-editor2.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1415495/+attachment/4307277/+files/apn-editor2.png
2015-01-28 14:46:52 Alfonso Sanchez-Beato attachment added apn-editor3.png https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1415495/+attachment/4307278/+files/apn-editor3.png
2015-01-28 15:10:55 Alfonso Sanchez-Beato attachment added gprs https://bugs.launchpad.net/ubuntu/+source/ubuntu-system-settings/+bug/1415495/+attachment/4307287/+files/gprs
2015-01-28 20:33:04 Ken VanDine ubuntu-system-settings (Ubuntu): assignee Jonas G. Drange (jonas-drange)
2015-01-29 09:52:35 Sebastien Bacher ubuntu-system-settings (Ubuntu): importance Undecided High
2015-01-30 16:36:58 Ken VanDine ubuntu-system-settings (Ubuntu): status New Confirmed
2015-01-30 16:39:36 Ken VanDine ubuntu-system-settings (Ubuntu): importance High Critical
2015-02-01 20:52:39 Jonas G. Drange ubuntu-system-settings (Ubuntu): status Confirmed In Progress
2015-02-25 13:53:02 Jonas G. Drange ubuntu-system-settings (Ubuntu): status In Progress Confirmed
2015-03-12 14:08:52 Pat McGowan bug task added canonical-devices-system-image
2015-03-12 14:09:12 Pat McGowan canonical-devices-system-image: importance Undecided Critical
2015-03-12 14:09:12 Pat McGowan canonical-devices-system-image: status New Confirmed
2015-03-12 14:09:12 Pat McGowan canonical-devices-system-image: milestone ww13-2015
2015-03-12 14:09:12 Pat McGowan canonical-devices-system-image: assignee Bill Filler (bfiller)
2015-03-12 14:37:59 Łukasz Zemczak bug added subscriber Landing Team Trackers
2015-03-12 14:38:09 Łukasz Zemczak tags lt-blocker lt-category-visible
2015-03-13 21:55:58 Tony Espy bug task added ubuntu-system-settings (Ubuntu RTM)
2015-03-13 21:56:15 Tony Espy ubuntu-system-settings (Ubuntu RTM): status New Confirmed
2015-03-13 21:56:20 Tony Espy ubuntu-system-settings (Ubuntu RTM): importance Undecided High
2015-03-17 19:17:30 Tony Espy summary APN editor fails to create a custom APN APN editor: default Internet APN is ignored/overwritten
2015-03-17 19:19:16 Tony Espy attachment added screenshot of APN editor with default Internet APN https://bugs.launchpad.net/ubuntu-rtm/+source/ubuntu-system-settings/+bug/1415495/+attachment/4348274/+files/ignores-default-inet-apn.png
2015-03-17 19:23:08 Tony Espy description When ofono configuration in /var/lib/ofono/<IMSI>/gprs is: [Settings] Powered=true RoamingAllowed=false [context1] Name=Internet AccessPointName= Username= Password= Type=internet Protocol=ip APN editor is not able to create a custom APN. To reproduce: Go to the APN editor from system-settings, with this configuration we see an APN of name "Internet" that is not marked (apn-editor1.png). If we touch it to activate it, then return to the previous screen, then back to APN screen, now 2 APNs with the same name appear (apn-editor2.png), and none of them is marked. Even worse, when trying to create a custom APN ("Custom Internet APN..."), we introduce the values, then push "Activate". Going back to the Carrier screen, then to APN screen we see now 3 APNs with the same name, but using the ofono script: # /usr/share/ofono/scripts/list-contexts [ /ril_0 ] [ /ril_0/context1 ] Active = 0 Name = Internet Type = internet Protocol = ip Settings = { } Password = IPv6.Settings = { } Username = AccessPointName = [ /ril_0/context2 ] Active = 0 Name = Internet Type = internet Protocol = ip Settings = { } Password = IPv6.Settings = { } Username = AccessPointName = [ /ril_0/context3 ] Active = 0 Name = Internet Type = internet Protocol = ip Settings = { } Password = IPv6.Settings = { } Username = AccessPointName = we see that we have 3 APNs and that none of them has the values we have set using the APN editor. This happens in: $ system-image-cli -i current build number: 86 device name: krillin channel: ubuntu-touch/vivid-proposed last update: 2015-01-26 03:14:09 version version: 86 version ubuntu: 20150126 version device: 20150113-9cccefe version custom: 20150126 When ofono configuration in /var/lib/ofono/<IMSI>/gprs is: [Settings] Powered=true RoamingAllowed=false [context1] Name=Internet AccessPointName= Username= Password= Type=internet Protocol=ip The APN editor doesn't recognize this as a valid APN (ie. it's ignored ). See the attached screenshot in comment #11. Furthermore, if a Custom Internet or MMS APN is entered, system-settings will overwrite the default APN: [context1] Name=___ubuntu_custom_apn_internet AccessPointName=foo Username= Password= Type=internet Protocol=ip This happens in: current build number: 136 device name: mako channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/vivid-proposed last update: 2015-03-16 18:54:46 version version: 136 version ubuntu: 20150316 version device: 20150210 version custom: 20150316
2015-03-17 21:56:31 Tony Espy description When ofono configuration in /var/lib/ofono/<IMSI>/gprs is: [Settings] Powered=true RoamingAllowed=false [context1] Name=Internet AccessPointName= Username= Password= Type=internet Protocol=ip The APN editor doesn't recognize this as a valid APN (ie. it's ignored ). See the attached screenshot in comment #11. Furthermore, if a Custom Internet or MMS APN is entered, system-settings will overwrite the default APN: [context1] Name=___ubuntu_custom_apn_internet AccessPointName=foo Username= Password= Type=internet Protocol=ip This happens in: current build number: 136 device name: mako channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/vivid-proposed last update: 2015-03-16 18:54:46 version version: 136 version ubuntu: 20150316 version device: 20150210 version custom: 20150316 When ofono configuration in /var/lib/ofono/<IMSI>/gprs is: [Settings] Powered=true RoamingAllowed=false [context1] Name=Internet AccessPointName= Username= Password= Type=internet Protocol=ip The APN editor doesn't recognize this as a valid APN (ie. it's ignored ). See the attached screenshot in comment #11. Furthermore, if a Custom Internet or MMS APN is entered, system-settings will overwrite the default APN: [context1] Name=___ubuntu_custom_apn_internet AccessPointName=foo Username= Password= Type=internet Protocol=ip Also, it's important to note that if ofono doesn't find an APN for the user's SIM, the default Internet APN shown above is the result. We also made a recent change to ofono which allows such an APN ( ie. with an empty AccessPointName ) to actually be used to setup a data call as some operators allow this. This happens in: current build number: 136 device name: mako channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/vivid-proposed last update: 2015-03-16 18:54:46 version version: 136 version ubuntu: 20150316 version device: 20150210 version custom: 20150316
2015-03-24 19:52:55 Markcortbass bug added subscriber Mark
2015-03-24 19:57:21 Jonas G. Drange branch linked lp:~jonas-drange/ubuntu-system-settings/apn-no-overwrite-1415495
2015-03-25 15:24:10 Jonas G. Drange ubuntu-system-settings (Ubuntu): status Confirmed In Progress
2015-03-25 17:59:40 Jonas G. Drange branch linked lp:~jonas-drange/ubuntu-system-settings/apn-no-overwrite-1415495-rtm
2015-03-25 18:01:28 Jonas G. Drange ubuntu-system-settings (Ubuntu RTM): assignee Jonas G. Drange (jonas-drange)
2015-03-25 18:01:32 Jonas G. Drange ubuntu-system-settings (Ubuntu RTM): status Confirmed In Progress
2015-03-25 18:01:42 Jonas G. Drange canonical-devices-system-image: status Confirmed In Progress
2015-03-25 19:59:41 Pat McGowan tags lt-blocker lt-category-visible apn connectivity lt-blocker lt-category-visible
2015-03-30 13:48:14 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/ubuntu-system-settings
2015-03-30 14:28:35 Launchpad Janitor ubuntu-system-settings (Ubuntu): status In Progress Fix Released
2015-03-30 15:46:49 Pat McGowan canonical-devices-system-image: status In Progress Fix Released
2015-03-31 19:11:09 Launchpad Janitor ubuntu-system-settings (Ubuntu RTM): status In Progress Fix Released