** Changed in: indicator-network (Ubuntu)
Status: Confirmed => Won't Fix
** Changed in: indicator-network (Ubuntu Vivid)
Status: Confirmed => Won't Fix
** Changed in: indicator-network (Ubuntu RTM)
Status: Confirmed => Won't Fix
** Changed in: ofono (Ubuntu)
Status: C
** Changed in: indicator-network (Ubuntu)
Status: Triaged => Invalid
** Changed in: dialer-app (Ubuntu)
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https://bugs.lau
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
--
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/1622041
Title:
Mobile network denied
Status in indica
** Changed in: indicator-network (Ubuntu)
Status: Fix Released => Invalid
--
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/1580908
Title:
Sim lock screen doesn't appear af
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
--
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/1591418
Title:
Network doesn't switch from 3G to 2G wh
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
** Also affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
** Also affects: canonical-devices-system-image
Importance: Undecided
Status: New
--
You received this bug notification bec
I edited the description so that the indicator-network and ofono code
snippets were the right place. It seems quite a shame that ofono and
indicator-network convert enums to and from strings.
** Description changed:
The operators are promoting "Carrier Aggregation"[1] as the latest
network ca
Sounds good. Tell me what string to expect from libqofono here:
static Modem::Bearer str2technology(const QString& str)
{
if (str.isEmpty() || str == "none")
return Modem::Bearer::notAvailable;
if (str == "gprs")
return Modem::Bearer::gprs;
if (str == "edge")
r
I'm adding a branch that improves logging in the indicator, although
obviously it doesn't fix the issue that exists in Ofono.
** Branch linked: lp:~pete-woods/indicator-network/improve-logging
** Changed in: indicator-network (Ubuntu)
Status: Confirmed => Invalid
** Chang
** Description changed:
From https://bugs.launchpad.net/zhongshan/+bug/1572886
current build number: 4
device name: turbo
channel: ubuntu-touch/rc/meizu.en
last update: 2016-04-19 10:38:50
version version: 4
version ubuntu: 20160418
version device: 20160412-d272a77
version cus
http://paste.ubuntu.com/1147/
--
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/1580908
Title:
Sim lock screen doesn't appear after restarting the device
Status in Canonical
Debug: Adding modems QSet("/ril_1", "/ril_0")
(/home/phablet/indicator-network/src/indicator/nmofono/manager-impl.cpp:310,
void nmofono::ManagerImpl::Private::modems_changed(const QStringList&))
acquired
Debug: virtual void nmofono::ManagerImpl::unlockAllModems()
(/home/phablet/indicator-network
Further debugging reveals this happens at each startup of indicator-
network. Maybe the bug is in QOfono...
--
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/1580908
Title:
Sim lo
No, that's not true. Misread the logs.
--
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/1580908
Title:
Sim lock screen doesn't appear after restarting the device
Status in Canon
Did some debugging on this today, it's caused by ofono removing all the
modems after we queue them up for unlocking. Then it adds them back
again a short time later. This basically clears them from our unlock
queue, as they are different modems as far as indicator-network knows.
See output: http:/
** Also affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
** Also affects: canonical-devices-system-image
Importance: Undecided
Status: New
** Changed in: indicator-network (Ubuntu)
I can't do any further debugging, as I don't have access to a turbo
device.
--
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/1580908
Title:
Sim lock screen doesn't appear after r
Indicator-network is asked by unity8 when it first shows the greeter to
"unlock all SIMs". At this point it goes and looks at ofono to find out
which SIMs need unlocking.
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ub
Assuming mzanetti is correct, and that what's happening is that the
indicator is asking ofono about the SIMs before it is ready, then we
need a way of getting the indicator to delay the unlocking until ofono
actually *is* ready. I'm not sure what signals we should be waiting on
there, though..
--
** Changed in: connectivity-api (Ubuntu)
Status: New => Invalid
** Changed in: indicator-network (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https://bugs.launchpa
I think it's fair to say the issue is likely to be in ofono / somewhere
down from there?
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
** Also affects: network-manager (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification becaus
** Changed in: indicator-network (Ubuntu)
Status: Incomplete => Fix Released
** Changed in: indicator-network (Ubuntu RTM)
Status: Incomplete => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in
** Changed in: unity8 (Ubuntu)
Status: Incomplete => Invalid
--
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/1465214
Title:
SIM unlock dialog can not be brought up on aral
ncomplete
** Changed in: indicator-network (Ubuntu)
Status: New => In Progress
** Changed in: indicator-network (Ubuntu)
Importance: Undecided => Critical
** Changed in: indicator-network (Ubuntu)
Assignee: (unassigned) => Pete Woods (pete-woods)
** Branch linked: lp:~pete-woods
I'm going to need a SIM card that triggers this behaviour to be able to
try and debug it.
--
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/1465214
Title:
SIM unlock dialog can not
Tried a bunch of different UK SIMs in my Arale and all of them unlocked
successfully (or produced the correct SIM permanently blocked error, on
my blocked SIM)
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https
Provisionally moving to ofono project. I don't think there's much the
indicator can do about having no signal.
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
** Changed in: indicator-network (Ubuntu)
Status: New => Invalid
--
You received this bug notificatio
>From Jussi's investigation, this sounds like it might be an issue in
ofono
** Tags added: connectivity
** Also affects: ofono (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to
** Also affects: indicator-network (Ubuntu)
Importance: Undecided
Status: New
** No longer affects: indicator-network
--
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/1412
29 matches
Mail list logo