Closed
Bug 1106193
Opened 9 years ago
Closed 9 years ago
[Block][SIMLOCK] It will directly return to the idle without any reminder when input wrong NCK to unlock the SIM LOCK.
Categories
(Firefox OS Graveyard :: General, defect, P2)
Firefox OS Graveyard
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: sync-1, Unassigned)
References
Details
(Whiteboard: [POVB])
Attachments
(1 file)
1.95 KB,
application/octet-stream
|
Details |
DEFECT DESCRIPTION: KO: It returns to Idle without any reminder.User don't know how many remainder time they have. ZhouQin 0752-2639384(61384) REPRODUCING PROCEDURES: 1. Download SIMLOCK version sw7G16+ZU01, 2. Turn on the Test Device with unmatched SIM card, 3. Input wrong unlock code,--KO EXPECTED BEHAVIOUR: It should not return to Idle and tell user how many remainder time they have, When input a wrong code, the remainder time should be reduced one by one. REPRODUCING RATE:100% ANALYSE: Mozilla Gecko layer don't support this feature. /** * Helper function for fetching the number of unlock retries of ICC locks. * * We only query the retry count when we're on the emulator. The phones do * not support the request id and their rild doesn't return an error. */ iccGetCardLockRetryCount: function(options) { ...... if (RILQUIRKS_HAVE_QUERY_ICC_LOCK_RETRY_COUNT) { /* Only the emulator supports this request, ... */ options.selCode = selCode[options.lockType]; this.queryICCLockRetryCount(options); } else { /* ... while the phones do not. */ options.errorMsg = GECKO_ERROR_REQUEST_NOT_SUPPORTED; options.success = false; this.sendChromeMessage(options); } },
Comment 1•9 years ago
|
||
Hi Gary, Could you please help to check the problem? Thanks!
Flags: needinfo?(gchen)
Comment 2•9 years ago
|
||
Hi Norry, qawanted for Woodduck 2.0M and Flame 2.0/2.1/2.2. Thanks!
Comment 3•9 years ago
|
||
(In reply to sync-1 from comment #0) > DEFECT DESCRIPTION: > KO: It returns to Idle without any reminder.User don't know how many > remainder time they have. > > ZhouQin 0752-2639384(61384) > > REPRODUCING PROCEDURES: > 1. Download SIMLOCK version sw7G16+ZU01, Hi Reporter, May I know it is specific build with SIMLOCK enabled? If yes, please kindly let us know where we could configure it. Thanks. If it's not specific build, should we enable SIMLOCK manually before execute step 2? Thanks a lot. > 2. Turn on the Test Device with unmatched SIM card, > 3. Input wrong unlock code,--KO > > EXPECTED BEHAVIOUR: > It should not return to Idle and tell user how many remainder time they > have, > When input a wrong code, the remainder time should be reduced one by one. > > REPRODUCING RATE:100% > > ANALYSE: > Mozilla Gecko layer don't support this feature. > /** > * Helper function for fetching the number of unlock retries of ICC locks. > * > * We only query the retry count when we're on the emulator. The phones do > * not support the request id and their rild doesn't return an error. > */ > iccGetCardLockRetryCount: function(options) { > ...... > > if (RILQUIRKS_HAVE_QUERY_ICC_LOCK_RETRY_COUNT) { > /* Only the emulator supports this request, ... */ > options.selCode = selCode[options.lockType]; > this.queryICCLockRetryCount(options); > } else { > /* ... while the phones do not. */ > options.errorMsg = GECKO_ERROR_REQUEST_NOT_SUPPORTED; > options.success = false; > this.sendChromeMessage(options); > } > },
Flags: needinfo?(sync-1)
Updated•9 years ago
|
Blocks: Woodduck_P2
Updated•9 years ago
|
Flags: needinfo?(fan.luo) → needinfo?(chien-hao.li)
Created an attachment (id=1064407) sml_nvram_file.rar The attachment is MTK simlock file.
Created an attachment (id=1064407) sml_nvram_file.rar The attachment is MTK simlock file.
Created an attachment (id=1064407) sml_nvram_file.rar The attachment is MTK simlock file.
Comment 8•9 years ago
|
||
Hi Hubert, Can you check the SIMLOCK provided? Thanks!
Flags: needinfo?(sync-1)
Flags: needinfo?(peng.qi)
Flags: needinfo?(hlu)
Comment 9•9 years ago
|
||
This is POVB. Partner should implement this by themselves.
Status: NEW → RESOLVED
blocking-b2g: 2.0M? → ---
Closed: 9 years ago
Flags: needinfo?(hlu)
Flags: needinfo?(gchen)
Keywords: qawanted
Resolution: --- → WORKSFORME
Whiteboard: [POVB]
Comment 10•9 years ago
|
||
Hi Shawn, Just a reminder, Mozilla need to provide suggestion for this issue. Thanks!
Flags: needinfo?(sku)
Comment 11•9 years ago
|
||
Need partner to bridge REQUEST_GET_UNLOCK_RETRY_COUNT (150) with types - "PH-NET PIN", "PH-CORP PIN" or "PH-SP PIN". And gaia can use below to get the retry counter. getCardLockRetryCount("nck"), getCardLockRetryCount("cck"), getCardLockRetryCount("spck") Note: Refer to below for type definition. https://github.com/mozilla/gecko-dev/blob/master/dom/webidl/MozIcc.webidl#L196 https://github.com/mozilla/gecko-dev/blob/master/dom/webidl/MozIcc.webidl#L219 https://github.com/mozilla/gecko-dev/blob/master/dom/webidl/MozIcc.webidl#L224
Flags: needinfo?(sku)
Updated•9 years ago
|
Reporter | ||
Comment 12•9 years ago
|
||
Pls close it.
Reporter | ||
Comment 13•9 years ago
|
||
Pls close it.
You need to log in
before you can comment on or make changes to this bug.
Description
•