[Bug 1356480] Re: Modem technology preference is not reset on flash+wipe

2014-08-25 Thread Jussi Kangas
Problem persists with Mako and image 201. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1356480 Title: Modem technology preference is not reset on flash+wipe To manage notifications about this bug

[Bug 1341453] Re: No alert tone heard if network does not play it in-band

2014-08-25 Thread Jussi Kangas
If the phone has no SIM card or card connection is otherwise "inactive", only call that could happen in that situation should be a emergency call. I think it would be very comforting feature for customer to hear tone in the line in that situation. -- You received this bug notification because you

[Bug 1355657] Re: When booting in flight mode, "No SIM" is shown

2014-08-25 Thread Jussi Kangas
Tested with Mako. Seems to be working now. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1355657 Title: When booting in flight mode, "No SIM" is shown To manage notifications about this bug go to:

[Bug 1355657] Re: When booting in flight mode, "No SIM" is shown

2014-08-25 Thread Jussi Kangas
Sorry, did not give the SW number. It was 201 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1355657 Title: When booting in flight mode, "No SIM" is shown To manage notifications about this bug go t

[Bug 1227199] Re: Ubuntu phone disconnects immediately if called phone is busy & not voicemail enabled

2014-08-27 Thread Jussi Kangas
I investigated this with 208 and tried to simulate error situation with different hacks in ofono. I was suspecting that phenomena might be related to how fast call status events are coming or if some events are missing. I made such hack where call was disconnected right after it went to alerting st

[Bug 1362068] Re: setting ConnectionContext MessageCenter or MessageProxy always returns "invalid parameters"

2014-08-28 Thread Jussi Kangas
** Changed in: ofono (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362068 Title: setting ConnectionContext MessageCenter or MessageProxy always retur

[Bug 1362068] Re: setting ConnectionContext MessageCenter or MessageProxy always returns "invalid parameters"

2014-08-28 Thread Jussi Kangas
This seems to be caused by commit 7f3955122af8b0349fb7d3f2db8abd754459d146: src: allow MessageCenter/Proxy for TYPE_INTERNET. "Invalid arguments" is returned by change introduced in line 2921 in the commit. I recommed changing the check as follows: if (ctx->type == OFONO_GPRS_CONTEXT_TYPE

[Bug 1362068] Re: setting ConnectionContext MessageCenter or MessageProxy always returns "invalid parameters"

2014-08-29 Thread Jussi Kangas
Sorry I wrote down wrong line number. It should have been 1231. Fix proposal can be found from https://github.com/jkangas/ofono-1/commit/d0cc0d4723f550bd0fefbadd64a220b938af6695 When you set the property using for example test case set-context- property you call method context interface method Se

[Bug 1362707] Re: GPRS not activated for Swisscom - Attached=0

2014-08-29 Thread Jussi Kangas
Context settings should not matter here. As correctly pointed out Attached state is set by data registration state. Context settings will matter only after receiving the attached state and they cannot impact to Attached state. Because of this I think output of list-modems or list- context will pro

[Bug 1362068] Re: setting ConnectionContext MessageCenter or MessageProxy always returns "invalid parameters"

2014-09-01 Thread Jussi Kangas
Sure. Here it is: https://github.com/rilmodem/ofono/pull/114 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362068 Title: setting ConnectionContext MessageCenter or MessageProxy always returns "

[Bug 1363929] [NEW] Flight mode indicator and network bars are seen onscreen simultaneously

2014-09-01 Thread Jussi Kangas
Public bug reported: USED IMAGE: current build number: 7 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-08-26 04:03:20 version version: 7 version ubuntu: 20140826 version device: 20140811.1 TEST STEPS: -Enable flight mode from Network Indicator EXPEXTED

[Bug 1363929] Re: Flight mode indicator and network bars are seen onscreen simultaneously

2014-09-02 Thread Jussi Kangas
Happens with r11 too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1363929 Title: Flight mode indicator and network bars are seen onscreen simultaneously To manage notifications about this bug g

[Bug 1364372] [NEW] No way out if dialed from passcode locked device.

2014-09-02 Thread Jussi Kangas
Public bug reported: USED VERSION: current build number: 11 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-02 10:10:53 version version: 11 version ubuntu: 20140902 version device: 20140829-678239d TEST STEPS: 1) Start phone with SIM without locked SIM PI

[Bug 1371032] Re: Cannot send MMS from "Yoigo"

2014-09-22 Thread Jussi Kangas
I think I can reproduce this here. What I'm seeing here seems to be related to PIN locking. I put PIN locked SIM from one operator to slot 1 and not locked SIM from another operator to slot 2. I reboot the phone and run list-contexts. I see contexts set for slot2. I disable the PIN lock for slot1

[Bug 1353379] Re: VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-09-23 Thread Jussi Kangas
As said, commercial networks do not support this feature around here. Voice mail message notification comes as regular sms message here. But you can trust that simulation works correctly. It has been used with several enough phones. Message going straight to the sim is a valid case. And as said, i

[Bug 1373351] [NEW] When moving between offline and online ril_gprs_data might be NULL

2014-09-24 Thread Jussi Kangas
Public bug reported: USED SW current build number: 57 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-23 14:54:17 version version: 57 version ubuntu: 20140923.1 version device: 20140919-1b3e670 version custom: 1411084873 TEST STEPS: 1. Put unlocked SIM ca

[Bug 1373351] Re: When moving between offline and online ril_gprs_data might be NULL

2014-09-24 Thread Jussi Kangas
I added following fix to the ofono and I was unable to crash the ofono anymore https://github.com/rilmodem/ofono/pull/122 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1373351 Title: When moving be

[Bug 1373351] Re: When moving between offline and online ril_gprs_data might be NULL

2014-09-26 Thread Jussi Kangas
It was the standard version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1373351 Title: When moving between offline and online ril_gprs_data might be NULL To manage notifications about this bug g

[Bug 1373351] Re: When moving between offline and online ril_gprs_data might be NULL

2014-09-26 Thread Jussi Kangas
Let's fix this with https://github.com/rilmodem/ofono/pull/124 instead -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1373351 Title: When moving between offline and online ril_gprs_data might be NULL

[Bug 1375224] Re: Loud noise is heard in headset when call is hanged up

2014-09-29 Thread Jussi Kangas
There is no problem if no headset was used -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375224 Title: Loud noise is heard in headset when call is hanged up To manage notifications about this bug

[Bug 1375224] [NEW] Loud noise is heard in headset when call is hanged up

2014-09-29 Thread Jussi Kangas
Public bug reported: USED SW: current build number: 72 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-29 07:53:33 version version: 72 version ubuntu: 20140929 version device: 20140925-6623bf1 version custom: 1411735617 TEST STEPS: 1. Select Music app. 2

[Bug 1375224] Re: Loud noise is heard in headset when call is hanged up

2014-09-29 Thread Jussi Kangas
I hear the extra noise with earbud headset too I took from another phone, but that's not so loud. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1375224 Title: Loud noise is heard in headset when cal

[Bug 1375766] [NEW] Phone gives wrong capabilities over bluetooth

2014-09-30 Thread Jussi Kangas
Public bug reported: USED SW: current build number: 73 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-30 14:12:10 version version: 73 version ubuntu: 20140930 version device: 20140925-6623bf1 version custom: 1411735617 TEST STEPS: 1. Play music in iphone

[Bug 1353379] Re: VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-09-16 Thread Jussi Kangas
Tested with Anritsu in simulated GSM and UMTS networks, but nothing comes through. Since ubuntu-touch ofono does not support UNSOL_RESPONSE_NEW_SMS_ON_SIM I don't see how the voice mail interface could work. Need to discuss with others before proceeding -- You received this bug notification becau

[Bug 1353379] Re: VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-09-16 Thread Jussi Kangas
So what I think is happening here is that voice call notification messages are stored to SIM ( as they should in my opinion, see ETSI TS TS 123 038) and not really read ever. Count is read at startup from the SIM and it just keeps rising. I can reproduce this in the lab now but I need some extra d

[Bug 1353379] Re: VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-09-18 Thread Jussi Kangas
How to reproduce case: - Put your SIM card to Iphone Iphone 4. - Send voice mail message to the phone with SIM. - Move card to ubuntu-touch phone. - MessageCount in voicemail interface is 255. If I check number of voice mail messages waiting in elementary file EF_MWIS in SIM by Aspects Spy I

[Bug 1353379] Re: VoiceMail notification pretends there are 255 messages. It is not true there are only 2

2014-09-18 Thread Jussi Kangas
I recommend to check the behaviour in reference phone with those SIM cards. I would not be surprised if T-Mobile for example just does not update the count. Also it would be interesting to know what was your exact test sequence. Did you see the lp1353379-krillin.png run time or after restarting ofo

[Bug 1341453] Re: No alert tone heard if network does not play it in-band

2014-09-18 Thread Jussi Kangas
Ofono change: https://github.com/rilmodem/ofono/pull/117 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1341453 Title: No alert tone heard if network does not play it in-band To manage notifications

[Bug 1372383] Re: Settings does not stay on sync with call forwarding

2014-09-22 Thread Jussi Kangas
I suspect that Settings App is following too keenly ForwardingFlagOnSim setting. It is set only for VoiceUnconditional. Other call forwarding options are stored only to network. If I test the same scenario but dial **21*# instead (VoiceUnconditional.) System Settings show the situation correctly.

[Bug 1372383] [NEW] Settings does not stay on sync with call forwarding

2014-09-22 Thread Jussi Kangas
Public bug reported: USED IMAGE: current build number: 46 device name: krillin channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/utopic-proposed last update: 2014-09-22 09:25:09 version version: 46 version ubuntu: 20140922 version device: 20140919-1b3e670 version custom: krillin-0.6 TEST S

[Bug 1323837] Re: Sim toolkit is not available on UT

2014-09-22 Thread Jussi Kangas
There was some discussion if we could hack our way around this using some test script or something. I'm afraid it is not possible to send SAT command to SIM from ofono without overall working SAT support in phone. I'm not familiar with roaming enabling feature described but I've been doing lot ot

[Bug 1372491] Re: "Unlock SIM" triggers something extra

2014-09-22 Thread Jussi Kangas
** Attachment added: "unlocking-2.jpg" https://bugs.launchpad.net/ubuntu/+source/indicator-network/+bug/1372491/+attachment/4211538/+files/unlocking-2.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1372491] [NEW] "Unlock SIM" triggers something extra

2014-09-22 Thread Jussi Kangas
Public bug reported: USED IMAGE: current build number: 46 device name: krillin channel: ubuntu-touch/devel-proposed alias: ubuntu-touch/utopic-proposed last update: 2014-09-22 09:25:09 version version: 46 version ubuntu: 20140922 version device: 20140919-1b3e670 version custom: krillin-0.6 TEST S

[Bug 1372491] Re: "Unlock SIM" triggers something extra

2014-09-22 Thread Jussi Kangas
happens with 54 ubuntu-rtm image too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372491 Title: "Unlock SIM" triggers something extra To manage notifications about this bug go to: https://bugs.l

[Bug 1372383] Re: Settings does not stay on sync with call forwarding

2014-09-22 Thread Jussi Kangas
happens with 54 ubuntu-rtm image too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1372383 Title: Settings does not stay on sync with call forwarding To manage notifications about this bug go to:

[Bug 1365481] [NEW] Both modem interfaces go momentarily down if one SIM goes PUK locked

2014-09-04 Thread Jussi Kangas
Public bug reported: USED IMAGE: current build number: 16 device name: krillin channel: ubuntu-touch/ubuntu-rtm/14.09-proposed last update: 2014-09-04 11:27:34 version version: 16 version ubuntu: 20140904 version device: 20140903-d4c824a TEST STEPS: 1) Start phone with PIN locked SIM in both car

[Bug 1365481] Re: Both modem interfaces go momentarily down if one SIM goes PUK locked

2014-09-05 Thread Jussi Kangas
There is crash. dmesg gives following: [ 104.611156] (0)[825:init]init: PropSet Error:[ro.ril.ecclist:112,911] ro.* properties may NEVER be modified once set [ 104.946673] (0)[1200:hci_stpd][STP-PSM] [I]stp_psm_disable_by_tx_rx_density: tx cnt = 31 in the previous 3 sec [ 110.526888] (0)[8

[Bug 1362068] Re: setting ConnectionContext MessageCenter or MessageProxy always returns "invalid parameters"

2014-09-08 Thread Jussi Kangas
Tested with rtm silo 001 in Krillin r16 and utopic silo 18 in mako r221. Fix works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1362068 Title: setting ConnectionContext MessageCenter or MessagePro

[Bug 1365481] Re: Both modem interfaces go momentarily down if one SIM goes PUK locked

2014-09-08 Thread Jussi Kangas
Ok, this is more exact log from the crash. ofonod[3225]: src/modem.c:modem_change_state() old state: 3, new state: 1 ofonod[3225]: src/modem.c:flush_atoms() ofonod[3225]: src/message-waiting.c:mw_remove() atom: 0x820d98 ofonod[3225]: src/gprs.c:gprs_context_unregister() 0x820b08, 0x8208e8 ofonod[

[Bug 1366231] Re: [krillin] When FlightMode disabled ConnectionManager interface isn't restored

2014-09-09 Thread Jussi Kangas
I can see the symptoms if I run list-modems too early after bringing the device out of flight mode. However that is normal behaviour and if I just wait long enough org.ofono.ConnectionManager appears. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1366229] Re: [mako] CardIdentifier & PreferredLanguage missing

2014-09-09 Thread Jussi Kangas
I tried to reboot about 10 times with Sonera card and I did not manage to reproduce the issue. Of course the values were not immediately readable, but they came. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1365481] Re: Both modem interfaces go momentarily down if one SIM goes PUK locked

2014-09-10 Thread Jussi Kangas
Yes, I've seen this when I've been testing 1.12.bzr6876+14.10.20140904-0ubuntu1 when it was in silo testing phase. Monitor-ofono is also pretty clear indicator. If you see ModemAdded events with empty interfaces for same modems which were alive and well moment ago it means that they dropped down wr