[Bug 1511029] Re: Audio gets confused when playing from source after playing from playlist

2015-11-03 Thread Alfonso Sanchez-Beato
** Branch linked: lp:~phablet-team/qtubuntu-media/bg-playlist-fixes ** Branch linked: lp:~phablet-team/media-hub/bg-playlist-fixes -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511029 Title:

[Bug 1510219] Re: MediaPlayer.Playlist.playbackMode does not emit changes (onPlaybackModeChanged) usually until you change track

2015-10-29 Thread Alfonso Sanchez-Beato
@ahayzen I am not really seeing that, although I must admit that the output of std::random_shuffle(), the function that we use to randomize, is some times not as random as I would like. How many tracks are in your list? -- You received this bug notification because you are a member of Ubuntu

[Bug 1511034] Re: Big UI freeze when playing from the dash

2015-10-29 Thread Alfonso Sanchez-Beato
It might be related to bug #1511313. Does the dash use the same database as music-app ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1511034 Title: Big UI freeze when playing from the dash To

[Bug 1510219] Re: MediaPlayer.Playlist.playbackMode does not emit changes (onPlaybackModeChanged) usually until you change track

2015-10-28 Thread Alfonso Sanchez-Beato
ntu) Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: qtubuntu-media (Ubuntu) Status: New => Invalid ** Changed in: qtubuntu-media (Ubuntu RTM) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-27 Thread Alfonso Sanchez-Beato
@delete I do not see any that any call to activate context has been performed. Are you sure you executed the "activate-context" script? Note that the idea is to follow the instructions of comment #10, but with the new binaries. -- You received this bug notification because you are a member of

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-27 Thread Alfonso Sanchez-Beato
** Also affects: ubuntu-system-settings (Ubuntu) Importance: Undecided Status: New ** Changed in: ubuntu-system-settings (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-27 Thread Alfonso Sanchez-Beato
@delete, thanks, with either of the two binaries I provided you are actually establishing a data call. Which confirms the hypothesis that your operator wants an authentication protocol to be selected even when there is no user/password. To solve this we need to support this in the UI. While we

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-26 Thread Alfonso Sanchez-Beato
@delete, I have attached a tarball with 2 new versions of the binary. Please extract with "tar xf" and then follow the instructions in comment #10 again, but using ofonod.1 and ofonod.2 instead of the ofonod binary. Just change slightly the execution command and use: # OFONO_RIL_DEVICE=mtk

[Bug 1505012] Re: Cannot receive calls or text messages with 3G Enabled in Italy on BQ Aquaris E4.5

2015-10-26 Thread Alfonso Sanchez-Beato
@Nicola, I see a call in the radio log that is apparently hang up from the user side, so apparently all is normal. Please try this: adb shell sudo su stop ofono OFONO_RIL_DEVICE=mtk OFONO_RIL_NUM_SIM_SLOTS=2 OFONO_RIL_HEX_TRACE="" OFONO_RIL_TRACE="" ofonod -nd -P

[Bug 1510131] [NEW] ofono leaks memory when reading SIM files

2015-10-26 Thread Alfonso Sanchez-Beato
Public bug reported: These leaks has been reported by valgrind (bq aquaris 4.5, 2 SIMs inserted) after ofono exits: ==8700== 2 bytes in 2 blocks are definitely lost in loss record 3 of 172 ==8700==at 0x483E358: malloc (vg_replace_malloc.c:296) ==8700==by 0x48D4CC1: g_malloc (gmem.c:97)

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-21 Thread Alfonso Sanchez-Beato
@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

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-19 Thread Alfonso Sanchez-Beato
@delete, thanks a lot for the logs, but unfortunately I just see a generic error code when trying to start the data connection that does not help a lot. Please try sudo /system/bin/logcat -b radio > radio.txt& before trying to activate the context while following the steps in comment #6, and

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-16 Thread Alfonso Sanchez-Beato
@delete, all looks good in your list-modems output and APN settings. Could you try executing: /usr/share/ofono/scripts/activate-context 1 then please paste output of "ifconfig" command and /var/log/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1502536] Re: package ofono 1.17.bzr6904+15.10.20150928.1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-16 Thread Alfonso Sanchez-Beato
In my case I got the error by simply creating a vivid chroot and then installing ofono, it was not even a release upgrade. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502536 Title: package ofono

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-16 Thread Alfonso Sanchez-Beato
@delete, thanks for the information. We need some more traces, please try following these instructions: * Go to "System Settings" -> "Mobile" and deactivate mobile data * Reboot so we make sure we start from a clean state * Execute these commands from a PC/terminal after the reboot: $ adb shell $

[Bug 1505012] Re: Cannot receive calls or text messages with 3G Enabled in Italy on BQ Aquaris E4.5

2015-10-13 Thread Alfonso Sanchez-Beato
It would also be interesting to gather the radio log while trying to call the phone. Please try this: adb shell sudo /system/bin/logcat -b radio -c sudo /system/bin/logcat -b radio > /tmp/radio.txt * Now try to call the phone. After it fails: exit adb pull /tmp/radio.txt /tmp/ and attach

[Bug 1504992] Re: Cannot connect to Simple Mobile APN

2015-10-13 Thread Alfonso Sanchez-Beato
@delete, don't worry about type=internet, when the mmsc is provided the APN will be used for both data and MMS. Please attach output of executing /usr/share/ofono/scripts/list-modems --private , that will give us some more information. -- You received this bug notification because you are a

[Bug 1502536] Re: package ofono 1.17.bzr6904+15.10.20150928.1-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 100

2015-10-07 Thread Alfonso Sanchez-Beato
The error happens when "invoke-rc.d ofono start" is executed: invoke-rc.d: unknown initscript, /etc/init.d/ofono not found. The ofono.postinst script is http://paste.ubuntu.com/12705917/ being line 31 the offending one. It seems to be some issue related to the systemd transition. ** Changed

[Bug 1502815] Re: Fds leakage when playing video in arale

2015-10-05 Thread Alfonso Sanchez-Beato
** Attachment added: "before.txt" https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1502815/+attachment/4484488/+files/before.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502815

[Bug 1502815] Re: Fds leakage when playing video in arale

2015-10-05 Thread Alfonso Sanchez-Beato
** Attachment added: "after.txt" https://bugs.launchpad.net/ubuntu/+source/media-hub/+bug/1502815/+attachment/4484489/+files/after.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1502815 Title:

[Bug 1502815] [NEW] Fds leakage when playing video in arale

2015-10-05 Thread Alfonso Sanchez-Beato
Public bug reported: Around 6 file descriptors are leaked after playing a video in arale. The difference when executing "lsof -p" before and after playing a video shows < media-hub 6324 phablet 63u 0,90 5513 anon_inode < media-hub 6324 phablet 64u CHR 244,0

[Bug 1490673] Re: Can't receive MMS for Orange or SOSH by Orange in france

2015-09-30 Thread Alfonso Sanchez-Beato
** Changed in: ofono (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: nuntium (Ubuntu) Status: In Progress => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490673

[Bug 1486004] Re: Cannot import contacts from sim card ( ofono crash )

2015-09-30 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/1486004 Title: Cannot import contacts from sim card ( ofono crash ) To

[Bug 1492483] Re: /usr/sbin/ofonod:11:retry_deactivate:g_timeout_dispatch:g_main_dispatch:g_main_context_dispatch:g_main_context_iterate

2015-09-30 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/1492483 Title:

[Bug 1499342] Re: National Roaming not working

2015-09-28 Thread Alfonso Sanchez-Beato
Adding ubuntu-system-settings : a solution for this kind of problems would be to show all networks when scanning, even forbidden ones. The phone would try to connect to that network if selected, and show an error if it was not able to register. ** Also affects: ubuntu-system-settings (Ubuntu)

[Bug 1499342] Re: National Roaming not working

2015-09-28 Thread Alfonso Sanchez-Beato
Another thing to note is that MTK modem could return different network statuses for different technologies for the same operator (GSM and UMTS networks for the same operator are showed as different entities by the modem). ofono assumes that the forbidden/available status is the same for different

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Alfonso Sanchez-Beato
@mzanetti, thanks for the logs. If the N9 shows "o2 - de" that means that probably it considers that it is roaming, otherwise it would not show the country code. The fact that your wife's SIM shows both networks as available is probably due to having a more modern SIM, which could contain

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Alfonso Sanchez-Beato
@mzanetti, well, if O2 does not appear in the list of operators either you don't have O2 coverage or there is a problem with your subscription and access to that network is forbidden. You could check this executing /usr/share/ofono/scripts/scan-for-operators /ril_0 If O2 is forbidden maybe you

[Bug 1499342] Re: National Roaming not working

2015-09-25 Thread Alfonso Sanchez-Beato
This smells like a modem FW issue: whatever the trick O2/symio are using to allow this kind of roaming, the modem does not like it unless the SIM has previously registered to that network. Not sure if we can do much there but complaining to MediaTek. However, the logcat might be useful to gather

[Bug 1498962] Re: MPRIS is only partially implemented

2015-09-24 Thread Alfonso Sanchez-Beato
** Description changed: * Metadata property from org.mpris.MediaPlayer2.Player is not exported (see service_skeleton.cpp) - * Some DBus calls make media-hub-server crash, like: + * Some DBus calls to object /org/mpris/MediaPlayer2 do not return + anything, like: dbus-send

[Bug 1498962] Re: MPRIS is only partially implemented

2015-09-24 Thread Alfonso Sanchez-Beato
** Description changed: * Metadata property from org.mpris.MediaPlayer2.Player is not exported (see service_skeleton.cpp) * Some DBus calls to object /org/mpris/MediaPlayer2 do not return anything, like: dbus-send --print-reply --type=method_call --dest=core.ubuntu.media.Service

[Bug 1499342] Re: National Roaming not working

2015-09-24 Thread Alfonso Sanchez-Beato
It is difficult to say what might be happening. list-modems shows that NetworkRegistration mode is automatic, and the modem is registered to symio's Edge network (2G), although the preference is umts. The issue here is that we do not have that much control over the modem FW: if there are 2

[Bug 1498962] [NEW] MPRIS is only partially implemented

2015-09-23 Thread Alfonso Sanchez-Beato
Public bug reported: * Metadata property from org.mpris.MediaPlayer2.Player is not exported (see service_skeleton.cpp) * Some DBus calls make media-hub-server crash, like: dbus-send --print-reply --type=method_call --dest=core.ubuntu.media.Service /org/mpris/MediaPlayer2

[Bug 1498961] [NEW] Review TrackListImplementation usage of iterators

2015-09-23 Thread Alfonso Sanchez-Beato
Public bug reported: Iterator "current_track" can contain an invalid iterator if not used with care. This happens because the track list is being updated from PlayerImplementation and TrackListImplementation has no way of noticing and making sure the iterator to the current track is actually

[Bug 1492483] Re: /usr/sbin/ofonod:11:retry_deactivate:g_timeout_dispatch:g_main_dispatch:g_main_context_dispatch:g_main_context_iterate

2015-09-16 Thread Alfonso Sanchez-Beato
The crash happens when we are re-trying to close the connection and the atom gets destroyed with pending callbacks around introduced by g_timeout_add_seconds(). This can happen randomly if we set flight modem and we have just lost coverage some seconds before, for instance. -- You received this

[Bug 1386553] Re: AMR audio codec not supported

2015-09-15 Thread Alfonso Sanchez-Beato
We need to seed the already existing gstreamer1.0-plugins-ugly-amr in the phone images to get this one closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1386553 Title: AMR audio codec not

[Bug 1492483] Re: /usr/sbin/ofonod:11:retry_deactivate:g_timeout_dispatch:g_main_dispatch:g_main_context_dispatch:g_main_context_iterate

2015-09-11 Thread Alfonso Sanchez-Beato
https://github.com/rilmodem/ofono/pull/203 should fix this crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1492483 Title:

[Bug 1492388] Re: /usr/sbin/ofonod:11:read_record_cb:sim_fs_op_read_record_cb:ril_file_io_cb:handle_response:dispatch

2015-09-10 Thread Alfonso Sanchez-Beato
The crash seems to happens when a record in EFpbr does not contain any files types to read. This branch should fix the issue: https://github.com/rilmodem/ofono/pull/201 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1492388] Re: /usr/sbin/ofonod:11:read_record_cb:sim_fs_op_read_record_cb:ril_file_io_cb:handle_response:dispatch

2015-09-10 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1486004 *** https://bugs.launchpad.net/bugs/1486004 ** This bug has been marked a duplicate of bug 1486004 Cannot import contacts from sim card ( ofono crash ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1486004] Re: Cannot import contacts from sim card ( ofono crash )

2015-09-10 Thread Alfonso Sanchez-Beato
388/+files/ofonod ** Changed in: ofono (Ubuntu) Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: ofono (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1492388] Re: /usr/sbin/ofonod:11:read_record_cb:sim_fs_op_read_record_cb:ril_file_io_cb:handle_response:dispatch

2015-09-10 Thread Alfonso Sanchez-Beato
** Changed in: ofono (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://bugs.launchpad.net/bugs/1492388 Title: /usr/sbin/ofonod

[Bug 1385366] Re: /usr/share/ofono/scripts/change-pin:IndexError:./change-pin@20

2015-09-10 Thread Alfonso Sanchez-Beato
This is the change-pin script failing because of wrong number of arguments, so not a real bug. ** 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 1384709] Re: /usr/share/ofono/scripts/enter-pin:dbus.exceptions.DBusException:/usr/share/ofono/scripts/enter-pin@27:__call__:__call__:call_blocking

2015-09-10 Thread Alfonso Sanchez-Beato
This is the enter-pin script failing because the pin is not numeric, so not a real bug. ** 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 1490673] Re: Can't receive MMS for Orange or SOSH by Orange in france

2015-09-09 Thread Alfonso Sanchez-Beato
@Cyril, I see that nuntium is receiving a MMS and all seems good there. Traces from nuntium.log: 2015/09/08 21:50:07 Push data ... 2015/09/08 21:50:08 Trying to set Active property to false for context on false /ril_0/context3 If nothing is received I can only think of some problem in

[Bug 1490673] Re: Can't receive MMS for Orange or SOSH by Orange in france

2015-09-08 Thread Alfonso Sanchez-Beato
@lenaic, yes, should be ok with BQ models too, as the bug is not device specific. @Cyril, your log shows that you are receiving the push notification and cellular data is being activated, so it must be another bug. Could you attach ~/.cache/upstart/* files after another try using ofonod from

[Bug 1493374] Re: nuntium should re-try activating a context if there is no proxy

2015-09-08 Thread Alfonso Sanchez-Beato
** Attachment added: "syslog.txt" https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1493374/+attachment/4459217/+files/syslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493374 Title:

[Bug 1493374] [NEW] nuntium should re-try activating a context if there is no proxy

2015-09-08 Thread Alfonso Sanchez-Beato
Public bug reported: After latest nuntium changes a proxy is always specified as part of the ofono properties, so if there is no proxy it should be considered an activation error and nuntium should try to re-open the context up to the usual limit of 3 times. See attached logs for a case when this

[Bug 1493388] [NEW] MMS reception gets too long due to device going to sleep

2015-09-08 Thread Alfonso Sanchez-Beato
Public bug reported: MMS reception gets too long because the device seems to go to sleep mode between push notification, MMS download, and reception confirmation upload. See log. ** Affects: nuntium (Ubuntu) Importance: Undecided Status: New ** Attachment added: "nuntium.log"

[Bug 1493374] Re: nuntium should re-try activating a context if there is no proxy

2015-09-08 Thread Alfonso Sanchez-Beato
** Attachment added: "nuntium2.txt" https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1493374/+attachment/4459220/+files/nuntium2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493374

[Bug 1493374] Re: nuntium should re-try activating a context if there is no proxy

2015-09-08 Thread Alfonso Sanchez-Beato
** Attachment added: "syslog2.txt" https://bugs.launchpad.net/ubuntu/+source/nuntium/+bug/1493374/+attachment/4459221/+files/syslog2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493374

[Bug 1493244] Re: MMS sent to second SIM are received as group chat

2015-09-08 Thread Alfonso Sanchez-Beato
Same as bug #1480815 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1493244 Title: MMS sent to second SIM are received as group chat To manage notifications about this bug go to:

[Bug 1480815] Re: Receiving MMS will auto change into group chat for some operators

2015-09-08 Thread Alfonso Sanchez-Beato
MessageAdded from ofono shows only one recipient, but a group message is created: signal sender=:1.2 -> dest=(null destination) serial=18 path=/org/ofono/mms/214019301737411; interface=org.ofono.mms.Service; member=MessageAdded object path

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-07 Thread Alfonso Sanchez-Beato
@Chondoud, thanks for your logs. You can add a comment to bug #1445380 in case you would like to be able to send MMS even when data is off. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490673

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-07 Thread Alfonso Sanchez-Beato
https://github.com/rilmodem/ofono/pull/200 should fix the bug (or at least move things forward for sosh). I have attached a binary ofonod in case somebody wants to test the solution. To use it, download and follow this instructions for **MX4**: adb push ofonod /tmp/ adb shell $ chmod +x

[Bug 1492313] Re: Cannot receive MMS on Orange France

2015-09-07 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1490673 *** https://bugs.launchpad.net/bugs/1490673 Definitely a duplicate of bug #1490673, as the error message is the same: "Got an 8-bit encoded message, however no valid src/address port, ignore" Marking as duplicate and changing the description of the

[Bug 1490673] Re: Can't receive MMS for Orange or SOSH by Orange in france

2015-09-07 Thread Alfonso Sanchez-Beato
** Summary changed: - Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france + Can't receive MMS for Orange or SOSH by Orange in france -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1480785] Re: ofono does not start after upgrade (initclt stalls when sending an event)

2015-09-04 Thread Alfonso Sanchez-Beato
Got it again, the android event seems stalled too and maybe that's stopping other things: root@ubuntu-phablet:/home/phablet# ps -ef|grep initctl root 749 562 0 12:38 ?00:00:01 initctl emit android root 1852 753 0 12:38 ?00:00:00 initctl emit rild-ready

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

2015-09-04 Thread Alfonso Sanchez-Beato
@Tomas, thanks for your testing. I think you are seeing bug #1480815 . Could you please add a comment there? -- 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

[Bug 1480815] Re: CMCC receive MMS will auto change into group chat

2015-09-04 Thread Alfonso Sanchez-Beato
I am seeing this also with Spanish operators when receiving a MMS from Ubuntu phone to Ubuntu phone: a chat group is automatically created. ** Summary changed: - CMCC receive MMS will auto change into group chat + Receiving MMS will auto change into group chat for some operators -- You

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-04 Thread Alfonso Sanchez-Beato
@gnumdk, probably you need to check your APN configuration and see if it is configured as specified by your operator. Go to "system settings" -> cellular -> operator -> APN. But even with no routes you should have received the push notification which comes in SMS, so if it is not in the ofono log

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-04 Thread Alfonso Sanchez-Beato
@gnumdk, also the error messages you see are a bit misleading: 03mmsproxy sets up routes only for combined contexts, which probably is not your case. So do not worry about that, please ignore my comment about checking your APN settings. But, again, to start downloading MMS the push notification

[Bug 1378507] Re: Message not delivered when sending from Yoigo even if the ResponseStatus from the operator says it's ACKed

2015-09-03 Thread Alfonso Sanchez-Beato
Changed to fix release as Yoigo has been reported to work after latest OTAs. ** Changed in: nuntium (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

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

2015-09-03 Thread Alfonso Sanchez-Beato
@Tomas, are you still unable to receive MMS for Tele2 after OTA-6? ** Changed in: network-manager (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1370376

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

2015-09-03 Thread Alfonso Sanchez-Beato
** Changed in: nuntium (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1459176 Title: Region defined twice in SMIL text To manage notifications about this bug

[Bug 1409356] Re: drop usage of :sys:started/stopped/starting/stopping events

2015-09-03 Thread Alfonso Sanchez-Beato
xnox original MP resubmitted to lp:nuntium/packaging. Currently waiting for QA approval. ** Branch linked: lp:~alfonsosanchezbeato/nuntium/drop-sys-events ** Changed in: nuntium (Ubuntu) Assignee: (unassigned) => Alfonso Sanchez-Beato (alfonsosanchezbeato) ** Changed in: nuntium (Ubu

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-03 Thread Alfonso Sanchez-Beato
in: ofono (Ubuntu) Status: New => Confirmed ** Changed in: ofono (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://bugs.launchpad.net/bug

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

2015-09-03 Thread Alfonso Sanchez-Beato
@Tomas, I have also performed a quick test sending to my own number and the MMS is sent and received by nuntium, but messaging app only shows it as sent. Don't know if this is intended or not, but anyway try to send the MMS from another phone to get feedback from messaging app and know for sure if

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

2015-09-03 Thread Alfonso Sanchez-Beato
@Tomas, sending from one card to the other one in the Aquaris will not work, because we need data enabled for MMS to work and only one slot can have data at a time. So either you won't send or you won't receive. Could you please attach/send me privately /var/log/syslog and ~/.cache/upstart/*

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

2015-09-03 Thread Alfonso Sanchez-Beato
@Dubstar_04, unfortunately the bug makes the phone store some information on the SIM that need your intervention to get reset. This should clear the flag: 1. Power off the phone / set flight mode 2. Leave a voicemail message using another phone 3. Power on the phone / unset flight mode 4. Listen

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-02 Thread Alfonso Sanchez-Beato
@aizac, thanks again, but unfortunately I don't see hints in those logs. Could you please also attach /var/log/syslog after doing the same steps of comment #3 (send a MMS to the phone and wait for a while)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1490991] Re: ofono hitting an assert during settings test

2015-09-01 Thread Alfonso Sanchez-Beato
ned) => Alfonso Sanchez-Beato (alfonsosanchezbeato) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490991 Title: ofono hitting an assert during settings test To manage notifications about this

[Bug 1490673] Re: Can't receive MMS on my MEIZU MX4:Provider SOSH by Orange in france

2015-09-01 Thread Alfonso Sanchez-Beato
@aizac, thanks for the logs. However, I do not see any push notifications in the nuntium logs, which is weird. Could you try sending again an MMS to your Ubuntu phone, wait for 5 minutes and re-attach the files in ~/.cache/upstart? You can also reach me in freenode/#ubuntu- touch as abeato in case

[Bug 1490991] Re: ofono hitting an assert during settings test

2015-09-01 Thread Alfonso Sanchez-Beato
https://github.com/rilmodem/ofono/pull/199 is a possible solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1490991 Title: ofono hitting an assert during settings test To manage notifications

[Bug 1490991] Re: ofono hitting an assert during settings test

2015-09-01 Thread Alfonso Sanchez-Beato
syslog from mako with the same syntomp. ** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1490991/+attachment/4455715/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1476712] Re: can't receive MMS using Free.fr

2015-08-31 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1417976 *** https://bugs.launchpad.net/bugs/1417976 ** This bug has been marked a duplicate of bug 1417976 Cannot send MMS with Free Mobile when on Wifi -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

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

2015-08-31 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1471740 *** https://bugs.launchpad.net/bugs/1471740 Marked as duplicate of a bug fixed in OTA-5. After OTA-5 things should have stabilised much more. If things still do not work after OTA-5, please create a new bug mentioning the concrete operator which

[Bug 1439101] Re: For some operators MMS is unreliable

2015-08-31 Thread Alfonso Sanchez-Beato
For those for which MMS is still failing *after OTA-6*, please report new bugs for the nuntium package mentioning your concrete operator https://bugs.launchpad.net/ubuntu/+source/nuntium Please attach a tarball with files in ~/.cache/upstart/ if possible. If you do not mind to set you your

[Bug 1485069] Re: New camera service trust daemon fails to start on vegetahd

2015-08-15 Thread Alfonso Sanchez-Beato
Probably camera_service is not able to create the socket used to communicate with trust-store. The socket name is /dev/socket/camera_service/camera_service_to_trust and needs the folder to exist. There are some lines in init.rc that create it: # Create directory used by the camera-service to

[Bug 1480554] Re: High costs due to SMS being sent multiple times

2015-08-12 Thread Alfonso Sanchez-Beato
@Niklas, just do a tarball with it all and attach to the bug ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480554 Title: High costs due to SMS being sent multiple times To manage notifications

[Bug 1480554] Re: High costs due to SMS being sent multiple times

2015-08-12 Thread Alfonso Sanchez-Beato
@Niklas, the radio log for mako is not very useful, could you attach /var/log/syslog and ~/.cache/upstart/* ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1480554 Title: High costs due to SMS

[Bug 1480554] Re: High costs due to SMS being sent multiple times

2015-08-12 Thread Alfonso Sanchez-Beato
@Niklas, application-failed.log*, application-legacy-dialer-app-.log*, dbus.log*, ofono-setup.log*, telephony-service-indicator.log* are of interest. Maybe you could send the logs to me via private e-mail if you do not feel comfortable posting them here. -- You received this bug notification

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

2015-08-03 Thread Alfonso Sanchez-Beato
I got the bug due to a not working media-hub that stopped thing, so please ignore the previous logs (comments 16-19). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471338 Title: sometimes phone

[Bug 1480554] Re: High costs due to SMS being sent multiple times when having a bad network connection

2015-08-03 Thread Alfonso Sanchez-Beato
What brings my attention here is that apparently the receiver is seeing only one message (comment #7). It is possible that the receiver phone detects receiving 2 messages that are exactly the same and shows only one, but I would say that is not usual. I would like to know if in some case the

[Bug 1480785] [NEW] initclt stalls when sending an event

2015-08-03 Thread Alfonso Sanchez-Beato
Public bug reported: Some times, on first boot after either using ubuntu-device-flash or upgrading the phone via OTA, some processes do not start because initctl seems to stall and does not send events that trigger the launch of those processes. For instance, I see in my arale: $ ps -ef | grep

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

2015-08-03 Thread Alfonso Sanchez-Beato
** Attachment added: syslog.gz https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1471338/+attachment/4438267/+files/syslog.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1471338

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

2015-08-03 Thread Alfonso Sanchez-Beato
I have just reproduced. See attached logs from upstart folder and syslog. ** Attachment added: upstart.tar.gz https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1471338/+attachment/4438266/+files/upstart.tar.gz -- You received this bug notification because you are a member of

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

2015-08-03 Thread Alfonso Sanchez-Beato
New call events seems to be produced looking at dbus.log: new call /ril_0/voicecall01 ... But I see this message in telephony-service-indicator.log that seems suspicious (and that I do not see if the dialogue for accepting the call appears): ** (process:1905): WARNING **: a source with id

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

2015-08-03 Thread Alfonso Sanchez-Beato
output of dbus-monitor ** Attachment added: dbus-mon.txt https://bugs.launchpad.net/ubuntu/+source/telephony-service/+bug/1471338/+attachment/4438332/+files/dbus-mon.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1391286] Re: Fails to generate thumbnail for small videos recorded with camera-app

2015-07-28 Thread Alfonso Sanchez-Beato
@michihenning it just landed in image 75, devel-proposed in arale (and in latest images for the other phones I guess). I am also under the general impression that gstreamer 1.5.2 greatly reduces the time needed for creating a thumbnail, it would be good if you can confirm this :-). -- You

[Bug 1418040] Re: Calling from car using bluetooth, call is placed on ril_0, even though ril_1 is default

2015-07-28 Thread Alfonso Sanchez-Beato
As a matter of fact I will also add that the slot chosen to start a call is kind of random and can change after a reboot. It would be possible to fix it in the code as a quick work around to have as a minimum a deterministic behaviour. -- You received this bug notification because you are a

[Bug 1391286] Re: Fails to generate thumbnail for small videos recorded with camera-app

2015-07-27 Thread Alfonso Sanchez-Beato
It looks like gstreamer 1.5.2 (about to land in wily) solves the issue for the video attached to the bug. I have also rechecked that 1.4.5 is not able to create a thumbnail for it. ** Changed in: gst-plugins-bad1.0 (Ubuntu) Status: Confirmed = In Progress ** Changed in: gst-plugins-bad1.0

[Bug 1418040] Re: Calling from car using bluetooth, call is placed on ril_0, even though ril_1 is default

2015-07-27 Thread Alfonso Sanchez-Beato
Some research shows that audio/telephony-ofono.c in BlueZ 4 source tree only accounts for one modem in the system. Currently there is no way to specify a preferred modem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1478104] Re: media-hub doesn't play specific mkv-files

2015-07-27 Thread Alfonso Sanchez-Beato
*** This bug is a duplicate of bug 1449984 *** https://bugs.launchpad.net/bugs/1449984 @schuko24 thanks for your bug report. This is actually a duplicate of bug #1449984. We still need to sort out which codecs we have license for and split the packages that contain them accordingly. ** This

[Bug 1449984] Re: Cannot play videos with AC3 audio codec

2015-07-27 Thread Alfonso Sanchez-Beato
** Summary changed: - Cannot play back .mkv + Cannot play videos with AC3 audio codec -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1449984 Title: Cannot play videos with AC3 audio codec To

[Bug 1418040] Re: Calling from car using bluetooth, call is placed on ril_0, even though ril_1 is default

2015-07-27 Thread Alfonso Sanchez-Beato
Actually, the call is started by a Dial DBus call to an ofono modem started from bluetoothd. Currently we are not using ofono's HFP implementation, but the BlueZ one. This will change when we move from BlueZ 4 to BlueZ 5. But for the moment the one which chooses the modem to use is BlueZ. ** Also

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

2015-07-24 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/1469266 Title: Voicemail message shown after a reboot when there are no

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

2015-07-24 Thread Alfonso Sanchez-Beato
@Noemí, did you test with OTA-5? It contained some fixes, among them one for bug #1471740 which can easily stop reception of MMS. If you find it is still failing, please follow the instructions in https://github.com/sergiusens/network-test-session to collect logs that you can attach to the bug.

[Bug 1449984] Re: Cannot play back .mkv

2015-07-24 Thread Alfonso Sanchez-Beato
The error is due to AC3 codec not being installed: 0:00:26.171799174 14659 0xb2f2c290 WARNuridecodebin gsturidecodebin.c:939:unknown_type_cb:uridecodebin1 warning: No decoder available for type 'audio/x-ac3, framed=(boolean)true, rate=(int)48000, channels=(int)6,

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

2015-07-21 Thread Alfonso Sanchez-Beato
@jibel, thanks for the log. I have performed some analysis of the radio part, which shows traces for one incoming call. Things seem normal there: 1. rild sends UNSOL_INCOMING_CALL_INDICATION 2. ofono replies with RIL_REQUEST_SET_CALL_INDICATION 3. rild sends UNSOL_CALL_PROGRESS_INFO 4. ofono

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

2015-07-17 Thread Alfonso Sanchez-Beato
Fix in https://github.com/rilmodem/ofono/pull/198 Patch already submitted and accepted ofono upstream. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1469266 Title: Voicemail message shown after a

<    1   2   3   4   5   6   7   8   >