ubuntu-phonedations-bugs team mailing list archive
-
ubuntu-phonedations-bugs team
-
Mailing list archive
-
Message #01389
[Bug 1504992] Re: Cannot connect to Simple Mobile APN
@delete, thanks. I see the error:
AT+CGACT=1,1
+CME ERROR: 149
Looking at 3gpp 27.007, that is "PDP authentication failure". We are not
using authentication as there is no user/password, so this is a bit
strange. I have attached an "ofonod" binary that forces authentication,
could you give it a try? To use it:
* Deactivate cellular data in the device
* Download the binary
$ adb push ofonod /tmp/
$ adb shell
$ chmod a+x /tmp/ofonod
$ sudo su
# stop ofono
# OFONO_RIL_DEVICE=mtk /tmp/ofonod -nd -P stktest,provision,sap,udev,dun,smart,hfp &> /tmp/ofono.txt&
Then do
/usr/share/ofono/scripts/activate-context 1
and see the output. Also, please attach "ifconfig" output and ofono.txt.
** Attachment added: "ofonod"
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1504992/+attachment/4501641/+files/ofonod
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https://bugs.launchpad.net/bugs/1504992
Title:
Cannot connect to Simple Mobile APN
Status in ofono package in Ubuntu:
New
Bug description:
phablet@ubuntu-phablet:~$ system-image-cli -i
current build number: 4
device name: arale
channel: ubuntu-touch/stable/meizu.en
last update: 2015-09-06 05:21:39
version version: 4
version ubuntu: 20150825.1
version device: 20150818-0b38025
version custom: 20150814-887-8-46
The APN settings provided by the carrier are:
FIELD SETTINGS
APN SIMPLE
MMSC HTTP://SMPL.MMS.MSG.ENG.T-MOBILE.COM/MMS/WAPENC
MMS_APN SIMPLE
which is exactly what I see listed in the cellular settings on my phone.
phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-contexts
[ /ril_0 ]
[ /ril_0/context1 ]
MessageProxy =
Type = internet
Name = SIMPLE
Active = 0
AccessPointName = simple
Username =
Preferred = 1
Protocol = ip
IPv6.Settings = { }
Password =
Settings = { Method=dhcp }
MessageCenter = http://smpl.mms.msg.eng.t-mobile.com/mms/wapenc
I noticed that the above command returns "Type = internet", even
though in cellular settings the APN is set as "Internet and MMS".
Perhaps this has been fixed in a development version of Touch, but I
don't know how to find / install said version for Meizu MX4.
UPDATE :: I found out how I can switch to more up-to-date versions of
touch. I am now using rc. The issue persists. Here's the updated OS
info:
current build number: 6
device name: arale
channel: ubuntu-touch/rc/meizu.en
last update: 2015-10-11 15:15:25
version version: 6
version ubuntu: 20150825.1
version device: 20150818-0b38025
version custom: 20150814-887-8-46
UPDATE #2 :: I bit the bullet and updated to devel-proposed. The issue
persists.
current build number: 136
device name: arale
channel: ubuntu-touch/devel-proposed/meizu.en
last update: 2015-10-11 15:51:30
version version: 136
version ubuntu: 20151011
version device: 20150818-0b38025
version custom: 20150925-900-8-47
The related context now looks like this:
[ /ril_0 ]
[ /ril_0/context1 ]
Password =
MessageCenter = http://smpl.mms.msg.eng.t-mobile.com/mms/wapenc
Settings = { }
Active = 0
Type = internet
Name = SIMPLE
IPv6.Settings = { }
AccessPointName = simple
MessageProxy =
Preferred = 1
Protocol = ip
AuthenticationMethod = chap
Username =
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1504992/+subscriptions
References