[Bug 1472659] Re: [mx4] Making calls can take very long time to connect

2015-07-17 Thread Alfonso Sanchez-Beato
@george-vassilakes, it would be interesting to get the radio log when you test this: adb shell sudo /system/bin/logcat -b radio radio.txt and send me back the traces + /var/log/syslog through e-mail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1469266] Re: Voicemail message shown after a reboot when there are no messages

2015-07-16 Thread Alfonso Sanchez-Beato
@pat-mcgowan I have uploaded a new ofono version in https://chinstrap.canonical.com/~abeato/ofono/ofonod that I think should fix the bug. Could you give it a try and check if following the steps in comment #15 (for arale) the voice mail indication disappears? -- You received this bug

[Bug 1469266] Re: Voicemail message shown after a reboot when there are no messages

2015-07-15 Thread Alfonso Sanchez-Beato
@pat-mcgowan, thanks for the syslog. SIM files indicate that there is pending voicemail, which seems wrong. I need to get more traces to see what is going on. Please download this ofonod binary: https://chinstrap.canonical.com/~abeato/ofono/ofonod and do adb push ofonod /tmp/ adb shell sudo

[Bug 1471338] Re: sometimes phone never wakes up or rings on incoming call

2015-07-10 Thread Alfonso Sanchez-Beato
The log in comment #2 shows that when there are UNSOL_CALL_RING events the call is finally answered with RIL_REQUEST_ANSWER. I do not see anything suspicious there. @bfiller, could you try adding env OFONO_RIL_TRACE= to /etc/init/ofono.override , and try to reproduce again? Was the phone

[Bug 1444883] Re: Emergency numbers other than 112 and 911 (and 999 for the UK) are not available in emergency mode

2015-07-10 Thread Alfonso Sanchez-Beato
@jibel. to summarize: 1. Solution is to let the user call any number even if there is no SIM. It is harmless and should be done even when we have (2). I think that this is a modification of telephony-service. 2. Long term solution to identify emergency codes is to use libphonenumber, as we

[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-07-10 Thread Alfonso Sanchez-Beato
After solving bug #1417976 , the missing piece for reception of MMS has been solved with https://github.com/ubuntu-phonedations/nuntium/pull/30 ** Changed in: ubuntu-download-manager (Ubuntu) Status: Confirmed = Invalid ** Changed in: ofono (Ubuntu) Status: Confirmed = Fix

[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-07-10 Thread Alfonso Sanchez-Beato
Umpf, I marked nuntium as Fix Released and cannot change that back -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1360403 Title: MMS does not work with T-Mobile US To manage notifications about

[Bug 1361864] Re: add Preferred property to ConnectionContext interface

2015-07-08 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: In Progress = Fix Released ** Changed in: nuntium (Ubuntu RTM) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1459225] Re: Not receiving MMS messages on ubuntu device but do on android

2015-07-08 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1471740 *** https://bugs.launchpad.net/bugs/1471740 ** This bug has been marked a duplicate of bug 1471740 Cannot receive MMS after setting/unsetting flight mode -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1455574] Re: Failures to disable call waiting

2015-07-08 Thread Alfonso Sanchez-Beato
@ken-vandine, thanks for the log, but I need more traces to determine the nature of the error. Please change /etc/init/ofono.override adding environment variables and -d to ofonod exec line: ... env OFONO_RIL_NUM_SIM_SLOTS=1 env OFONO_RIL_TRACE= env OFONO_RIL_HEX_TRACE= exec ofonod -d -P

[Bug 1455574] Re: Failures to disable call waiting

2015-07-07 Thread Alfonso Sanchez-Beato
@ken-vandine, I have been trying on krillin (rc-proposed #59): test-call-settings /ril_1 VoiceCallWaiting enabled test-call-settings /ril_1 VoiceCallWaiting disabled and worked well. I wonder if this depends on the operator. Could you attach the syslog when this happens? -- You received this

[Bug 1471740] [NEW] Cannot receive MMS after setting/unsetting flight mode

2015-07-06 Thread Alfonso Sanchez-Beato
Public bug reported: After setting, then unsetting flight mode nuntium is not able to receive MMS anymore. This happens because it does not re-register to the ofono PushNotification interface after it is re-created. Discovered on krillin, affects arale too. mako not tested yet. $

[Bug 1471740] Re: Cannot receive MMS after setting/unsetting flight mode

2015-07-06 Thread Alfonso Sanchez-Beato
@john.mcaleely I think it has been always this way, which would explain many complains about reception of MMS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471740 Title: Cannot receive MMS after

[Bug 1470750] Re: scoperegistry uses 45% CPU after applying updates from the store, draining battery quickly

2015-07-06 Thread Alfonso Sanchez-Beato
I have seen this happening in OTA-4 krillin. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1470750 Title: scoperegistry uses 45% CPU after applying updates from the store, draining battery

[Bug 1471740] Re: Cannot receive MMS after setting/unsetting flight mode

2015-07-06 Thread Alfonso Sanchez-Beato
Fixed in https://github.com/ubuntu-phonedations/nuntium/pull/29 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471740 Title: Cannot receive MMS after setting/unsetting flight mode To manage

[Bug 1471117] [NEW] Remove 02default_route_workaround

2015-07-03 Thread Alfonso Sanchez-Beato
Public bug reported: 02default_route_workaround removes routes that are created by rild in mako when setting up an interface for cellular data. It is currently unclear whether this is needed with latest NetworkManager version. The script might be racy and interfere with other programs that

[Bug 1471116] [NEW] Get rid of 03mmsproxy script

2015-07-03 Thread Alfonso Sanchez-Beato
Public bug reported: 03mmsproxy sets up routes for MMS. It is undocumented and possibly racy. It would be better if NetworkManager's ofono plugin did the job. ** Affects: lxc-android-config (Ubuntu) Importance: Undecided Status: New ** Affects: network-manager (Ubuntu)

[Bug 1444840] Re: MMS wrongly reported as sent or not received

2015-07-03 Thread Alfonso Sanchez-Beato
@Noemí, actually there were a few fixes for MMS in OTA-4, so it would be great if you can re-test with different operators. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1444840 Title: MMS wrongly

[Bug 1465214] Re: SIM unlock dialog can not be brought up on arale at all

2015-06-26 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465214 Title: SIM unlock dialog can not be brought up on arale at all To manage

[Bug 1467640] Re: No mobile data connection for mako on wily

2015-06-24 Thread Alfonso Sanchez-Beato
Something bad is happening in latest mako wily image. After updating from a working image, ofono and network-manager packages are the same version, but if I do ifconfig I see interfaces that were certainly not up previously: enx928c129913fb Link encap:Ethernet HWaddr 92:8c:12:99:13:fb

[Bug 1461107] Re: nuntium crashes when parsing a notification indication

2015-06-17 Thread Alfonso Sanchez-Beato
** Description changed: - This have been seen in tarball in comment #8 from bug #1417976. + This have been seen in tarball in comment #8 from bug #1417976. I think + the message comes from Polish operator Play (http://www.play.pl). In nuntium.log.2: 2015/04/18 15:38:38 Received

[Bug 1465214] Re: SIM unlock dialog can not be brought up on arale at all

2015-06-15 Thread Alfonso Sanchez-Beato
** Also affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1465214 Title: SIM unlock dialog can not be brought up on arale at all To

[Bug 1461107] Re: nuntium crashes when parsing a notification indication

2015-06-15 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~alfonsosanchezbeato/nuntium/fix-decode-crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1461107 Title: nuntium crashes when parsing a notification indication To manage

[Bug 1459995] Re: M-NotifyResp.ind PDU is rejected in some networks

2015-06-15 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459995 Title: M-NotifyResp.ind PDU is rejected in some networks To manage

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-06-15 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347855 Title: MMS sent to me on the EE network are repeatedly sent To

[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-06-15 Thread Alfonso Sanchez-Beato
An additional problem found: 03mmsproxy (the one attached) sets up a route for just one of the IPs of the MMSC. If it is a balanced server it can happen that 03mmsproxy sets up a route for an IP that is different to the one that ubuntu-upload-manager uses in the end, due to different responses

[Bug 1460012] Re: Context is opened twice when receiving an MMS

2015-06-15 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~alfonsosanchezbeato/nuntium/fix-decode-crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1460012 Title: Context is opened twice when receiving an MMS To manage

[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-06-15 Thread Alfonso Sanchez-Beato
@jdstrand thank for the logs you sent me. I see there two interesting things: 1. The traffic for the MMS proxy is going through WiFi instead of the cellular connection. This is a bug in the 03mmsproxy which is executed by NetworkManager. Apparently it does not create routes properly when it needs

[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-06-15 Thread Alfonso Sanchez-Beato
@doflah, is the patch you made for nuntium a hack to be able to send or a change that you needed to do? If it is the latest would you mind creating a pull request against https://github.com/ubuntu- phonedations/nuntium ? It looks like you change is to be able to rx non- SMIL messages. Thanks!

[Bug 1417976] Re: Cannot send MMS with Free Mobile when on Wifi

2015-06-12 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417976 Title: Cannot send MMS with Free Mobile when on Wifi To manage

[Bug 1360403] Re: MMS does not work with T-Mobile US

2015-06-12 Thread Alfonso Sanchez-Beato
@jdstrand I think that now group messages use SMS by default. Would you mind trying to send/receive a plain MMS (simply attaching a photo) and see if that works now? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1459225] Re: Not receiving MMS messages on ubuntu device but do on android

2015-06-11 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~alfonsosanchezbeato/nuntium/fix-mms-rx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459225 Title: Not receiving MMS messages on ubuntu device but do on android To manage

[Bug 1331813] Re: Support ipv6 mobile connections

2015-06-11 Thread Alfonso Sanchez-Beato
Changes in ofono mean basically exposing the ipv6 settings returned by rild in ofono's DBus interface. The only issue that is trickier is the handling of MMS contexts, as ofono does establish addresses and routes in that case (which is not true for internet contexts). -- You received this bug

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-06-11 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~alfonsosanchezbeato/nuntium/fix-mms-rx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347855 Title: MMS sent to me on the EE network are repeatedly sent To manage

[Bug 1459995] Re: M-NotifyResp.ind PDU is rejected in some networks

2015-06-11 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~alfonsosanchezbeato/nuntium/fix-mms-rx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459995 Title: M-NotifyResp.ind PDU is rejected in some networks To manage notifications

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-06-10 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347855 Title: MMS sent to me on the EE network are repeatedly sent To manage

[Bug 1363405] Re: Setting a PIN can result in a passphrase instead

2015-06-10 Thread Alfonso Sanchez-Beato
I am getting this on krillin/vivid, flashing with: $ ubuntu-device-flash touch --channel ubuntu-touch/rc-proposed/bq- aquaris.en --recovery-image recovery.img --developer-mode --password= --wipe I select a passcode in the wizard, but it asks me for a passphrase when unlocking. Lock security

[Bug 1417976] Re: Cannot send MMS with Free Mobile when on Wifi

2015-06-10 Thread Alfonso Sanchez-Beato
** Also affects: ofono (Ubuntu) Importance: Undecided Status: New ** Changed in: ofono (Ubuntu) Status: New = Confirmed ** Changed in: ofono (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato (alfonsosanchezbeato) -- You received this bug notification because you

[Bug 1417976] Re: Cannot send MMS with Free Mobile when on Wifi

2015-06-10 Thread Alfonso Sanchez-Beato
The problem as originally described (cannot send with WiFi on for Free operator) is a problem with the route that is set-up by ofono. As there is no MMS proxy, a route for the MMSC needs to be used instead. Also, we need to resolve the MMSC host name to an IP address. The fix for this is in

[Bug 1436820] Re: Blocked SIM card keeps on asking for PUK

2015-06-08 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436820 Title: Blocked SIM card keeps on asking for PUK To manage

[Bug 1417976] Re: Cannot send MMS with Free Mobile when on Wifi

2015-06-04 Thread Alfonso Sanchez-Beato
The fact that Free mobile does not use a proxy is probably causing trouble when setting routes. (see https://mobile.free.fr/assistance/46.html) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417976

[Bug 1461107] Re: nuntium crashes when parsing a notification indication

2015-06-03 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: nuntium (Ubuntu) Status: New = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1461107] Re: nuntium crashes when parsing a notification indication

2015-06-03 Thread Alfonso Sanchez-Beato
This PR fixes the crash: https://github.com/ubuntu-phonedations/nuntium/pull/24 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1461107 Title: nuntium crashes when parsing a notification indication

[Bug 1459995] Re: M-NotifyResp.ind PDU is rejected in some networks

2015-06-03 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459995 Title: M-NotifyResp.ind PDU is rejected in some networks To manage

[Bug 1460991] [NEW] No retries if we rx push notification and there is no cellular data

2015-06-02 Thread Alfonso Sanchez-Beato
Public bug reported: In case we receive a SMS WAP push notification indicating that we have received an MMS but we do not have cellular connection at that moment the notification is lost. Many operators do not re-send the notification, so we lose the message. We should store the notifications

[Bug 1460012] Re: Context is opened twice when receiving an MMS

2015-06-02 Thread Alfonso Sanchez-Beato
Fixed in https://github.com/ubuntu-phonedations/nuntium/pull/22 ** Changed in: nuntium (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: nuntium (Ubuntu) Status: New = In Progress -- You received this bug notification because you

[Bug 1461107] [NEW] nuntium crashes when parsing a notification indication

2015-06-02 Thread Alfonso Sanchez-Beato
Public bug reported: This have been seen in tarball in comment #8 from bug #1417976. In nuntium.log.2: 2015/04/18 15:38:38 Received ReceiveNotification() method call from mms 2015/04/18 15:38:38 Push data 2e 06 22 61 70 70 6c 69 63 61 74 69 6f 6e 2f 76 |..application/v| 0010 6e

[Bug 1417976] Re: Cannot send MMS with Free Mobile when on Wifi

2015-06-02 Thread Alfonso Sanchez-Beato
I have noted a nuntium crash in logs from comment #8. Reported as separate bug #1461107. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417976 Title: Cannot send MMS with Free Mobile when on Wifi

[Bug 1456097] Re: nuntium does not re-start

2015-06-01 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1456097 Title: nuntium does not re-start To manage notifications about this

[Bug 1459225] Re: Not receiving MMS messages on ubuntu device but do on android

2015-06-01 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: New = Confirmed ** Changed in: nuntium (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato (alfonsosanchezbeato) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1456645] Re: nuntium exits when call to ofono DBus method fails

2015-06-01 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1456645 Title: nuntium exits when call to ofono DBus method fails To manage

[Bug 1460615] [NEW] MMS with UTF-8 not properly decoded

2015-06-01 Thread Alfonso Sanchez-Beato
Public bug reported: When I send an MMS from Ubuntu to Ubuntu phone with text: áéíóúñ I receive garbage on the other end. It seems the data is sent as UTF-8 looking at the tcpdump, and the other end receives also UTF-8, but with different content. Reproduce on arale/vivid #9 ** Affects:

[Bug 1460615] Re: MMS with UTF-8 not properly decoded

2015-06-01 Thread Alfonso Sanchez-Beato
** Also affects: nuntium (Ubuntu) Importance: Undecided Status: New ** Description changed: When I send an MMS from Ubuntu to Ubuntu phone with text: áéíóúñ I receive garbage on the other end. - It seems the data is sent as UTF-8 looking at the tcpdump, so the - problem

[Bug 1445080] Re: Cellular data not activated after exiting flight mode

2015-05-29 Thread Alfonso Sanchez-Beato
@Will, @Tony: The behaviour you see is probably related to indicator-network, so if you open a bug please include that package too. I think the behaviour has improved after latest landings for that package which fixed some problems for PUK-blocked SIMs, although issues still remain. I do not

[Bug 1417976] Re: Cannot send MMS with Free Mobile when on Wifi

2015-05-29 Thread Alfonso Sanchez-Beato
Problems when receiving might be bug #1459995 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1417976 Title: Cannot send MMS with Free Mobile when on Wifi To manage notifications about this bug go

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-05-29 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Assignee: Sergio Schvezov (sergiusens) = Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: ubuntu-download-manager (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1370376] Re: Can't receive MMS despite ability to send on Tele2

2015-05-29 Thread Alfonso Sanchez-Beato
Probably the same as bug #1459995 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370376 Title: Can't receive MMS despite ability to send on Tele2 To manage notifications about this bug go to:

[Bug 1459995] Re: M-NotifyResp.ind PDU is rejected in some networks

2015-05-29 Thread Alfonso Sanchez-Beato
This PR solves the issue at least for Vodafone Spain, testing is needed for other operators: https://github.com/ubuntu-phonedations/nuntium/pull/21 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1460012] [NEW] Context is opened twice when receiving an MMS

2015-05-29 Thread Alfonso Sanchez-Beato
Public bug reported: IP context is opened twice when receiving an MMS. This slows down reception of MMS when there are a few pending, and can potentially cause issues (for instance the second opening might fail). The sequence is: 1. nuntium opens a context after receiving the SMS push

[Bug 1459995] [NEW] M-NotifyResp.ind PDU is rejected in some networks

2015-05-29 Thread Alfonso Sanchez-Beato
: Undecided Assignee: Alfonso Sanchez-Beato (alfonsosanchezbeato) Status: Confirmed ** Changed in: nuntium (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: nuntium (Ubuntu) Status: New = Confirmed -- You received this bug

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-05-29 Thread Alfonso Sanchez-Beato
Opened more generic bug #1459995, but not marking this one as duplicated until we confirm it is the same failure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347855 Title: MMS sent to me on the

[Bug 1361864] Re: add Preferred property to ConnectionContext interface

2015-05-28 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1361864 Title: add Preferred property to ConnectionContext interface To

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-05-28 Thread Alfonso Sanchez-Beato
** Also affects: ubuntu-download-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1347855 Title: MMS sent to me on the EE network are

[Bug 1347855] Re: MMS sent to me on the EE network are repeatedly sent

2015-05-28 Thread Alfonso Sanchez-Beato
This fits failures that we have seen in Vodafone (Spain) Giffgaff (UK) where we send an m-notifyresp.ind PDU but the operator server does not accept it. m-notifyresp.ind confirms to the network that we have received the MMS, so it makes sense for the network to retry sending the message if it

[Bug 1459176] Re: Region defined twice in SMIL text

2015-05-27 Thread Alfonso Sanchez-Beato
** Description changed: In the SMIL description, the Image region is described twice: layout region id=Image width=100% height=100% fit=meet / region id=Text width=100% height=100% fit=scroll / region id=Image width=100% height=100% fit=meet / /layout (it is used only once in

[Bug 1459176] [NEW] Region defined twice in SMIL text

2015-05-27 Thread Alfonso Sanchez-Beato
Public bug reported: In the SMIL description, the Image region is described twice: layout region id=Image width=100% height=100% fit=meet / region id=Text width=100% height=100% fit=scroll / region id=Image width=100% height=100% fit=meet / /layout (it is used only once in the smil body,

[Bug 1459176] Re: Region defined twice in SMIL text

2015-05-27 Thread Alfonso Sanchez-Beato
** Also affects: messaging-app (Ubuntu) Importance: Undecided Status: New ** Also affects: telepathy-ofono (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-27 Thread Alfonso Sanchez-Beato
@Tony I did the testing with Ubuntu/arale. Let me reword what I said for libphonenumber: I was trying to say that libphonenumber is probably not 100% accurate. We can and should use it, but we should not prevent the user to call numbers that are not there either. Finally, right, the specific

[Bug 1441135] Re: Cannot send MMS when nuntium started before ofono

2015-05-27 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1441135 Title: Cannot send MMS when nuntium started before ofono To manage

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-27 Thread Alfonso Sanchez-Beato
** Changed in: network-manager (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1454625 Title: Cannot send MMS messages with combined contexts with

[Bug 1439272] Re: [APN] Add settings for MVNO Netzclub

2015-05-27 Thread Alfonso Sanchez-Beato
** Changed in: android (Ubuntu) Status: In Progress = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1439272 Title: [APN] Add settings for MVNO Netzclub To manage notifications

[Bug 1391483] Re: Concurrency bug when releasing buffers

2015-05-27 Thread Alfonso Sanchez-Beato
** Changed in: media-hub (Ubuntu) Status: New = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1391483 Title: Concurrency bug when releasing buffers To manage notifications

[Bug 1434984] Re: Can't setup a customized APN for MMS with carrier Free (France)

2015-05-27 Thread Alfonso Sanchez-Beato
Marking as invalid. Re: the usability comments a new APN editor that tries to address those issues is being worked on. ** Changed in: ofono (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1458761] [NEW] Cannot build nuntium on PowerPC

2015-05-26 Thread Alfonso Sanchez-Beato
Public bug reported: I cannot build nuntium package for PowerPC architecture: the go compiler crashes. This happens for wily, but not for vivid. dh build-arch \  --buildsystem=golang \  --with=golang \  --fail-missing    dh_testdir -a -O--buildsystem=golang -O--fail-missing    dh_auto_configure

[Bug 1457775] Re: Some testing scripts do not work for arale

2015-05-26 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1457775 Title: Some testing scripts do not work for arale To manage

[Bug 1453285] Re: Emergency numbers for France (15, 17 and 18) are not available in emergency mode

2015-05-25 Thread Alfonso Sanchez-Beato
@Thomas, thanks for the logs. Being [ril.ecclist]: [112,911] it looks like your SIM does not include the right emergency numbers for France, which is worrying. See bug #1444883 for a similar case for a Chinese SIM. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-25 Thread Alfonso Sanchez-Beato
@Tony, I have dialled a non-emergency number, without SIM, using the dial-number ofono script. The radio logs shows: 05-25 05:42:06.748 1879 1885 D use-Rlog/RLOG-AT: ATDX; ... 05-25 05:42:06.754 1879 1899 D use-Rlog/RLOG-AT: +CME ERROR: 100 so rild tries to dial, although the modem

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-25 Thread Alfonso Sanchez-Beato
@Tony, I have dialled a non-emergency number, without SIM, using the dial-number ofono script. The radio logs shows: 05-25 05:42:06.748 1879 1885 D use-Rlog/RLOG-AT: ATDX; ... 05-25 05:42:06.754 1879 1899 D use-Rlog/RLOG-AT: +CME ERROR: 100 so rild tries to dial, although the modem

[Bug 1457775] Re: Some testing scripts do not work for MTK modems

2015-05-22 Thread Alfonso Sanchez-Beato
** Description changed: The following testing scripts do not work for MTK modems: test-no-sims-offline test-no-sims-online test-sims-offline test-sims-online + test-sim-removal (they are assuming that the modem is of rilmodem type). -- You received this bug notification

[Bug 1457775] [NEW] Some testing scripts do not work for MTK modems

2015-05-22 Thread Alfonso Sanchez-Beato
Public bug reported: The following testing scripts do not work for MTK modems: test-no-sims-offline test-no-sims-online test-sims-offline test-sims-online (they are assuming that the modem is of rilmodem type). ** Affects: ofono (Ubuntu) Importance: Undecided Status: New -- You

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-22 Thread Alfonso Sanchez-Beato
** Also affects: dialer-app (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1444883 Title: Emergency numbers for China (110,119) are not available

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-22 Thread Alfonso Sanchez-Beato
Some general comments: 1. Yes, ofono supports importing emergency numbers from those provided by the network. However, after taking a look to ril.h it looks like it is not implemented in AOSP (and I have not seen it in MTK ril.h Android, although maybe they use an Android property for sharing

[Bug 1453285] Re: Emergency numbers for France (15, 17 and 18) are not available in emergency mode

2015-05-22 Thread Alfonso Sanchez-Beato
@Thomas, besides the info asked for by Sebastien, could you please also run getprop on the phone and attach the ouput? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1453285 Title: Emergency numbers

[Bug 1334860] Re: EmergencyNumbers not correctly filled for brazilian operators

2015-05-22 Thread Alfonso Sanchez-Beato
@Gustavo or @Renato, could you please attach to the bug the output of getprop command in your Android phones? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1334860 Title: EmergencyNumbers not

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-22 Thread Alfonso Sanchez-Beato
For this concrete bug I find it interesting that the file on the SIM does exist and that its content is 112 911 (otherwise we would have had the default ofono list, which does include 110 and 119). @Wenfang, could you please attach the output of the getprop command? Some properties are related to

[Bug 1444883] Re: Emergency numbers for China (110, 119) are not available in emergency mode

2015-05-22 Thread Alfonso Sanchez-Beato
I have checked that in my Android phones I can try to call non-emergency numbers with locked or no SIM. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1444883 Title: Emergency numbers for China

[Bug 1456645] [NEW] nuntium exits when call to ofono DBus method fails

2015-05-19 Thread Alfonso Sanchez-Beato
Public bug reported: nuntium exits when call to ofono DBus method org.ofono.PushNotification.RegisterAgent fails. Log is: 2015/05/14 02:13:50 Received GetServices() 2015/05/14 02:13:51 Initializing modem /ril_0 2015/05/14 02:13:53 Modem online: true 2015/05/14 02:13:55 Identity added

[Bug 1456097] Re: nuntium does not re-start

2015-05-18 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~alfonsosanchezbeato/nuntium/upstart-respawn -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1456097 Title: nuntium does not re-start To manage notifications about this bug go

[Bug 1456097] [NEW] nuntium does not re-start

2015-05-18 Thread Alfonso Sanchez-Beato
Public bug reported: nuntium does not re-start when it exits, or when SIGTERM/SIGKILL signals are sent to the process. ** Affects: nuntium (Ubuntu) Importance: Undecided Status: Confirmed ** Changed in: nuntium (Ubuntu) Status: New = Confirmed -- You received this bug

[Bug 1456097] Re: nuntium does not re-start

2015-05-18 Thread Alfonso Sanchez-Beato
The attached upstart configuration file solves the issue. ** Attachment added: nuntium.conf https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1456097/+attachment/4399359/+files/nuntium.conf ** Changed in: nuntium (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato

[Bug 1444840] Re: MMS wrongly reported as sent

2015-05-14 Thread Alfonso Sanchez-Beato
The same error (ContentNotFoundError) can be also seen when *receiving* an MMS, when *uploading* the confirmation of MMS received to the server. The MMS is never shown as received. Changing the description. ** Summary changed: - MMS wrongly reported as sent + MMS wrongly reported as sent or not

[Bug 1361864] Re: add Preferred property to ConnectionContext interface

2015-05-14 Thread Alfonso Sanchez-Beato
Changes for nuntium in https://github.com/ubuntu-phonedations/nuntium/pull/18 ** Changed in: nuntium (Ubuntu) Assignee: (unassigned) = Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: nuntium (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-14 Thread Alfonso Sanchez-Beato
** Changed in: network-manager (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1454625 Title: Cannot send MMS messages with combined contexts with WiFi

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-14 Thread Alfonso Sanchez-Beato
The regression is due to NM setting DEVICE_IFACE to ril_0 in version 0.9.10.0 instead of /ril_0 as in 0.9.8.8. There has been a change in nm-modem-ofono.c:nm_modem_ofono_new that explains this (MODEM_UID is skipping the slash in the latest version). The patch that creates nm_modem_ofono_new is

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi enabled

2015-05-13 Thread Alfonso Sanchez-Beato
** Description changed: Cannot send MMS messages with combined contexts in case the WiFi is - enabled, for some operators. Combined contexts are able to handle + connected, for some operators. Combined contexts are able to handle internet data and MMS data. For the operator for which I've

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-13 Thread Alfonso Sanchez-Beato
** Description changed: Cannot send MMS messages with combined contexts in case the WiFi is connected, for some operators. Combined contexts are able to handle internet data and MMS data. For the operator for which I've seen the bug, the data is: $

[Bug 1454625] [NEW] Cannot send MMS messages with combined contexts with WiFi enabled

2015-05-13 Thread Alfonso Sanchez-Beato
Public bug reported: Cannot send MMS messages with combined contexts in case the WiFi is enabled, for some operators. Combined contexts are able to handle internet data and MMS data. For the operator for which I've seen the bug, the data is: $ /usr/share/ofono/scripts/list-contexts [ /ril_0 ]

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-13 Thread Alfonso Sanchez-Beato
** Summary changed: - Cannot send MMS messages with combined contexts with WiFi enabled + Cannot send MMS messages with combined contexts with WiFi connected -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1434984] Re: Can't setup a customized APN for MMS with carrier Free (France)

2015-05-13 Thread Alfonso Sanchez-Beato
@cm-t, kind of agree on the usability comment. Note however that most of the confusion comes from the operator providing the data that you fill in Android phones, and much of that is not really needed. We are also trying to improve our DB to minimize the chance of having to use the APN editor. --

[Bug 1454625] Re: Cannot send MMS messages with combined contexts with WiFi connected

2015-05-13 Thread Alfonso Sanchez-Beato
This is a regression: in the same situation MMS are being sent in RTM. $ system-image-cli -i current build number: 276 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2015-05-13 16:13:32 version version: 276 version ubuntu: 20150508 version device:

<    1   2   3   4   5   6   7   8   >