Closed
Bug 931696
Opened 12 years ago
Closed 12 years ago
[B2G][Helix][STK][wangchao]Many features for STK COMMAND are not support.
Categories
(Firefox OS Graveyard :: Gaia::Settings, defect, P2)
Firefox OS Graveyard
Gaia::Settings
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: lecky.wanglei, Unassigned, NeedInfo)
Details
Attachments
(2 files)
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; Tablet PC 2.0)
Steps to reproduce:
When we do STK COMMAND TEST, we found many stk commands are not support.
Such as: (all the test are done as protocol)
Test 1:Expected Sequence 1.1 (DISPLAY TEXT normal priority, Unpacked 8 bit data for Text String, successful)
I found that FFOS do not support 'Priority' setting.
Test2: 27.22.4.3 GET INPUT
Expected Sequence 6.1A (GET INPUT, Basic icon, self-explanatory, successful)
I found that FFOS do not consider for "Basic icon"
Test3: 27.22.4.22.1 1.3 SET UP IDLE MODE TEXT REMOVE
FFOS do not consider the 'REMOVE'(which is indicated in protocol) condition for 'SET UP IDLE MODE TEXT '. So it failed to remove the notification.
Test4: Time-Manager for STK COMMAND(time value is offered by stk)
Many display text are not auto disappeared in time as sim card required .
Besides, many other STK command, such as 'REFRESH', 'TIMER_MANAGEMENT', 'PROVIDE_LOCAL_INFO', 'POLL_INTERVAL' 'POLL_OFF' and etc. are also all not supported.
Due to this, many GCF tests are failed.
Please refer procotol for this, i will upload the files, which include detail steps.
Can you offer a list for STK Features that will be added?
These features will be add in V1.1HD?
Thanks!
Please fetch test protocol from attachments.
At the same time, i found many STK EVENTS are not support:
//In file Icc_events.js
case icc._icc.STK_EVENT_TYPE_USER_ACTIVITY:
case icc._icc.STK_EVENT_TYPE_IDLE_SCREEN_AVAILABLE:
case icc._icc.STK_EVENT_TYPE_CARD_READER_STATUS:
case icc._icc.STK_EVENT_TYPE_LANGUAGE_SELECTION:
case icc._icc.STK_EVENT_TYPE_BROWSER_TERMINATION:
case icc._icc.STK_EVENT_TYPE_DATA_AVAILABLE:
case icc._icc.STK_EVENT_TYPE_CHANNEL_STATUS:
case icc._icc.STK_EVENT_TYPE_SINGLE_ACCESS_TECHNOLOGY_CHANGED:
case icc._icc.STK_EVENT_TYPE_DISPLAY_PARAMETER_CHANGED:
case icc._icc.STK_EVENT_TYPE_LOCAL_CONNECTION:
case icc._icc.STK_EVENT_TYPE_NETWORK_SEARCH_MODE_CHANGED:
case icc._icc.STK_EVENT_TYPE_BROWSING_STATUS:
case icc._icc.STK_EVENT_TYPE_FRAMES_INFORMATION_CHANGED:
DUMP('icc_events_register - TODO event: ', eventList[evt]);
break;
It means not supported at present.
Thanks!
Hi Fernando:
Can you share some support for this?
Thanks!
Flags: needinfo?(buscandomidestino)
Priority: -- → P2
Summary: [B2G][Helix][STK]Many features for STK COMMAND are not support. → [B2G][Helix][STK][wangchao]Many features for STK COMMAND are not support.
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•