Closed Bug 796411 Opened 12 years ago Closed 12 years ago

[settings] RIL doesn't retrieve APN settings after submiting APN settings dialog.

Categories

(Firefox OS Graveyard :: Gaia, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: ghtobz, Unassigned)

Details

(Whiteboard: [label:settings][label:telephony])

[GitHub issue by jaoo on 2012-07-21T23:13:26Z, https://github.com/mozilla-b2g/gaia/issues/2689]
When the user submit the form (click on OK button) after inserting the APN settings {APN, identifier, password} the RIL does not receive those setting properly. The RIL receives three times the last setting in the last set, I mean the password.

I/AutoMounterSetting(  104): Observe: detected mozsettings-changed data = '{"key":"ril.data.passwd","value":""}'
I/AutoMounterSetting(  104): Observe: detected mozsettings-changed data = '{"key":"ril.data.passwd","value":""}'
I/AutoMounterSetting(  104): Observe: detected mozsettings-changed data = '{"key":"ril.data.passwd","value":""}'

It seems that the problem is because the way in which the setting API is used. If we update those settings one by one everything is fine but If we update those setting all together (in a array containing those settings).

@fabi1cazenave, did you take a look at it? I have made a change in the submit function and now it works.
[GitHub comment by vicamo on 2012-07-23T10:42:10Z]
Same bug for MMS settings
This has been solved long ago, closing.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Verified on "Unagi"
Build ID:20130112070202

RIL does retrieve APN settings after submiting APN settings dialog.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.