Closed Bug 1040744 Opened 10 years ago Closed 6 years ago

[MADAI][UICC]GCF Items(27.22.4.8, 27.22.4.9 SETUP_MENU, SELECT_ITEM) is fail.

Categories

(Firefox OS Graveyard :: Gaia::System, defect, P1)

defect

Tracking

(b2g-v2.1 ?, b2g-v2.2 ?)

RESOLVED WONTFIX
Tracking Status
b2g-v2.1 --- ?
b2g-v2.2 --- ?

People

(Reporter: duckhyun.chae, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.153 Safari/537.36

Steps to reproduce:

GCF Items about setup_menu, select_item test.
27.22.4.8 : SETUP_MENU
27.22.4.9 : SELECT_ITEM



Actual results:

The SIMToolkit menu displayed in settings, But When the menu is selected, the abnormal operation.
Severity: normal → critical
Priority: -- → P1
Please refer to log

02-01 14:54:42.009 D/RIL     (  234): [SUB0] [UNSL]< RIL_REQUEST_UNSOL_STK_PROACTIVE_COMMAND {D023810301250082028182850C546F6F6C6B6974204D656E758F04114F6E658F041254776F}
02-01 14:54:42.009 V/RIL     (  234): Received message RIL_REQUEST_UNSOL_STK_PROACTIVE_COMMAND
02-01 14:54:42.009 V/use-Rlog/RLOG-STK(  234): Received unsolicited response RIL_REQUEST_UNSOL_STK_PROACTIVE_COMMAND
02-01 14:54:42.009 V/ALPHA   (  234): AdnStringFieldToString: Decoding 8-bit unpacked GSM default alphabet
02-01 14:54:42.009 V/ALPHA   (  234): AdnStringFieldToString: Decoding 8-bit unpacked GSM default alphabet
02-01 14:54:42.009 V/ALPHA   (  234): AdnStringFieldToString: Decoding 8-bit unpacked GSM default alphabet
02-01 14:54:42.009 I/Gecko   (  234): [SUB0] QCONTENT_HELPER sendMessage to content process: icc-stkcommand { iccId : '8949000202140000045', command : { commandNumber : 1, typeOfCommand : 37, commandQualifier : 0, options : { title : 'Toolkit Menu', items : [ {identifier : 17, text : 'One',  },  {identifier : 18, text : 'Two',  },  ],presentationType : 0,  },  } }
02-01 14:54:42.019 I/Gecko   (  234): [SUB0] QCONTENT_HELPER sendMessage to content process: RIL:StkCommand { commandNumber : 1, typeOfCommand : 37, commandQualifier : 0, options : { title : 'Toolkit Menu', items : [ {identifier : 17, text : 'One',  },  {identifier : 18, text : 'Two',  },  ],presentationType : 0,  },  }
02-01 14:54:42.019 I/GeckoDump(  234): [system] STK Proactive Command for SIM 8949000202140000045: {"commandNumber":1,"typeOfCommand":37,"commandQualifier":0,"options":{"title":"Toolkit Menu","items":[{"identifier":17,"text":"One"},{"identifier":18,"text":"Two"}],"presentationType":0}}
02-01 14:54:42.019 I/GeckoDump(  234): [system] STK_CMD_SET_UP_MENU:{"title":"Toolkit Menu","items":[{"identifier":17,"text":"One"},{"identifier":18,"text":"Two"}],"presentationType":0}
02-01 14:54:42.019 I/GeckoDump(  234): [system] ICC Getting SIM Number for 8949000202140000045
02-01 14:54:42.039 I/GeckoDump(  234): [system] STK: Cached - {"1":{"iccId":"8949000202140000045","entries":{"title":"Toolkit Menu","items":[{"identifier":17,"text":"One"},{"identifier":18,"text":"Two"}],"presentationType":0}}}
02-01 14:54:42.039 I/GeckoDump(  234): [system] STK sendStkResponse -- # response = {"resultCode":0}
02-01 14:54:42.049 I/GeckoDump(  234): [system] ICC Getting ICC for 8949000202140000045
02-01 14:54:42.049 D/RIL     (  234): [SUB0] [0047]> RIL_REQUEST_STK_SEND_TERMINAL_RESPONSE 810301250002028281830100
02-01 14:54:42.049 I/Gecko   (  234): [SUB0] QCONTENT_HELPER receiveMessage: 'RIL:SendStkResponse'
02-01 14:54:42.049 I/GeckoDump( 1413): [settingsmadai] STK cached menu: {"1":{"iccId":"8949000202140000045","entries":{"title":"Toolkit Menu","items":[{"identifier":17
27.22.4.9 : SELECT_ITEM
SimToolkit Menu automatically didn't display.

icc_worker.js
'0x24': function STK_CMD_SELECT_ITEM(message) {
        var application = document.location.protocol + '//' +
          document.location.host.replace('system', 'setting');
    DUMP('STK_CMD_SET_UP_MENU. Transferring to ' + application + ': ',
      message.command);
    var reqIccData = window.navigator.mozSettings.createLock().set({
      'icc.data': JSON.stringify(message)
    });
    reqIccData.onsuccess = function icc_getIccData() {
      //if (AppWindowManager.getApps(application)) {
      //  return DUMP('Settings is running. Ignoring');
      //}
status-b2g-v2.1: --- → ?
status-b2g-v2.2: --- → ?
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.