Closed
Bug 895237
Opened 11 years ago
Closed 11 years ago
[STK] dummy function problem in icc.js
Categories
(Firefox OS Graveyard :: Gaia::System, defect, P1)
Tracking
(blocking-b2g:leo+, b2g18 fixed, b2g-v1.1hd fixed)
People
(Reporter: leo.bugzilla.gaia, Assigned: frsela)
Details
(Whiteboard: [TD-64763] [LeoVB+])
Attachments
(2 files)
VIVO operator is testing for STK by using special sim card. It is called "HRS test".
But there is critical problem.
this sim card send toolkit cmd(SET_UP_MENU -> PROVIDE_LOCAL_INFO) after booting.
As you know, when UE receive unsol proactive cmd, icc_worker will handle about that.
So, PROVIDE_LOCAL_INFO will be processed in icc_work.js.
When we have finished analyzing this issue, We think that dummy function is not operated properly.
plz see this problem and let me know why this log printed "iccmanager is not defined"
<radio.log>
07-17 16:35:01.699 E/GeckoConsole( 152): [JavaScript Error: "iccManager is not defined" {file: "app://system.gaiamobile.org/js/icc_worker.js" line: 9}]
07-17 16:35:01.699 E/GeckoConsole( 152): [JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: '[JavaScript Error: "iccManager is not defined" {file: "app://system.gaiamobile.org/js/icc_worker.js" line: 9}]' when calling method: [nsIDOMSystemMessageCallback::handleMessage]" {file: "jar:file:///system/b2g/omni.ja!/components/SystemMessageManager.js" line: 97}]
<icc_worker.js>
dummy: function icc_worker_dummy() {
DUMP('STK Command not implemented yet');
iccManager.responseSTKCommand({
resultCode: iccManager._icc.STK_RESULT_OK
});
},
........
'0x26': function STK_CMD_PROVIDE_LOCAL_INFO(command, iccManager) {
// https://bugzilla.mozilla.org/show_bug.cgi?id=817952
DUMP('STK_CMD_PROVIDE_LOCAL_INFO', command.options);
icc_worker.dummy();
},
DESCRIPTION:
Insert a new VIVO Sim Card (HLR:18) and turn on the UE.
Wait until UE show HRS Activation Menu.
EXPECTED:
UE should show HRS pop-up.
ACTUAL:
UE rings the notification but no pop-up is showed. UE shows SMS Menu. If user returns to Idle Screen and open SMS Menu, the pop-up is showed.
blocking-b2g: --- → leo+
Flags: needinfo?(frsela)
Whiteboard: [TD-64763]
Assignee | ||
Comment 1•11 years ago
|
||
Updated•11 years ago
|
Attachment #777590 -
Flags: review?(timdream) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
Uplifted 9e5a606d86605f6cb7f61ae307df4e6f33a83d4f to:
v1-train: f9239c975a5e45f1ae9eaec64ee9e92e8b3f73e7
status-b2g18:
--- → fixed
Comment 4•11 years ago
|
||
v1.1.0hd: f9239c975a5e45f1ae9eaec64ee9e92e8b3f73e7
status-b2g-v1.1hd:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•