Closed
Bug 778679
Opened 12 years ago
Closed 12 years ago
(b2g-stk) B2G RIL: Handle RIL_UNSOL_STK_EVENT_NOTIFY
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
Attachments
(1 file, 1 obsolete file)
1.18 KB,
patch
|
philikon
:
review+
|
Details | Diff | Splinter Review |
On Android RIL, there are some proactive commands will be notified through RIL_UNSOL_STK_EVENT_NOTIFY(see [1])
- SEND_SS
- SEND_SMS
- SEND_USSD
- SET_UP_CALL
We need to implement this unsolicited event.
[1]: http://www.kandroid.org/online-pdk/guide/stk.html
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → allstars.chh
Depends on: b2g-ril-stk
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
blocking-basecamp: --- → ?
Comment 2•12 years ago
|
||
Chris Lee, should all STK-related issues block?
Whiteboard: [blocked-on-input Chris Lee]
Assignee | ||
Comment 3•12 years ago
|
||
Hi, philikon
This patch handles the UNSOL_STK_EVENT_NOTIFY,
originally I implement STK on galaxy s2,
but on galaxy s2 UNSOL_STK_EVENT_NOTIFY won't be called,
so I didn't add this piece of code in my original stk patches(Bug 744714).
Thanks
Attachment #650501 -
Attachment is obsolete: true
Attachment #656210 -
Flags: review?(philipp)
Comment 4•12 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #2)
> Chris Lee, should all STK-related issues block?
Yes. They are crucial for the local BD (Vivo).
Updated•12 years ago
|
Attachment #656210 -
Flags: review?(philipp) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla18
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [blocked-on-input Chris Lee]
Comment 7•12 years ago
|
||
STK is important for v1 so marking as a blocker (in case it were to regress).
blocking-basecamp: ? → +
You need to log in
before you can comment on or make changes to this bug.
Description
•