WO2013167041A2 - 一种实现无线终端浏览网页功能的方法、系统和主机 - Google Patents

一种实现无线终端浏览网页功能的方法、系统和主机 Download PDF

Info

Publication number
WO2013167041A2
WO2013167041A2 PCT/CN2013/079559 CN2013079559W WO2013167041A2 WO 2013167041 A2 WO2013167041 A2 WO 2013167041A2 CN 2013079559 W CN2013079559 W CN 2013079559W WO 2013167041 A2 WO2013167041 A2 WO 2013167041A2
Authority
WO
WIPO (PCT)
Prior art keywords
terminal
host
sim card
active command
browser
Prior art date
Application number
PCT/CN2013/079559
Other languages
English (en)
French (fr)
Other versions
WO2013167041A3 (zh
Inventor
杨柯
王磊
缪海翔
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2013167041A2 publication Critical patent/WO2013167041A2/zh
Publication of WO2013167041A3 publication Critical patent/WO2013167041A3/zh

Links

Classifications

    • 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
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/72445User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality for supporting Internet browser applications

Definitions

  • the present invention relates to the field of mobile communications technologies, and in particular, to a method, system, and host for implementing a wireless terminal to browse a webpage. Background technique
  • STK SIM Tool Kit
  • STK can be understood as a set of commands for developing value-added services, a small programming language, STK contains a set of instructions for terminal and SIM card interaction, can be used to use the small program in the user identification module (SIM card) Users provide a variety of services to achieve value-added services.
  • SIM card user identification module
  • the STK service is provided by the SIM card. Since the SIM card may be produced by different manufacturers, the services provided by different SIM cards are different.
  • the built-in browser is not integrated, and the terminal cannot complete the active command of the browser (Launch Browser) command reported by the SIM card, that is, the web browsing cannot be performed, and the related operations of the user cannot be performed normally. Poor user experience.
  • the active command is a command related to STK. Summary of the invention
  • the main purpose of the embodiments of the present invention is to provide a method, a system, and a host for implementing a function of browsing a webpage by a wireless terminal, so that a terminal that does not integrate the built-in browser can realize the function of browsing a webpage.
  • the embodiment of the invention discloses a method for implementing a function of browsing a webpage by a wireless terminal, and the method comprises:
  • the terminal sends the active command reported by the user identity module (SIM card) to the host, and the host resolves the active command, and determines that the active command is a browser (Launch Browser) command, and invokes its own operation.
  • SIM card user identity module
  • the browser of the system enables the end user to complete the related operations of browsing the webpage.
  • the terminal sends the active command reported by the SIM card to the host, and the terminal sends the application protocol data unit (APDU) reported by the SIM card to the host through the network driver interface specification (NDIS) interface.
  • APDU application protocol data unit
  • the host parsing the active command is:
  • the host will parse the proactive command through the Win8 operating system; if the operating system of the host is not the Win8 operating system, the host will invoke the user interface (UI) to parse the proactive command.
  • UI user interface
  • the method also includes:
  • the host returns a final response (terminal Response) message of the web browsing operation to the SIM card through the terminal.
  • the terminal returns a Terminal Response message that the webpage browsing operation succeeds to the SIM card by the terminal, and is:
  • the terminal's Win8 operating system or UI returns a Terminal Response message containing the Launch Browser operation success identifier to the terminal through the NDIS interface, and the terminal sends the Terminal Response message to the SIM card through the APDU.
  • the embodiment of the present invention further provides a system for implementing a function of browsing a webpage by a wireless terminal, where the system includes: a SIM card, a terminal, and a host;
  • the SIM card is configured to report the active command to the terminal
  • the terminal is configured to send the active command reported by the SIM card to the host;
  • the host is configured to parse the active command sent by the terminal, and when the active command is a browser Launch Browser command, the browser of the operating system is invoked to enable the terminal user to complete the related operation of browsing the webpage.
  • the host is further configured to send a terminal response message that is successful in the web browsing operation to the terminal;
  • the terminal is further configured to forward a Terminal Response message that is successfully sent by the host to the SIM card; correspondingly,
  • the SIM card is further configured to receive a Terminal Response message that the webpage browsing operation sent by the host forwarded by the terminal succeeds.
  • the embodiment of the present invention further provides a host, where the host is configured to parse the active command sent by the terminal, and when the active command is a browser Launch Browser command, the browser of the operating system is invoked. The end user completes the related operations of browsing the webpage.
  • the host is further configured to return, by the terminal, a final response Terminal Response message that is successful in the web browsing operation to the SIM card.
  • the terminal sends the active command reported by the SIM card to the host, the host parses the active command, and determines that the active command is a Launch Browser command.
  • the browser of the own operating system is called to enable the end user to complete the related operations of browsing the webpage. Therefore, the embodiment of the present invention can enable the terminal that does not integrate the built-in browser to implement the function of browsing the webpage, that is, the browser function is implemented by calling the host operating system browser, which can greatly improve the experience of the terminal user.
  • the application capability of the terminal is also improved accordingly.
  • FIG. 1 is a schematic flow chart of a method for implementing a method for a wireless terminal to browse a webpage according to an embodiment of the present invention
  • FIG. 2 is a flowchart of a method for implementing a wireless terminal browsing webpage according to an embodiment of the present invention
  • FIG. 3 is a schematic structural diagram of a system for implementing a function of browsing a webpage by a wireless terminal according to an embodiment of the present invention. detailed description
  • the embodiment of the present invention utilizes a combination of an external host browser and a terminal to complete the Launch Browser active command in the STK, and realizes the function of the terminal browsing the web page without integrating the built-in browser, specifically:
  • the terminal sends the active command reported by the SIM card to the host, and the host parses the active command to determine that the active command is a Launch Browser command, and invokes a browser of the operating system to enable the terminal user to complete the related operation of browsing the webpage. .
  • the embodiment of the present invention further includes: returning, by the terminal, a final response (terminal Response) message to the SIM card by the terminal.
  • FIG. 1 is a schematic flowchart of a method for implementing a method for a wireless terminal to browse a webpage according to an embodiment of the present invention. As shown in FIG. 1, the implementation process of the method is as follows:
  • Step 101 The terminal sends the active command reported by the SIM card to the host.
  • the SIM card inserted into the terminal reports an Application Protocol Data Unit (APDU) to the terminal, and the terminal needs to parse the APDU to determine that the APDU is an active command, that is, when the command related to the STK is passed through the network.
  • APDU Application Protocol Data Unit
  • NDIS driver interface specification
  • the APDU is an instruction that the terminal interacts with the SIM card;
  • the active command related to the STK is generally a variable format TLV, including an active command mark, a length, a command detail, a device identifier, and the like.
  • Step 102 The host parses the active command, if the active command is a Launch Browser command, performing step 103; otherwise, ending the current operation;
  • the host parses the active command after receiving the active command through the NDIS interface.
  • the operating system of the host is a Win8 operating system
  • the host uses the Win8 operating system.
  • the active command is parsed; if the operating system of the host is not the Win8 operating system, the host will invoke the user interface (UI) to parse the proactive command.
  • the method for parsing the active command is performed according to the TS102.223 protocol.
  • step 103 is performed; otherwise, the current operation is ended.
  • Step 103 Calling a browser of the operating system to enable the terminal user to complete the related operations of browsing the webpage;
  • the Win8 operating system or UI of the host determines that the active command is a Launch Browser command
  • the browser that is provided by the operating system is invoked, so that browser-related operations such as browsing a webpage are completed in the future.
  • the method further includes: the host returns a final response (terminal Response) message of the webpage browsing operation to the SIM card by the terminal, specifically, after the host invokes the browser of the operating system, the host The Win8 operating system or the UI returns a Terminal Response message containing the Launch Browser operation success identifier to the terminal through the NDIS interface, and the terminal sends the Terminal Response message to the SIM card through the APDU, and the entire Launch Browser operation ends.
  • the host returns a final response (terminal Response) message of the webpage browsing operation to the SIM card by the terminal, specifically, after the host invokes the browser of the operating system, the host The Win8 operating system or the UI returns a Terminal Response message containing the Launch Browser operation success identifier to the terminal through the NDIS interface, and the terminal sends the Terminal Response message to the SIM card through the APDU, and the entire Launch Browser operation ends.
  • Step 201 Insert a SIM card with STK function into the terminal
  • Step 202 The terminal detects whether the SIM card is working normally. If it is normal, step 203 is performed; otherwise, the process ends;
  • the terminal detects whether the SIM card works normally according to (Command to Reset, ATR), Protocol and Parameter Selection (PPS), and the like, if the terminal detects that the SIM is working normally, Go to step 203; No, 'J, the current process ends.
  • Step 203 The terminal downloads the terminal profile information (terminal profile) to the SIM card. Know the active commands supported by the SIM card terminal;
  • the terminal profile includes a Launch Browser command.
  • the terminal needs to send a Fetch command to obtain the proactive command, and then report the proactive command to the host through the NDIS interface.
  • Step 204 The SIM card reports the active command supported by the terminal to the terminal.
  • Step 205 The terminal parses the proactive command. If the proactive command is an active command that requires a user operation or needs to notify the user, the proactive command is reported to the host, and then step 206 is performed; otherwise, the terminal itself Processing the active command, and then ending the current process;
  • Step 206 The host parses the active command. If it is a Launch Browser command, step 207 is performed; otherwise, the current operation is ended;
  • Step 207 The host invokes a browser of its own operating system to enable the terminal user to complete the related operations of browsing the webpage.
  • Step 208 The host sends a terminal response message that the webpage browsing operation succeeds to the terminal, and the terminal forwards the message to the SIM card.
  • the embodiment of the present invention further provides a system for implementing a function of browsing a webpage by a wireless terminal, as shown in FIG. 3, which includes: a SIM card, a terminal, and a host;
  • the SIM card is configured to report the active command to the terminal
  • the terminal is configured to send an active command reported by the SIM card to the host;
  • the host is configured to parse the active command sent by the terminal, and when the active command is a browser Launch Browser command, the browser of the operating system is invoked to enable the terminal user to complete the related operation of browsing the webpage.
  • the host is further configured to send a Terminal Response message that is successful in the web browsing operation to the terminal;
  • the terminal is further configured as a terminal that successfully sends a webpage browsing operation sent by the host.
  • the Response message is forwarded to the SIM card;
  • the SIM card is further configured to receive a Terminal Response message that the webpage browsing operation sent by the host forwarded by the terminal is successful.
  • the embodiment of the present invention further provides a host configured to parse the active command sent by the terminal, and when the active command is a browser Launch Browser command, invoke a browser of the operating system to enable the terminal user to complete browsing. Related operations on the web page.
  • the host is further configured to return, by the terminal, a final response Terminal Response message that the webpage browsing operation succeeds to the SIM card.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Mobile Radio Communication Systems (AREA)
  • Telephonic Communication Services (AREA)
  • Telephone Function (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本发明公开了一种实现无线终端浏览网页功能的方法,包括:终端将用户身份识别模块(SIM卡)上报的主动式命令发送给主机,主机解析所述主动式命令,确定所述主动式命令为浏览器(Launch Browser)命令时,调用自身操作系统的浏览器,使终端用户完成浏览网页的相关操作。本发明还同时公开了一种实现无线终端浏览网页功能的系统和一种主机,本发明可使自身未集成内置浏览器的终端实现浏览网页的功能。

Description

一种实现无线终端浏览网页功能的方法、 系统和主机 技术领域
本发明涉及移动通信技术领域, 尤其涉及一种实现无线终端浏览网页 功能的方法、 系统和主机。 背景技术
目前, 随着第三代移动通信技术的发展和广泛应用, 不同运营商之间 的竟争也日趋激烈。 手机、 数据卡等终端设备的开发与销售越来越多地采 用运营商定制的方式, 用户识别应用发展工具(SIM Tool Kit, STK )就是 其中一种很重要的定制需求。 STK可以理解为一组用来开发增值业务的命 令, 一种小型的编程语言, STK含有一组用于终端和 SIM卡交互的指令, 可利用用户身份识别模块(SIM 卡) 中的小程序给用户提供多种服务, 以 实现增值服务的目的。 STK服务由 SIM卡所提供, 由于 SIM卡可能由不同 厂商生产, 因此不同 SIM卡所提供的服务也就有所不同。
现有很多终端中并没有集成内置的浏览器, 导致终端无法完成 SIM卡 上报的浏览器(Launch Browser )命令这种主动式命令, 即: 无法进行网页 浏览, 使得用户的相关操作不能正常进行, 用户体验不佳。 这里, 所述主 动式命令即与 STK相关的命令。 发明内容
有鉴于此, 本发明实施例的主要目的在于提供一种实现无线终端浏览 网页功能的方法、 系统和主机, 能使自身未集成内置浏览器的终端实现浏 览网页的功能。
为达到上述目的, 本发明实施例的技术方案是这样实现的: 本发明实施例公开了一种实现无线终端浏览网页功能的方法, 该方法 包括:
所述终端将用户身份识别模块(SIM 卡)上报的主动式命令发送给主 机, 所述主机解析所述主动式命令,确定所述主动式命令为浏览器(Launch Browser )命令时, 调用自身操作系统的浏览器, 使终端用户完成浏览网页 的相关操作。
其中, 所述终端将 SIM卡上报的主动式命令发送给主机, 为: 终端将 SIM卡上报的应用协议数据单元(APDU ), 通过网络驱动程序 接口规范 ( NDIS )接口发送给主机。
其中, 所述主机解析所述主动式命令, 为:
如果主机的操作系统为 Win8操作系统, 主机则会通过 Win8操作系统 对所述主动式命令进行解析; 如果主机的操作系统非 Win8操作系统, 主机 则将调用用户界面 (UI )解析所述主动式命令。
该方法还包括:
主机通过终端将网页浏览操作成功的最终响应( Terminal Response )消 息返回给 SIM卡。
其中, 所述主机经终端将网页浏览操作成功的 Terminal Response消息 返回给 SIM卡, 为:
主机的 Win8操作系统或者 UI通过 NDIS接口将含有 Launch Browser 操作成功标识的 Terminal Response消息返回给终端, 终端将所述 Terminal Response消息通过 APDU发送给 SIM卡。
本发明实施例还提供了一种实现无线终端浏览网页功能的系统, 该系 统包括: SIM卡、 终端和主机; 其中,
所述 SIM卡, 配置为将主动式命令上报给终端;
所述终端, 配置为将所述 SIM卡上报的主动式命令发送给主机; 所述主机, 配置为解析所述终端发送的所述主动式命令, 确定所述主 动式命令为浏览器 Launch Browser命令时, 调用自身操作系统的浏览器, 使终端用户完成浏览网页的相关操作。
其中, 所述主机, 还配置为将网页浏览操作成功的 Terminal Response 消息发送给终端;
所述终端, 还配置为将主机发送的网页浏览操作成功的 Terminal Response消息转发给 SIM卡; 相应的,
所述 SIM卡, 还配置为接收终端转发的主机发送的网页浏览操作成功 的 Terminal Response消息。
本发明实施例还提供了一种主机, 所述主机, 配置为解析终端发送的 所述主动式命令, 确定所述主动式命令为浏览器 Launch Browser命令时, 调用自身操作系统的浏览器, 使终端用户完成浏览网页的相关操作。
其中, 所述主机, 还配置为通过所述终端将网页浏览操作成功的最终 响应 Terminal Response消息返回给 SIM卡。
本发明实施例提供的实现无线终端浏览网页功能的方法、 系统和主机, 终端将 SIM卡上报的主动式命令发送给主机, 主机解析所述主动式命令, 确定所述主动式命令为 Launch Browser命令时, 调用自身操作系统的浏览 器, 使终端用户完成浏览网页的相关操作。 因此, 本发明实施例能使自身 未集成内置浏览器的终端实现浏览网页的功能, 即通过调用主机操作系统 浏览器的方式实现浏览器功能, 这样可在很大程度上提升终端用户的体验, 也相应提高了终端的应用能力。 附图说明
图 1 为本发明实施例实现无线终端浏览网页功能的方法实现流程示意 图;
图 2为本发明实施例实现无线终端浏览网页功能实施例的方法流程图; 图 3为本发明实施例实现无线终端浏览网页功能的系统结构示意图。 具体实施方式
本发明实施例利用外部主机浏览器和终端相结合的方式, 完成 STK中 的 Launch Browser主动式命令, 实现自身未集成内置浏览器的终端浏览网 页的功能, 具体为:
终端将 SIM卡上报的主动式命令发送给主机, 主机解析所述主动式命 令, 确定所述主动式命令为 Launch Browser命令时, 调用自身操作系统的 浏览器, 使终端用户完成浏览网页的相关操作。
进一步地, 本发明实施例还包括: 主机经终端将网页浏览操作成功的 最终响应 ( Terminal Response ) 消息返回给 SIM卡。
下面结合附图及具体实施例对本发明作进一步详细说明。
图 1 为本发明实施例实现无线终端浏览网页功能的方法实现流程示意 图, 如图 1所示, 该方法的实现流程如下:
步骤 101 : 终端将 SIM卡上报的主动式命令发送给主机;
具体为:插入终端的 SIM卡向终端上报应用协议数据单元( Application Protocol Data Unit, APDU ), 终端需解析该 APDU, 确定所述 APDU为主 动式命令,即为与 STK相关的命令时,通过网络驱动程序接口规范(NDIS ) 接口将所述主动式命令发送给主机。
其中,所述 APDU是终端与 SIM卡进行交互的指令; 所述与 STK相关 的主动式命令一般为可变格式 TLV, 包括主动式命令标记、 长度、 命令细 节、 设备标识等。
步骤 102: 主机解析所述主动式命令, 如果所述主动式命令为 Launch Browser命令, 则执行步骤 103; 否则, 结束当前操作;
具体为: 主机通过 NDIS接口收到所述主动式命令后进行解析, 这里, 如果主机的操作系统为 Win8操作系统, 主机则会通过 Win8操作系统对所 述主动式命令进行解析; 如果主机的操作系统非 Win8操作系统, 则主机将 调用用户界面 (UI )解析所述主动式命令。 所述主动式命令的解析方法按 照 TS102.223协议进行。 主机解析确定所述主动式命令为 Launch Browser 命令时, 则执行步骤 103; 否则, 结束当前操作。
步骤 103: 调用自身操作系统的浏览器, 使终端用户完成浏览网页的相 关操作;
具体为: 当主机的 Win8操作系统或 UI确定所述主动式命令为 Launch Browser命令时, 调用自身操作系统自带的浏览器, 使以后完成浏览网页等 与浏览器有关的操作。
进一步地, 所述步骤 103之后, 该方法还包括: 主机经终端将网页浏 览操作成功的最终响应 ( Terminal Response ) 消息返回给 SIM卡, 具体的, 当主机调用完操作系统的浏览器之后, 主机的 Win8操作系统或者 UI 通过 NDIS接口将含有 Launch Browser操作成功标识的 Terminal Response 消息返回到终端,终端将所述 Terminal Response消息通过 APDU发送给 SIM 卡, 整个 Launch Browser操作结束。
下面结合一具体实施例对本发明的方法进行详细描述, 如图 2 所示, 具体流程如下:
步骤 201: 将设有 STK功能的 SIM卡插入终端;
步骤 202: 终端检测所述 SIM卡是否工作正常, 如果正常, 则执行步 骤 203; 否则, 流程结束;
具体为: 当终端插入 SIM卡后, 终端根据( Answer to Reset, ATR )、 协议参量选择 ( Protocol and Parameter Selection, PPS )等指令检测 SIM卡 是否正常工作, 如果终端检测到 SIM 已经正常工作, 则执行步骤 203; 否 贝 'J, 当前流程结束。
步骤 203: 终端将终端概要信息( Terminal Profile )下载到 SIM卡, 通 知 SIM卡终端支持的主动式命令;
这里, 所述 Terminal Profile中包括 Launch Browser命令, 当 SIM卡有 主动式命令需要上报时, 终端需要下发 Fetch命令来获取所述主动式命令, 然后将该主动式命令通过 NDIS接口上报给主机。
步骤 204: SIM卡将终端支持的主动式命令上报给终端;
步骤 205: 终端解析所述主动式命令, 如果所述主动式命令为需要用户 操作或者需要通知用户的主动式命令, 则将所述主动式命令上报到主机, 之后执行步骤 206; 否则, 终端自身对所述主动式命令进行处理, 之后结束 当前流程;
步骤 206: 主机解析所述主动式命令, 如果为 Launch Browser命令, 则 执行步骤 207; 否则, 结束当前操作;
步骤 207: 主机调用自身操作系统的浏览器,使终端用户完成浏览网页 的相关操作;
步骤 208: 主机将网页浏览操作成功的 Terminal Response消息下发给 终端, 终端将该消息转发给 SIM卡。
本发明实施例还提供了一种实现无线终端浏览网页功能的系统,如图 3 所示, 包括: SIM卡、 终端和主机; 其中,
所述 SIM卡, 配置为将主动式命令上报给终端;
所述终端, 配置为将 SIM卡上报的主动式命令发送给主机;
所述主机, 配置为解析终端发送的所述主动式命令, 确定所述主动式 命令为浏览器 Launch Browser命令时, 调用自身操作系统的浏览器, 使终 端用户完成浏览网页的相关操作。
进一步地, 所述主机, 还配置为将网页浏览操作成功的 Terminal Response消息发送给终端;
所述终端, 还配置为将主机发送的网页浏览操作成功的 Terminal Response消息转发给 SIM卡;
相应的, 所述 SIM卡, 还配置为接收终端转发的主机发送的网页浏览 操作成功的 Terminal Response消息。
本发明实施例还提供了一种主机, 配置为解析终端发送的所述主动式 命令, 确定所述主动式命令为浏览器 Launch Browser命令时, 调用自身操 作系统的浏览器, 使终端用户完成浏览网页的相关操作。
进一步地, 所述主机还配置为通过终端将网页浏览操作成功的最终响 应 Terminal Response消息返回给 SIM卡。
以上所述, 仅为本发明的较佳实施例而已, 并非用于限定本发明的保 护范围。

Claims

权利要求书
1、 一种实现无线终端浏览网页功能的方法, 该方法包括:
终端将用户身份识别模块 SIM卡上报的主动式命令发送给主机, 所述 主机解析所述主动式命令, 确定所述主动式命令为浏览器 Launch Browser 命令时, 调用自身操作系统的浏览器, 使终端用户完成浏览网页的相关操 作。
2、 根据权利要求 1所述的实现无线终端浏览网页功能的方法, 其中, 所述终端将 SIM卡上报的主动式命令发送给主机, 为:
所述终端将 SIM卡上报的应用协议数据单元 APDU, 通过网络驱动程 序接口规范 NDIS接口发送给主机。
3、 根据权利要求 1所述的实现无线终端浏览网页功能的方法, 其中, 所述主机解析所述主动式命令, 为:
如果主机的操作系统为 Win8操作系统, 主机则会通过 Win8操作系统 对所述主动式命令进行解析; 如果主机的操作系统为非 Win8操作系统, 主 机则将调用用户界面 UI解析所述主动式命令。
4、 根据权利要求 1、 2或 3所述的实现无线终端浏览网页功能的方法, 其中, 该方法还包括:
主机通过终端将网页浏览操作成功的最终响应 Terminal Response消息 返回给所述 SIM卡。
5、 根据权利要求 4所述的实现无线终端浏览网页功能的方法, 其中, 所述主机经终端将网页浏览操作成功的 Terminal Response消息返回给所述 SIM卡, 为:
主机的 Win8操作系统或者 UI通过 NDIS接口将含有 Launch Browser 操作成功标识的 Terminal Response消息返回给终端, 终端将所述 Terminal Response消息通过 APDU发送给所述 SIM卡。
6、 一种实现无线终端浏览网页功能的系统, 该系统包括: SIM卡、 终 端和主机; 其中,
所述 SIM卡, 配置为将主动式命令上报给终端;
所述终端, 配置为将所述 SIM卡上报的主动式命令发送给主机; 所述主机, 配置为解析所述终端发送的所述主动式命令, 确定所述主 动式命令为浏览器 Launch Browser命令时, 调用自身操作系统的浏览器, 使终端用户完成浏览网页的相关操作。
7、 根据权利要求 6所述的实现无线终端浏览网页功能的系统, 其中, 所述主机, 还配置为将网页浏览操作成功的 Terminal Response消息发送给 所述终端;
所述终端, 还配置为将所述主机发送的网页浏览操作成功的 Terminal Response消息转发给所述 SIM卡; 相应的,
所述 SIM卡, 还配置为接收终端转发的主机发送的网页浏览操作成功 的 Terminal Response消息。
8、 一种主机, 所述主机, 配置为解析终端发送的所述主动式命令, 确 定所述主动式命令为浏览器 Launch Browser命令时, 调用自身操作系统的 浏览器, 使终端用户完成浏览网页的相关操作。
9、 根据权利要求 8所述的主机, 其中, 所述主机, 还配置为通过所述 终端将网页浏览操作成功的最终响应 Terminal Response 消息返回给 SIM 卡。
PCT/CN2013/079559 2013-01-09 2013-07-17 一种实现无线终端浏览网页功能的方法、系统和主机 WO2013167041A2 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310007604.4A CN103079190B (zh) 2013-01-09 2013-01-09 一种实现无线终端浏览网页功能的方法、系统和主机
CN201310007604.4 2013-01-09

Publications (2)

Publication Number Publication Date
WO2013167041A2 true WO2013167041A2 (zh) 2013-11-14
WO2013167041A3 WO2013167041A3 (zh) 2014-01-03

Family

ID=48155576

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/079559 WO2013167041A2 (zh) 2013-01-09 2013-07-17 一种实现无线终端浏览网页功能的方法、系统和主机

Country Status (2)

Country Link
CN (1) CN103079190B (zh)
WO (1) WO2013167041A2 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112994968A (zh) * 2019-12-17 2021-06-18 北京沃东天骏信息技术有限公司 一种网络信息采集方法、服务器、终端和系统

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103079190B (zh) * 2013-01-09 2017-09-12 中兴通讯股份有限公司 一种实现无线终端浏览网页功能的方法、系统和主机
CN104244221A (zh) * 2013-06-24 2014-12-24 吴勇军 一种手机sim卡应用

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101150816A (zh) * 2007-10-29 2008-03-26 中兴通讯股份有限公司 在数据卡上实现sim卡应用程序包功能的方法及装置
CN101370023A (zh) * 2007-08-15 2009-02-18 凤凰微电子(中国)有限公司 一种wap网站连接方法
CN101827085A (zh) * 2010-02-23 2010-09-08 浪潮通信信息系统有限公司 一种将pc上的it应用系统转换为手机端可访问系统的方法
CN103079190A (zh) * 2013-01-09 2013-05-01 中兴通讯股份有限公司 一种实现无线终端浏览网页功能的方法、系统和主机

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101370023A (zh) * 2007-08-15 2009-02-18 凤凰微电子(中国)有限公司 一种wap网站连接方法
CN101150816A (zh) * 2007-10-29 2008-03-26 中兴通讯股份有限公司 在数据卡上实现sim卡应用程序包功能的方法及装置
CN101827085A (zh) * 2010-02-23 2010-09-08 浪潮通信信息系统有限公司 一种将pc上的it应用系统转换为手机端可访问系统的方法
CN103079190A (zh) * 2013-01-09 2013-05-01 中兴通讯股份有限公司 一种实现无线终端浏览网页功能的方法、系统和主机

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112994968A (zh) * 2019-12-17 2021-06-18 北京沃东天骏信息技术有限公司 一种网络信息采集方法、服务器、终端和系统

Also Published As

Publication number Publication date
CN103079190B (zh) 2017-09-12
WO2013167041A3 (zh) 2014-01-03
CN103079190A (zh) 2013-05-01

Similar Documents

Publication Publication Date Title
CN108121568B (zh) 唤起app的方法及装置、电子设备和可读存储介质
JP6181214B2 (ja) モバイル機器
KR101505763B1 (ko) 자바 카드 애플리케이션의 데이터를 내보내고 가져오기 위한 방법
JP5549679B2 (ja) 移動装置、uicc、移動装置において実行される方法、uicc内で実施される方法、プログラム、記録媒体
EP2487838B1 (en) Data card and method for internet access of data card
KR101266757B1 (ko) 단말기의 통신 인터페이스에서 액션을 트리거링하기 위한방법 및 이 방법을 수행하기 위해 단말기에 접속된 칩 카드
WO2010096994A1 (zh) 一种应用下载的系统和方法
US20150110028A1 (en) Method and system for implementing smart card remote operation
EP2866418A1 (en) Method and system for implementing smart card remote operation based on smart card web server
CN107318098B (zh) 一种终端控制方法、sim卡、通信模块和终端
KR20190032569A (ko) 모바일 브라우저를 통해 애플리케이션을 어웨이크하기 위한 방법 및 장치
WO2016045478A1 (zh) Sim卡读写方法及终端
WO2011091658A1 (zh) 一种绑定sim卡的终端及方法
US10097553B2 (en) Installation of a secure-element-related service application in a secure element in a communication device, system and telecommunications
CN101448228B (zh) 一种启动用户识别模块工具包服务的方法
US8966108B2 (en) Portable data carrier comprising a CAT interpreter
KR102358028B1 (ko) 통신 프로파일 운용 방법 및 이를 지원하는 전자 장치
WO2013167041A2 (zh) 一种实现无线终端浏览网页功能的方法、系统和主机
CN102256241A (zh) 终端独立承载协议信息获取方法、服务器及智能卡
CN104768146B (zh) 功能控制方法及终端
JP5535109B2 (ja) 携帯可能電子機器及びicカード
CN110602194A (zh) Iot消息的订阅方法、装置及计算机可读存储介质
CN101820467A (zh) 一种显示信息和启动用户识别模块工具包服务的方法
WO2006063495A1 (fr) Procede de partage de liaison wap et systeme correspondant
WO2006010371A2 (en) Method and system for providing communication between communication equipment and a sim-type module, related equipment and computer program product therefor

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: 13788529

Country of ref document: EP

Kind code of ref document: A2

122 Ep: pct application non-entry in european phase

Ref document number: 13788529

Country of ref document: EP

Kind code of ref document: A2