Closed
Bug 895886
Opened 12 years ago
Closed 12 years ago
[RIL][Contacts] Save contact to SIM is not working
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 895960
People
(Reporter: arcturus, Assigned: allstars.chh)
References
Details
|icc.updateContact('adn', aContact);| is always failing with the error:
Cannot access Phonebook
Activiting ril debug doesn't output any message here sorry :(
Gecko version from recent m-c.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → allstars.chh
| Assignee | ||
Comment 1•12 years ago
|
||
Hi, Francisco
Can you help to try the patch from Bug 895860 ?
I think these two bugs have the same root cause here, and this bug is SIM-dependant but I don't have this kind of SIM at hand.
If the patch works I'll duplicate this bug. (Bug 896649 has log so it has more information of the root cause).
Thanks
| Reporter | ||
Comment 2•12 years ago
|
||
Hi Yoshi,
will try the patch and will let you know.
Thanks!
| Reporter | ||
Comment 3•12 years ago
|
||
(In reply to Yoshi Huang[:allstars.chh][:yoshi] from comment #1)
> Hi, Francisco
> Can you help to try the patch from Bug 895860 ?
This bug number, you mean bug 896649?
>
> I think these two bugs have the same root cause here, and this bug is
> SIM-dependant but I don't have this kind of SIM at hand.
>
> If the patch works I'll duplicate this bug. (Bug 896649 has log so it has
> more information of the root cause).
>
> Thanks
Thanks!
| Assignee | ||
Comment 4•12 years ago
|
||
Oops, sorry for my fat finger :(
It's Bug 895960.
| Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Yoshi Huang[:allstars.chh][:yoshi] from comment #4)
> Oops, sorry for my fat finger :(
> It's Bug 895960.
Thanks Yoshi! :)
| Assignee | ||
Comment 6•12 years ago
|
||
Hi Francisco
If you're busy then I think I could land this first.
Just want to make sure my patch could fix your problem.
Thanks
| Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Yoshi Huang[:allstars.chh][:yoshi] from comment #6)
> Hi Francisco
> If you're busy then I think I could land this first.
>
> Just want to make sure my patch could fix your problem.
>
> Thanks
Yoshi, please go ahead :)
(sorry I've been busy lately)
Thanks a lot!
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 9•12 years ago
|
||
Hi all,
Yoshi, when I try to use:
var request = icc.updateContact('adn', contact);
and then setup the callbacks for DOMRequest:
req.onsuccess and req.onerror
but none of then is being called :(
I've tried with two different sim cards, one from Spain and one from France, and same behavior with them.
Do you have any idea on what could be happening?
Thanks a lot!
F.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 10•12 years ago
|
||
I think the error you mentioned is different from Comment 0,
would you mind filing another bug for this?
Also can you attach RIL log,
or can you share your gaia code,
that would help a lot.
Thanks
| Reporter | ||
Comment 11•12 years ago
|
||
Hi Yoshi,
Right, will do.
Will leave this as closed (duplicated) and will open a new one with this specific issue.
Thanks!
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•