JP6855348B2 - 情報処理装置およびダウンロード処理方法 - Google Patents
情報処理装置およびダウンロード処理方法 Download PDFInfo
- Publication number
- JP6855348B2 JP6855348B2 JP2017148128A JP2017148128A JP6855348B2 JP 6855348 B2 JP6855348 B2 JP 6855348B2 JP 2017148128 A JP2017148128 A JP 2017148128A JP 2017148128 A JP2017148128 A JP 2017148128A JP 6855348 B2 JP6855348 B2 JP 6855348B2
- Authority
- JP
- Japan
- Prior art keywords
- language
- download
- information
- data area
- file
- 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.)
- Active
Links
Images
Classifications
-
- 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/451—Execution arrangements for user interfaces
- G06F9/454—Multi-language systems; Localisation; Internationalisation
-
- A—HUMAN NECESSITIES
- A63—SPORTS; GAMES; AMUSEMENTS
- A63F—CARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
- A63F13/00—Video games, i.e. games using an electronically generated display having two or more dimensions
- A63F13/70—Game security or game management aspects
- A63F13/77—Game security or game management aspects involving data related to game devices or game servers, e.g. configuration data, software version or amount of memory
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
-
- 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
- G06F8/64—Retargetable
-
- A—HUMAN NECESSITIES
- A63—SPORTS; GAMES; AMUSEMENTS
- A63F—CARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
- A63F2300/00—Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
- A63F2300/50—Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by details of game servers
- A63F2300/55—Details of game data or player data management
- A63F2300/552—Details of game data or player data management for downloading to client devices, e.g. using OS version, hardware or software profile of the client device
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Multimedia (AREA)
- Business, Economics & Management (AREA)
- Computer Security & Cryptography (AREA)
- General Business, Economics & Management (AREA)
- Human Computer Interaction (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Description
ユーザによるゲームソフトウェアの購入に際し、受付部102がゲームソフトウェアの販売ページのアドレスを受け取り、出力装置4に販売ページを表示させる。ユーザが入力装置6を操作して所望のゲームソフトウェアを選択すると、ダウンロード処理部110が、選択されたゲームソフトウェアを補助記憶装置2にダウンロードする処理を実施する。
Claims (7)
- 情報処理装置であって、
当該情報処理装置においてユーザにより選択されている使用言語を特定する使用言語情報を保持する言語情報保持部と、
アプリケーションソフトウェアを記憶装置にダウンロードするダウンロード処理部と、を備え、アプリケーションソフトウェアは、アプリケーション本体と、複数言語の言語依存ファイルを含んでおり、
前記ダウンロード処理部は、アプリケーションソフトウェアのダウンロード開始前に、アプリケーション本体と、前記言語情報保持部に保持されている使用言語情報により特定される使用言語の言語依存ファイルのデータサイズをサーバに問い合わせ、使用言語情報により特定される使用言語ではない言語の言語依存ファイルのデータ領域については記憶装置に確保せず、アプリケーション本体と、使用言語情報により特定される使用言語の言語依存ファイルのデータ領域を記憶装置に確保してから、ダウンロードを実行するものであって、
アプリケーションで使用する言語に変更が生じた場合に、前記ダウンロード処理部は、変更後の使用言語の言語依存ファイルのデータサイズをサーバに問い合わせ、変更後の使用言語の言語依存ファイルのデータ領域を記憶装置に確保できるか否かを確認する、
ことを特徴とする情報処理装置。 - 前記ダウンロード処理部は、変更後の使用言語の言語依存ファイルのデータ領域を記憶装置に確保できない場合に、ダウンロードエラーに関する通知を表示する、
ことを特徴とする請求項1に記載の情報処理装置。 - 前記ダウンロード処理部は、連続領域の所定のサイズを最小単位として、変更後の使用言語の言語依存ファイルのデータ領域を記憶装置に確保できるか否かを確認する、
ことを特徴とする請求項1または2に記載の情報処理装置。 - アプリケーションソフトウェアを実行するアプリケーション実行部を備え、
前記言語情報保持部に保持されている使用言語情報が変更された後、前記アプリケーション実行部がアプリケーションソフトウェアを起動するとき、前記ダウンロード処理部は、変更後の使用言語の言語依存ファイルのデータ領域を記憶装置に確保できるか否かを確認する、
ことを特徴とする請求項1から3のいずれかに記載の情報処理装置。 - 前記ダウンロード処理部がデータ領域を確保できないことを確認した場合であっても、前記アプリケーション実行部は、アプリケーションソフトウェアを起動して、ユーザがアプリケーションを利用可能な状態とする、
ことを特徴とする請求項4に記載の情報処理装置。 - 情報処理装置におけるダウンロード処理方法であって、
当該情報処理装置においてユーザにより選択されている使用言語を特定する使用言語情報を保持するステップと、
アプリケーション本体と複数言語の言語依存ファイルを含むアプリケーションソフトウェアのダウンロード開始前に、アプリケーション本体と、使用言語情報により特定される使用言語の言語依存ファイルのデータサイズをサーバに問い合わせるステップと、
使用言語情報により特定される使用言語ではない言語の言語依存ファイルのデータ領域については記憶装置に確保せず、アプリケーション本体と、使用言語情報により特定される使用言語の言語依存ファイルのデータ領域を記憶装置に確保するステップと、
アプリケーション本体および使用言語の言語依存ファイルをダウンロードして、確保した記憶装置のデータ領域に記憶するステップと、
アプリケーションで使用する言語に変更が生じた場合に、変更後の使用言語の言語依存ファイルのデータサイズをサーバに問い合わせ、変更後の使用言語の言語依存ファイルのデータ領域を記憶装置に確保できるか否かを確認するステップと、
を有することを特徴とするダウンロード処理方法。 - コンピュータに、
当該コンピュータにおいてユーザにより選択されている使用言語を特定する使用言語情報を保持する機能と、
アプリケーション本体と複数言語の言語依存ファイルを含むアプリケーションソフトウェアのダウンロード開始前に、アプリケーション本体と、使用言語情報により特定される使用言語の言語依存ファイルのデータサイズをサーバに問い合わせる機能と、
使用言語情報により特定される使用言語ではない言語の言語依存ファイルのデータ領域については記憶装置に確保せず、アプリケーション本体と、使用言語情報により特定される使用言語の言語依存ファイルのデータ領域を記憶装置に確保する機能と、
アプリケーション本体および使用言語の言語依存ファイルをダウンロードして、確保した記憶装置のデータ領域に記憶する機能と、
アプリケーションで使用する言語に変更が生じた場合に、変更後の使用言語の言語依存ファイルのデータサイズをサーバに問い合わせ、変更後の使用言語の言語依存ファイルのデータ領域を記憶装置に確保できるか否かを確認する機能と、
を実現させるためのプログラム。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017148128A JP6855348B2 (ja) | 2017-07-31 | 2017-07-31 | 情報処理装置およびダウンロード処理方法 |
PCT/JP2018/027685 WO2019026687A1 (ja) | 2017-07-31 | 2018-07-24 | 情報処理装置およびダウンロード処理方法 |
US16/621,875 US11400380B2 (en) | 2017-07-31 | 2018-07-24 | Information processing apparatus and download processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2017148128A JP6855348B2 (ja) | 2017-07-31 | 2017-07-31 | 情報処理装置およびダウンロード処理方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2019028778A JP2019028778A (ja) | 2019-02-21 |
JP2019028778A5 JP2019028778A5 (ja) | 2019-10-24 |
JP6855348B2 true JP6855348B2 (ja) | 2021-04-07 |
Family
ID=65232530
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017148128A Active JP6855348B2 (ja) | 2017-07-31 | 2017-07-31 | 情報処理装置およびダウンロード処理方法 |
Country Status (3)
Country | Link |
---|---|
US (1) | US11400380B2 (ja) |
JP (1) | JP6855348B2 (ja) |
WO (1) | WO2019026687A1 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7348815B2 (ja) * | 2019-11-14 | 2023-09-21 | 株式会社ソニー・インタラクティブエンタテインメント | 情報処理装置およびファイル記録方法 |
US12141614B2 (en) * | 2021-10-12 | 2024-11-12 | Square Enix Ltd. | Scene entity processing using flattened list of sub-items in computer game |
Family Cites Families (181)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5307494A (en) * | 1987-08-05 | 1994-04-26 | Fuji Xerox Co., Ltd. | File name length augmentation method |
JPH10512074A (ja) * | 1995-02-13 | 1998-11-17 | インタートラスト テクノロジーズ コーポレイション | 安全な取引管理および電子権利保護のためのシステムおよび方法 |
US5771064A (en) * | 1995-11-29 | 1998-06-23 | Scientific-Atlanta, Inc. | Home communications terminal having an applications module |
US5850266A (en) * | 1995-12-22 | 1998-12-15 | Cirrus Logic, Inc. | Video port interface supporting multiple data formats |
US5951639A (en) * | 1996-02-14 | 1999-09-14 | Powertv, Inc. | Multicast downloading of software and data modules and their compatibility requirements |
US6021491A (en) * | 1996-11-27 | 2000-02-01 | Sun Microsystems, Inc. | Digital signatures for data streams and data archives |
ID23662A (id) * | 1997-09-17 | 2000-05-11 | Matsushita Electric Ind Co Ltd | Peralatan perekam disk optik, medium perekam yang dapat dibaca komputer untuk membaca program managemen file dan disk optik |
US7103262B2 (en) * | 1997-09-17 | 2006-09-05 | Matsushita Electric Industrial Co., Ltd. | Optical disc recording apparatus, computer-readable recording medium recording a file management program, and optical disc |
US6345028B1 (en) * | 1997-11-03 | 2002-02-05 | Intertactile Technologies Corporation | Method for direct recording and playback of multiple data tracks and signals |
AUPP149998A0 (en) * | 1998-01-27 | 1998-02-19 | Aristocrat Leisure Industries Pty Ltd | Multi-platform gaming architecture |
EP2280398A3 (en) * | 1998-02-23 | 2011-03-09 | Kabushiki Kaisha Toshiba | Information storage medium, information playback method and apparatus and information recording method |
US6792245B1 (en) * | 1998-04-10 | 2004-09-14 | Sony Computer Entertainment Inc. | Information reproducing apparatus and broadcasting system |
NZ509019A (en) * | 1998-06-18 | 2002-08-28 | Aristocrat Technologies Au | Method of linking devices to gaming machines |
US6931198B1 (en) * | 1998-07-15 | 2005-08-16 | Sony Corporation | Apparatus and method for downloading desired data signal to user-selectable storage unit |
US6397381B1 (en) * | 1998-09-21 | 2002-05-28 | Microsoft Corporation | System and method for repairing a damaged application program |
US6805634B1 (en) * | 1998-10-14 | 2004-10-19 | Igt | Method for downloading data to gaming devices |
JP2000171222A (ja) * | 1998-12-08 | 2000-06-23 | Minolta Co Ltd | 3次元入力方法及び3次元入力装置 |
US7073063B2 (en) * | 1999-03-27 | 2006-07-04 | Microsoft Corporation | Binding a digital license to a portable device or the like in a digital rights management (DRM) system and checking out/checking in the digital license to/from the portable device or the like |
US6718374B1 (en) * | 1999-04-21 | 2004-04-06 | General Instrument Corporation | Method and system for identifying and downloading appropriate software or formware specific to a particular model of set-top box in a cable television system |
US6675382B1 (en) * | 1999-06-14 | 2004-01-06 | Sun Microsystems, Inc. | Software packaging and distribution system |
EP1072990A3 (en) * | 1999-07-30 | 2004-04-14 | Crossmar, INC. | Methods and systems for collateral matching and mark to market reconcilement |
US6453470B1 (en) * | 1999-09-30 | 2002-09-17 | General Instruments Corporation | Dynamic detection of hardware configuration in a digital terminal |
US7069578B1 (en) * | 2000-02-04 | 2006-06-27 | Scientific-Atlanta, Inc. | Settop cable television control device and method including bootloader software and code version table for maintaining and updating settop receiver operating system software |
US20010049648A1 (en) * | 2000-02-15 | 2001-12-06 | Richard Naylor | Electronic marketplace for auctioning non-exclusive rights in intangible property |
US8230482B2 (en) * | 2000-03-09 | 2012-07-24 | Pkware, Inc. | System and method for manipulating and managing computer archive files |
US7487112B2 (en) * | 2000-06-29 | 2009-02-03 | Barnes Jr Melvin L | System, method, and computer program product for providing location based services and mobile e-commerce |
JP2004506262A (ja) * | 2000-08-04 | 2004-02-26 | イントリンジック グラフィックス, インコーポレイテッド | グラフィックハードウェアおよびソフトウェアの開発 |
US6636879B1 (en) * | 2000-08-18 | 2003-10-21 | Network Appliance, Inc. | Space allocation in a write anywhere file system |
US7523411B2 (en) * | 2000-08-22 | 2009-04-21 | Bruce Carlin | Network-linked interactive three-dimensional composition and display of saleable objects in situ in viewer-selected scenes for purposes of object promotion and procurement, and generation of object advertisements |
US6645077B2 (en) * | 2000-10-19 | 2003-11-11 | Igt | Gaming terminal data repository and information distribution system |
US7124289B1 (en) * | 2000-10-31 | 2006-10-17 | Opsware Inc. | Automated provisioning framework for internet site servers |
US7186181B2 (en) * | 2001-02-02 | 2007-03-06 | Igt | Wide area program distribution and game information communication system |
JP3687587B2 (ja) * | 2001-03-27 | 2005-08-24 | ソニー株式会社 | データ処理システム及びデータ処理方法、情報処理装置及び情報処理方法、並びにコンピュータ・ソフトウェア |
US20030078960A1 (en) * | 2001-04-30 | 2003-04-24 | Murren Brian T. | Architecture and process for creating software applications for multiple domains |
US20020165026A1 (en) * | 2001-05-01 | 2002-11-07 | Perkins James Harold | Method and system for delivering and securing computer game content via the internet |
US7149156B2 (en) * | 2001-07-11 | 2006-12-12 | Sony Corporation | Editing apparatus for optical reproducing device |
JP2003030964A (ja) * | 2001-07-11 | 2003-01-31 | Sony Corp | 再生装置および編集装置 |
US20030037327A1 (en) * | 2001-08-15 | 2003-02-20 | International Business Machines Corporation | Run-time rule-based topological installation suite |
EP1488318B1 (en) * | 2002-03-20 | 2018-05-30 | Citrix Systems International GmbH | System and method of secure garbage collection on a mobile device |
GB2402781A (en) * | 2002-03-22 | 2004-12-15 | Sun Microsystems Inc | Mobile download system |
US20030200168A1 (en) * | 2002-04-10 | 2003-10-23 | Cullen Andrew A. | Computer system and method for facilitating and managing the project bid and requisition process |
CA2481712C (en) * | 2002-04-11 | 2011-07-12 | International Business Machines Corporation | A software distribution method and system |
US7856631B2 (en) * | 2002-05-08 | 2010-12-21 | Sap Aktiengesellschaft | Software delivery manager |
US20040003390A1 (en) * | 2002-06-27 | 2004-01-01 | Microsoft Corporation | System and method for installing a software application in a non-impactfull manner |
US20040010786A1 (en) * | 2002-07-11 | 2004-01-15 | Microsoft Corporation | System and method for automatically upgrading a software application |
US20040060035A1 (en) * | 2002-09-24 | 2004-03-25 | Eric Ustaris | Automated method and system for building, deploying and installing software resources across multiple computer systems |
KR100973861B1 (ko) * | 2002-09-25 | 2010-08-03 | 파나소닉 주식회사 | 재생장치, 기록매체, 재생방법 |
WO2004046871A2 (en) * | 2002-11-18 | 2004-06-03 | Internal Machine Industries, Inc. | Method and system for facilitating interactive multimedia experiences |
US20040128382A1 (en) * | 2002-12-31 | 2004-07-01 | Marion Shimoda | Method and apparatus for adjusting resource availability based on power availability |
JP4419393B2 (ja) * | 2003-01-15 | 2010-02-24 | パナソニック株式会社 | 情報表示装置及び情報処理装置 |
US20040194059A1 (en) * | 2003-03-27 | 2004-09-30 | International Business Machines Corporation | Method to deploy software using an open service gateway initiative (OSGi) framework |
JP4399704B2 (ja) * | 2003-03-27 | 2010-01-20 | ソニー株式会社 | 情報処理装置および方法、プログラム、並びに記録媒体 |
US7486294B2 (en) * | 2003-03-27 | 2009-02-03 | Microsoft Corporation | Vector graphics element-based model, application programming interface, and markup language |
JP3833653B2 (ja) * | 2003-06-13 | 2006-10-18 | シャープ株式会社 | 情報再生装置、情報再生装置の制御方法、コンテンツ記録媒体、制御プログラム、制御プログラムを記録したコンピュータ読み取り可能な記録媒体 |
US7057372B2 (en) * | 2003-10-17 | 2006-06-06 | Research In Motion Limited | Battery management system and method |
CA2761989C (en) * | 2003-11-10 | 2013-11-26 | Panasonic Corporation | Recording medium, playback apparatus, program, playback method, system integrated circuit |
EP1724690A4 (en) | 2004-02-27 | 2007-12-19 | Vodafone Kk | DATA COMMUNICATION METHOD, DATA COMMUNICATION SYSTEM AND COMMUNICATION TERMINAL DEVICE |
FR2868896B1 (fr) * | 2004-04-13 | 2008-03-14 | Canon Kk | Procede et dispositif de controle d'acces a un document numerique partage dans un reseau de communication de type poste a poste |
US9189568B2 (en) * | 2004-04-23 | 2015-11-17 | Ebay Inc. | Method and system to display and search in a language independent manner |
US7065650B2 (en) * | 2004-05-10 | 2006-06-20 | Aladdin Knowledge Systems Ltd. | Method for indicating the integrity of a collection of digital objects |
CN101533656A (zh) * | 2004-05-11 | 2009-09-16 | 松下电器产业株式会社 | 集成电路 |
EP1746827B1 (en) * | 2004-05-11 | 2018-10-24 | Panasonic Intellectual Property Management Co., Ltd. | Reproduction device |
US7986866B2 (en) * | 2004-06-03 | 2011-07-26 | Panasonic Corporation | Reproduction device and program |
JP4586429B2 (ja) * | 2004-06-11 | 2010-11-24 | ソニー株式会社 | データ処理装置およびデータ処理方法、並びに、プログラムおよびプログラム記録媒体 |
US7478361B2 (en) * | 2004-06-17 | 2009-01-13 | International Business Machines Corporation | Method and system for managing application deployment |
CN101814310B (zh) * | 2004-07-22 | 2012-11-28 | 松下电器产业株式会社 | 重放装置和重放方法 |
JP4820754B2 (ja) * | 2004-07-22 | 2011-11-24 | パナソニック株式会社 | 再生装置および再生方法 |
CN101916579A (zh) * | 2004-07-22 | 2010-12-15 | 松下电器产业株式会社 | 用于执行应用程序同步重放的重放装置 |
US7613862B2 (en) * | 2004-08-10 | 2009-11-03 | Intel Corporation | Embedded driver for bus-connected device |
US7530065B1 (en) * | 2004-08-13 | 2009-05-05 | Apple Inc. | Mechanism for determining applicability of software packages for installation |
EP1796090B1 (en) * | 2004-09-08 | 2009-01-14 | Panasonic Corporation | Anti chatter, debouncing timer for application commands in a DVD reproduction device. |
US7680758B2 (en) * | 2004-09-30 | 2010-03-16 | Citrix Systems, Inc. | Method and apparatus for isolating execution of software applications |
US7966485B2 (en) * | 2004-12-01 | 2011-06-21 | Igt | Universal operating system to hardware platform interface for gaming machines |
CA2564045C (en) * | 2004-12-01 | 2013-02-26 | Matsushita Electric Industrial Co., Ltd. | Non-transitory recording medium, reproduction device, non-transitory computer readable recording medium storing a management program, reproduction method, and recording method fora click sound playback |
US7818130B2 (en) * | 2004-12-09 | 2010-10-19 | Cellomics, Inc. | Automated method and system for setting image analysis parameters to control image analysis operations |
US20060136907A1 (en) * | 2004-12-20 | 2006-06-22 | Microsoft Corporation | Language-neutral and language-specific installation packages for software setup |
US7808554B2 (en) * | 2005-03-18 | 2010-10-05 | Displaymate Technologies Corporation | Automatic and interactive configuration and control of a video system |
EP1891496A4 (en) * | 2005-04-15 | 2011-11-30 | Kt Freetel Co Ltd | METHOD FOR DISTRIBUTING CONTENTS |
US20070041711A1 (en) * | 2005-08-22 | 2007-02-22 | Lg Electronics | Apparatus for reproducing data, method thereof, apparatus for recording the same, method thereof and recording medium |
US20070041712A1 (en) * | 2005-08-22 | 2007-02-22 | Lg Electronics | Method and apparatus for reproducing data, recording medium, and method and apparatus for recording data |
EP1938323A4 (en) * | 2005-08-22 | 2010-04-28 | Lg Electronics Inc | RECORDING MEDIA, METHOD AND DEVICE FOR REPRODUCING DATA AND METHOD AND DEVICE FOR RECORDING DATA |
JP2009505324A (ja) * | 2005-08-22 | 2009-02-05 | エルジー エレクトロニクス インコーポレーテッド | データを再生するための装置及びその方法、データを記録するための装置及びその方法並びに記録媒体 |
US20070074031A1 (en) * | 2005-09-29 | 2007-03-29 | Research In Motion Limited | System and method for providing code signing services |
US9511287B2 (en) * | 2005-10-03 | 2016-12-06 | Winview, Inc. | Cellular phone games based upon television archives |
JP4687424B2 (ja) * | 2005-11-25 | 2011-05-25 | ソニー株式会社 | 情報処理装置、情報記録媒体、および情報処理方法、並びにコンピュータ・プログラム |
WO2007064799A1 (en) * | 2005-12-01 | 2007-06-07 | Cassatt Corporation | Automated deployment and configuration of applications in an autonomically controlled distributed computing system |
EP1796000A1 (en) * | 2005-12-06 | 2007-06-13 | International Business Machines Corporation | Method, system and computer program for distributing software products in trial mode |
US7472140B2 (en) * | 2005-12-20 | 2008-12-30 | Oracle International Corporation | Label-aware index for efficient queries in a versioning system |
JP2007200518A (ja) * | 2005-12-27 | 2007-08-09 | Sony Corp | 情報処理システム、コンテンツ出力装置、コンテンツ出力装置による情報処理装置制御方法及び情報処理装置制御プログラム |
US7676513B2 (en) * | 2006-01-06 | 2010-03-09 | Microsoft Corporation | Scheduling of index merges |
EP1818820A1 (en) * | 2006-02-03 | 2007-08-15 | Research In Motion Limited | System and method for installing custom services on a component-based application platform |
US8458753B2 (en) * | 2006-02-27 | 2013-06-04 | Time Warner Cable Enterprises Llc | Methods and apparatus for device capabilities discovery and utilization within a content-based network |
JP4575324B2 (ja) * | 2006-03-29 | 2010-11-04 | 株式会社東芝 | Av装置及びその制御方法 |
US20070250711A1 (en) * | 2006-04-25 | 2007-10-25 | Phonified Llc | System and method for presenting and inputting information on a mobile device |
CN100534047C (zh) * | 2006-04-28 | 2009-08-26 | 国际商业机器公司 | 对Web服务资源的基于属性的索引和/或查询方法及系统 |
US7660837B2 (en) * | 2006-06-30 | 2010-02-09 | Broadcom Corporation | Method for automatically managing disk fragmentation |
KR100785078B1 (ko) * | 2006-09-07 | 2007-12-12 | 삼성전자주식회사 | 설정환경 알림 기능을 구비한 호스트장치 및 그 방법 |
US20080127179A1 (en) * | 2006-09-25 | 2008-05-29 | Barrie Jon Moss | System and apparatus for deployment of application and content to different platforms |
FR2908322B1 (fr) * | 2006-11-09 | 2009-03-06 | Parrot Sa | Procede de definition de zone de jeux pour un systeme de jeux video |
FR2908324B1 (fr) * | 2006-11-09 | 2009-01-16 | Parrot Sa | Procede d'ajustement d'affichage pour un systeme de jeux video |
US8185872B2 (en) * | 2006-11-27 | 2012-05-22 | Red Hat, Inc. | Cross-platform software package generation |
US20080134012A1 (en) * | 2006-11-30 | 2008-06-05 | Sony Ericsson Mobile Communications Ab | Bundling of multimedia content and decoding means |
US20080301672A1 (en) * | 2007-05-30 | 2008-12-04 | Google Inc. | Installation of a Software Product on a Device with Minimal User Interaction |
WO2008149501A1 (ja) * | 2007-06-06 | 2008-12-11 | Panasonic Corporation | 再生装置、再生方法、プログラム |
WO2008149453A1 (ja) * | 2007-06-08 | 2008-12-11 | Fujitsu Limited | 記憶装置、記憶制御装置及び制御方法 |
US11126321B2 (en) * | 2007-09-04 | 2021-09-21 | Apple Inc. | Application menu user interface |
US20090083732A1 (en) * | 2007-09-26 | 2009-03-26 | Microsoft Corporation | Creation and deployment of distributed, extensible applications |
US8434077B2 (en) * | 2007-10-18 | 2013-04-30 | International Business Machines Corporation | Upgrading virtual resources |
US9498714B2 (en) * | 2007-12-15 | 2016-11-22 | Sony Interactive Entertainment America Llc | Program mode switching |
US8055393B2 (en) * | 2008-02-06 | 2011-11-08 | The Boeing Company | Method and apparatus for loading software aircraft parts |
US8051031B2 (en) * | 2008-02-06 | 2011-11-01 | The Boeing Company | Metadata for software aircraft parts |
JP5084577B2 (ja) * | 2008-03-24 | 2012-11-28 | 株式会社ソニー・コンピュータエンタテインメント | 情報処理装置 |
US8484634B2 (en) * | 2008-03-28 | 2013-07-09 | Time Warner Cable, Inc. | System for signaling an application to a host device and method therefor |
US8214646B2 (en) * | 2008-05-06 | 2012-07-03 | Research In Motion Limited | Bundle verification |
US8418168B2 (en) * | 2008-05-29 | 2013-04-09 | Research In Motion Limited | Method and system for performing a software upgrade on an electronic device connected to a computer |
US20090328028A1 (en) * | 2008-06-25 | 2009-12-31 | O'rourke Connor | Electronic documents and methods for updating resource files for an application |
US8572580B2 (en) * | 2008-07-28 | 2013-10-29 | Microsoft Corporation | Computer application packages with customizations |
US9317274B2 (en) * | 2008-08-06 | 2016-04-19 | Lenovo (Singapore) Pte. Ltd. | Apparatus, system and method for integrated customization of multiple disk images independent of operating system type, version or state |
US9286045B2 (en) * | 2008-08-18 | 2016-03-15 | Infosys Limited | Method and system for providing applications to various devices |
US8990924B2 (en) * | 2008-08-27 | 2015-03-24 | Medtronic, Inc. | Multiple user accounts for managing stored information in an implantable medical device system |
US20100082974A1 (en) * | 2008-09-26 | 2010-04-01 | Microsoft Corporation | Parallel document processing |
US9367680B2 (en) * | 2008-10-21 | 2016-06-14 | Lookout, Inc. | System and method for mobile communication device application advisement |
US9235704B2 (en) * | 2008-10-21 | 2016-01-12 | Lookout, Inc. | System and method for a scanning API |
US9043919B2 (en) * | 2008-10-21 | 2015-05-26 | Lookout, Inc. | Crawling multiple markets and correlating |
US8533844B2 (en) * | 2008-10-21 | 2013-09-10 | Lookout, Inc. | System and method for security data collection and analysis |
US8527987B2 (en) * | 2008-12-29 | 2013-09-03 | Telefonaktiebolaget L M Ericsson (Publ) | Method and device for installing applications on NFC-enabled devices |
US8582958B2 (en) * | 2009-03-16 | 2013-11-12 | Panasonic Corporation | Reproducer, integrated circuit, reproduction method, application program, recording medium, recorder, and recording method |
US8825660B2 (en) * | 2009-03-17 | 2014-09-02 | Ebay Inc. | Image-based indexing in a network-based marketplace |
US20150095145A1 (en) * | 2009-03-25 | 2015-04-02 | Matthew A. Shulman | Advertisement effectiveness measurement |
CN101763269A (zh) * | 2010-01-27 | 2010-06-30 | 中兴通讯股份有限公司 | 一种软件安装包的制作方法 |
JP5381765B2 (ja) * | 2010-02-08 | 2014-01-08 | ブラザー工業株式会社 | プリンタ |
US8370330B2 (en) * | 2010-05-28 | 2013-02-05 | Apple Inc. | Predicting content and context performance based on performance history of users |
US8396759B2 (en) * | 2010-06-18 | 2013-03-12 | Google Inc. | Context-influenced application recommendations |
US8267793B2 (en) * | 2010-08-17 | 2012-09-18 | Samsung Electronics Co., Ltd. | Multiplatform gaming system |
US9047103B2 (en) * | 2010-12-21 | 2015-06-02 | Microsoft Technology Licensing, Llc | Resource index identifying multiple resource instances and selecting most appropriate UI resource instance based on weighted resource request conditions |
US8495570B2 (en) * | 2010-12-23 | 2013-07-23 | Microsoft Corporation | Resource deployment based on conditions |
US9495371B2 (en) * | 2010-12-28 | 2016-11-15 | Microsoft Technology Licensing, Llc | Unified access to resources |
JP5250645B2 (ja) * | 2011-01-25 | 2013-07-31 | 株式会社ソニー・コンピュータエンタテインメント | 情報処理装置 |
TW201233169A (en) * | 2011-01-25 | 2012-08-01 | Hon Hai Prec Ind Co Ltd | Apparatus and method for searching subtitle of television program |
US9911167B2 (en) * | 2011-02-21 | 2018-03-06 | General Electric Company | Clinical content-driven architecture systems and methods of use |
US9544396B2 (en) * | 2011-02-23 | 2017-01-10 | Lookout, Inc. | Remote application installation and control for a mobile device |
US10303526B2 (en) * | 2011-03-08 | 2019-05-28 | Facebook, Inc. | Device specific handling of user interface components |
EP2497552A3 (en) * | 2011-03-09 | 2013-08-21 | Sony Computer Entertainment Inc. | Information processing apparatus |
US9358460B2 (en) * | 2011-04-28 | 2016-06-07 | Numecent Holdings, Inc. | Adaptive cloud-based application streaming |
US8657680B2 (en) * | 2011-05-31 | 2014-02-25 | United Video Properties, Inc. | Systems and methods for transmitting media associated with a measure of quality based on level of game play in an interactive video gaming environment |
US8813060B2 (en) * | 2011-06-17 | 2014-08-19 | Microsoft Corporation | Context aware application model for connected devices |
US8756595B2 (en) * | 2011-07-28 | 2014-06-17 | Yahoo! Inc. | Method and system for distributed application stack deployment |
KR101573469B1 (ko) * | 2011-08-02 | 2015-12-03 | 주식회사 케이티 | 지도 기반의 앱 유통 시스템 및 그 방법 |
US8839446B2 (en) * | 2011-09-12 | 2014-09-16 | Microsoft Corporation | Protecting archive structure with directory verifiers |
US8819361B2 (en) * | 2011-09-12 | 2014-08-26 | Microsoft Corporation | Retaining verifiability of extracted data from signed archives |
US8908962B2 (en) * | 2011-09-30 | 2014-12-09 | Ebay Inc. | Item recommendations using image feature data |
CA2756102A1 (en) * | 2011-11-01 | 2012-01-03 | Cit Global Mobile Division | Method and system for localizing an application on a computing device |
US9134969B2 (en) * | 2011-12-13 | 2015-09-15 | Ipar, Llc | Computer-implemented systems and methods for providing consistent application generation |
US20130191495A1 (en) * | 2012-01-23 | 2013-07-25 | Cristian Almstrand | Framework and system to distribute applications for heterogeneous platforms |
US9805027B2 (en) * | 2012-02-03 | 2017-10-31 | Google Inc. | Translating application resources |
US20130232229A1 (en) * | 2012-03-02 | 2013-09-05 | Ilya Firman | Distribution of Application Files |
US20140325502A1 (en) * | 2012-06-29 | 2014-10-30 | Giannis Zarifis | Packaging, distribution and de-packaging of device-independent software applications |
US9189220B2 (en) * | 2012-07-02 | 2015-11-17 | Amazon Technologies, Inc. | Evaluating application compatibility |
EP2688274A1 (de) * | 2012-07-18 | 2014-01-22 | Siemens Aktiengesellschaft | Mobiles Kommunikationsendgerät mit einer darauf ausführbaren Brandmelder-Applikation sowie eine von einem Online-Internet-Verkaufsportal herunterladbare Brandmelder-Applikation |
US20140058812A1 (en) * | 2012-08-17 | 2014-02-27 | Augme Technologies, Inc. | System and method for interactive mobile ads |
US9392047B1 (en) * | 2012-09-13 | 2016-07-12 | Amazon Technologies, Inc. | Facilitating application compatibility across devices |
WO2014062804A1 (en) * | 2012-10-16 | 2014-04-24 | Citrix Systems, Inc. | Application wrapping for application management framework |
RU2523113C1 (ru) * | 2012-12-25 | 2014-07-20 | Закрытое акционерное общество "Лаборатория Касперского" | Система и способ целевой установки сконфигурированного программного обеспечения |
CN105228710B (zh) | 2013-01-17 | 2018-04-27 | 索尼电脑娱乐公司 | 信息处理设备和文件管理方法 |
EP2954026B1 (en) * | 2013-02-07 | 2019-03-06 | Dow Global Technologies LLC | Polyaminopolyamide-epichlorohydrin resins for use as clay and shale inhibition agents for the drilling industry |
WO2014156359A1 (ja) * | 2013-03-28 | 2014-10-02 | 三菱電機株式会社 | 再生装置、制御方法及びプログラム |
KR101489199B1 (ko) * | 2013-03-29 | 2015-02-03 | 주식회사 엘지씨엔에스 | 컴퓨터에서 실행 가능한 어플리케이션 패키지를 생성하는 방법, 이를 수행하는 컴퓨터 실행 장치 및 이를 저장한 기록 매체 |
US9766870B2 (en) * | 2013-05-30 | 2017-09-19 | Microsoft Technology Licensing, Llc | Bundle package generation |
US20140357357A1 (en) * | 2013-05-30 | 2014-12-04 | Microsoft Corporation | Game bundle package |
US9323514B2 (en) * | 2013-05-30 | 2016-04-26 | Microsoft Technology Licensing, Llc | Resource package indexing |
US20140379403A1 (en) * | 2013-06-21 | 2014-12-25 | International Business Machines Corporation | Modifying service levels in online meeting system |
US9792778B2 (en) * | 2013-09-26 | 2017-10-17 | Bally Gaming, Inc. | Bundling assets for mobile devices |
CN104050409B (zh) * | 2014-06-30 | 2016-10-05 | 安一恒通(北京)科技有限公司 | 一种识别被捆绑软件的方法及其装置 |
US9747084B2 (en) * | 2014-09-09 | 2017-08-29 | Google Inc. | Offline shader compilation |
US9410712B2 (en) * | 2014-10-08 | 2016-08-09 | Google Inc. | Data management profile for a fabric network |
US10503715B1 (en) * | 2016-06-16 | 2019-12-10 | Amazon Technologies, Inc. | Applications search using programmatic application state indexing |
TWI614755B (zh) * | 2017-02-07 | 2018-02-11 | 群聯電子股份有限公司 | 解碼方法、記憶體儲存裝置及記憶體控制電路單元 |
US10955994B2 (en) * | 2017-06-02 | 2021-03-23 | Apple Inc. | User interfaces for downloading applications on an electronic device |
US10360017B1 (en) * | 2018-01-02 | 2019-07-23 | Microsoft Technology Licensing, Llc | Updating program packages at distribution endpoint |
US10552136B2 (en) * | 2018-06-29 | 2020-02-04 | Alibaba Group Holding Limited | One click application asset distribution |
US10817281B2 (en) * | 2018-10-29 | 2020-10-27 | Sap Se | Packaged application resources for mobile applications |
-
2017
- 2017-07-31 JP JP2017148128A patent/JP6855348B2/ja active Active
-
2018
- 2018-07-24 WO PCT/JP2018/027685 patent/WO2019026687A1/ja active Application Filing
- 2018-07-24 US US16/621,875 patent/US11400380B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP2019028778A (ja) | 2019-02-21 |
US20200222812A1 (en) | 2020-07-16 |
US11400380B2 (en) | 2022-08-02 |
WO2019026687A1 (ja) | 2019-02-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6360014B2 (ja) | 情報処理装置およびダウンロード進捗状況の表示方法 | |
EP2947571B1 (en) | Information processing device and file management method | |
JP6396365B2 (ja) | 情報処理システム、情報処理装置およびデータ取得方法 | |
JP2015088146A (ja) | 情報処理装置 | |
JP2015088143A (ja) | 情報処理装置およびゲームデータのデータ構造 | |
CN113631236B (zh) | 信息处理设备及安装方法 | |
JP6855348B2 (ja) | 情報処理装置およびダウンロード処理方法 | |
JP7348815B2 (ja) | 情報処理装置およびファイル記録方法 | |
JP6767319B2 (ja) | 情報処理装置およびファイルコピー方法 | |
JP2015088144A (ja) | 情報処理装置およびゲームデータのデータ構造 | |
JP6580515B2 (ja) | 情報処理装置およびデータコピー方法 | |
WO2020246378A1 (ja) | 情報処理装置およびアプリケーション実行方法 | |
WO2021124634A1 (ja) | 情報処理装置およびファイルアクセス方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20190910 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20190910 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20200623 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20200817 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20200929 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20201218 |
|
C60 | Trial request (containing other claim documents, opposition documents) |
Free format text: JAPANESE INTERMEDIATE CODE: C60 Effective date: 20201218 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20210104 |
|
C21 | Notice of transfer of a case for reconsideration by examiners before appeal proceedings |
Free format text: JAPANESE INTERMEDIATE CODE: C21 Effective date: 20210105 |
|
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: 20210316 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20210317 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6855348 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |