JP2019510315A - モバイル端末のアプリケーション更新方法及び装置 - Google Patents
モバイル端末のアプリケーション更新方法及び装置 Download PDFInfo
- Publication number
- JP2019510315A JP2019510315A JP2018549222A JP2018549222A JP2019510315A JP 2019510315 A JP2019510315 A JP 2019510315A JP 2018549222 A JP2018549222 A JP 2018549222A JP 2018549222 A JP2018549222 A JP 2018549222A JP 2019510315 A JP2019510315 A JP 2019510315A
- Authority
- JP
- Japan
- Prior art keywords
- file
- compressed package
- application
- offline
- offline compressed
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 25
- 230000006835 compression Effects 0.000 abstract description 3
- 238000007906 compression Methods 0.000 abstract description 3
- 238000010586 diagram Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 2
- 230000008569 process Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 1
- 238000004590 computer program Methods 0.000 description 1
- 230000006837 decompression Effects 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000012856 packing Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/174—Redundancy elimination performed by the file system
- G06F16/1744—Redundancy elimination performed by the file system using compression, e.g. sparse files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/445—Program loading or initiating
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/06—Protocols specially adapted for file transfer, e.g. file transfer protocol [FTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/34—Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/60—Subscription-based services using application servers or record carriers, e.g. SIM application toolkits
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Stored Programmes (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
201 ダウンロードユニット
202 識別ユニット
203 実行ユニット
Claims (8)
- モバイル端末のアプリケーション更新方法であって:
オフライン圧縮パッケージをサーバからダウンロードするステップであって、前記オフライン圧縮パッケージが1つ又は複数のタイプのファイルを備える、前記ダウンロードするステップと;
前記オフライン圧縮パッケージが解凍された後に、前記オフライン圧縮パッケージ内の各ファイルのファイルタイプを識別するステップと;
更新を完了するために、実行する前記ファイルタイプに一致するコンテナに前記ファイルを送信するステップと;を備える、
モバイル端末のアプリケーション更新方法。 - 前記オフライン圧縮パッケージ内の各ファイルのファイルタイプを識別する前記ステップは:
前記オフライン圧縮パッケージ内の前記ファイルの拡張子に基づいて各ファイルの前記ファイルタイプを識別するステップを備える、
請求項1に記載のアプリケーション更新方法。 - 実行する前記ファイルタイプに一致するコンテナに前記ファイルを送信する前記ステップは:
前記ファイルがHTMLファイルである場合、実行するための前記ファイルをWebViewコンテナに送信するステップを備える、
請求項1に記載のアプリケーション更新方法。 - 実行する前記ファイルタイプに一致するコンテナに前記ファイルを送信する前記ステップは:
前記ファイルがReact−Nativeファイルである場合、実行するための前記ファイルをReact−Nativeコンテナに送信するステップを備える、
請求項1に記載のアプリケーション更新方法。 - モバイル端末のアプリケーション更新装置であって:
オフライン圧縮パッケージをサーバからダウンロードするように構成され、前記オフライン圧縮パッケージは、1つ又は複数のタイプのファイルを備える、ダウンロードユニットと;
前記オフライン圧縮パッケージが解凍された後に、前記オフライン圧縮パッケージ内の各ファイルのファイルタイプを識別するように構成された識別ユニットと;
実行する前記ファイルタイプに一致するコンテナに前記ファイルを送信して更新を完了するように構成された実行ユニットと;を備える、
モバイル端末のアプリケーション更新装置。 - 前記識別ユニットは、前記オフライン圧縮パッケージが解凍された後に、前記オフライン圧縮パッケージ内の前記ファイルの拡張子に基づいて各ファイルのファイルタイプを識別するように構成される、
請求項5に記載のアプリケーション更新装置。 - 前記実行ユニットは、前記ファイルがHTMLファイルである場合、実行するための前記ファイルをWebViewコンテナに送信するように構成される、
請求項5に記載のアプリケーション更新装置。 - 前記実行ユニットは、前記ファイルがReact−Nativeファイルである場合、実行するための前記ファイルをReact−Nativeコンテナに送信するように構成される、
請求項5に記載のアプリケーション更新装置。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610147375.XA CN107193576A (zh) | 2016-03-15 | 2016-03-15 | 一种移动终端应用程序的更新方法和装置 |
CN201610147375.X | 2016-03-15 | ||
PCT/CN2017/075464 WO2017157178A1 (zh) | 2016-03-15 | 2017-03-02 | 一种移动终端应用程序的更新方法和装置 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2019510315A true JP2019510315A (ja) | 2019-04-11 |
JP2019510315A5 JP2019510315A5 (ja) | 2020-03-26 |
JP6953424B2 JP6953424B2 (ja) | 2021-10-27 |
Family
ID=59850741
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018549222A Active JP6953424B2 (ja) | 2016-03-15 | 2017-03-02 | モバイル端末のアプリケーション更新方法及び装置 |
Country Status (10)
Country | Link |
---|---|
US (1) | US20190018666A1 (ja) |
EP (1) | EP3432141A4 (ja) |
JP (1) | JP6953424B2 (ja) |
KR (1) | KR102281052B1 (ja) |
CN (1) | CN107193576A (ja) |
MY (1) | MY189938A (ja) |
PH (1) | PH12018501971A1 (ja) |
SG (2) | SG11201807850XA (ja) |
TW (1) | TWI712956B (ja) |
WO (1) | WO2017157178A1 (ja) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110362322B (zh) * | 2018-04-11 | 2023-08-01 | 宏碁股份有限公司 | 电子装置与其离线更新程序的方法 |
CN109683893B (zh) * | 2018-12-14 | 2023-05-05 | 五八有限公司 | 应用程序生成方法、装置、服务器及存储介质 |
KR102173336B1 (ko) * | 2019-04-29 | 2020-11-03 | (주)메이드인헤븐 | 리액트 네이티브 환경 기반 실시간 애플리케이션 배포 서비스 제공 시스템 |
CN110401702B (zh) * | 2019-07-09 | 2022-03-25 | 北京达佳互联信息技术有限公司 | 一种离线包下载方法、装置、电子设备和存储介质 |
WO2021096017A1 (ko) * | 2019-11-15 | 2021-05-20 | 엘지전자 주식회사 | 컨테이너 기반의 차량 시스템에서 심리스 컨테이너 업데이트 |
EP4060482A4 (en) | 2019-11-15 | 2024-01-17 | LG Electronics Inc. | SEAMLESS CONTAINER UPDATES IN A CONTAINER-BASED VEHICLE SYSTEM |
CN111538508A (zh) * | 2020-04-16 | 2020-08-14 | 维沃移动通信有限公司 | 应用程序的安装方法及电子设备 |
CN111654428B (zh) * | 2020-06-05 | 2022-05-17 | 天津卓朗科技发展有限公司 | 离线消息处理方法、装置和服务器 |
CN114064017B (zh) * | 2020-08-04 | 2024-08-30 | 腾讯科技(深圳)有限公司 | 一种绘制方法及相关设备 |
CN113568645B (zh) * | 2021-08-11 | 2023-09-12 | 网易(杭州)网络有限公司 | 软件更新方法、装置、电子设备和存储介质 |
CN113821488B (zh) * | 2021-09-29 | 2022-07-08 | 重庆紫光华山智安科技有限公司 | 容器镜像迁移压缩方法、装置、设备及介质 |
KR102612589B1 (ko) * | 2021-10-19 | 2023-12-12 | 주식회사 에프씨아이 | 목표 달성 및 습관 형성을 위한 스마트 단말기 및 그의 목표 달성 및 습관 형성 방법 |
CN117493716A (zh) * | 2023-11-08 | 2024-02-02 | 中建八局第一数字科技有限公司 | 移动端Web App的展示更新方法、装置、电子设备及存储介质 |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6912711B1 (en) * | 2000-05-25 | 2005-06-28 | International Business Machines Corporation | Method of applying an update to a contained collection of program and data files based upon versions |
CN100396132C (zh) * | 2005-12-16 | 2008-06-18 | 北京金山软件有限公司 | 一种实现无线终端程序更新的方法 |
EP1978715A1 (de) * | 2007-04-03 | 2008-10-08 | Daniel Kopf | Kommunikationsverfahren zur Datenübertragung für ein elektronisches Kleinstgerät |
TW200925993A (en) * | 2007-12-13 | 2009-06-16 | Asure Corp | Multi-terminal automatic updating system |
US8869140B2 (en) * | 2008-05-09 | 2014-10-21 | Sap Se | Deploying software modules in computer system |
US10025573B2 (en) * | 2009-04-08 | 2018-07-17 | Adobe Systems Incorporated | Extensible distribution/update architecture |
TW201128528A (en) * | 2010-02-09 | 2011-08-16 | Noria Co Ltd | Software patch download solution |
CN102118500B (zh) * | 2010-12-27 | 2013-08-21 | 清华大学 | 移动终端开源操作系统基于软件包的在线自动更新方法 |
CN102955702B (zh) * | 2011-08-23 | 2016-08-10 | 腾讯科技(深圳)有限公司 | 一种软件安装及升级方法和装置 |
US20130117749A1 (en) * | 2011-11-03 | 2013-05-09 | Microsoft Corporation | Provisioning and Managing an Application Platform |
KR102003850B1 (ko) * | 2012-06-04 | 2019-07-25 | 삼성전자주식회사 | 단말의 애플리케이션 제공 방법 및 그 단말 |
CN104102502B (zh) * | 2013-04-09 | 2018-09-04 | 腾讯科技(深圳)有限公司 | 一种实现热部署的处理方法、装置及服务器 |
CN103218242B (zh) * | 2013-04-19 | 2016-04-06 | 飞天诚信科技股份有限公司 | 一种自动更新的方法 |
US20160350081A1 (en) * | 2015-05-27 | 2016-12-01 | Runnable Inc. | Automatic container definition |
CN105260209A (zh) * | 2015-10-20 | 2016-01-20 | 珠海金山网络游戏科技有限公司 | 一种程序热更新解决方法 |
CN105335201B (zh) * | 2015-11-30 | 2019-06-14 | 北京奇艺世纪科技有限公司 | 一种应用软件更新方法和装置 |
WO2017151546A1 (en) * | 2016-03-01 | 2017-09-08 | 650 Industries, Inc. | Method and apparatus for loading multiple differing versions of a native library into a native environment |
CN105867974A (zh) * | 2016-03-31 | 2016-08-17 | 浪潮通用软件有限公司 | 一种cs架构应用程序的离线升级方法 |
-
2016
- 2016-03-15 CN CN201610147375.XA patent/CN107193576A/zh active Pending
-
2017
- 2017-01-18 TW TW106101732A patent/TWI712956B/zh active
- 2017-03-02 EP EP17765720.2A patent/EP3432141A4/en not_active Withdrawn
- 2017-03-02 KR KR1020187029534A patent/KR102281052B1/ko active IP Right Grant
- 2017-03-02 MY MYPI2018703246A patent/MY189938A/en unknown
- 2017-03-02 SG SG11201807850XA patent/SG11201807850XA/en unknown
- 2017-03-02 SG SG10202107754XA patent/SG10202107754XA/en unknown
- 2017-03-02 WO PCT/CN2017/075464 patent/WO2017157178A1/zh active Application Filing
- 2017-03-02 JP JP2018549222A patent/JP6953424B2/ja active Active
-
2018
- 2018-09-13 PH PH12018501971A patent/PH12018501971A1/en unknown
- 2018-09-14 US US16/131,905 patent/US20190018666A1/en not_active Abandoned
Also Published As
Publication number | Publication date |
---|---|
EP3432141A4 (en) | 2019-11-27 |
KR102281052B1 (ko) | 2021-07-26 |
SG11201807850XA (en) | 2018-10-30 |
EP3432141A1 (en) | 2019-01-23 |
CN107193576A (zh) | 2017-09-22 |
PH12018501971A1 (en) | 2019-07-01 |
TW201734780A (zh) | 2017-10-01 |
SG10202107754XA (en) | 2021-09-29 |
JP6953424B2 (ja) | 2021-10-27 |
MY189938A (en) | 2022-03-22 |
KR20190005152A (ko) | 2019-01-15 |
WO2017157178A1 (zh) | 2017-09-21 |
US20190018666A1 (en) | 2019-01-17 |
TWI712956B (zh) | 2020-12-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2019510315A (ja) | モバイル端末のアプリケーション更新方法及び装置 | |
TWI687867B (zh) | 用於可信執行環境的可信應用產生及安裝方法 | |
CN109471653B (zh) | 应用程序的更新方法、电子设备、服务器和存储介质 | |
KR102042723B1 (ko) | 애플리케이션을 업데이트하는 방법 | |
EP2912547B1 (en) | Configuration file updater | |
US20110154305A1 (en) | System and method for remotely compiling multi-platform native applications for mobile devices | |
CN109800005B (zh) | 一种客户端热更新方法及装置 | |
CN106686200B (zh) | 移动应用程序更新方法、移动终端及更新系统 | |
CN106815049B (zh) | 特征库升级的方法及装置 | |
WO2016173128A1 (zh) | 一种软件版本的下载方法及装置、存储介质 | |
CN104636172A (zh) | 一种应用升级方法和装置 | |
CN109358833B (zh) | 一种音频播放方法及系统、一种计算设备及存储介质 | |
CN105760183A (zh) | 文件处理方法、装置及通信系统 | |
CN110753020A (zh) | 网络请求处理方法和装置 | |
CN108733370B (zh) | 原生app的样式化显示方法、装置、终端及存储介质 | |
KR20180017211A (ko) | 컴파일링된 소프트웨어 내의 기계 명령어를 수정하기 위한 방법 및 시스템 | |
CN104536752A (zh) | 自动生成apk的方法及装置 | |
CN110489162B (zh) | 安装包so文件精简方法、装置、介质和设备 | |
CN105740298A (zh) | 文件处理方法、装置及服务端设备 | |
CN115190064B (zh) | 客户端动态路由的实现方法、装置、系统和存储介质 | |
CN104965720B (zh) | 应用安装方法和装置 | |
EP2680135A1 (en) | Methods for updating applications | |
CN110083344B (zh) | 一种软件开发工具包修改方法、装置及电子设备 | |
Singleton | ASP. NET Core 2 High Performance: Learn the secrets of developing high performance web applications using C# and ASP. NET Core 2 on Windows, Mac, and Linux | |
CN108345461B (zh) | 应用更新方法和装置以及计算机可读存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200212 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20200212 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20200605 |
|
A711 | Notification of change in applicant |
Free format text: JAPANESE INTERMEDIATE CODE: A711 Effective date: 20201228 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20210323 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20210405 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20210518 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20210913 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210929 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6953424 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |