JP2014109790A - Information processing device, method, and program - Google Patents

Information processing device, method, and program Download PDF

Info

Publication number
JP2014109790A
JP2014109790A JP2012262273A JP2012262273A JP2014109790A JP 2014109790 A JP2014109790 A JP 2014109790A JP 2012262273 A JP2012262273 A JP 2012262273A JP 2012262273 A JP2012262273 A JP 2012262273A JP 2014109790 A JP2014109790 A JP 2014109790A
Authority
JP
Japan
Prior art keywords
update
information processing
update data
processing apparatus
software
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.)
Pending
Application number
JP2012262273A
Other languages
Japanese (ja)
Inventor
Ryuichi Awaya
龍一 粟屋
Tomoyuki Arai
知之 新井
Hiroyasu Igami
弘康 伊神
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sharp Corp
Original Assignee
Sharp Corp
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 Sharp Corp filed Critical Sharp Corp
Priority to JP2012262273A priority Critical patent/JP2014109790A/en
Publication of JP2014109790A publication Critical patent/JP2014109790A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To solve the problem that a prediction value is used as a threshold for comparison with free capacity in software update of an information processing device and when an increment in data size due to the update is large, redundant software update for changing the prediction value to a measured value is needed.SOLUTION: An information processing device acquires update data for updating software from a server. The update data includes information representing an increment in data size increasing in a storage area for user data of the information processing device in execution of update. A creator or the like of the update date executes update and measures the increment in the data size so as to obtain the increment. The information processing device uses the increment included in the update data as a threshold for comparison with the free capacity of the storage area to determine whether the software can be updated, and executes the update using the update data according to a determination result.

Description

本発明は、ソフトウェアのアップデートが可能な情報処理装置に関し、特に、アップデート時の処理の効率を向上させるための技術に関する。   The present invention relates to an information processing apparatus capable of updating software, and more particularly to a technique for improving the efficiency of processing at the time of updating.

近年、スマートフォン、タブレット端末などの情報処理装置が普及しており、これら情報処理装置は、ネットワークを通じて様々なアプリケーションを取得することができる。また、情報処理装置は、OS(Operating system)やアプリケーションなどのソフトウェアをアップデートするためネットワークを通じてサーバと接続し、サーバからアップデート用のデータをダウンロードすることができる。情報処理装置は、OS等をアップデートすることで機能を追加することができる。   In recent years, information processing apparatuses such as smartphones and tablet terminals have become widespread, and these information processing apparatuses can acquire various applications through a network. The information processing apparatus can connect to a server through a network to update software such as an OS (Operating system) and applications, and can download update data from the server. The information processing apparatus can add functions by updating the OS or the like.

情報処理装置がOS等のソフトウェアをアップデートする場合、アップデートにより情報処理装置が記憶するデータのサイズが増加しうる。ソフトウェアのアップデート時に情報処理装置の記憶領域の空き容量が十分でない場合、情報処理装置はアップデートに失敗し、正常に起動しなくなるおそれがある。そのため、アップデートの際、情報処理装置の記憶領域の空き容量が、アップデート処理の実行に十分であるか否かを判定する必要がある。例えば、国際公開第2006/137147号(特許文献1)は、携帯電話装置がダウンロードを希望する目的データのサイズ情報を含む管理情報を受信し、管理情報に含まれる目的データのサイズ情報に基づいて、目的データのサイズが所定値を超えるか判定する技術を開示している。特許文献1に記載される技術によると、携帯電話装置が履歴の格納に使用する一時的格納領域が大容量のコンテンツデータの格納に使用されることがなくなり、一時的格納領域において保持できる履歴の数が保証される。   When the information processing apparatus updates software such as an OS, the size of data stored in the information processing apparatus may increase due to the update. If the free space in the storage area of the information processing apparatus is not sufficient when updating the software, the information processing apparatus may fail to update and may not start normally. Therefore, when updating, it is necessary to determine whether or not the free space in the storage area of the information processing apparatus is sufficient for executing the update process. For example, International Publication No. 2006/137147 (Patent Document 1) receives management information including size information of target data that the mobile phone device desires to download, and based on the size information of target data included in the management information. A technique for determining whether the size of the target data exceeds a predetermined value is disclosed. According to the technique described in Patent Document 1, the temporary storage area used by the mobile phone device for storing history is not used for storing large-capacity content data. Number is guaranteed.

国際公開第2006/137147号International Publication No. 2006/137147

情報処理装置は、ソフトウェアをアップデートする場合に、記憶領域の空き容量と、所定の閾値とを比較することで、空き容量がソフトウェアの更新に十分にあるか否かを判定する。上記の所定の閾値は、例えば、ソフトウェアのアップデートの処理を実行するためのプログラムに埋め込まれており、固定値である。この固定値は、例えば、ソフトウェアのアップデートに伴い増加するデータ量を、情報処理装置の開発者等が製品開発段階等において推定した値である。   When updating the software, the information processing apparatus compares the free space in the storage area with a predetermined threshold value to determine whether the free space is sufficient for the software update. The predetermined threshold is a fixed value embedded in a program for executing software update processing, for example. This fixed value is, for example, a value estimated by the developer of the information processing apparatus or the like in the product development stage, etc., with the amount of data that increases as software is updated.

アップデート時に情報処理装置の記憶領域において実際に増加するデータ量が上記の所定の閾値を上回る場合、アップデートの実行に十分な記憶領域が情報処理装置に確保されていないおそれがある。この場合、情報処理装置は、ソフトウェアをアップデートする際に、この所定の閾値を変更するための別のアップデートプログラムを少なくとも1回は実行する必要があり、情報処理装置のソフトウェアのアップデート時の処理が複雑化する。   When the amount of data that actually increases in the storage area of the information processing apparatus at the time of update exceeds the predetermined threshold value, there is a possibility that a storage area sufficient for execution of the update is not secured in the information processing apparatus. In this case, when the information processing apparatus updates the software, it is necessary to execute another update program for changing the predetermined threshold value at least once. To be complicated.

そこで、本発明は、情報処理装置のソフトウェアのアップデート時の処理の効率を向上させるための技術を提供することを目的とする。   SUMMARY An advantage of some aspects of the invention is that it provides a technique for improving processing efficiency when updating software of an information processing apparatus.

一実施形態に従う情報処理装置は、サーバとの通信によりソフトウェアのアップデートが可能な情報処理装置であって、ソフトウェアとデータを記憶するための記憶部と、アップデート対象のソフトウェアを更新するための更新用データをサーバから取得して情報処理装置のアップデート処理を制御する制御部とを備え、更新用データは、記憶されるソフトウェアをアップデートすることで記憶部において増加するデータサイズの増加量を示す増加量情報を含んでおり、制御部は、取得した更新用データに含まれる増加量情報と、記憶部における記憶領域の空き容量とを比較することにより、更新用データを適用することによるアップデート対象のソフトウェアの更新の可否を判定する判定部を含み、判定部による判定結果に従ってソフトウェアのアップデートを実行する。   An information processing apparatus according to an embodiment is an information processing apparatus capable of updating software through communication with a server, and includes a storage unit for storing software and data, and an update unit for updating software to be updated A control unit that acquires data from the server and controls update processing of the information processing apparatus, and the update data indicates an increase amount indicating an increase in data size that is increased in the storage unit by updating the stored software And the control unit compares the increase amount information included in the acquired update data with the free space of the storage area in the storage unit, thereby updating the software to be updated by applying the update data Including a determination unit that determines whether or not the update of the software is possible. To perform an update of A.

別の実施形態に従うと、サーバとの通信によりソフトウェアのアップデートが可能な情報処理装置におけるアップデート方法が提供される。情報処理装置は、ソフトウェアとデータを記憶するための記憶部を備える。方法は、情報処理装置が、アップデート対象のソフトウェアを更新するための更新用データをサーバから取得して情報処理装置のアップデート処理を制御するステップを含み、更新用データは、記憶されるソフトウェアをアップデートすることで記憶部において増加するデータサイズの増加量を示す増加量情報を含んでおり、方法は、情報処理装置が、取得した更新用データに含まれる増加量情報と、記憶部における記憶領域の空き容量とを比較することにより、更新用データを適用することによるアップデート対象のソフトウェアの更新の可否を判定するステップと、判定結果に従ってソフトウェアのアップデートを実行するステップとを含む。   According to another embodiment, an update method in an information processing apparatus capable of updating software through communication with a server is provided. The information processing apparatus includes a storage unit for storing software and data. The method includes a step in which an information processing apparatus acquires update data for updating software to be updated from a server and controls an update process of the information processing apparatus, and the update data updates stored software In the method, the information processing apparatus includes an increase amount information indicating an increase amount of the data size that increases in the storage unit, and the information processing apparatus includes the increase amount information included in the acquired update data and the storage area in the storage unit. A step of determining whether or not the update target software can be updated by applying the update data by comparing with the free space and a step of executing the software update according to the determination result are included.

別の実施形態に従うと、サーバとの通信によりソフトウェアのアップデートが可能な情報処理装置におけるアップデート処理を制御するためのプログラムが提供される。情報処理装置は、プロセッサと、メモリとを備える。プログラムは、プロセッサに、アップデート対象のソフトウェアを更新するための更新用データをサーバから取得してアップデート処理を制御するステップを実行させ、更新用データは、メモリに記憶されるソフトウェアをアップデートすることでメモリにおいて増加するデータサイズの増加量を示す増加量情報を含んでおり、プログラムは、プロセッサに、取得した更新用データに含まれる増加量情報と、メモリにおける記憶領域の空き容量とを比較することにより、更新用データを適用することによるアップデート対象のソフトウェアの更新の可否を判定するステップと、判定結果に従ってソフトウェアをアップデートするステップとを実行させる。   According to another embodiment, a program for controlling update processing in an information processing apparatus capable of updating software through communication with a server is provided. The information processing apparatus includes a processor and a memory. The program causes the processor to acquire update data for updating the update target software from the server and execute a step of controlling the update process, and the update data is updated by updating the software stored in the memory. The increase amount information indicating the increase amount of the data size increasing in the memory is included, and the program compares the increase amount information included in the acquired update data with the free capacity of the storage area in the memory. Thus, the step of determining whether or not the update target software can be updated by applying the update data and the step of updating the software according to the determination result are executed.

上記一実施形態によると、情報処理装置のソフトウェアのアップデート時の処理の効率を向上させることができる。   According to the one embodiment, it is possible to improve the efficiency of processing when updating software of the information processing apparatus.

この発明の上記および他の目的、特徴、局面および利点は、添付の図面と関連して理解されるこの発明に関する次の詳細な説明から明らかとなるであろう。   The above and other objects, features, aspects and advantages of the present invention will become apparent from the following detailed description of the present invention taken in conjunction with the accompanying drawings.

実施の形態の情報処理装置を含むネットワークの全体構成の概略を示す図である。It is a figure which shows the outline of the whole structure of the network containing the information processing apparatus of embodiment. 情報処理装置100の構成を示す機能ブロック図である。2 is a functional block diagram illustrating a configuration of an information processing apparatus 100. FIG. 更新データ管理サーバ800の構成を示す機能ブロック図である。3 is a functional block diagram showing a configuration of an update data management server 800. FIG. 更新データ88の構成を示す図である。6 is a diagram showing a configuration of update data 88. FIG. 情報処理装置100と更新データ管理サーバ800とが情報処理装置100のアップデート用のデータを送受信する処理を示すフローチャートである。10 is a flowchart illustrating processing in which the information processing apparatus 100 and the update data management server 800 transmit and receive data for update of the information processing apparatus 100. 情報処理装置100が更新データをインストールする処理を示すフローチャートである。It is a flowchart which shows the process which the information processing apparatus 100 installs update data. 更新データ管理サーバ800が更新データを配信する処理を示すフローチャートである。It is a flowchart which shows the process in which the update data management server 800 delivers update data.

以下、図面を参照しつつ、本発明の実施の形態について説明する。以下の説明では、同一の部品には同一の符号を付してある。それらの名称および機能も同じである。したがって、それらについての詳細な説明は繰り返さない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. In the following description, the same parts are denoted by the same reference numerals. Their names and functions are also the same. Therefore, detailed description thereof will not be repeated.

<実施の形態1のネットワークの構成の概略>
図1は、実施の形態の情報処理装置を含むネットワークの全体構成の概略を示す図である。図1に示すように、このネットワークは、情報処理装置100Aと、情報処理装置100Bと、無線ルータ200と、無線基地局300と、更新データ生成装置600と、ネットワーク700と、更新データ管理サーバ800とを含む。情報処理装置100A、情報処理装置100B(以下、これら複数の情報処理装置を総称して「情報処理装置100」と言うこともある)は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)、ディスプレイ、通信インターフェース等を備え、プログラムに従って動作する。例えば、情報処理装置100Aは、タブレット端末であり、情報処理装置100Bは、スマートフォンである。
<Outline of Network Configuration of Embodiment 1>
FIG. 1 is a diagram illustrating an outline of an overall configuration of a network including an information processing apparatus according to an embodiment. As shown in FIG. 1, this network includes an information processing apparatus 100A, an information processing apparatus 100B, a wireless router 200, a wireless base station 300, an update data generation apparatus 600, a network 700, and an update data management server 800. Including. The information processing apparatus 100A and the information processing apparatus 100B (hereinafter, the plurality of information processing apparatuses may be collectively referred to as “information processing apparatus 100”) include a CPU (Central Processing Unit), a ROM (Read Only Memory), A RAM (Random Access Memory), a display, a communication interface, and the like are provided and operate according to a program. For example, the information processing apparatus 100A is a tablet terminal, and the information processing apparatus 100B is a smartphone.

図1に示すように、情報処理装置100は、無線ルータ200、無線基地局300等によってインターネットと接続しており、ネットワーク700を通じて更新データ管理サーバ800と通信し、更新データ管理サーバ800からアプリケーションをダウンロードすることができる。また、情報処理装置100は、OS(Operating System)やアプリケーション等をアップデートするためのデータ(更新データ)を更新データ管理サーバ800からダウンロードしてインストールすることにより、OSやアプリケーションをアップデートすることができる。例えば、情報処理装置100は、ユーザの設定に応じて自動的にOS等の更新データを取得する。   As shown in FIG. 1, the information processing apparatus 100 is connected to the Internet through a wireless router 200, a wireless base station 300, and the like, communicates with the update data management server 800 through a network 700, and receives applications from the update data management server 800. Can be downloaded. Further, the information processing apparatus 100 can update the OS and applications by downloading and installing data (update data) for updating the OS (Operating System), applications, and the like from the update data management server 800. . For example, the information processing apparatus 100 automatically acquires update data such as an OS in accordance with user settings.

更新データ管理サーバ800は、情報処理装置100のOS等をアップデートするためのデータを配信する配信サーバとして機能する。更新データ管理サーバ800は、データベースシステムを管理しており、情報処理装置100の機種ごとにアップデート用のデータを保持している。更新データ管理サーバ800は、情報処理装置100からのアクセスを受け付けて情報処理装置100を認証し、認証済みの情報処理装置100に対し、OSやアプリケーションのアップデート用のデータ等を送信する。更新データ管理サーバ800は、情報処理装置100からOSやアプリケーションを更新するための更新データの送信要求を受け付けて更新データを情報処理装置100へ送信する。情報処理装置100は、更新データ管理サーバ800から送信されるデータサイズ増加量情報に基づいて、アップデート用のデータと情報処理装置100の記憶領域の空き容量とを比較し、比較結果に応じてアップデートの実行の可否を判定する。なお、更新データ管理サーバ800は、複数のサーバから構成されることとしてもよい。   The update data management server 800 functions as a distribution server that distributes data for updating the OS or the like of the information processing apparatus 100. The update data management server 800 manages the database system, and holds update data for each model of the information processing apparatus 100. The update data management server 800 accepts access from the information processing apparatus 100, authenticates the information processing apparatus 100, and transmits OS and application update data to the authenticated information processing apparatus 100. The update data management server 800 receives an update data transmission request for updating the OS and application from the information processing apparatus 100 and transmits the update data to the information processing apparatus 100. Based on the data size increase information transmitted from the update data management server 800, the information processing apparatus 100 compares the update data with the free space in the storage area of the information processing apparatus 100, and updates according to the comparison result. Whether or not execution is possible is determined. The update data management server 800 may be composed of a plurality of servers.

<情報処理装置100の各機能の構成>
図2を参照して情報処理装置100の構成について説明する。図2は、情報処理装置100の構成を示す機能ブロック図である。図2に示すように、情報処理装置100は、第1アンテナ11Aと、第2アンテナ11Bと、第1無線RF(Radio Frequency)部12Aと、第2無線RF部12Bと、記憶部13と、表示部14と、操作部15と、音声出力部16と、制御部17と、を含む。制御部17は、通信処理部31と、閾値設定部32と、判定処理部33とを含む。また、制御部17は、更新データダウンロードマネージャ34、および更新データインストールプログラム35等のプログラムを記憶部13等から読み出して、読み出したプログラムに従って動作する。
<Configuration of Functions of Information Processing Device 100>
The configuration of the information processing apparatus 100 will be described with reference to FIG. FIG. 2 is a functional block diagram illustrating the configuration of the information processing apparatus 100. As shown in FIG. 2, the information processing apparatus 100 includes a first antenna 11A, a second antenna 11B, a first radio frequency (RF) unit 12A, a second radio RF unit 12B, a storage unit 13, A display unit 14, an operation unit 15, an audio output unit 16, and a control unit 17 are included. The control unit 17 includes a communication processing unit 31, a threshold setting unit 32, and a determination processing unit 33. Further, the control unit 17 reads programs such as the update data download manager 34 and the update data installation program 35 from the storage unit 13 and the like, and operates according to the read programs.

情報処理装置100は、複数の通信方式に対応しており、通信方式それぞれに対応して無線RF部およびアンテナなどを含む。図2では、2つの無線RF部を備える例を示している。   The information processing apparatus 100 supports a plurality of communication methods, and includes a wireless RF unit, an antenna, and the like corresponding to each communication method. FIG. 2 illustrates an example including two wireless RF units.

第1アンテナ11Aと第2アンテナ11Bとは、情報処理装置100が送信する信号を電波として放射する。また、第1アンテナ11Aは、空間から電波を受信して受信信号を第1無線RF部12Aへ出力する。第2アンテナ11Bは、空間から電波を受信して受信信号を第2無線RF部12Bへ出力する。   The first antenna 11A and the second antenna 11B radiate signals transmitted from the information processing apparatus 100 as radio waves. The first antenna 11A receives radio waves from the space and outputs a received signal to the first radio RF unit 12A. The second antenna 11B receives radio waves from the space and outputs a received signal to the second wireless RF unit 12B.

第1無線RF部12Aおよび第2無線RF部12Bは、アンテナや高周波回路などを含む通信モジュールであり、情報処理装置100が送受信する無線通信信号の変復調や周波数変換を行う。通信方式とは、例えば、Bluetooth(登録商標)などの近距離無線通信規格や、IEEE802.11などの無線LAN(Local Area Network)規格などがある。また、無線RF部は、LTE(Long Term Evolution)、UMTS(Universal Mobile Telecommunications System)など、移動体通信システムにおける通信方式に対応している。   The first wireless RF unit 12A and the second wireless RF unit 12B are communication modules including an antenna, a high-frequency circuit, and the like, and perform modulation / demodulation and frequency conversion of a wireless communication signal transmitted and received by the information processing apparatus 100. Examples of the communication method include short-range wireless communication standards such as Bluetooth (registered trademark), wireless LAN (Local Area Network) standards such as IEEE 802.11, and the like. The wireless RF unit corresponds to a communication system in a mobile communication system such as LTE (Long Term Evolution) and UMTS (Universal Mobile Telecommunications System).

記憶部13は、フラッシュメモリ等により構成され、アプリケーションや電話帳データなど情報処理装置100が使用するデータを記憶するための記憶領域である。記憶部13は、製品種別情報21と、バージョン情報22等を記憶する。製品種別情報21は、情報処理装置100の機種を特定するための情報を含み、例えば情報処理装置100の機種名称などである。バージョン情報22は、情報処理装置100において動作しているOSやアプリケーションなどのバージョンを示す。情報処理装置100は、製品種別情報21とバージョン情報22とを更新データ管理サーバ800へ送信する。更新データ管理サーバ800は、製品種別情報21とバージョン情報22とを受信することで、情報処理装置100に対応するアップデート用のデータを特定する。   The storage unit 13 is configured by a flash memory or the like, and is a storage area for storing data used by the information processing apparatus 100 such as applications and telephone directory data. The storage unit 13 stores product type information 21, version information 22, and the like. The product type information 21 includes information for specifying the model of the information processing apparatus 100, and is, for example, the model name of the information processing apparatus 100. The version information 22 indicates the version of the OS, application, etc. operating in the information processing apparatus 100. The information processing apparatus 100 transmits the product type information 21 and the version information 22 to the update data management server 800. The update data management server 800 specifies the update data corresponding to the information processing apparatus 100 by receiving the product type information 21 and the version information 22.

更新データダウンロードマネージャ34は、情報処理装置100が更新データ管理サーバ800と通信して自装置に対応するアップデート用のデータをダウンロードする処理を管理するためのプログラムである。情報処理装置100は、更新データダウンロードマネージャ34を実行することにより、例えば、製品種別情報21およびバージョン情報22を更新データ管理サーバ800へ送信してアップデート用のデータの有無を確認する処理、更新データ管理サーバ800からアップデート用のデータを受信するため更新データ管理サーバ800と通信接続を確立する処理、およびアップデート用のデータを更新データ管理サーバ800から受信する処理等を行う。   The update data download manager 34 is a program for managing a process in which the information processing apparatus 100 communicates with the update data management server 800 to download update data corresponding to the own apparatus. By executing the update data download manager 34, the information processing apparatus 100 transmits, for example, the product type information 21 and the version information 22 to the update data management server 800 to check whether there is update data, update data In order to receive update data from the management server 800, processing for establishing a communication connection with the update data management server 800, processing for receiving update data from the update data management server 800, and the like are performed.

更新データインストールプログラム35は、情報処理装置100が更新データ管理サーバ800からダウンロードしたアップデート用のデータを情報処理装置100にインストールする処理を制御するためのプログラムである。情報処理装置100は、更新データインストールプログラム35を実行することにより、例えば、アップデートに必要なユーザデータ領域の空き容量が確保されているか否かを判定する処理、アップデート用のデータのインストールを開始するため情報処理装置100を再起動する処理、情報処理装置100の再起動後、アップデートに必要な最小限のプログラムを起動してアップデート用のデータを情報処理装置100にインストールする処理、およびアップデートの成否に応じて表示部14にメッセージを表示する処理等を行う。   The update data installation program 35 is a program for controlling processing for installing update data downloaded from the update data management server 800 by the information processing apparatus 100 into the information processing apparatus 100. By executing the update data installation program 35, the information processing apparatus 100 starts, for example, processing for determining whether or not the free space of the user data area necessary for update is secured, and installation of update data. Therefore, the process of restarting the information processing apparatus 100, the process of starting the minimum program necessary for the update after the restart of the information processing apparatus 100, and installing the update data in the information processing apparatus 100, and the success or failure of the update In response to this, a process of displaying a message on the display unit 14 is performed.

表示部14は、メニュー画面においてアイコンや背景画像を表示し、アプリケーションの動作によって静止画や動画などを表示するためのディスプレイである。また、表示部14は、情報処理装置100がソフトウェアをアップデートさせている状態において、アップデートの進捗状況やアップデートの成否などの情報を表示する。表示部14は、例えばLCD(Liquid Crystal Display)や有機EL(electroluminescence)ディスプレイによって実現される。   The display unit 14 is a display for displaying icons and background images on the menu screen, and displaying still images, moving images, and the like by application operations. Further, the display unit 14 displays information such as the update progress status and the success or failure of the update in a state where the information processing apparatus 100 is updating the software. The display unit 14 is realized by, for example, an LCD (Liquid Crystal Display) or an organic EL (electroluminescence) display.

操作部15は、ユーザの操作を受け付けるための操作部材であり、例えば静電容量方式によってユーザの接触操作を受け付けるタッチパネルである。   The operation unit 15 is an operation member for receiving a user's operation, and is a touch panel that receives a user's contact operation by, for example, a capacitance method.

音声出力部16は、音声を出力するための部材であり、スピーカ等である。音声出力部16は、制御部17の制御により、情報処理装置100のアップデート処理の成否に応じて音声出力などを行う。   The audio output unit 16 is a member for outputting audio, and is a speaker or the like. The audio output unit 16 performs audio output or the like according to the success or failure of the update process of the information processing apparatus 100 under the control of the control unit 17.

制御部17は、CPU等により構成され、プログラムに従って動作することによって、通信処理部31、閾値設定部32、判定処理部33としての機能を発揮して情報処理装置100の動作を制御する。通信処理部31は、情報処理装置100による外部の通信装置との通信処理を制御する。例えば、情報処理装置100は、制御部17が更新データダウンロードマネージャ34を実行することにより通信処理部31としての機能を発揮し、更新データ管理サーバ800からOSのアップデート用のデータを受信する処理等を行う。   The control unit 17 is configured by a CPU or the like, and operates according to a program, thereby functioning as the communication processing unit 31, the threshold setting unit 32, and the determination processing unit 33 to control the operation of the information processing apparatus 100. The communication processing unit 31 controls communication processing with an external communication device by the information processing apparatus 100. For example, in the information processing apparatus 100, the control unit 17 executes the update data download manager 34 to exhibit the function as the communication processing unit 31 and receives the OS update data from the update data management server 800. I do.

情報処理装置100は、更新データインストールプログラム35を実行することにより、閾値設定部32および判定処理部33の機能を発揮する。閾値設定部32は、情報処理装置100が受信したアップデート用のデータ等に基づいて、情報処理装置100がアップデート用のデータのインストールを行うのに十分な記憶領域(ユーザデータ領域)の空き容量があるか否かの判断に用いるための閾値を設定する。判定処理部33は、情報処理装置100が受信したアップデート用のデータ等に基づいて、アップデート用のデータのインストールに十分な記憶領域の空き容量があるか否かを判断し、空き容量が十分にある場合に、OSやアプリケーションのアップデートを行う。これらのアップデート用のデータをインストールするための処理の詳細は後述する。   The information processing apparatus 100 exhibits the functions of the threshold setting unit 32 and the determination processing unit 33 by executing the update data installation program 35. Based on the update data received by the information processing apparatus 100, the threshold setting unit 32 has a free space in a storage area (user data area) sufficient for the information processing apparatus 100 to install the update data. A threshold for use in determining whether or not there is is set. Based on the update data received by the information processing apparatus 100, the determination processing unit 33 determines whether or not there is sufficient free space in the storage area for installing the update data. In some cases, the OS or application is updated. Details of the processing for installing these update data will be described later.

<更新データ管理サーバ800の構成>
図3を参照して更新データ管理サーバ800の構成について説明する。図3は、更新データ管理サーバ800の構成を示す機能ブロック図である。図3に示すように、更新データ管理サーバ800は、通信インターフェース部81と、記憶部82と、制御部83と、を含む。更新データ管理サーバ800は、情報処理装置100からアップデート用のデータの送信要求を受け付けて、情報処理装置100に対応するアップデート用のデータを情報処理装置100へ送信する。
<Configuration of Update Data Management Server 800>
The configuration of the update data management server 800 will be described with reference to FIG. FIG. 3 is a functional block diagram showing the configuration of the update data management server 800. As illustrated in FIG. 3, the update data management server 800 includes a communication interface unit 81, a storage unit 82, and a control unit 83. The update data management server 800 receives an update data transmission request from the information processing apparatus 100 and transmits update data corresponding to the information processing apparatus 100 to the information processing apparatus 100.

通信インターフェース部81は、更新データ管理サーバ800がネットワーク700と接続することによって他の装置と通信するためのインターフェースである。   The communication interface unit 81 is an interface for the update data management server 800 to communicate with other devices by connecting to the network 700.

記憶部82は、HDD(Hard disk drive)などにより構成され、大容量の記憶領域を備える。記憶部82は、更新データバージョン管理情報87と更新データ88とを記憶する。更新データバージョン管理情報87は、情報処理装置100の機種とアップデート用のデータとの対応関係、および、アップデート用のデータのバージョンとを管理するための情報である。更新データ88は、情報処理装置100をアップデートさせるためのデータである。   The storage unit 82 is configured by an HDD (Hard disk drive) or the like, and includes a large-capacity storage area. The storage unit 82 stores update data version management information 87 and update data 88. The update data version management information 87 is information for managing the correspondence relationship between the model of the information processing apparatus 100 and the update data, and the version of the update data. The update data 88 is data for updating the information processing apparatus 100.

制御部83は、CPU等により構成され、プログラムに従って動作することによって、更新データ保管処理部91と、更新データ配信管理部92としての機能を発揮して更新データ管理サーバ800の動作を制御する。   The control unit 83 is configured by a CPU or the like, and operates according to a program, thereby functioning as the update data storage processing unit 91 and the update data distribution management unit 92 to control the operation of the update data management server 800.

更新データ保管処理部91は、更新データ生成装置600を操作することで情報処理装置100のアップデート用のデータを作成する事業者等のユーザからアップデート用のデータのアップロードを受け付ける。更新データ保管処理部91は、アップデート用のデータのアップロードを行うユーザを認証し、認証結果に応じてデータをHDD等に格納する。また、更新データ保管処理部91は、アップデート用のデータのアップロードを行うユーザから、アップデート用のデータが対応する情報処理装置100の機種名や、アップデート用のデータのバージョンなどの情報を受け付けて更新データバージョン管理情報87を更新する。   The update data storage processing unit 91 accepts uploading of update data from a user such as a business operator who creates update data for the information processing apparatus 100 by operating the update data generation apparatus 600. The update data storage processing unit 91 authenticates a user who uploads update data, and stores the data in the HDD or the like according to the authentication result. Further, the update data storage processing unit 91 receives and updates information such as the model name of the information processing apparatus 100 corresponding to the update data and the version of the update data from the user who uploads the update data. Data version management information 87 is updated.

更新データ配信管理部92は、情報処理装置100のOS等をアップデートするためのアップデート用のデータを情報処理装置100へ送信する処理を管理する。更新データ配信管理部92は、情報処理装置100から送信される情報処理装置100の製品種別情報21およびバージョン情報22等を受信し、情報処理装置100からのアップデート用のデータの送信要求を受け付けて、情報処理装置100の認証処理、情報処理装置100の機種等に対応したアップデート用のデータを情報処理装置100に送信する処理等を行う。   The update data distribution management unit 92 manages processing for transmitting update data for updating the OS or the like of the information processing apparatus 100 to the information processing apparatus 100. The update data distribution management unit 92 receives the product type information 21 and the version information 22 of the information processing apparatus 100 transmitted from the information processing apparatus 100, and receives a request for transmission of update data from the information processing apparatus 100. Then, an authentication process of the information processing apparatus 100, a process of transmitting update data corresponding to the model of the information processing apparatus 100, and the like are performed.

<データ>
次に、本実施形態における情報処理装置100のプログラムを更新するためのアップデート用のデータの構成を説明する。図4は、更新データ88の構成を示す図である。図4に示すように、更新データ88は、更新データ本体41と、更新データメタ情報42(ユーザデータサイズ増加量情報)とを含む。
<Data>
Next, the configuration of update data for updating the program of the information processing apparatus 100 in the present embodiment will be described. FIG. 4 is a diagram showing the configuration of the update data 88. As shown in FIG. As shown in FIG. 4, the update data 88 includes an update data main body 41 and update data meta information 42 (user data size increase amount information).

情報処理装置100がアップデート用のデータをインストールすることによって情報処理装置100の記憶領域において増加するデータ量は、アップデート用のデータのファイルの構成と、情報処理装置100に記憶されるアップデート前のデータのバージョン等によって定まる。更新データ管理サーバ800は、情報処理装置100から送信される製品種別情報21とバージョン情報22とを受け付ける。更新データメタ情報42に示されるデータ量の増加量は、例えば、アップデート用のデータの提供者や開発者等が、予めアップデートを試行することによって得られる。アップデート用のデータのアップロードを行うデータの提供者や開発者等は、更新データ本体41と更新データメタ情報42とから構成される更新データ88を更新データ管理サーバ800へアップロードする。   The amount of data that increases in the storage area of the information processing apparatus 100 when the information processing apparatus 100 installs update data includes the configuration of the update data file and the pre-update data stored in the information processing apparatus 100 Depends on the version etc. The update data management server 800 receives product type information 21 and version information 22 transmitted from the information processing apparatus 100. The amount of increase in the data amount indicated in the update data meta-information 42 is obtained, for example, when the update data provider or developer tries the update in advance. A data provider or developer who uploads data for update uploads update data 88 composed of the update data main body 41 and the update data meta information 42 to the update data management server 800.

<動作>
次に、図5から図7を用いて情報処理装置100および更新データ管理サーバ800の動作について説明する。図5は、情報処理装置100と更新データ管理サーバ800とが情報処理装置100のアップデート用のデータを送受信する処理を示すフローチャートである。
<Operation>
Next, operations of the information processing apparatus 100 and the update data management server 800 will be described with reference to FIGS. FIG. 5 is a flowchart illustrating a process in which the information processing apparatus 100 and the update data management server 800 transmit / receive data for update of the information processing apparatus 100.

情報処理装置100と更新データ管理サーバ800との動作を説明すると、ステップS11において、情報処理装置100は、OSやアプリケーションなどソフトウェアの更新を開始する操作を操作部15によってユーザから受け付ける。   The operation of the information processing apparatus 100 and the update data management server 800 will be described. In step S11, the information processing apparatus 100 receives an operation for starting software update such as an OS or an application from the user by the operation unit 15.

ステップS13において、ユーザからのソフトウェアの更新を開始する操作を受け付けることに応じて情報処理装置100は更新データダウンロードマネージャ34を読み出して実行する。通信処理部31は、情報処理装置100を更新データ管理サーバ800と通信接続するための処理を行い、更新データ管理サーバ800による情報処理装置100の認証を受ける処理を行う。通信処理部31は、記憶部13から製品種別情報21とバージョン情報22とを読み出して、読み出した製品種別情報21とバージョン情報22とを更新データ管理サーバ800へ送信する。   In step S13, the information processing apparatus 100 reads and executes the update data download manager 34 in response to accepting an operation for starting software update from the user. The communication processing unit 31 performs processing for connecting the information processing apparatus 100 to the update data management server 800 and performs processing for receiving authentication of the information processing apparatus 100 by the update data management server 800. The communication processing unit 31 reads the product type information 21 and the version information 22 from the storage unit 13, and transmits the read product type information 21 and version information 22 to the update data management server 800.

ステップS81において、更新データ管理サーバ800は、情報処理装置100と通信接続して情報処理装置100の認証を行い、情報処理装置100から受信する製品種別情報21とバージョン情報22とに基づいて、情報処理装置100のソフトウェアをアップデートさせるためのアップデート用のデータがあるか否かを判定する。更新データ管理サーバ800は、アップデート用のデータがあると判定した場合、情報処理装置100へアップデート用のデータを送信し、アップデート用のデータがないと判定した場合、アップデート用のデータがない旨のメッセージデータを情報処理装置100へ送信する。詳しくは後述する。   In step S81, the update data management server 800 performs communication connection with the information processing apparatus 100 to authenticate the information processing apparatus 100, and based on the product type information 21 and the version information 22 received from the information processing apparatus 100, information is updated. It is determined whether there is update data for updating the software of the processing apparatus 100. When the update data management server 800 determines that there is update data, the update data management server 800 transmits update data to the information processing apparatus 100. When it is determined that there is no update data, the update data management server 800 indicates that there is no update data. The message data is transmitted to the information processing apparatus 100. Details will be described later.

ステップS15において、通信処理部31は、更新データ管理サーバ800から更新データ88をダウンロードして情報処理装置100のメモリに保持する。なお、情報処理装置100に装着される外部の記憶媒体(メモリカードなど)に更新データ88を記憶させることとしてもよい。   In step S <b> 15, the communication processing unit 31 downloads the update data 88 from the update data management server 800 and stores it in the memory of the information processing apparatus 100. Note that the update data 88 may be stored in an external storage medium (such as a memory card) attached to the information processing apparatus 100.

ステップS17において、情報処理装置100は、更新データインストールプログラム35を記憶部13から読み出して実行することによって、更新データ管理サーバ800からダウンロードした更新データ88を情報処理装置100へインストールするための処理を実行する。詳しくは後述する。   In step S <b> 17, the information processing apparatus 100 reads out and executes the update data installation program 35 from the storage unit 13, thereby performing processing for installing the update data 88 downloaded from the update data management server 800 into the information processing apparatus 100. Run. Details will be described later.

<情報処理装置100における更新データのインストール処理>
図6は、情報処理装置100が更新データをインストールする処理を示すフローチャートである。図6に示す一連の処理は、図5のステップS17の処理に対応している。情報処理装置100は、記憶部13から更新データインストールプログラム35を読み出して実行することで、閾値設定部32と判定処理部33の機能を発揮する。
<Update Data Installation Process in Information Processing Apparatus 100>
FIG. 6 is a flowchart illustrating a process in which the information processing apparatus 100 installs update data. The series of processing shown in FIG. 6 corresponds to the processing in step S17 in FIG. The information processing apparatus 100 reads out and executes the update data installation program 35 from the storage unit 13, thereby exhibiting the functions of the threshold setting unit 32 and the determination processing unit 33.

ステップS21において、閾値設定部32は、ステップS15でダウンロードした更新データ88に含まれる更新データメタ情報42を抽出する。   In step S21, the threshold setting unit 32 extracts the update data meta information 42 included in the update data 88 downloaded in step S15.

ステップS23において、閾値設定部32は、ステップS21で抽出した更新データメタ情報42に示されるデータサイズの増加量を閾値として設定する。この閾値は、情報処理装置100が更新データ88に含まれる更新データ本体41を情報処理装置100にインストールする際に、ユーザデータ領域の空き容量と比較するために用いられる。   In step S23, the threshold setting unit 32 sets the increase amount of the data size indicated in the update data meta information 42 extracted in step S21 as a threshold. This threshold value is used to compare with the free space of the user data area when the information processing apparatus 100 installs the update data body 41 included in the update data 88 in the information processing apparatus 100.

ステップS25において、判定処理部33は、記憶領域のユーザデータ領域の空き容量と、ステップS23で設定した閾値とを比較し、ユーザデータ領域の空き容量が閾値以上であるか否かを判定する。ユーザデータ領域の空き容量が閾値以上である場合(ステップS25においてYES)、制御部17は、ステップS27の処理を実行する。ユーザデータ領域の空き容量が閾値よりも小さい場合(ステップS25においてNO)、制御部17は、ステップS29の処理を実行する。   In step S25, the determination processing unit 33 compares the free capacity of the user data area in the storage area with the threshold set in step S23, and determines whether the free capacity of the user data area is equal to or greater than the threshold. If the free space in the user data area is equal to or greater than the threshold (YES in step S25), control unit 17 executes the process of step S27. If the free space in the user data area is smaller than the threshold value (NO in step S25), control unit 17 executes the process of step S29.

ステップS27(ステップS25においてYESの場合)において、制御部17は、ステップS15でダウンロードした更新データ88に含まれる更新データ本体41を用いて、アップデート用のデータのインストールを実行する。   In step S27 (in the case of YES in step S25), the control unit 17 installs update data using the update data body 41 included in the update data 88 downloaded in step S15.

ステップS29において(ステップS25においてNOの場合)、制御部17は、ユーザデータ領域の空き容量が、アップデート用のデータのインストールを実行するには不十分であることをユーザへ報知するための処理を行う。例えば、制御部17は、ユーザデータ領域の空き容量が不足している旨のメッセージを表示部14に表示し、音声出力部16によってエラーを示す音声を出力する。   In step S29 (in the case of NO in step S25), the control unit 17 performs a process for notifying the user that the free space in the user data area is insufficient for installing the update data. Do. For example, the control unit 17 displays a message indicating that the free space of the user data area is insufficient on the display unit 14, and outputs a voice indicating an error by the voice output unit 16.

ステップS31において、制御部17は、ユーザデータ領域の空き容量と、閾値との差分を算出し、算出結果を、不足しているユーザデータ領域の空き容量として表示部14に表示し、ユーザがユーザデータ領域の空き容量を増加させるための操作を行うか否かを判断する。   In step S31, the control unit 17 calculates the difference between the free space of the user data area and the threshold value, and displays the calculation result on the display unit 14 as the free space of the insufficient user data area. It is determined whether or not an operation for increasing the free space in the data area is performed.

一定時間内にユーザがデータを削除する操作を受け付ける等によってユーザデータ領域の空き容量を増加させるための操作を情報処理装置100が受け付けた場合、制御部17は、ステップS25の処理を行う。一定時間内にユーザデータ領域の空き容量を増加させるための操作が情報処理装置100になされなかった場合(ステップS31:NO)、情報処理装置100は、更新データをインストールする処理を終了する。   When the information processing apparatus 100 accepts an operation for increasing the free space in the user data area, for example, when the user accepts an operation for deleting data within a certain time, the control unit 17 performs the process of step S25. If the information processing apparatus 100 is not operated to increase the free space in the user data area within a certain time (step S31: NO), the information processing apparatus 100 ends the process of installing update data.

<更新データ管理サーバ800における更新データの配信処理>
図7は、更新データ管理サーバ800が更新データを配信する処理を示すフローチャートである。図7に示す処理は、図5のステップS81の処理に対応している。
<Update Data Distribution Processing in Update Data Management Server 800>
FIG. 7 is a flowchart showing processing in which the update data management server 800 distributes update data. The process shown in FIG. 7 corresponds to the process in step S81 in FIG.

ステップS85において、更新データ管理サーバ800の更新データ配信管理部92は、情報処理装置100から製品種別情報21およびバージョン情報22を受信する。   In step S85, the update data distribution management unit 92 of the update data management server 800 receives the product type information 21 and the version information 22 from the information processing apparatus 100.

ステップS87において、更新データ配信管理部92は、情報処理装置100から受信した製品種別情報21に基づいて、情報処理装置100に提供される最新の更新データを特定し、更新データのバージョンを参照する。更新データ管理サーバ800は、更新データのバージョンと、情報処理装置100のバージョン情報22とを比較して、アップデートの対象となるデータがあるか否かを判定する。   In step S87, the update data distribution management unit 92 identifies the latest update data provided to the information processing apparatus 100 based on the product type information 21 received from the information processing apparatus 100, and refers to the version of the update data. . The update data management server 800 compares the version of the update data with the version information 22 of the information processing apparatus 100 to determine whether there is data to be updated.

ステップS89において、更新データ配信管理部92は、ステップS87の処理の結果、アップデートの対象となるデータがある場合(ステップS89においてYES)、ステップS91の処理を実行する。更新データ配信管理部92は、アップデートの対象となるデータがない場合(ステップS89においてNO)、ステップS93の処理を実行する。   In step S89, if there is data to be updated as a result of the process in step S87 (YES in step S89), the update data distribution management unit 92 executes the process in step S91. If there is no data to be updated (NO in step S89), the update data distribution management unit 92 executes the process of step S93.

ステップS91において、更新データ配信管理部92は、情報処理装置100に提供される更新データ88を情報処理装置100へ送信する。   In step S <b> 91, the update data distribution management unit 92 transmits update data 88 provided to the information processing apparatus 100 to the information processing apparatus 100.

ステップS93(ステップS89においてNO)において、更新データ配信管理部92は、情報処理装置100に対し、アップデートの対象となるデータがない旨のメッセージデータを送信する。   In step S93 (NO in step S89), the update data distribution management unit 92 transmits message data indicating that there is no data to be updated to the information processing apparatus 100.

(まとめ)
実施の形態1で説明したように、OSをバージョンアップさせたときや、新規に追加されたアプリケーションプログラムが初めて動作を開始するときに必要となるユーザデータのデータサイズの増加量は、実際に情報処理装置100においてアップデートを試行することで確定される。更新データ管理サーバ800は、この試行によって確定するユーザデータのデータサイズの増加量を、更新データ管理サーバ800が送信する更新データ88に更新データメタ情報42として含める。情報処理装置100は、更新データ88に含まれる更新データメタ情報42を参照して、ユーザデータ領域の空き容量と比較するための閾値を設定し、ソフトウェアの更新処理を開始する前に、ユーザデータ領域の空き容量を閾値と比較する。情報処理装置100は、閾値よりもユーザデータ領域の空き容量が大きい場合に、ソフトウェアの更新処理を開始し、ユーザデータ領域の空き容量が閾値よりも小さい場合は、ソフトウェア更新処理を実行しない。
(Summary)
As described in the first embodiment, the amount of increase in the data size of user data required when the OS is upgraded or when a newly added application program starts operating for the first time is actually information. This is determined by trying update in the processing apparatus 100. The update data management server 800 includes the increase amount of the data size of the user data determined by this trial as the update data meta information 42 in the update data 88 transmitted by the update data management server 800. The information processing apparatus 100 refers to the update data meta information 42 included in the update data 88, sets a threshold for comparison with the free space of the user data area, and before starting the software update process, the user data The free space in the area is compared with a threshold value. The information processing apparatus 100 starts the software update process when the free space in the user data area is larger than the threshold, and does not execute the software update process when the free space in the user data area is smaller than the threshold.

上記のような本実施の形態1の手段を講じない場合、2回以上のソフトウェア更新が必要となることがある。2回以上のソフトウェアの更新とは、(1回目の更新)ユーザデータ領域の空き容量と比較するための固定的な閾値を製品開発時に推定した値とし、この固定的な閾値を、試行により確定された値に変更するためのソフトウェア更新と、(2回目の更新)情報処理装置100のOS等のソフトウェアの更新等である。これに対し、本実施の形態1によると、上記(1回目の更新)の、閾値を変更するためのソフトウェア更新処理を省くことができる。また、1回のソフトウェア更新において、ユーザデータ領域の空き容量不足を引き起こすことなく、情報処理装置100のソフトウェアのアップデートをすることが可能である。   If the above-described means of the first embodiment is not taken, it may be necessary to update software twice or more. Software update more than once means (first update) a fixed threshold for comparison with the free space in the user data area is a value estimated during product development, and this fixed threshold is determined by trial A software update for changing to the updated value, and a (second update) update of software such as the OS of the information processing apparatus 100. On the other hand, according to the first embodiment, the software update process for changing the threshold value (first update) can be omitted. Further, it is possible to update the software of the information processing apparatus 100 without causing a shortage of free space in the user data area in one software update.

<その他>
本発明の情報処理装置は、CPUとその上で実行されるプログラムにより実現される。本発明を実現するプログラムは、コンピュータが読み取り可能な記録媒体、例えば半導体メモリ、ハードディスク、CD−ROM、DVD等に格納することができ、これらの記録媒体に記録して提供され、又は、通信インターフェースを介してネットワークを利用した送受信により提供される。
<Others>
The information processing apparatus of the present invention is realized by a CPU and a program executed on the CPU. The program for realizing the present invention can be stored in a computer-readable recording medium, such as a semiconductor memory, a hard disk, a CD-ROM, a DVD, or the like, provided by being recorded on these recording media, or a communication interface. It is provided by transmission / reception using a network.

今回開示された実施の形態はすべての点で例示であって制限的なものでないと考えられるべきである。この発明の範囲は上記した説明ではなくて特許請求の範囲によって示され、特許請求の範囲と均等の意味および範囲内でのすべての変更が含まれることが意図される。   The embodiment disclosed this time must be considered as illustrative in all points and not restrictive. The scope of the present invention is defined by the terms of the claims, rather than the description above, and is intended to include any modifications within the scope and meaning equivalent to the terms of the claims.

11A 第1アンテナ、11B 第2アンテナ、12A 第1無線RF部、12B 第2無線RF部、13 記憶部、14 表示部、15 操作部、16 音声出力部、17 制御部、21 製品種別情報、22 バージョン情報、31 通信処理部、32 閾値設定部、33 判定処理部、34 更新データダウンロードマネージャ、35 更新データインストールプログラム、81 通信インターフェース部、82 記憶部、83 制御部、87 更新データバージョン管理情報、88 更新データ、91 更新データ保管処理部、92 更新データ配信管理部、100 情報処理装置、200 無線ルータ、300 無線基地局、600 更新データ生成装置、700 ネットワーク、800 更新データ管理サーバ。   11A 1st antenna, 11B 2nd antenna, 12A 1st wireless RF section, 12B 2nd wireless RF section, 13 storage section, 14 display section, 15 operation section, 16 audio output section, 17 control section, 21 product type information, 22 version information, 31 communication processing unit, 32 threshold setting unit, 33 determination processing unit, 34 update data download manager, 35 update data installation program, 81 communication interface unit, 82 storage unit, 83 control unit, 87 update data version management information , 88 update data, 91 update data storage processing unit, 92 update data distribution management unit, 100 information processing device, 200 wireless router, 300 wireless base station, 600 update data generation device, 700 network, 800 update data management server.

Claims (6)

サーバとの通信によりソフトウェアのアップデートが可能な情報処理装置であって、
ソフトウェアとデータを記憶するための記憶部と、
アップデート対象のソフトウェアを更新するための更新用データを前記サーバから取得して前記情報処理装置の前記アップデート処理を制御する制御部とを備え、
前記更新用データは、前記記憶されるソフトウェアをアップデートすることで前記記憶部において増加するデータサイズの増加量を示す増加量情報を含んでおり、
前記制御部は、
前記取得した更新用データに含まれる前記増加量情報と、前記記憶部における記憶領域の空き容量とを比較することにより、前記更新用データを適用することによる前記アップデート対象のソフトウェアの更新の可否を判定する判定部を含み、
前記判定部による判定結果に従って前記ソフトウェアのアップデートを実行する、
情報処理装置。
An information processing apparatus capable of updating software through communication with a server,
A storage unit for storing software and data;
A control unit that acquires update data for updating software to be updated from the server and controls the update process of the information processing apparatus;
The update data includes an increase amount information indicating an increase amount of a data size that increases in the storage unit by updating the stored software,
The controller is
Whether or not the update target software can be updated by applying the update data by comparing the increase amount information included in the acquired update data with the free space of the storage area in the storage unit. Including a determination unit for determining,
Updating the software according to a determination result by the determination unit;
Information processing device.
前記更新用データは、
更新データ本体と、前記更新データ本体のメタ情報とからなり、
前記増加量情報は、前記メタ情報に含まれ、前記更新データ本体によって前記ソフトウェアをアップデートすることで増加するデータサイズの増加量を示しており、
前記制御部は、前記更新用データに含まれる前記メタ情報から前記増加量情報を抽出して閾値として設定する閾値設定部を含み、
前記判定部は、前記設定された閾値と、前記記憶領域の空き容量とを比較することにより、前記ソフトウェアの更新の可否を判定する、
請求項1記載の情報処理装置。
The update data is
An update data body and meta information of the update data body,
The increase amount information is included in the meta information, and indicates an increase amount of data size that is increased by updating the software by the update data body,
The control unit includes a threshold setting unit that extracts the increase amount information from the meta information included in the update data and sets it as a threshold.
The determination unit determines whether or not the software can be updated by comparing the set threshold value and the free space of the storage area.
The information processing apparatus according to claim 1.
前記増加量情報に示される増加量は、前記更新用データによるソフトウェアのアップデートが実行されて実測により得られたデータ増加量に基づく値である、
請求項1または2に記載の情報処理装置。
The increase amount shown in the increase amount information is a value based on the data increase amount obtained by actual measurement by executing software update with the update data.
The information processing apparatus according to claim 1 or 2.
前記制御部は、前記増加量情報に示されるデータサイズの増加量が、前記記憶部における記憶領域の空き容量を上回る場合に、前記増加量と前記空き容量との差分に基づいて、前記アップデート処理の実行に不足している前記記憶領域の空き容量を表示させ、前記空き容量を増加させるための操作を受け付ける、
請求項1から3のいずれか1項に記載の情報処理装置。
The control unit, when the increase amount of the data size indicated in the increase amount information exceeds the free space of the storage area in the storage unit, based on the difference between the increase amount and the free space, the update process Displaying the free space of the storage area that is insufficient for execution of the operation, and accepting an operation for increasing the free space,
The information processing apparatus according to any one of claims 1 to 3.
サーバとの通信によりソフトウェアのアップデートが可能な情報処理装置におけるアップデートの方法であって、前記情報処理装置は、ソフトウェアとデータを記憶するための記憶部を備え、
前記方法は、
前記情報処理装置が、アップデート対象のソフトウェアを更新するための更新用データを前記サーバから取得して前記情報処理装置の前記アップデート処理を制御するステップを含み、
前記更新用データは、前記記憶されるソフトウェアをアップデートすることで前記記憶部において増加するデータサイズの増加量を示す増加量情報を含んでおり、
前記方法は、
前記情報処理装置が、前記取得した更新用データに含まれる前記増加量情報と、前記記憶部における記憶領域の空き容量とを比較することにより、前記更新用データを適用することによる前記アップデート対象のソフトウェアの更新の可否を判定するステップと、
前記判定結果に従って前記ソフトウェアのアップデートを実行するステップとを含む、
方法。
An update method in an information processing apparatus capable of updating software through communication with a server, wherein the information processing apparatus includes a storage unit for storing software and data,
The method
The information processing apparatus includes the step of acquiring update data for updating software to be updated from the server and controlling the update processing of the information processing apparatus,
The update data includes an increase amount information indicating an increase amount of a data size that increases in the storage unit by updating the stored software,
The method
The information processing apparatus compares the increase amount information included in the acquired update data with the free space of the storage area in the storage unit, thereby applying the update data to the update target. Determining whether the software can be updated;
Updating the software according to the determination result,
Method.
サーバとの通信によりソフトウェアのアップデートが可能な情報処理装置におけるアップデート処理を制御するためのプログラムであって、前記情報処理装置は、プロセッサと、メモリとを備え、
前記プログラムは、前記プロセッサに、
アップデート対象のソフトウェアを更新するための更新用データを前記サーバから取得して前記アップデート処理を制御するステップを実行させ、
前記更新用データは、前記メモリに記憶されるソフトウェアをアップデートすることで前記メモリにおいて増加するデータサイズの増加量を示す増加量情報を含んでおり、
前記プログラムは、前記プロセッサに、
前記取得した更新用データに含まれる前記増加量情報と、前記メモリにおける記憶領域の空き容量とを比較することにより、前記更新用データを適用することによる前記アップデート対象のソフトウェアの更新の可否を判定するステップと、
前記判定結果に従って前記ソフトウェアをアップデートするステップとを実行させる、
プログラム。
A program for controlling update processing in an information processing apparatus capable of updating software through communication with a server, wherein the information processing apparatus includes a processor and a memory,
The program is stored in the processor.
Obtaining update data for updating the software to be updated from the server and executing the step of controlling the update process;
The update data includes increase amount information indicating an increase amount of data size that increases in the memory by updating software stored in the memory,
The program is stored in the processor.
By comparing the increase amount information included in the acquired update data with the free space of the storage area in the memory, it is determined whether or not the update target software can be updated by applying the update data. And steps to
Updating the software according to the determination result,
program.
JP2012262273A 2012-11-30 2012-11-30 Information processing device, method, and program Pending JP2014109790A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012262273A JP2014109790A (en) 2012-11-30 2012-11-30 Information processing device, method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012262273A JP2014109790A (en) 2012-11-30 2012-11-30 Information processing device, method, and program

Publications (1)

Publication Number Publication Date
JP2014109790A true JP2014109790A (en) 2014-06-12

Family

ID=51030419

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012262273A Pending JP2014109790A (en) 2012-11-30 2012-11-30 Information processing device, method, and program

Country Status (1)

Country Link
JP (1) JP2014109790A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020166712A (en) * 2019-03-29 2020-10-08 株式会社ソニー・インタラクティブエンタテインメント Information processor, delivery server, and function execution method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020166712A (en) * 2019-03-29 2020-10-08 株式会社ソニー・インタラクティブエンタテインメント Information processor, delivery server, and function execution method
JP7316078B2 (en) 2019-03-29 2023-07-27 株式会社ソニー・インタラクティブエンタテインメント Information processing device and function execution method

Similar Documents

Publication Publication Date Title
US10129305B2 (en) Method, user equipment, server, and apparatus for implementing information sharing
US9430225B2 (en) Software update service method and apparatus for mobile terminal
US8571540B2 (en) Systems, methods, and computer program products for providing device updates to a mobile device operating in a wireless telecommunications network
US11016748B2 (en) Revision locking
US8997087B2 (en) Method and system for device configuration and customization during manufacturing process
US20060230395A1 (en) Embedded device update service
US20140282467A1 (en) Method and Apparatus for Multiple Vehicle Software Module Reflash
KR101885133B1 (en) Apparatus and method for providing application auto install function in digital device
CN106095458A (en) The management method of plug-in unit and device in a kind of application program
KR20090090801A (en) Method and apparatus for updating firmware in portable terminal
CN104809006A (en) Apparatus and Method of Software Implementation Between a Vehicle and Mobile Device
US11310654B1 (en) Electronic subscriber identity module (eSIM) profile delivery and activation system and methods
US20160094502A1 (en) Service compatibility check for messages
KR20200140555A (en) Electronic device for switching between a dual standby mode and a single standby mode and method for the same
CN105323269A (en) Method for updating APP in Android system, terminal and storage medium
CN105530130A (en) Method and device for upgrading Over-The-Air downloading technology
EP2675202A2 (en) Method, apparatus and mobile terminal for updating service content of unstructured supplementary service data
KR20150005164A (en) FOTA system and the method
US20140123277A1 (en) Mobile terminal apparatus, non-transitory computer readable mediums, signal processing method, document storage server, and document management system
CN109144596B (en) Quick starting method, device, terminal, server and system
CN107124713B (en) Customized updating method and mobile terminal
US20140351220A1 (en) Configuration of one or more computer devices
EP3260981A1 (en) Information processing apparatus, information processing system, and information processing method for updating firmware
US11775274B2 (en) Application software installation method, device, and server
JP2014109790A (en) Information processing device, method, and program