WO2019011312A1 - Stk模块命名方法、通信终端以及具有存储功能的装置 - Google Patents

Stk模块命名方法、通信终端以及具有存储功能的装置 Download PDF

Info

Publication number
WO2019011312A1
WO2019011312A1 PCT/CN2018/095566 CN2018095566W WO2019011312A1 WO 2019011312 A1 WO2019011312 A1 WO 2019011312A1 CN 2018095566 W CN2018095566 W CN 2018095566W WO 2019011312 A1 WO2019011312 A1 WO 2019011312A1
Authority
WO
WIPO (PCT)
Prior art keywords
variable
text information
sume
stk
module
Prior art date
Application number
PCT/CN2018/095566
Other languages
English (en)
French (fr)
Inventor
洪仰宁
吴东海
谢瀚武
陈祖斌
Original Assignee
惠州Tcl移动通信有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 惠州Tcl移动通信有限公司 filed Critical 惠州Tcl移动通信有限公司
Priority to EP18831815.8A priority Critical patent/EP3654679B1/en
Priority to US16/480,307 priority patent/US11134373B2/en
Publication of WO2019011312A1 publication Critical patent/WO2019011312A1/zh

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/50Service provisioning or reconfiguring
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/60Subscription-based services using application servers or record carriers, e.g. SIM application toolkits
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/18Processing of user or subscriber data, e.g. subscribed services, user preferences or user profiles; Transfer of user or subscriber data
    • H04W8/183Processing at user equipment or user record carrier
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W8/00Network data management
    • H04W8/22Processing or transfer of terminal data, e.g. status or physical capabilities
    • H04W8/24Transfer of terminal data

Definitions

  • the present invention relates to the field of communication technologies, and in particular, to a STK module naming method, a communication terminal, and a device having a storage function.
  • STK SIM Tool Kit
  • SIM Tool Kit is a small programming language software that can be hardened in a SIM card. It can receive and send relevant message data, play an interface with the message transmission between the SIM card, and it allows the SIM card to run its own application software.
  • STK card is similar to SIM card and can be used on mobile phones. The difference is that STK card has a large storage capacity. It is widely used in mobile banking, stock trading, foreign exchange trading, etc. . In the user interface, STK forms a business menu in the mobile phone, which is convenient for users.
  • the technical problem to be solved by the present invention is to provide a STK module naming method, a communication terminal, and a device having a storage function, which can rename the STK module according to the needs of the operator.
  • a technical solution adopted by the present invention is to provide a STK module naming method, the method comprising: reading the text information of the SIM card after the system of the communication terminal is started, and storing the data as the first variable, Text information including SET UP MENU alphaID or EF_SUME;
  • a communication terminal including: a processor and an interface circuit, the processor coupling the interface circuit, and the processor cooperates with the The interface circuit executes the instruction to: perform the following actions: the text information of the SIM card is read after the communication terminal system is started, and is stored as the first variable;
  • another technical solution adopted by the present invention is to provide a device having a storage function, in which program data is stored, and when the program data is executed, the following actions are implemented: the SIM card is read after the communication terminal system is started. Text information and stored as the first variable;
  • the above solution reads the text information of the SIM card after the communication terminal system is started, stores it as the first variable, then uninstalls the STK module first, and finally reloads the STK module, and displays the name of the communication terminal after the system is started with the SIM card.
  • the word STK module is renamed again with the first variable. Therefore, the operator can name the STK module with any target character as he wishes.
  • FIG. 1 is a schematic flow chart of an embodiment of a STK module naming method according to the present invention
  • FIG. 2 is a schematic flow chart of another embodiment of the STK module naming method of the present invention.
  • FIG. 3 is a partial flow chart showing still another embodiment of the STK module naming method of the present invention.
  • FIG. 4 is a schematic structural diagram of an embodiment of a communication terminal according to the present invention.
  • FIG. 5 is a schematic structural diagram of an embodiment of an apparatus having a storage function according to the present invention.
  • FIG. 1 is a flow chart of an embodiment of a STK module naming method according to the present invention. It should be noted that the method of the present invention is not limited to the sequence of the flow shown in FIG. 1 if substantially the same result is obtained. As shown in FIG. 1, the method includes the following steps:
  • the text information of the SIM card is automatically read after each communication terminal is turned on, or after the restart, and the text information is stored as the first variable.
  • S102 Reload the STK module and name the STK module with the first variable.
  • the names of the respective function modules are loaded, and the text information of the SIM card is read at the same time.
  • the names of the various function modules have been loaded, including the STK function module. Therefore, after the communication terminal is powered on or restarted, the name of the STK module is first loaded as the automatically displayed name, such as The name of the "SIM card" keyword.
  • the STK module is reloaded in step S102, and the STK module is renamed with the first variable stored in step S101, thereby replacing the name automatically displayed when the system is just started.
  • the above solution can ensure that the system will reload the STK module every time the communication terminal is turned on or restarted, to ensure that the STK module can be named with the first text information, that is, the name set by the actual needs of the operator.
  • the step of uninstalling the STK module is also added in this embodiment.
  • the method is as follows:
  • S203 Reload the STK module, and name the STK module with the first variable.
  • the steps S201 and S203 correspond to the steps S101 and S102 in the previous embodiment, respectively, and are not described herein.
  • the STK module is uninstalled, and then the STK module is loaded again and the STK module is renamed with the first variable, which ensures that the system of the communication terminal can be SIM card after each restart.
  • the text information is renamed to the STK module.
  • the text information includes SET UP MENU alphaID or EF_SUME.
  • the text information includes SET UP MENU at the same time. alphaID or EF_SUME.
  • the steps S101 and S201 of reading the text information of the SIM card in the above embodiment and storing as the first variable specifically include the following steps:
  • the first text information is first read as SET UP MENU.
  • the corresponding file of alphaID and then read the text information as the corresponding file of EF_SUME. Reading the first text message as SET UP MENU
  • the corresponding file of the alphaID is then executed in step S302.
  • the second text information EF_SUME has a higher priority than the first text information SET UP MENU. alphaID.
  • the SET UP MENU in the first variable in step S301 is overwritten with the second text information EF_SUME.
  • the alphaID renames the STK module with the first variable stored in EF_SUME after the overlay.
  • the text information also includes SET UP MENU.
  • the STK module can be renamed directly with EF_SUME; without determining whether a SET exists. UP MENU alphaID text information.
  • the text information of the SIM card may also be any one other than SET UP MENU.
  • Characters other than alphaID and / or EF_SUME are mainly based on the operator's wishes.
  • the specific form may be one or any combination of English letters, Chinese characters, numbers, and underscores. It can be understood that in the present invention, any character can be set to a high-level property according to the operator's setting, and the STK module is renamed with the character as long as the text information includes the high-level character.
  • the step of naming the STK module with the first variable specifically refers to the name of the entry menu of the STK function module. That is, the name of the STK module specifically for the user.
  • FIG. 4 is a schematic structural diagram of an embodiment of a communication terminal according to the present invention.
  • the communication terminal 40 is the communication terminal in the above embodiment, and the communication terminal 40 includes a processor 42 and an interface circuit 44 coupled to the processor 42.
  • the processor 42 cooperates with the interface circuit 44 to perform correlation during operation.
  • the instructions are implemented to implement the method as described in the above embodiments.
  • the interface circuit 44 may be an interface between the communication terminal and the peripheral device, such as a USB. Interface circuits, power interface circuits, etc., or other components that cooperate with the processor 42.
  • the present invention also provides an apparatus 50 having a storage function, stored with program data, which when executed, implements the method described in the above embodiments.
  • the device having the storage function may be one of a personal computer, a server, a network device, or a USB flash drive.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)
  • Stored Programmes (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

本发明公开了一种STK模块命名方法,该方法包括:通信终端的系统启动后读取SIM卡的文本信息,并储存为第一变量,文本信息包括SET UP MENU alphaID或者EF_SUME;卸载STK模块;重新加载STK模块,并以第一变量命名所述STK模块。以上方案,在通信终端系统启动后读取SIM卡的文本信息,储存为第一变量,然后卸载STK模块,最后重新加载STK模块,将通信终端的系统启动后名字已显示为带有SIM卡字眼的STK模块重新以第一变量命名。从而实现运营商能够按照自身的意愿以任一目标字符命名STK模块。本发明还提供一种能够执行以上方法的通信终端。同时本发明还提供一种具有存储功能的装置,其存储有程序数据,该程序数据被执行时实现如上所述的方法。

Description

STK模块命名方法、通信终端以及具有存储功能的装置
【技术领域】
本发明涉及通讯技术领域,特别是涉及一种STK模块命名方法、通信终端以及具有存储功能的装置。
【背景技术】
STK(SIM Tool Kit)是一种小型编程语言的软件,可以固化在SIM卡中。它能够接收和发送相关消息数据,起到与SIM卡之间消息传输的接口作用,同时它允许SIM卡运行自己的应用软件。STK卡与SIM卡类似,可以在手机上使用,不同的是STK卡具有很大的存储量,它广泛应用于手机银行、股票交易、外汇买卖等领域,是目前只能手机必备的卡类。在使用界面中,STK在手机中形成业务菜单,方便用户使用。
随着移动互联网的发展,手机已经得到普及,运营商之间的竞争愈发激烈,目前STK在手机上的功能入口菜单名称为带有“SIM卡”关键字的相关名称,例如SIM卡工具包,SIM卡应用等。提供给用户具有自己特色的STK模块入口菜单名字,已经成为运营商丰富自己产品特色的一种竞争手段。如何按照企业的需求给STK模块命名目前也没并没有有效的技术方案。
【发明内容】
本发明主要解决的技术问题是提供一种STK模块命名方法、通信终端以及具有存储功能的装置,能够根据运营商的需求重新命名STK模块。
为解决上述技术问题,本发明采用的一个技术方案是:提供一种STK模块命名方法,所述方法包括:通信终端的系统启动后读取SIM卡的文本信息,并储存为第一变量,所述文本信息包括SET UP MENU alphaID或者EF_SUME;
卸载所述STK模块;
重新加载STK模块,并以第一变量命名所述STK模块。
为解决上述技术问题,本发明采用的另一个技术方案是:提供一种通信终端,包括:处理器、接口电路,所述处理器耦合所述接口电路,所述处理器在工作时配合所述接口电路执行指令以实现如下动作:通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量;
重新加载STK模块,并以所述第一变量命名所述STK模块。
为解决上述技术问题,本发明采用的再一个技术方案是:提供一种具有存储功能的装置,存储有程序数据,所述程序数据被执行时实现如下动作:通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量;
重新加载STK模块,并以所述第一变量命名所述STK模块。
以上方案,在通信终端系统启动后读取SIM卡的文本信息,储存为第一变量,然后先卸载STK模块,最后重新加载STK模块,将通信终端的系统启动后名字已显示为带有SIM卡字眼的STK模块重新以第一变量命名。从而实现运营商能够按照自身的意愿以任一目标字符命名STK模块。
【附图说明】
图1是本发明STK模块命名方法一实施例的流程示意图;
图2是本发明STK模块命名方法另一实施例的流程示意图;
图3是本发明STK模块命名方法又一实施例的部分流程示意图;
图4是本发明通信终端一实施例的结构示意图;
图5是本发明具有存储功能的装置一实施例的结构示意图。
【具体实施方式】
下面结合附图和实施方式对本发明进行详细说明。
请参阅图1,图1是本发明STK模块命名方法一实施例的流程图。需注意的是,若有实质上相同的结果,本发明的方法并不以图1所示的流程顺序为限。如图1所示,该方法包括如下步骤:
S101:通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量。
每次通信终端开机后,或者重启后自动读取SIM卡的文本信息,并将该文本信息储存为第一变量。
S102: 重新加载STK模块,并以第一变量命名STK模块。
通常,通信终端的系统启动后,会加载各个功能模块的名称,同时读取SIM卡的文本信息。然而,在SIM卡文本信息读取完毕前,各个功能模块的名称已经加载完毕,包括STK功能模块,因此在通信终端开机或重启后STK模块的名称首先被加载为自动显示的名称,如带有“SIM卡”关键词的名称。步骤S102中重新加载STK模块,并以步骤S101中储存的第一变量重新命名STK模块,进而替代系统刚启动时自动显示的名称。以上方案能够保证通信终端每次开机或重启后系统均会重新加载STK模块,以确保STK模块能够以第一文本信息命名,即以运营商的实际需求设定的名称命名。
参见图2,另一实施例中,为了确保STK模块的名称能够准确无误地被重新加载为运营商设定的字符,本实施例中还增加了卸载STK模块的步骤。该方法具体如下:
S201:通信终端的系统启动后读取SIM卡的文本信息,并储存为第一变量。
S202:卸载STK模块。
S203:重新加载STK模块,并以第一变量命名STK模块。
本方案中,S201步骤和S203步骤分别对应于上一实施例中步骤S101和S102,此不赘述。在读取SIM卡的文本信息,并储存完毕之后,将STK模块卸载,然后再次加载STK模块并以第一变量重新命名STK模块,能够保证通信终端的系统每次重启后都一定能够以SIM卡的文本信息重新命名STK模块。
具体的,文本信息包括SET UP MENU alphaID或者EF_SUME。
参见图3,在一实施例中,文本信息同时包括SET UP MENU alphaID或者EF_SUME。此时,以上实施例中的读取SIM卡的文本信息,并储存为第一变量的步骤S101和S201具体包括以下步骤:
S301:读取第一文本信息为SET UP MENU alphaID,并存储为第一变量。
本实施例中,按照SIM的文件读取顺序设定,一般情况下会先读取到第一文本信息为SET UP MENU alphaID的对应文件,然后再读取文本信息为EF_SUME的对应文件。在读取第一文本信息为SET UP MENU alphaID的对应文件之后执行步骤S302。
S302:判断能否读取第二文本信息EF_SUME,若是则将第一变量更新为EF_SUME。
本实施例中第二文本信息EF_SUME的优先级别高于第一文本信息SET UP MENU alphaID。当能够读取的到第二文本信息EF_SUME,即以第二文本信息EF_SUME覆盖步骤S301中第一变量中的SET UP MENU alphaID,进而以覆盖后的储存有EF_SUME的第一变量重新为STK模块命名。可以理解的,在其他实施中,同样是在文本信息同时包括SET UP MENU alphaID或者EF_SUME的情形下,如果首次读取的文本信息即为EF_SUME的话,则可直接以EF_SUME重新命名STK模块;而无需判断是否存在SET UP MENU alphaID文本信息。
可选地,在其他实施例中,SIM卡的文本信息也可以是任一的除SET UP MENU alphaID和/或EF_SUME之外的其他字符,主要以运营商的意愿为主。具体的形式可以是英文字母、中文字符、数字以及下划线等其中的一种或任一组合。可以理解的,本发明中可以按照运营商的设定设置任一字符为高级别性质,只要文本信息中包含该高级别字符,即以该字符重新命名STK模块。
具体的,以第一变量命名STK模块的步骤具体指的是命名STK功能模块的入口菜单名字。也就是STK模块具体面向用户的名称。
请参阅图4,图4是本发明通信终端一实施例的结构示意图。本实施例中,该通信终端40为上述实施例中的通信终端,该通信终端40包括处理器42,以及与处理器42耦合的接口电路44,处理器42在工作时配合接口电路44执行相关指令以实现如以上实施方式所描述的方法。具体的,接口电路44可以是通信终端与外设连接的接口,比如USB 接口电路、电源接口电路等,或者是其他与处理器42配合的其他部件。
参见图5,本发明还提供一种具有存储功能的装置50,存储有程序数据,该程序数据被执行时实现以上实施方式所描述的方法。具体的,上述具有存储功能的装置可以是个人计算机、服务器、网络设备,或者U盘等其中的一种。
以上所述仅为本发明的实施方式,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。

Claims (14)

  1. 一种STK模块命名方法,其中,所述方法包括:
    通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量,所述文本信息包括SET UP MENU alphaID或者EF_SUME;
    卸载所述STK模块;
    重新加载STK模块,并以所述第一变量命名所述STK模块。
  2. 根据权利要求1所述的方法,其中,所述读取SIM卡的文本信息,并储存为第一变量的步骤包括:
    读取第一文本信息为SET UP MENU alphaID,并存储为第一变量;
    判断能否读取第二文本信息EF_SUME,若是则将所述第一变量更新为EF_SUME。
  3. 根据权利要求1所述的方法,其中,所述读取SIM卡的文本信息,并储存为第一变量的步骤包括:
    读取第一文本信息为EF_SUME,并存储为所述第一变量;
    判断能够读取第二文本信息EF_SUME,若是则将所述第一变量更新为EF_SUME。
  4. 根据权利要求1所述的方法,其中,
    所述以所述第一变量命名所述STK模块包括:以所述第一变量命名所述STK功能模块的入口菜单名字。
  5. 一种通信终端,其中,包括:
    处理器、接口电路,所述处理器耦合所述接口电路,所述处理器在工作时配合所述接口电路执行指令以实现如下动作:通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量;
    重新加载STK模块,并以所述第一变量命名所述STK模块。
  6. 根据权利要求5所述的通信终端,其中,所述通信终端系统启动后读取SIM卡的文本信息、并储存为第一变量之后卸载所述STK模块。
  7. 根据权利要求5所述的通信终端,其中,所述文本信息包括SET UP MENU alphaID或者EF_SUME。
  8. 根据权利要求5所述的通信终端,其中,
    所述读取SIM卡的文本信息,并储存为第一变量的动作包括:
    读取第一文本信息为SET UP MENU alphaID,并存储为第一变量;
    判断能否读取第二文本信息EF_SUME,若是则将所述第一变量更新为EF_SUME。
  9. 根据权利要求5所述的通信终端,其中,
    所述读取SIM卡的文本信息,并储存为第一变量的动作包括:
    读取第一文本信息为EF_SUME,并存储为所述第一变量。
  10. 一种具有存储功能的装置,其中,存储有程序数据,所述程序数据被执行时实现如下动作:通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量;
    重新加载STK模块,并以所述第一变量命名所述STK模块。
  11. 根据权利要求10所述的具有存储功能的装置,其中,所述通信终端系统启动后读取SIM卡的文本信息,并储存为第一变量之后卸载所述STK模块。
  12. 根据权利要求10所述的具有存储功能的装置,其中,所述文本信息包括SET UP MENU alphaID或者EF_SUME。
  13. 根据权利要求10所述的具有存储功能的装置,其中,所述读取SIM卡的文本信息,并储存为第一变量的动作包括:
    读取第一文本信息为SET UP MENU alphaID,并存储为第一变量;
    判断能否读取第二文本信息EF_SUME,若是则将所述第一变量更新为EF_SUME。
  14. 根据权利要求10所述的具有存储功能的装置,其中,所述读取SIM卡的文本信息,并储存为第一变量具体为读取第一文本信息为EF_SUME,并存储为所述第一变量。
PCT/CN2018/095566 2017-07-14 2018-07-13 Stk模块命名方法、通信终端以及具有存储功能的装置 WO2019011312A1 (zh)

Priority Applications (2)

Application Number Priority Date Filing Date Title
EP18831815.8A EP3654679B1 (en) 2017-07-14 2018-07-13 Method for naming stk module, communications terminal and device having storage function
US16/480,307 US11134373B2 (en) 2017-07-14 2018-07-13 Method for naming STK module, communication terminal and device having storage function

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710574372.9 2017-07-14
CN201710574372.9A CN107613486B (zh) 2017-07-14 2017-07-14 Stk模块命名方法、通信终端以及具有存储功能的装置

Publications (1)

Publication Number Publication Date
WO2019011312A1 true WO2019011312A1 (zh) 2019-01-17

Family

ID=61059774

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/095566 WO2019011312A1 (zh) 2017-07-14 2018-07-13 Stk模块命名方法、通信终端以及具有存储功能的装置

Country Status (4)

Country Link
US (1) US11134373B2 (zh)
EP (1) EP3654679B1 (zh)
CN (1) CN107613486B (zh)
WO (1) WO2019011312A1 (zh)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107613486B (zh) 2017-07-14 2020-11-13 捷开通讯(深圳)有限公司 Stk模块命名方法、通信终端以及具有存储功能的装置

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101835142A (zh) * 2010-04-23 2010-09-15 中兴通讯股份有限公司 一种用户识别应用发展工具的实现方法及装置
CN102572800A (zh) * 2012-01-19 2012-07-11 重庆柯南商务信息咨询服务有限公司 一种基于stk技术进行sim卡自动读取终端imei信息的方法
CN102572077A (zh) * 2010-12-29 2012-07-11 同方股份有限公司 一种重组sim卡应用菜单的方法和装置
WO2013068792A1 (en) * 2011-11-11 2013-05-16 Little Swift Investment Holdings (Pty) Ltd Dynamic data/content browsing
CN107613486A (zh) * 2017-07-14 2018-01-19 捷开通讯(深圳)有限公司 Stk模块命名方法、通信终端以及具有存储功能的装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US151013A (en) * 1874-05-19 Improvement in horseshoes
FR2833736B1 (fr) * 2001-12-18 2004-05-14 Gemplus Card Int Carte du type carte a puce
CN101287233B (zh) * 2008-05-23 2012-07-04 德信无线通讯科技(北京)有限公司 一种在双卡双待移动终端中实现stk应用的方法和系统
CN104041097A (zh) * 2012-01-03 2014-09-10 伊魁特(英国)有限公司 便携式移动货币装置
CN106231591B (zh) * 2015-06-02 2019-08-30 宏碁股份有限公司 对移动装置进行网络个人化的方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101835142A (zh) * 2010-04-23 2010-09-15 中兴通讯股份有限公司 一种用户识别应用发展工具的实现方法及装置
CN102572077A (zh) * 2010-12-29 2012-07-11 同方股份有限公司 一种重组sim卡应用菜单的方法和装置
WO2013068792A1 (en) * 2011-11-11 2013-05-16 Little Swift Investment Holdings (Pty) Ltd Dynamic data/content browsing
CN102572800A (zh) * 2012-01-19 2012-07-11 重庆柯南商务信息咨询服务有限公司 一种基于stk技术进行sim卡自动读取终端imei信息的方法
CN107613486A (zh) * 2017-07-14 2018-01-19 捷开通讯(深圳)有限公司 Stk模块命名方法、通信终端以及具有存储功能的装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3654679A4 *

Also Published As

Publication number Publication date
EP3654679A1 (en) 2020-05-20
EP3654679A4 (en) 2020-05-20
US20190373451A1 (en) 2019-12-05
CN107613486B (zh) 2020-11-13
EP3654679B1 (en) 2021-09-01
US11134373B2 (en) 2021-09-28
CN107613486A (zh) 2018-01-19

Similar Documents

Publication Publication Date Title
US20200019396A1 (en) System and Methods for Integration of an Application Runtime Environment Into a User Computing Environment
US8065659B1 (en) Method and apparatus for executing scripts within a web browser
KR100999267B1 (ko) 관리 서버들에 의해 업데이트된 온-디바이스 애플리케이션 카탈로그
CN110389936B (zh) 一种启动小程序的方法、设备和计算机存储介质
RU2439678C2 (ru) Начальная загрузка операционной системы раздельными стадиями
US8701104B2 (en) System and method for user agent code patch management
US9367403B2 (en) Terminal and application restoring method
US20120203862A1 (en) Application Synchronization Among Multiple Computing Devices
CN112817657B (zh) 一种应用程序启动项加载方法、装置、系统及存储介质
CN109669692B (zh) 源码共享方法、服务器、计算机可读存储介质及系统
US20170075663A1 (en) Incremental user interface deployment and deprecation
US20170163787A1 (en) Method and electronic device for upgrading or downgrading system
CN108920934B (zh) Mac系统中大容量存储设备的驱动方法、装置及设备
US10503430B2 (en) Method and device for clearing data and electronic device
WO2019011312A1 (zh) Stk模块命名方法、通信终端以及具有存储功能的装置
JP2003067209A (ja) Java(登録商標)アプリケーション間の通信を用いたJava(登録商標)アプリケーションミドレットの実行方法
CN106598662A (zh) 基于android的应用加载方法及装置
WO2023060893A1 (zh) 存储空间管理方法、装置、设备及存储介质
WO2020064000A1 (zh) 一种消息框的显示方法及装置、终端、存储介质
CN113050936A (zh) 基于集成开发环境的前端数据处理方法及装置
CN108897639A (zh) 文件处理方法及装置
CN116991447B (zh) 一种操作系统更新方法及相关设备
US20170154096A1 (en) Data service system and electronic apparatus
CN116643778B (zh) 一种应用程序优化方法及电子设备
CN110489469B (zh) 数据传输方法、装置、计算机设备以及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 18831815

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

ENP Entry into the national phase

Ref document number: 2018831815

Country of ref document: EP

Effective date: 20200214