WO2018028121A1 - Procédé et dispositif de gestion de l'espace de stockage d'une partition de données - Google Patents

Procédé et dispositif de gestion de l'espace de stockage d'une partition de données Download PDF

Info

Publication number
WO2018028121A1
WO2018028121A1 PCT/CN2016/112266 CN2016112266W WO2018028121A1 WO 2018028121 A1 WO2018028121 A1 WO 2018028121A1 CN 2016112266 W CN2016112266 W CN 2016112266W WO 2018028121 A1 WO2018028121 A1 WO 2018028121A1
Authority
WO
WIPO (PCT)
Prior art keywords
storage space
data partition
preset threshold
data
preset
Prior art date
Application number
PCT/CN2016/112266
Other languages
English (en)
Chinese (zh)
Inventor
简妹湘
Original Assignee
深圳Tcl数字技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳Tcl数字技术有限公司 filed Critical 深圳Tcl数字技术有限公司
Publication of WO2018028121A1 publication Critical patent/WO2018028121A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3034Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system component is a storage system, e.g. DASD based or network based
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing

Definitions

  • the present invention relates to the field of data storage technologies, and in particular, to a storage space management method and apparatus for data partitioning.
  • the partition of the android device includes the system partition and the data partition.
  • Data partitions are used to store various types of user data and applications that users can read and write. Erasing this partition is equivalent to restoring the factory settings, which is the state when the android system was first started, or the state after the last installation of the official or third-party ROM. It is generally necessary to set a capacity limit for data partitions, and to prevent hackers from illegally writing data to the data partition, or to prevent malicious files from being maliciously destroyed by creating illegal files.
  • Android system generally uses DSMS (Device Storage Monitor Service) to monitor the status of the internal storage space of the system. If the remaining storage space of the device is less than a certain threshold (the default is 10% of the storage space, this value can be set), the user will be sent a warning of insufficient remaining space. The user releases some space.
  • DSMS Device Storage Monitor Service
  • the DSMS detects the remaining space of the data partition every 1 minute.
  • the cache When the available space of the data partition is less than the threshold (between 10% and 500M of the total partition size), the cache will be automatically cleared; the cache is cleared and then calculated.
  • the free space of the data partition if it is still less than the threshold, will send a warning notice to the notification bar and send an ACTION_DEVICE_STORAGE_LOW broadcast.
  • the user can open the application manager and manually clear the application data to increase the available space of the data partition.
  • the application itself can also listen to the ACTION_DEVICE_STORAGE_LOW broadcast to do some special processing. For example, the email application will stop when it receives the broadcast. The current operation of sending and receiving mail.
  • the DSMS service When the DSMS service detects that the space is full, it will send a broadcast with full space; if the remaining space is detected to be greater than the threshold, and the previous low space or insufficient space is issued, the above prompt will be canceled and the ACTION_DEVICE_STORAGE_OK broadcast will be sent. If the amount of data downloaded during this minute is very large, it is possible that the full-filled broadcast has not yet been sent, and the data partition is full, causing the application to fail to function properly.
  • the invention provides a storage space management method and device for data partitioning, which aims to timely discover that the storage space of the data partition is insufficient, and prevent the storage space from being insufficient from full to full and causing the application to fail to operate normally.
  • the present invention provides a storage space management method for a data partition, and the storage space management method of the data partition includes:
  • the remaining storage space in the data partition is detected according to the second preset frequency, where the second preset frequency is greater than the first preset frequency;
  • the warning information that the storage space is full and the application data management interface are displayed, so that the user performs data clearing based on the application data management interface to release the storage space, where
  • the second preset threshold is smaller than the first preset threshold
  • the warning information indicating that the storage space is insufficient and the application data management interface are displayed, so that the user performs data clearing based on the application data management interface to release the storage space;
  • the storage space management method of the data partition further includes:
  • the value of the preset attribute is set to mark the storage amount of the data partition to be greater than or equal to the second preset threshold.
  • the present invention provides a storage space management method for a data partition, and the storage space management method of the data partition includes:
  • the remaining storage space in the data partition is detected according to the second preset frequency, where the second preset frequency is greater than the first preset frequency;
  • the warning information that the storage space is full and the application data management interface are displayed, so that the user performs data clearing based on the application data management interface to release the storage space, where
  • the second preset threshold is smaller than the first preset threshold.
  • the storage space management method of the data partition further includes:
  • the write function is called to write data to the data partition.
  • the storage space management method of the data partition further includes:
  • the warning information indicating that the storage space is insufficient and the application data management interface are displayed, so that the user performs data clearing based on the application data management interface to release the storage space.
  • the storage space management method of the data partition further includes:
  • the step of setting the value of the preset attribute to mark the remaining storage space of the data partition as being smaller than the second preset threshold is performed.
  • the storage space management method of the data partition further includes:
  • the value of the preset attribute is set to mark the storage amount of the data partition to be greater than or equal to the second preset threshold.
  • the present invention further provides a storage space management device for a data partition, where the storage space management device of the data partition includes:
  • a partition monitoring module configured to detect a remaining storage space of the data partition according to the first preset frequency
  • the information prompting module is configured to display, when the remaining storage space is less than the second preset threshold, the warning information that the storage space is full, wherein the second preset threshold is smaller than the first preset threshold;
  • the interface display module is configured to display an application data management interface for the user to perform data clearing based on the application data management interface to release the storage space when detecting that the remaining storage space is less than a second preset threshold.
  • the storage space management device of the data partition further includes:
  • a system attribute module configured to: when detecting that the remaining storage space is less than a second preset threshold, set a value of the preset attribute to mark the remaining storage space of the data partition to be smaller than a second preset threshold;
  • a data reading and writing module configured to determine, according to the value of the preset attribute, whether a remaining storage space of the data partition is smaller than a second preset threshold, before each write write function writes data to the data partition; Sending the prompt information of the read/write abnormality to the application layer if the remaining storage space is less than the second preset threshold; if the remaining storage space is greater than or equal to the second preset threshold, calling the write function to write to the data partition data.
  • the information prompting module is further configured to: when detecting that the remaining storage space amount is less than a first preset threshold, displaying warning information that the storage space is insufficient;
  • the interface display module is further configured to display an application data management interface for the user to perform data clearing based on the application data management interface to release the storage space when detecting that the remaining storage space amount is less than the first preset threshold.
  • the storage space management device of the data partition further includes:
  • a state determining module configured to determine, when the remaining storage space is less than a second preset threshold, whether the system is currently in a startup state
  • the system attribute module is further configured to: if the system is currently in a state of completing startup, set a value of the preset attribute to mark the remaining storage space of the data partition to be smaller than a second preset threshold.
  • system attribute module is further configured to: when detecting that the remaining storage space is greater than or equal to a second preset threshold, set a value of the preset attribute to mark a storage quantity of the data partition It is greater than or equal to the second preset threshold.
  • the storage space management method and device for data partitioning detects the remaining storage space of the data partition according to a certain frequency in the process of writing data to the data partition, and when detecting that the remaining storage space is smaller than the first preset threshold The frequency of the remaining storage space in the detection data partition is increased, the frequency of detecting the remaining storage space is optimized, and the remaining storage space of the partition is found to be insufficient.
  • the remaining storage space is detected to be smaller than the second preset threshold, the data is indicated.
  • the remaining storage space of the partition is not much. If a certain amount of data is written, the data partition may be filled, which may affect the normal operation of the application. Therefore, when it is detected that the remaining storage space is less than the second preset threshold.
  • a warning message is issued, and an application data management interface is displayed at the same time, so that the user can perform data clearing based on the application data management interface to release the storage space, which can prevent the storage space from being quickly insufficient to full and causing the application to fail to operate normally. .
  • FIG. 1 is a flowchart of a first embodiment of a storage space management method for a data partition according to the present invention
  • FIG. 2 is a flowchart of a second embodiment of a storage space management method for a data partition according to the present invention
  • FIG. 3 is a schematic diagram of functional modules of a first embodiment of a storage space management device for a data partition according to the present invention
  • FIG. 4 is a schematic diagram of functional modules of a second embodiment of a storage space management device for a data partition according to the present invention.
  • FIG. 5 is a schematic diagram of functional modules of a third embodiment of a storage space management apparatus for a data partition according to the present invention.
  • the invention provides a storage space management method for data partitioning.
  • FIG. 1 a flowchart of a first embodiment of a storage space management method for a data partition of the present invention is shown.
  • the storage space management method of the data partition includes:
  • Step S10 detecting a remaining storage space of the data partition according to the first preset frequency
  • step S20 when it is detected that the remaining storage space is smaller than the first preset threshold, the remaining storage space in the data partition is detected according to the second preset frequency, where the second preset frequency is greater than the first preset frequency.
  • the method provided in this embodiment is applicable to a mobile terminal such as a mobile phone or a tablet computer with an intelligent operating system.
  • a mobile terminal such as a mobile phone or a tablet computer with an intelligent operating system.
  • the following is an example of a mobile phone with an android operating system installed.
  • the various steps in the method proposed by this embodiment can be implemented by different functional modules.
  • the detection of the size of the remaining storage space of the data partition is performed periodically. For example, the detection may be performed according to the first preset frequency. When it is detected that the remaining storage space is less than the first preset threshold, the current remaining storage space is considered to be insufficient.
  • the module for detecting the amount of remaining storage space can send an ACTION_DEVICE_STORAGE_LOW broadcast to inform other function modules that the current storage space is insufficient. In order to prevent the application from running incorrectly during the process of writing data, the remaining operation is accelerated.
  • the detection of the storage space that is, detecting the remaining storage space of the data partition according to the second preset frequency.
  • the size of the first preset threshold may be set according to the total size of the data partition of the mobile phone, for example, may be set to be between 10% and 500M of the total size of the data partition; the first preset frequency may be every 40 Detected once every second to 1 minute, the second preset frequency is less than the first preset frequency, for example, it can be detected every 10-30 seconds.
  • Step S30 when it is detected that the remaining storage space is less than the second preset threshold, displaying warning information that the storage space is full and an application data management interface, so that the user performs data clearing based on the application data management interface to release the storage space.
  • the second preset threshold is smaller than the first preset threshold.
  • the user may clear the application data based on the data management interface of the application, to The storage space is released.
  • the warning information is sent in the notification bar, and the user does not easily notice that the method proposed in this embodiment can make the user intuitively see the warning that the space is full, and the user can intuitively see the warning that the space is full. Quickly clean up application data, without requiring the user to manually open the data management application and clean up the data in a timely manner.
  • the module for detecting the amount of remaining storage space sends an ACTION_DEVICE_STORAGE_NOT_FULL broadcast to inform other function modules that the current storage space is full.
  • the second preset threshold is smaller than the first preset threshold, and optionally, the second preset threshold is 1/4 of the first preset threshold.
  • the warning information indicating that the storage space is insufficient and the application data management interface are issued.
  • the remaining storage space still has a margin, as the write data proceeds, the remaining The amount of information will be smaller and smaller, in order to enable the user to clean the application data early to release the storage space, and when the remaining storage space is detected to be less than the first preset threshold, the warning information indicating insufficient storage space and the application data management interface are displayed. For the user to perform data cleaning based on the application data management interface to release the storage space.
  • the storage space management method for the data partition proposed in this embodiment detects the remaining storage space of the data partition according to a certain frequency in the process of writing data to the data partition, and when detecting that the remaining storage space is smaller than the first preset threshold, Increase the frequency of the remaining storage space in the detection data partition, optimize the frequency of detecting the remaining storage space, and find out that the remaining storage space of the partition is insufficient.
  • the data partition is indicated at this time. The remaining storage space is not much. If a certain amount of data is written, the data partition may be filled, which may affect the normal operation of the application.
  • the storage space management method of the data partition of the present invention further includes:
  • Step S40 when it is detected that the remaining storage space is less than the second preset threshold, setting a value of the preset attribute to mark the remaining storage space of the data partition to be smaller than a second preset threshold;
  • Step S50 before each write to the write function to write data to the data partition, determine, according to the value of the preset attribute, whether the remaining storage space of the data partition is smaller than a second preset threshold;
  • Step S60 Send the prompt information of the read/write abnormality to the application layer if the remaining storage space is smaller than the second preset threshold.
  • Step S70 If the remaining storage space is greater than or equal to the second preset threshold, the write function is called to write data to the data partition.
  • the method in this embodiment provides a preset attribute and a module for setting a value of the preset attribute.
  • the preset attribute is sys.device.storage.low, and the default value is false, when detecting When the remaining storage space is less than the second preset threshold, set the value of sys.device.storage.low to true, that is, the current storage space is insufficient.
  • the storage space is released. Therefore, when it is detected that the remaining storage space is greater than or equal to a second preset threshold, setting a value of the preset attribute to use the data.
  • the amount of storage of the partition is marked as greater than or equal to the second predetermined threshold. That is, when it is detected that the remaining storage space is greater than or equal to the second preset threshold, the value of sys.device.storage.low is set to false, that is, the current remaining storage space is sufficient.
  • the function Posix.write is called to continue the write operation.
  • the module for setting the value of the preset attribute is shared to the shared memory after setting the attribute value. Therefore, for the data read/write module, the method for obtaining the preset attribute value is used to determine whether the available space of the data partition is smaller than the second.
  • the preset threshold greatly improves efficiency compared to directly calculating the available space of the data partition.
  • a third embodiment of the storage space management method of the data partition of the present invention is proposed based on the first embodiment or the second embodiment.
  • the value of the system attribute sys.boot_completed is set to indicate whether the system has been started. If the system is confirmed to be in the running state after the startup is completed, the preset attribute sys.device.storage.low is set to true, and vice versa. Set to false.
  • the mobile phone may restart the system due to the setting of the application during the process of writing data, and setting the value of the preset attribute needs to be set when the system is started up and running normally, therefore, in this case
  • the system property sys.boot_completed will be obtained before then. The value of the value to determine whether the system is currently in the running state after the completion of the startup. After confirming that the system is running after the startup is completed, set the default attribute sys.device.storage.low.
  • the invention also proposes a storage space management device for data partitioning.
  • FIG. 3 it is a schematic diagram of functional modules of a first embodiment of a storage space management apparatus for data partitioning according to the present invention.
  • the storage space management device of the data partition includes:
  • the partition monitoring module 10 is configured to detect a remaining storage space of the data partition according to the first preset frequency
  • the device proposed in this embodiment may be a mobile terminal such as a mobile phone or a tablet computer with a smart operating system.
  • the following is an example of a mobile phone with an android operating system installed.
  • the various functional modules included in the device proposed by this embodiment are used to perform different functions.
  • the partition monitoring module 10 periodically detects the size of the remaining storage space of the data partition. For example, the detection may be performed according to the first preset frequency. When it is detected that the remaining storage space is less than the first preset threshold, the current remaining storage space is considered. At this time, the partition monitoring module 10 can send an ACTION_DEVICE_STORAGE_LOW broadcast to inform other functional modules that the current storage space is insufficient. In order to prevent the application from running wrong during the process of writing data, the remaining storage is accelerated. The detection of the space, that is, detecting the remaining storage space of the data partition according to the second preset frequency.
  • the size of the first preset threshold may be set according to the total size of the data partition of the mobile phone, for example, may be set to be between 10% and 500M of the total size of the data partition; the first preset frequency may be every 40 Detected once every second to 1 minute, the second preset frequency is less than the first preset frequency, for example, it can be detected every 10-30 seconds.
  • the information prompting module 20 is configured to display, when the remaining storage space is less than the second preset threshold, the warning information that the storage space is full, wherein the second preset threshold is smaller than the first preset threshold;
  • the interface display module 30 is configured to display an application data management interface for the user to perform data clearing based on the application data management interface to release the storage space when detecting that the remaining storage space is less than a second preset threshold.
  • the information prompting module 20 displays the warning information that the storage space is full, and the interface display module 30 displays the application data management interface, and the user can use the data based on the application.
  • the management interface clears the application data to release the storage space.
  • the warning information is sent in the notification bar, and the user does not easily notice that the method proposed in this embodiment can make the user intuitively view relative to the existing notification mode.
  • the warning that the space is full, and the application data is quickly cleaned up, the user does not need to manually open the data management application, and the data is cleaned in time.
  • the partition monitoring module 10 sends an ACTION_DEVICE_STORAGE_NOT_FULL broadcast to inform other functional modules that the current storage space is full.
  • the second preset threshold is smaller than the first preset threshold, and optionally, the second preset threshold is 1/4 of the first preset threshold.
  • the information prompting module 20 issues a warning message that the storage space is insufficient when the remaining storage space is insufficient, and the interface display module 30 displays the application data management interface.
  • the margin will become smaller and smaller, in order to enable the user to clean the application data early to release the storage space, and display the storage space when detecting that the remaining storage space is less than the first preset threshold. Insufficient warning information and an application data management interface for the user to perform data cleaning based on the application data management interface to release storage space.
  • the storage space management device of the data partition proposed in this embodiment detects the remaining storage space of the data partition according to a certain frequency in the process of writing data to the data partition, and when detecting that the remaining storage space is smaller than the first preset threshold, Increase the frequency of the remaining storage space in the detection data partition, optimize the frequency of detecting the remaining storage space, and find out that the remaining storage space of the partition is insufficient.
  • the data partition is indicated at this time. The remaining storage space is not much. If a certain amount of data is written, the data partition may be filled, which may affect the normal operation of the application.
  • the storage space management device of the data partition further includes:
  • the system attribute module 40 is configured to: when detecting that the remaining storage space is less than a second preset threshold, set a value of the preset attribute to mark the remaining storage space of the data partition to be smaller than a second preset threshold;
  • the data reading and writing module 50 is configured to determine, according to the value of the preset attribute, whether the remaining storage space of the data partition is smaller than a second preset threshold, before each write to the data function is written to the data partition;
  • the data reading and writing module 50 is further configured to: if the remaining storage space is less than the second preset threshold, send the prompt information of the read/write abnormality to the application layer; and if the remaining storage space is greater than or equal to the second preset threshold, A write function is called to write data to the data partition.
  • This embodiment provides a preset attribute.
  • the preset attribute is sys.device.storage.low, and the default value is false.
  • the sys.device is used.
  • the value of .storage.low is set to true, that is, the current storage space is insufficient.
  • the system attribute module 40 sets the value of the preset attribute to The storage amount of the data partition is marked as being greater than or equal to the second predetermined threshold. That is, when it is detected that the remaining storage space is greater than or equal to the second preset threshold, the system attribute module 40 sets the value of sys.device.storage.low to false, that is, the current remaining storage space is sufficient.
  • the data read/write module 50 adds the value judgment of the preset attribute before each time the function Posix.write is called to write data to the partition. Determining, according to the value of the preset attribute, whether the remaining storage space of the current data partition is less than a second preset threshold. If the value of sys.device.storage.low is true, the data read/write module 50 sends a read/write exception to the application layer. If the value of sys.device.storage.low is false, the data read/write module 50 calls the function Posix.
  • the system attribute module 40 shares the shared memory. Therefore, for the data read/write module 50, the method for obtaining the preset attribute value determines whether the available space of the data partition is smaller than the second preset threshold than the direct calculation. The usable space of the data partition greatly improves efficiency.
  • a third embodiment of the storage space management apparatus of the data partition of the present invention is proposed based on the first embodiment or the second embodiment.
  • the storage space management device of the data partition further includes:
  • the state determining module 60 is configured to determine, when the remaining storage space is less than the second preset threshold, whether the system is currently in the state of completing the startup;
  • the system attribute module 40 is further configured to: if the system is currently in the state of completing the startup, set a value of the preset attribute to mark the remaining storage space of the data partition to be smaller than a second preset threshold.
  • the system attribute module 40 sets the preset attribute sys.device.storage.low by setting the value of the system attribute sys.boot_completed to indicate whether the system has been started. True, otherwise it is set to false.
  • the state judging module 60 will acquire the system before this.
  • the value of the attribute sys.boot_completed to determine whether the system is currently in the running state after the startup is completed.
  • the system property module 40 sets the preset attribute sys.device.storage.low.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computing Systems (AREA)
  • Mathematical Physics (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)
  • Debugging And Monitoring (AREA)

Abstract

L'invention concerne un procédé et un dispositif de gestion de l'espace de stockage d'une partition de données. Le procédé comprend : la détection de l'espace de stockage restant d'une partition de données en fonction d'une première fréquence prédéfinie (S10) ; lorsque l'espace de stockage restant est détecté comme étant inférieur à un premier seuil prédéfini, la détection de l'espace de stockage restant dans la partition de données en fonction d'une seconde fréquence prédéfinie, la seconde fréquence prédéfinie étant supérieure à la première fréquence prédéfinie (S20) ; lorsque l'espace de stockage restant est détecté comme étant inférieur à un second seuil prédéfini, l'affichage d'informations d'alerte d'espace de stockage complet et d'une interface de gestion de données d'applications, ce qui permet à un utilisateur d'effacer des données en fonction de l'interface de gestion de données d'applications de manière à libérer de l'espace de stockage, le second seuil prédéfini étant inférieur au premier seuil prédéfini (S30). Le procédé et le dispositif permettent de rechercher une insuffisance dans l'espace de stockage de la partition de données d'une manière opportune et d'empêcher l'apparition d'un cas dans lequel des applications ne peuvent pas fonctionner normalement lorsque l'espace de stockage passe rapidement d'insuffisant à complètement plein.
PCT/CN2016/112266 2016-08-12 2016-12-27 Procédé et dispositif de gestion de l'espace de stockage d'une partition de données WO2018028121A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610665783.4 2016-08-12
CN201610665783.4A CN106354601A (zh) 2016-08-12 2016-08-12 数据分区的存储空间管理方法及装置

Publications (1)

Publication Number Publication Date
WO2018028121A1 true WO2018028121A1 (fr) 2018-02-15

Family

ID=57843908

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/112266 WO2018028121A1 (fr) 2016-08-12 2016-12-27 Procédé et dispositif de gestion de l'espace de stockage d'une partition de données

Country Status (2)

Country Link
CN (1) CN106354601A (fr)
WO (1) WO2018028121A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710489A (zh) * 2018-12-17 2019-05-03 北京无线电计量测试研究所 一种实时监测电脑存储空间状态的系统和方法

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106951195A (zh) * 2017-04-07 2017-07-14 上海联影医疗科技有限公司 医学成像系统的存储容量的处理方法以及医学成像系统
CN107182151A (zh) * 2017-07-25 2017-09-19 安徽荣旭信息科技有限公司 一种具有语音识别的发电厂灯具控制系统
CN107948671A (zh) * 2017-11-23 2018-04-20 莫宝兰 一种流媒体传输控制装置和方法
CN108121783A (zh) * 2017-12-19 2018-06-05 深圳创维数字技术有限公司 一种存储数据的自动清理方法、装置、计算机和存储介质
CN108282690A (zh) * 2018-01-26 2018-07-13 广东欧珀移动通信有限公司 一种网络视频下载方法、装置和计算机可读存储介质
CN108959597A (zh) * 2018-07-12 2018-12-07 深圳Tcl新技术有限公司 用户空间保护方法、装置、设备和显示终端存储介质
CN113296681A (zh) * 2020-02-24 2021-08-24 合肥杰发科技有限公司 存储空间的管理方法、终端及具有存储功能的装置
CN111970678B (zh) * 2020-08-06 2023-04-28 Oppo(重庆)智能科技有限公司 抓取空口数据包的方法、装置、电子设备及存储介质
CN112182652B (zh) * 2020-09-27 2021-10-08 广州朗国电子科技有限公司 保护数据分区不被写满方法、装置、存储介质及终端设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101447207A (zh) * 2008-12-30 2009-06-03 深圳华为通信技术有限公司 一种媒体录制方法及装置
US20130326146A1 (en) * 2012-05-30 2013-12-05 Toshiba Solutions Corporation Information processing apparatus, memory apparatus, and data management method
CN103577348A (zh) * 2013-10-09 2014-02-12 广东欧珀移动通信有限公司 自动统计应用缓存大小及提醒用户的方法和移动设备
CN104035769A (zh) * 2014-05-30 2014-09-10 北京金山安全软件有限公司 一种空间不足的处理方法及装置
CN104850487A (zh) * 2015-04-27 2015-08-19 小米科技有限责任公司 信息显示方法及装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101447207A (zh) * 2008-12-30 2009-06-03 深圳华为通信技术有限公司 一种媒体录制方法及装置
US20130326146A1 (en) * 2012-05-30 2013-12-05 Toshiba Solutions Corporation Information processing apparatus, memory apparatus, and data management method
CN103577348A (zh) * 2013-10-09 2014-02-12 广东欧珀移动通信有限公司 自动统计应用缓存大小及提醒用户的方法和移动设备
CN104035769A (zh) * 2014-05-30 2014-09-10 北京金山安全软件有限公司 一种空间不足的处理方法及装置
CN104850487A (zh) * 2015-04-27 2015-08-19 小米科技有限责任公司 信息显示方法及装置

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109710489A (zh) * 2018-12-17 2019-05-03 北京无线电计量测试研究所 一种实时监测电脑存储空间状态的系统和方法

Also Published As

Publication number Publication date
CN106354601A (zh) 2017-01-25

Similar Documents

Publication Publication Date Title
WO2018028121A1 (fr) Procédé et dispositif de gestion de l'espace de stockage d'une partition de données
WO2013131444A1 (fr) Procédé, terminal, serveur et système de partage de contenu et support de stockage informatique
WO2017088664A1 (fr) Procédé et appareil de traitement de données destinés à un système de fichiers en grappes
WO2018053963A1 (fr) Procédé et appareil de mise à niveau d'un système de téléviseur intelligent
WO2018223418A1 (fr) Procédé, dispositif et système d'essai de panneaux d'affichage
WO2017190450A1 (fr) Procédé et appareil de clôture de processus
WO2018233370A1 (fr) Procédé, système, dispositif et support de stockage lisible par ordinateur de synchronisation d'une image
WO2017092268A1 (fr) Système, dispositif et procédé de traitement de défaillance d'un terminal
WO2019205272A1 (fr) Procédé, dispositif et équipement de fourniture de service de machine virtuelle, et support d'informations lisible par ordinateur
WO2017219485A1 (fr) Téléviseur intelligent et procédé de commande de celui-ci
WO2017063366A1 (fr) Procédé et système de lancement d'une application
WO2018098881A1 (fr) Procédé et dispositif de traitement d'accès pour application
WO2017063368A1 (fr) Procédé et dispositif d'insertion de publicité vidéo
WO2017036204A1 (fr) Procédé et dispositif de positionnement de foyer pour une commutation d'application
WO2017206601A1 (fr) Procédé et appareil de traitement de données client
WO2018126888A1 (fr) Procédé et appareil de configuration d'un raccourci pour une fonction de télévision
WO2016058258A1 (fr) Procédé et système de commande à distance de terminal
WO2017215233A1 (fr) Procédé et système de commande d'interrupteur de terminal
WO2017059686A1 (fr) Procédé et dispositif d'affichage de bureau
WO2018014567A1 (fr) Procédé servant à améliorer les performances d'une machine virtuelle, et terminal, dispositif et support de stockage lisible par ordinateur
WO2019062109A1 (fr) Procédé de montage d'un réseau de disques, dispositif android et support de stockage
WO2017121066A1 (fr) Procédé et système d'affichage de programme d'application
WO2018090452A1 (fr) Procédé et appareil de protection d'autorisation racine
WO2019019249A1 (fr) Procédé, appareil et dispositif d'exécution de demande de réseau, et support de stockage lisible par ordinateur
WO2019051901A1 (fr) Procédé et dispositif de commande de terminal, et support d'informations lisible par ordinateur

Legal Events

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

Ref document number: 16912574

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 04.07.2019)

122 Ep: pct application non-entry in european phase

Ref document number: 16912574

Country of ref document: EP

Kind code of ref document: A1