CN105791556A - Method for quickly releasing storage space of mobile terminal - Google Patents

Method for quickly releasing storage space of mobile terminal Download PDF

Info

Publication number
CN105791556A
CN105791556A CN201610106715.4A CN201610106715A CN105791556A CN 105791556 A CN105791556 A CN 105791556A CN 201610106715 A CN201610106715 A CN 201610106715A CN 105791556 A CN105791556 A CN 105791556A
Authority
CN
China
Prior art keywords
photo
mobile terminal
uploaded
attribute
pictures
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
CN201610106715.4A
Other languages
Chinese (zh)
Inventor
林扬辉
张奕
王会
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.)
Shenzhen Meibeike Technology Co Ltd
Original Assignee
Shenzhen Meibeike Technology Co Ltd
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 Shenzhen Meibeike Technology Co Ltd filed Critical Shenzhen Meibeike Technology Co Ltd
Priority to CN201610106715.4A priority Critical patent/CN105791556A/en
Publication of CN105791556A publication Critical patent/CN105791556A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72403User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality
    • H04M1/7243User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality with interactive means for internal management of messages
    • H04M1/72439User interfaces specially adapted for cordless or mobile telephones with means for local support of applications that increase the functionality with interactive means for internal management of messages for image or video messaging
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations

Landscapes

  • Engineering & Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Theoretical Computer Science (AREA)
  • Signal Processing (AREA)
  • General Business, Economics & Management (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Business, Economics & Management (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention provides a method for quickly releasing a storage space of a mobile terminal. The method comprises the following steps: a step 1, when uploading pictures to an intelligent storage device, the mobile terminal classify to-be-uploaded pictures in a set with an attribute; a step 2, after the pictures in the set are uploaded, attribute marking is carried out on the uploaded pictures locally; a step 3, the mobile terminal screens pictures with marks and stored locally; and a step 4, a deletion function of the system is invoked to delete the pictures with the same marks in sequence. By adopting the method in the technical scheme provided by the invention, when a mobile terminal user communicates with a cloud storage device, the operation steps can be greatly reduced, and thus the user experience is improved.

Description

The method quickly discharging mobile terminal memory space
Technical field
The present invention relates to intelligent hardware devices field, the method particularly quickly discharging phone memory.
Background technology
Level along with the universal of smart mobile phone and the camera function closely mm professional camera special of more and more mobile phone configuration, therefore, increasing user selects to use mobile phone to shoot, the user of also leading to easy to use likes photography, the change of this hobby, smart mobile phone over time, can store very many photos, therefore, some selects on the backing up photos on smart mobile phone to computer or on the portable hard drive of connection computer.Along with popularizing of cloud storage, quite a few user existing selects to backup to cloud storage equipment.User would generally select to delete local photo and save space when backup; after user ID is accomplished to cloud storage equipment; if wanting to delete the photo backed up and video; must manually select a sheet by a sheet; then batch could be used to delete function, if quantity much needs more time and efforts to delete these photos with regard to user.
Summary of the invention
In view of above-mentioned deficiency, the system that provided herein is will backup to the photo of cloud rod and video marker out, and provides the user with the function of quickly release, the original photo backed up on disposable deletion mobile phone and video.The technical scheme that can solve the problems referred to above includes:
When step 1, mobile terminal upload pictures are to smart machine, photo to be uploaded is referred to a set with attribute;
The photo uploaded is carried out attribute labelling after completing by the photo upload in step 2, set in this locality;
The markd photo of tool that the screening of step 3, mobile terminal is locally stored;
Step 4, calling system deletion function delete the photo with same tag successively.
In above-mentioned steps, whether described photo is sorted out the attribute of set and is included path, title, uploads.
After photo upload completes, mobile terminal uses system readjustment, has uploaded the attribute of photo to every and has been labeled as and uploads, and labelling is shown in the interface of mobile terminal.
Mobile terminal system judges that the attribute selection whether uploaded of every photo has been uploaded successful photo and deleted.
The advantage of technical scheme is in that mobile phone users is when communicating with cloud storage equipment, and operating procedure can be greatly decreased, and improves Consumer's Experience.
Accompanying drawing explanation
Fig. 1 is the FB(flow block) of the method quickly discharging phone memory of the present invention.
Detailed description of the invention
Below in conjunction with accompanying drawing, embodiments of the invention are described in detail, but the multitude of different ways that the present invention can be defined by the claims and cover is implemented.
As it is shown in figure 1, Fig. 1 is the FB(flow block) of the method quickly discharging phone memory of the present invention, method includes:
When S1, mobile terminal upload pictures are to smart machine, photo to be uploaded is referred to a set with attribute;
The photo uploaded is carried out attribute labelling after completing by the photo upload in S2, set in this locality;
The markd photo of tool that the screening of S3, mobile terminal is locally stored;
S4, calling system deletion function delete the photo with same tag successively.
In a particular embodiment of the present invention, it is to realize the picture being transmitted through on is carried out labelling, on mobile terminals, after reaching click one key deletion, travel through just list to be deleted, delete the technique effect of picture successively, thus completing the function that a key is deleted, it is achieved quickly discharge the purpose of mobile terminal memory space.
Wherein in a preferred embodiment, implementing detail schema is all use AndroidAPI to realize, and step is as follows.
First it is arrange upload pictures to upload labelling.
The first step, uses a data class ImageEtity to represent a picture category, and the inside includes attribute path, name, isupload etc., respectively corresponding diagram sheet path, figure title and whether having uploaded, and follow-up can increase other attributes whenever necessary.
Second step, is with set ArrayList<ImageEtity>represent all pictures to be uploaded.
3rd step, uploads when picture and uses callback method will gather ArrayList after successfully<imageEtity>in the attribute isupload of certain pictures ImageEtity be set to false, can according to the value of isupload shows whether uploaded icon accordingly on the UI of interface.
Secondly, realized by calling system interface, the function that a key is deleted.
4th step, when user clicks the set ArrayList<ImageEtity first traveling through all pictures when a key deletes function>.
5th step, it is judged that the value of isupload filters out, from set, the set being transmitted through picture on.
6th step, is transmitted through in the set of picture on obtaining the attribute path of certain pictures ImageEtity.
Delet method according to the path path calling system obtained, deletes successively, can by all on be transmitted through the picture of picture and all delete.
These are only the preferred embodiments of the present invention, be not limited to the present invention, for a person skilled in the art, the present invention can have various modifications and variations.All within the spirit and principles in the present invention, any amendment of making, equivalent replacement, improvement etc., should be included within protection scope of the present invention.

Claims (4)

1. the method quickly discharging mobile terminal memory space, it is characterised in that comprise the steps:
When step 1, mobile terminal upload pictures are to intelligent storage equipment, photo to be uploaded is referred to a set with attribute;
The photo uploaded is carried out attribute labelling after completing by the photo upload in step 2, set in this locality;
The markd photo of tool that the screening of step 3, mobile terminal is locally stored;
Step 4, calling system deletion function delete the photo with same tag successively.
2. method according to claim 1, it is characterised in that whether described photo is sorted out the attribute of set and included path, title, upload.
3. method according to claim 1, it is characterised in that after photo upload completes, mobile terminal uses system readjustment, has uploaded the attribute of photo to every and has been labeled as and uploads, and labelling is shown in the interface of mobile terminal.
4. method according to claim 1, it is characterised in that mobile terminal system judges that the attribute selection whether uploaded of every photo has been uploaded successful photo and deleted.
CN201610106715.4A 2016-02-27 2016-02-27 Method for quickly releasing storage space of mobile terminal Pending CN105791556A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610106715.4A CN105791556A (en) 2016-02-27 2016-02-27 Method for quickly releasing storage space of mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610106715.4A CN105791556A (en) 2016-02-27 2016-02-27 Method for quickly releasing storage space of mobile terminal

Publications (1)

Publication Number Publication Date
CN105791556A true CN105791556A (en) 2016-07-20

Family

ID=56403775

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610106715.4A Pending CN105791556A (en) 2016-02-27 2016-02-27 Method for quickly releasing storage space of mobile terminal

Country Status (1)

Country Link
CN (1) CN105791556A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106791217A (en) * 2017-03-30 2017-05-31 努比亚技术有限公司 The Image Management optimization method and mobile terminal of a kind of mobile terminal
CN106933975A (en) * 2017-02-14 2017-07-07 北京奇虎科技有限公司 A kind of display methods of media file, device and mobile terminal
CN110764955A (en) * 2019-10-30 2020-02-07 深圳创维-Rgb电子有限公司 Image resource backup system, method, device and storage medium
CN111045997A (en) * 2019-12-05 2020-04-21 浩云科技股份有限公司 Centralized storage data deleting method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102651027A (en) * 2012-04-05 2012-08-29 福兴达科技实业(深圳)有限公司 Method and device for extending storage space
CN202838311U (en) * 2012-04-05 2013-03-27 福兴达科技实业(深圳)有限公司 Device capable of expanding storage space
CN103605800A (en) * 2013-12-06 2014-02-26 贝壳网际(北京)安全技术有限公司 File processing method and file processing system
CN104123200A (en) * 2014-07-18 2014-10-29 北京金山安全软件有限公司 Method, system and device for backing up picture in mobile terminal and mobile terminal
CN104636475A (en) * 2015-02-13 2015-05-20 小米科技有限责任公司 Method and device for optimizing multimedia file storage space

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102651027A (en) * 2012-04-05 2012-08-29 福兴达科技实业(深圳)有限公司 Method and device for extending storage space
CN202838311U (en) * 2012-04-05 2013-03-27 福兴达科技实业(深圳)有限公司 Device capable of expanding storage space
CN103605800A (en) * 2013-12-06 2014-02-26 贝壳网际(北京)安全技术有限公司 File processing method and file processing system
CN104123200A (en) * 2014-07-18 2014-10-29 北京金山安全软件有限公司 Method, system and device for backing up picture in mobile terminal and mobile terminal
CN104636475A (en) * 2015-02-13 2015-05-20 小米科技有限责任公司 Method and device for optimizing multimedia file storage space

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106933975A (en) * 2017-02-14 2017-07-07 北京奇虎科技有限公司 A kind of display methods of media file, device and mobile terminal
CN106933975B (en) * 2017-02-14 2019-09-17 北京安云世纪科技有限公司 A kind of display methods of media file, device and mobile terminal
CN106791217A (en) * 2017-03-30 2017-05-31 努比亚技术有限公司 The Image Management optimization method and mobile terminal of a kind of mobile terminal
CN110764955A (en) * 2019-10-30 2020-02-07 深圳创维-Rgb电子有限公司 Image resource backup system, method, device and storage medium
CN111045997A (en) * 2019-12-05 2020-04-21 浩云科技股份有限公司 Centralized storage data deleting method and device

Similar Documents

Publication Publication Date Title
US12003470B2 (en) User terminal and method for displaying integrated communication history of the user terminal
US9268792B2 (en) Automatic selection of digital images with an apparatus
US11182397B2 (en) Automated highest priority ordering of content items stored on a device
WO2017129018A1 (en) Picture processing method and apparatus, and smart terminal
US11468008B2 (en) File processing method and mobile terminal
US10007411B2 (en) Electronic device and display method thereof
US20120117271A1 (en) Synchronization of Data in a Distributed Computing Environment
CN112770011B (en) System, method, and computer-readable medium for suggesting image files for deletion
CN104166694A (en) Image classifying and storing method and electronic device
CN107844530B (en) Data processing method and device, server and computer readable storage medium
WO2019183775A1 (en) Intelligent assistant control method and terminal device
CN105791556A (en) Method for quickly releasing storage space of mobile terminal
CN103530114A (en) Picture managing method and device
CN102446098A (en) Apparatus and method for controlling application in wireless terminal
US20110217954A1 (en) Method, system, and mobile device for managing messages and computer-readable medium using the method
CN104636026A (en) File saving method and device and mobile terminal
CN103167258A (en) Method, system and apparatus for selecting an image captured on an image capture device
CN104063911A (en) Method for carrying out driving record based on intelligent terminal equipment and intelligent terminal equipment
CN106406755A (en) Application file storage method and terminal
CN105446637A (en) Image storage method and system and terminal
CN107729485B (en) Data management method, device, terminal and computer readable storage medium
CN109697129A (en) A kind of information sharing method, equipment and computer readable storage medium
CN106155593B (en) A kind of method and system for deleting photo based on shooting quality
CN111669641A (en) Media resource playing method, terminal and storage medium
US20180341427A1 (en) Method and apparatus for managing storage space, and electronic device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160720