CN103246729A - Method and system for processing multi-media files of android mobile terminal - Google Patents

Method and system for processing multi-media files of android mobile terminal Download PDF

Info

Publication number
CN103246729A
CN103246729A CN2013101703071A CN201310170307A CN103246729A CN 103246729 A CN103246729 A CN 103246729A CN 2013101703071 A CN2013101703071 A CN 2013101703071A CN 201310170307 A CN201310170307 A CN 201310170307A CN 103246729 A CN103246729 A CN 103246729A
Authority
CN
China
Prior art keywords
multimedia file
mobile terminal
android
file
memory cache
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
CN2013101703071A
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.)
BEIJING BAOFENG TECHNOLOGY Co Ltd
Original Assignee
BEIJING BAOFENG 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 BEIJING BAOFENG TECHNOLOGY Co Ltd filed Critical BEIJING BAOFENG TECHNOLOGY Co Ltd
Priority to CN2013101703071A priority Critical patent/CN103246729A/en
Publication of CN103246729A publication Critical patent/CN103246729A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

The invention discloses a method for processing multi-media files of an android mobile terminal. The method is characterized by comprising the steps of S11: going through tabloid charts of multi-media files in an android system database, establishing one-to-one mapping function relationships between identities (IDs) of multi-media files and tabloid chart information of multi-media files, and saving mapping function relationships in a memory cache; S12: going through original charts of multi-media files in the android system database to obtain file-related information of all multi-media files, wherein the file-related information contains IDs; and S13: according to the ID and the mapping function relationship of each multi-media file, conducting quick matching in the memory cache to obtain the tabloid chart information of multi-media files, and presenting the tabloid chart information to users. By the aid of the method, users can obtain the tabloid chart information of multi-media files quickly, so that the waiting time of users is greatly shortened, and the user experience is greatly improved. Besides, the invention also discloses a system for processing multi-media files of the android mobile terminal.

Description

A kind of method and system of handling the multimedia file of Android mobile terminal
Technical field
The present invention relates to Internet technical field, particularly a kind of method of handling the multimedia file of Android mobile terminal.In addition, the invention still further relates to a kind of system that handles the multimedia file of Android mobile terminal.
Background technology
The Android system is by all multimedia files on the android.provider.MediaStore unified management equipment; its data are stored in the SQLite of the system database file; and arrange by authority the data library file is protected, other application programs conduct interviews by the corresponding class in the android.provider bag.
SQLite database file storage directory:
/data/data/com.android.providers.media/databases/。
The SQLite database file: the multimedia document information on the mobile phone storage inside is stored among the internal.db; Multimedia document information on the mobile phone SD card is stored among the external-*.db.
Table in the SQLite database:
Figure BDA00003166799500011
As above shown in the table, the Android system is stored in picture file information respectively in the different tables with its picture thumbnail fileinfo, video file information and its video thumbnails fileinfo, music file information and its front cover picture fileinfo.In order to get access to the complete information of picture, video, music file, traditional Android mobile phone assistant class software has adopted the mode of two-stage traversal when the multimedia file of enumerating by android.provider.MediaStore on the user mobile phone:
Enumerate picture:
In first order traversal, in system library file, obtain the information of all picture files by android.provider.MediaStore.Images.Media, as: Image ID, file path, size, creation-time etc. produce 1 query manipulation to system database in this process; In the traversal of the second level, in system library file, inquire about the picture thumbnail fileinfo that is complementary with each Image ID by android.provider.MediaStore.Images.Thumbnails, in this process, system database is produced N query manipulation.
Enumerate video:
In first order traversal, in system library file, obtain the information of all video files by android.provider.MediaStore.Video.Media, as: video ID, file path, size, creation-time, playing duration etc. produce 1 query manipulation to system database in this process; In the traversal of the second level, in system library file, inquire about the video thumbnails fileinfo that is complementary with each video ID by android.provider.MediaStore.Video.Thumbnails, in this process, system database is produced N query manipulation.
Enumerate music:
In first order traversal, in system library file, obtain the information of all music files by android.provider.MediaStore.Audio.Media, as: music ID, file path, size, creation-time, playing duration, special edition, album art man, school etc. produce 1 query manipulation to system database in this process; In the traversal of the second level, in system library file, inquire about the front cover picture fileinfo that is complementary with each music ID by android.provider.MediaStore.Audio.Albums, in this process, system database is produced N query manipulation.
In said process the system library file common property has been given birth to 1+N query manipulation (wherein N is corresponding multimedia file number), along with the growth of corresponding multimedia file number, the time of its consumption increases linearly.
In addition, traditional Android mobile phone assistant class software is all repeating above-mentioned identical step at every turn when enumerating multimedia file, caused unnecessary time overhead.
Summary of the invention
The technical problem to be solved in the present invention is for providing a kind of method of handling the multimedia file of Android mobile terminal, this method can make the user obtain the thumbnail information of multimedia file rapidly, thereby significantly reduce user's stand-by period, significantly improve user's experience.In addition, another technical matters that will solve of the present invention is for providing a kind of system that handles the multimedia file of Android mobile terminal.
For solving the problems of the technologies described above, the invention provides a kind of method of handling the multimedia file of Android mobile terminal, comprise the steps:
S11: the breviary chart of the multimedia file in the traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
S12: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file;
S13: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
Preferably, also comprise the steps: after the step S13
S14: from the Android system database, obtain the current ID tabulation of multimedia file, and this current ID tabulation is compared with the ID tabulation in the memory cache, judge whether to change; If do not change, then turn to following step S15; If change, then turn to above-mentioned steps S11;
S15: notice is not upgraded, and directly the thumbnail information in the memory cache is presented to the user.
Preferably, when the user opened mobile terminal equipment, the assistant service application program in the equipment of mobile terminal was just obtained the current I D tabulation of multimedia file automatically.
Preferably, described mapped function relation is stored in the memory cache of mobile terminal equipment.
Preferably, described mapped function relation is kept in the memory cache of the PC end that is connected with mobile terminal equipment.
Preferably, described mapped function relation is Hash table or sparse array.
In addition, for solving the problems of the technologies described above, the present invention also provides a kind of system that handles the multimedia file of Android mobile terminal, comprising:
The first traversal unit: be used for the breviary chart of the multimedia file of traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
The second traversal unit: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file;
Quick matching unit: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
Preferably, also comprise:
Judging unit: from the Android system database, obtain the current ID of multimedia file tabulation, and ID tabulation that will be current compares with ID table in the memory cache, judge whether to change; If do not change, then turn to following step S15; If change, then turn to above-mentioned steps S11;
Direct display unit: notice is not upgraded, and directly the thumbnail information in the memory cache is presented to the user.
Preferably, also comprise:
Automatic acquiring unit: when the user opened mobile terminal equipment, the assistant service application program in the equipment of mobile terminal was just obtained the current ID tabulation of multimedia file automatically.
Preferably, described file-related information comprises ID, file path, size and creation-time.
Below discuss technique effect of the present invention:
A kind of method of handling the multimedia file of Android mobile terminal provided by the present invention comprises the steps: S11: the breviary chart of the multimedia file in the traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
S12: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file;
S13: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
In technique scheme, the present invention has introduced SparseArray (sparse array) or hashmap(Hash table) the system library file query manipulation is converted into quick coupling in the internal memory, inquiry times is reduced to 1+1 time from 1+n time:
Be example to enumerate picture:
At first by traversal android.provider.MediaStore.Images.Thumbnails foundations<Image ID, picture thumbnail fileinfo〉SparseArray or the Hashmap of type, in this process to 1 query manipulation of system database generation.Obtain the information of all picture files then by traversal android.provider.MediaStore.Images.Media, as: Image ID, file path, size, creation-time etc., and by the ID of each picture directly matches this picture correspondence fast in SparseArray or Hashmap thumbnail information, in this process, system database is only produced query manipulation 1 time.
In technique scheme, " operation of 1+N secondary data library inquiry " is converted to " operation of 1+1 secondary data library inquiry adds internal memory operation N time ".And database query operations comes down to hard disk read operation that the data library file is carried out.And " internal memory reading speed " is " hard disk reading speed " 100000 times to 1000000 times, and we suppose that multiple is X, and then the time of 1 secondary data library inquiry operation consumption is designated as X, and the time of an internal memory operation consumption is designated as 1.
This programme with respect to the time consuming ratio of traditional scheme is:
(X+X+N*1)/((1+N) * X) ≈ 2/ (1+N) (wherein N is the multimedia file number)
And because the multimedia file of having introduced in this programme on the ID cache list mechanism detection user mobile phone changes, when the multimedia file on the user mobile phone did not have change, the time of consumption, still less the user experienced better.
In sum, a kind of method of handling the multimedia file of Android mobile terminal provided by the present invention can make the user obtain the thumbnail information of multimedia file rapidly, thereby significantly reduces user's stand-by period, significantly improves user's experience.
In addition, a kind of system that handles the multimedia file of Android mobile terminal provided by the present invention, its technique effect is identical with above-mentioned technique effect, and this paper repeats no more.
Description of drawings
Fig. 1 is the process flow diagram of a kind of method of the multimedia file of handling the Android mobile terminal in an embodiment of the present invention;
Fig. 2 is the process flow diagram of a kind of method of the multimedia file of handling the Android mobile terminal among the another kind of embodiment of the present invention;
Fig. 3 is for adopting the interaction figure of mobile terminal of the present invention HELPER APPLICATION;
Fig. 4 is for adopting the sequential chart of mobile terminal of the present invention HELPER APPLICATION.
Embodiment
Core of the present invention is for providing a kind of method of handling the multimedia file of Android mobile terminal, and this method can make the user obtain the thumbnail information of multimedia file rapidly, thereby significantly reduces user's stand-by period, significantly improves user's experience.In addition, another core of the present invention is for providing a kind of system that handles the multimedia file of Android mobile terminal.
In order to make those skilled in the art understand technical scheme of the present invention better, the present invention is described in further detail below in conjunction with the drawings and specific embodiments.
Please refer to Fig. 1 and Fig. 2, Fig. 1 is the process flow diagram of a kind of method of the multimedia file of handling the Android mobile terminal in an embodiment of the present invention; Fig. 2 is the process flow diagram of a kind of method of the multimedia file of handling the Android mobile terminal among the another kind of embodiment of the present invention.
As shown in Figure 1, a kind of method of handling the multimedia file of Android mobile terminal provided by the present invention comprises the steps:
S11: the breviary chart of the multimedia file in the traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
S12: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file; Be example with the picture, its file-related information comprises ID, file path, size and creation-time.
S13: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
In technique scheme, " operation of 1+N secondary data library inquiry " is converted to " operation of 1+1 secondary data library inquiry adds internal memory operation N time ".And database query operations comes down to hard disk read operation that the data library file is carried out.And " internal memory reading speed " is " hard disk reading speed " 100000 times to 1000000 times, and we suppose that multiple is X, and then the time of 1 secondary data library inquiry operation consumption is designated as X, and the time of an internal memory operation consumption is designated as 1.
This programme with respect to the time consuming ratio of traditional scheme is:
(X+X+N*1)/((1+N) * X) ≈ 2/ (1+N) (wherein N is the multimedia file number)
And because the multimedia file of having introduced in this programme on the ID cache list mechanism detection user mobile phone changes, when the multimedia file on the user mobile phone did not have change, the time of consumption, still less the user experienced better.
Further, as shown in Figure 2, in another embodiment of the invention, also comprise the steps: after the step S13
S14: from the Android system database, obtain the current ID tabulation of multimedia file, and this current ID tabulation is compared with the ID tabulation in the memory cache, judge whether to change; If do not change, then turn to following step S15; If change, then turn to above-mentioned steps S11;
S15: notice is not upgraded, and directly the thumbnail information in the memory cache is presented to the user.
Be example with the picture, the content of ID cache list is all Image IDs in the Images table.The Image ID tabulation that last time of buffer memory in the tabulation of current Image ID and the internal memory is got access to compares, thereby judges whether picture has change (increasing newly/delete).
For example: all Image IDs in the current I mages table are that { 1,2,3,4}, last all Image IDs are that { 1,2,3} then has change.
Because whether it is very fast to obtain the speed of all Image IDs in the Images watch, change thereby can judge fast.Be example with the picture, when the user did not generate new photo or other pictures in mobile phone, we can directly notify upper procedure " data do not have change ".
Please refer to Fig. 3 and Fig. 4, Fig. 3 is for adopting the interaction figure of mobile terminal of the present invention HELPER APPLICATION; Fig. 4 is for adopting the sequential chart of mobile terminal of the present invention HELPER APPLICATION.
In this article, " key " of Hash table is the ID of each multimedia file, and " value " is corresponding picture thumbnail information/video thumbnails information/Music front cover information.By the cryptographic hash of multimedia file ID, can navigate to the picture thumbnail information/video thumbnails information/Music front cover information of multimedia file fast.Thereby essential information and " thumbnail/front cover " information of picture/video/music file are merged.
Be example with the picture file in the mobile phone, in the Android system database, store essential information and the thumbnail information of picture file by two tables respectively:
Images shows (that is original chart above)
Figure BDA00003166799500081
Figure BDA00003166799500091
Thumbnails shows (that is breviary chart above)
Figure BDA00003166799500092
More than table is example.Show us by Images and can obtain the essential information that Image ID is 1 picture:
Image ID: 1
Picture file path :/sdcard/DCIM/100MEDIA/IMAG0009.jpg
Picture file size: 946974
And because we show Thumbnails among the whole Hashmap of being loaded into, as being " key " with " Image ID " in the Thumbnails table, be " value " with " thumbnail file path " in the Thumbnails table.Can think simply that the data among the Hashmap are:
1->/sdcard/DCIM/.thumbnails/1357723370385.jpg
2->/sdcard/DCIM/.thumbnails/1357723370415.jpg
Therefore we can to navigate to Image ID fast be that the thumbnail file path of 1 picture correspondence is/sdcard/DCIM/.thumbnails/1357723370385.jpg.This process has replaced database query operations by the quick matching operation in the internal memory.
We have obtained the complete information that Image ID is 1 picture like this:
Image ID: 1
Picture file path :/sdcard/DCIM/100MEDIA/IMAG0009.jpg
Picture file size: 946974
Thumbnail file path :/sdcard/DCIM/.thumbnails/1357723370385.jpg
As shown in Figure 4, in the present invention,
1, the mobile phone assistant calls at the interface interface that obtains the multimedia file tabulation that data middle layer provides, and indicates type in interface: picture/video/music;
2, data middle layer makes up the Tcp request msg according to communication protocol;
3, the network service layer connects (wifi connects or connects based on the adb forward of data line) by Tcp and sends the network request;
4, mobile phone end assistant Service receives android.provider.MediaStore inquiry specified type is called in Tcp request back by the mode shown in " (interaction figure among Fig. 3) " according to request content multimedia document information;
5, android.provider.MediaStore carries out the SQLite database query operations and returns Query Result;
6, mobile phone end assistant Service obtains current multimedia file ID tabulation, and with internal memory in the multimedia file ID tabulation that gets access to of last time of buffer memory compare, whether the multimedia file tabulation of judging specified type has renewal, as do not have to upgrade and return no_update message, otherwise obtain new multimedia file tabulation and return;
7, the network service layer is given data middle layer with the result transmission of mobile phone end assistant Service;
8, data middle layer is resolved the request results that gets access to from the network service layer, if once to obtain the multimedia file table data of the type and request results before be no_udpate then return to data before the mobile phone assistant interface; Otherwise resolve new multimedia file table data again and return to mobile phone assistant interface.
Because mobile phone end assistant Service application program is an Android service that is installed on the user mobile phone, when mobile phone power-on, should service starts voluntarily, and begin to obtain multimedia file tabulation (namely automatically performing the 4th among Fig. 3,5 steps).
In addition, the present invention also provides a kind of system that handles the multimedia file of Android mobile terminal, comprising:
The first traversal unit: be used for the breviary chart of the multimedia file of traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
The second traversal unit: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file;
Quick matching unit: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
Further, this system also comprises:
Judging unit: from the Android system database, obtain the current ID of multimedia file tabulation, and ID tabulation that will be current compares with ID table in the memory cache, judge whether to change; If do not change, then turn to following step S15; If change, then turn to above-mentioned steps S11;
Direct display unit: notice is not upgraded, and directly the thumbnail information in the memory cache is presented to the user.
In addition, this system also comprises automatic acquiring unit: when the user opened mobile terminal equipment, the assistant service application program in the equipment of mobile terminal was just obtained the current ID tabulation of multimedia file automatically.
More than a kind of method and system of handling the multimedia file of Android mobile terminal provided by the present invention is described in detail.Used specific case herein principle of the present invention and embodiment are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof.Should be pointed out that for those skilled in the art, under the prerequisite that does not break away from the principle of the invention, can also carry out some improvement and modification to the present invention, these improvement and modification also fall in the protection domain of claim of the present invention.

Claims (10)

1. a method of handling the multimedia file of Android mobile terminal is characterized in that, comprises the steps:
S11: the breviary chart of the multimedia file in the traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
S12: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file;
S13: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
2. a kind of method of handling the multimedia file of Android mobile terminal as claimed in claim 1 is characterized in that, also comprises the steps: after the step S13
S14: from the Android system database, obtain the current ID tabulation of multimedia file, and this current ID tabulation is compared with the ID tabulation in the memory cache, judge whether to change; If do not change, then turn to following step S15; If change, then turn to above-mentioned steps S11;
S15: notice is not upgraded, and directly the thumbnail information in the memory cache is presented to the user.
3. a kind of method of handling the multimedia file of Android mobile terminal as claimed in claim 2 is characterized in that, when the user opened mobile terminal equipment, the assistant service application program in the equipment of mobile terminal was just obtained the current I D tabulation of multimedia file automatically.
4. as each described a kind of method of handling the multimedia file of Android mobile terminal of claim 1-3, it is characterized in that described mapped function relation is stored in the memory cache of mobile terminal equipment.
5. as each described a kind of method of handling the multimedia file of Android mobile terminal of claim 1-3, it is characterized in that described mapped function relation is kept in the memory cache of the PC end that is connected with mobile terminal equipment.
6. as each described a kind of method of handling the multimedia file of Android mobile terminal of claim 1-3, it is characterized in that described mapped function relation is Hash table or sparse array.
7. a system that handles the multimedia file of Android mobile terminal is characterized in that, comprising:
The first traversal unit: be used for the breviary chart of the multimedia file of traversal Android system database, set up the mapped function relation one by one of the thumbnail information of the ID of multimedia file and multimedia file, and this mapped function relation is stored in the memory cache;
The second traversal unit: travel through the original chart of the multimedia file in the Android system database, obtain the file-related information that comprises ID of each multimedia file;
Quick matching unit: according to ID and the described mapped function relation of each multimedia file, coupling obtains the thumbnail information of multimedia file fast in memory cache, and presents to the user.
8. a kind of system that handles the multimedia file of Android mobile terminal as claimed in claim 7 is characterized in that, also comprises:
Judging unit: from the Android system database, obtain the current ID of multimedia file tabulation, and ID tabulation that will be current compares with ID table in the memory cache, judge whether to change; If do not change, then turn to following step S15; If change, then turn to above-mentioned steps S11;
Direct display unit: notice is not upgraded, and directly the thumbnail information in the memory cache is presented to the user.
9. a kind of system that handles the multimedia file of Android mobile terminal as claimed in claim 8 is characterized in that, also comprises:
Automatic acquiring unit: when the user opened mobile terminal equipment, the assistant service application program in the equipment of mobile terminal was just obtained the current ID tabulation of multimedia file automatically.
10. a kind of system that handles the multimedia file of Android mobile terminal as claimed in claim 7 is characterized in that described file-related information comprises ID, file path, size and creation-time.
CN2013101703071A 2013-05-09 2013-05-09 Method and system for processing multi-media files of android mobile terminal Pending CN103246729A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2013101703071A CN103246729A (en) 2013-05-09 2013-05-09 Method and system for processing multi-media files of android mobile terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2013101703071A CN103246729A (en) 2013-05-09 2013-05-09 Method and system for processing multi-media files of android mobile terminal

Publications (1)

Publication Number Publication Date
CN103246729A true CN103246729A (en) 2013-08-14

Family

ID=48926249

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2013101703071A Pending CN103246729A (en) 2013-05-09 2013-05-09 Method and system for processing multi-media files of android mobile terminal

Country Status (1)

Country Link
CN (1) CN103246729A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105022838A (en) * 2015-08-18 2015-11-04 深圳市为有视讯有限公司 Method for allowing camera equipment to have fast access to video files and picture files in memory card of camera equipment
CN105981013A (en) * 2014-02-20 2016-09-28 华为技术有限公司 System and method for an efficient database storage model based on sparse files
CN110275867A (en) * 2019-05-24 2019-09-24 北京指掌易科技有限公司 A method of extracting parsing Android mobile phone file
CN111737210A (en) * 2020-06-24 2020-10-02 深圳软牛科技有限公司 Huashi mobile phone thumbnail extraction method and device and electronic equipment
CN111901684A (en) * 2020-07-30 2020-11-06 深圳市康冠科技股份有限公司 File classification method and related device
CN112100131A (en) * 2020-09-24 2020-12-18 深圳软牛科技有限公司 Thumbnail extraction method and device in android system and electronic equipment

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006244281A (en) * 2005-03-04 2006-09-14 Seiko Epson Corp Image retrieval system, unit, and method, and program, and recording medium
CN101167047A (en) * 2005-04-22 2008-04-23 微软公司 Local thumbnail cache
JP2009080751A (en) * 2007-09-27 2009-04-16 Casio Comput Co Ltd External recording medium management system, and program
CN102629254A (en) * 2012-02-29 2012-08-08 惠州市德赛西威汽车电子有限公司 Method for rapidly reading pictures
CN102841896A (en) * 2011-06-22 2012-12-26 腾讯科技(深圳)有限公司 Mobile terminal picture and text information displaying method and system and mobile terminal
CN103092833A (en) * 2011-10-27 2013-05-08 腾讯科技(深圳)有限公司 Method, apparatus and mobile device for viewing pictures in mobile browser
CN103092988A (en) * 2013-02-07 2013-05-08 广州市久邦数码科技有限公司 Realizing method of directly managing mobile phone media resources on desktop

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006244281A (en) * 2005-03-04 2006-09-14 Seiko Epson Corp Image retrieval system, unit, and method, and program, and recording medium
CN101167047A (en) * 2005-04-22 2008-04-23 微软公司 Local thumbnail cache
JP2009080751A (en) * 2007-09-27 2009-04-16 Casio Comput Co Ltd External recording medium management system, and program
CN102841896A (en) * 2011-06-22 2012-12-26 腾讯科技(深圳)有限公司 Mobile terminal picture and text information displaying method and system and mobile terminal
CN103092833A (en) * 2011-10-27 2013-05-08 腾讯科技(深圳)有限公司 Method, apparatus and mobile device for viewing pictures in mobile browser
CN102629254A (en) * 2012-02-29 2012-08-08 惠州市德赛西威汽车电子有限公司 Method for rapidly reading pictures
CN103092988A (en) * 2013-02-07 2013-05-08 广州市久邦数码科技有限公司 Realizing method of directly managing mobile phone media resources on desktop

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JAVA2009CGH: "【Android】缩略图Thumbnails", 《HTTP://BLOG.CSDN.NET/JAVA2009CGH/ARTICLE/DETAILS/8364735》 *
天行健861010: "数据库缓存", 《HTTP://WWW.360DOC.COM/CONTENT/12/1104/21/4228225_245750539.SHTML》 *

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105981013A (en) * 2014-02-20 2016-09-28 华为技术有限公司 System and method for an efficient database storage model based on sparse files
CN105981013B (en) * 2014-02-20 2019-06-28 华为技术有限公司 A kind of system and method for the database storage model based on sparse file
CN105022838A (en) * 2015-08-18 2015-11-04 深圳市为有视讯有限公司 Method for allowing camera equipment to have fast access to video files and picture files in memory card of camera equipment
CN110275867A (en) * 2019-05-24 2019-09-24 北京指掌易科技有限公司 A method of extracting parsing Android mobile phone file
CN111737210A (en) * 2020-06-24 2020-10-02 深圳软牛科技有限公司 Huashi mobile phone thumbnail extraction method and device and electronic equipment
CN111901684A (en) * 2020-07-30 2020-11-06 深圳市康冠科技股份有限公司 File classification method and related device
CN112100131A (en) * 2020-09-24 2020-12-18 深圳软牛科技有限公司 Thumbnail extraction method and device in android system and electronic equipment

Similar Documents

Publication Publication Date Title
KR102124231B1 (en) Streaming content and placeholders
US9734158B2 (en) Searching and placeholders
US7945535B2 (en) Automatic publishing of digital content
US9218381B2 (en) Method and apparatus for portable index on a removable storage medium
US8886598B1 (en) Tag-based synchronization
US10057318B1 (en) System, method, and computer program for enabling a user to access and edit via a virtual drive objects synchronized to a plurality of synchronization clients
US8370402B2 (en) Dual representation of stored digital content
US20140351211A1 (en) Media File Synchronization
US20140324776A1 (en) File management with placeholders
CN103246729A (en) Method and system for processing multi-media files of android mobile terminal
US20110119233A1 (en) System, method and computer program for synchronizing data between data management applications
US9300986B2 (en) Media system with canonical architecture for integrating media productions from different content providers
US20100217750A1 (en) Archive apparatus, conversion apparatus and conversion program
US20120109952A1 (en) System, method, and computer program for remote management of digital content
JP2007527575A (en) Method and apparatus for synchronizing and identifying content
US20120158891A1 (en) Techniques for universal representation of digital content
US20060184554A1 (en) System and method for extensible metadata architecture for digital images using in-place editing
WO2006088496A2 (en) System and method for extensible metadata architecture for digital images
JP2005346706A (en) Method and apparatus for moving media file and storage medium storing program for performing the method
CN114116611A (en) File scanning method and related device
CN103136264A (en) Accessory inquiring method and user terminal
CN102737082A (en) Method and system for dynamically updating file data indexes
US8423585B2 (en) Variants of files in a file system
EP2237170A1 (en) Data sorage system
CA2722511C (en) Efficient change tracking of transcoded copies

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100088 26 Haidian District East Road, 17 Madian East Road, Beijing, China

Applicant after: Storm group Limited by Share Ltd

Address before: 100088 26 Haidian District East Road, 17 Madian East Road, Beijing, China

Applicant before: Beijing Baofeng Technology Co., Ltd.

COR Change of bibliographic data
RJ01 Rejection of invention patent application after publication

Application publication date: 20130814

RJ01 Rejection of invention patent application after publication