CN112100131A - Thumbnail extraction method and device in android system and electronic equipment - Google Patents

Thumbnail extraction method and device in android system and electronic equipment Download PDF

Info

Publication number
CN112100131A
CN112100131A CN202011017819.0A CN202011017819A CN112100131A CN 112100131 A CN112100131 A CN 112100131A CN 202011017819 A CN202011017819 A CN 202011017819A CN 112100131 A CN112100131 A CN 112100131A
Authority
CN
China
Prior art keywords
file
bytes
series
android system
files
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
CN202011017819.0A
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.)
Afirstsoft Co Ltd
Original Assignee
Afirstsoft 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 Afirstsoft Co Ltd filed Critical Afirstsoft Co Ltd
Priority to CN202011017819.0A priority Critical patent/CN112100131A/en
Publication of CN112100131A publication Critical patent/CN112100131A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/14Details of searching files based on file metadata
    • G06F16/148File search processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Library & Information Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

One or more embodiments of the present specification provide a method and an apparatus for extracting a thumbnail in an android system, and an electronic device, where the extraction method includes: obtaining a thunmbdataX series file in an android system terminal; searching the thumbdataX series file, finding the initial position a of a jpg file and obtaining the size b of the jpg file; extracting a file with the size of b from the starting position a from the thunbbdataX, and storing the file as a jpg file; and returning to execute the step of searching the jpg file from the thunmbdataX series files until all files are searched. Therefore, all thumbnails in the thumbnail dataX series files can be found, and the extraction method provided by the embodiment of the invention is strong in universality and can be adapted to thumbnail data files of various versions.

Description

Thumbnail extraction method and device in android system and electronic equipment
Technical Field
The invention relates to the technical field of deleted picture recovery and the like, in particular to a method and a device for extracting a thumbnail in an android system and electronic equipment.
Background
The picture storage is an important function of the android system terminal.
the thunbdata file is a cache file of a camera and a picture in an android system, various versions of the thunbdata file are available in the market at present, and formats of the thunbdata files of different versions are different.
At present, when pictures stored in a terminal of an installation system are deleted by mistake and need to be recovered, a targeted picture recovery scheme needs to be customized according to cache files of different versions, the picture recovery schemes of different versions are difficult to use, and the operation is complicated.
Disclosure of Invention
In view of this, one or more embodiments of the present disclosure are to provide a method and an apparatus for extracting a thumbnail in an android system, and an electronic device, which are capable of adapting to thumb data files of different versions to perform picture restoration and have good universality.
In view of the above, one or more embodiments of the present specification provide a method for extracting a thumbnail in an android system, including:
obtaining a thunmbdataX series file in an android system terminal;
searching the thumbdataX series file, finding the initial position a of a jpg file and obtaining the size b of the jpg file;
extracting a file with the size of b from the starting position a from the thunbbdataX, and storing the file as a jpg file;
and returning to execute the step of searching the jpg file from the thunmbdataX series files until all files are searched.
As an optional implementation manner, the obtaining of the thumbdataX series files in the android system terminal includes searching a/sdcard/DCIM/. thumbfiles directory of the android system terminal, and obtaining the thumbdataX series files under the directory.
As an alternative embodiment, the thumbdataX series file includes a thumbbdata 3 file or a thumbbdata 4 or a thunbdata 5 file.
As an optional implementation manner, the searching the thumbbdata X series file to find the start position a of the jpg file includes
If four consecutive bytes in the thunbbdata X series file are 0xff, 0xd8, 0xff and 0xe0, respectively, and four bytes starting from the seventh byte are the character string "JFIF" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file; or
If the four consecutive bytes in the thumbbdata X series file are 0xff, 0xd8, 0xff and 0xe1, respectively, and the four bytes starting from the seventh byte are the character string "Exif" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file.
As an optional implementation manner, the obtaining the size b of the jpg file includes
And acquiring four bytes before the initial position a of the jpg file, wherein the four bytes correspond to the size of the jpg file.
As a second aspect of the present invention, there is provided an apparatus for extracting a thumbnail in an android system, including:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring the thumbdataX series files in the android system terminal;
the searching module is used for searching the thumbdataX series files, finding the initial position a of the jpg file and obtaining the size b of the jpg file;
the extracting module is used for extracting a file which starts from the starting position a and has the size of b from the thumbdataX and storing the file as a jpg file;
and the circulating module is used for returning to execute the step of searching the jpg file from the thumbdataX series files until all the files are searched.
As an optional implementation manner, the obtaining module is configured to search for an/sdcard/DCIM/. thumbfiles directory of the android system terminal, and obtain the thumbdataX series file in the directory.
As an optional implementation manner, the lookup module is configured to:
if four consecutive bytes in the thunbbdata X series file are 0xff, 0xd8, 0xff and 0xe0, respectively, and four bytes starting from the seventh byte are the character string "JFIF" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file; or
If the four consecutive bytes in the thumbbdata X series file are 0xff, 0xd8, 0xff and 0xe1, respectively, and the four bytes starting from the seventh byte are the character string "Exif" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file.
As an optional implementation manner, the lookup module is further configured to:
and acquiring four bytes before the initial position a of the jpg file, wherein the four bytes correspond to the size of the jpg file.
As a third aspect of the present invention, there is provided an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the processor implements the method as described above when executing the program.
As can be seen from the above, according to the method, the device and the electronic device for extracting thumbnails in an android system provided in one or more embodiments of the present disclosure, first, a thumbfile in a thumbfile system terminal is obtained, then, a search is performed in the thumbfile system, by locating a start position a and a size b of the jpg file, the jpg file can be extracted from the thumbfile system, and the search is continued from the position where the jpg file is extracted until all files in the thumbfile system are completely searched, so that all thumbnails in the thumbfile system can be found.
Drawings
In order to more clearly illustrate one or more embodiments or prior art solutions of the present specification, the drawings that are needed in the description of the embodiments or prior art will be briefly described below, and it is obvious that the drawings in the following description are only one or more embodiments of the present specification, and that other drawings may be obtained by those skilled in the art without inventive effort from these drawings.
Fig. 1 is a logic diagram of a thumbnail extraction method in an android system according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a thumbnail extraction device in an android system according to an embodiment of the present invention;
fig. 3 is a schematic diagram of a hardware structure of an electronic device according to this embodiment.
Detailed Description
For the purpose of promoting a better understanding of the objects, aspects and advantages of the present disclosure, reference is made to the following detailed description taken in conjunction with the accompanying drawings.
In order to achieve the above object, embodiments of the present invention provide a method and an apparatus for extracting a thumbnail in an android system, and an electronic device, where the method and the apparatus may be applied to terminals such as a series of mobile phones and a series of tablet based on the android system, and may also be applied to terminals connected to terminals such as a series of mobile phones and a series of tablet based on the android system, such as a server, a cloud server, a server cluster, and the like, which are not limited specifically. First, a detailed description is given to a thumbnail extraction method in an android system provided by the embodiment of the present invention.
The embodiment of the invention provides a thumbnail extraction method in an android system, which comprises the following steps:
s100, obtaining a thumbdataX series file in the android system terminal;
s200, searching the thumbdataX series file, finding the initial position a of a jpg file and obtaining the size b of the jpg file;
s300, extracting a file which starts from the initial position a and has the size of b from the thumbdataX, and storing the file as a jpg file;
s400, returning to the step of searching the jpg file from the thumbdataX series files until all files are searched.
In the embodiment of the invention, the method comprises the steps of firstly obtaining the thumbdataX series files in the android system terminal, then searching in the thumbdataX series files, extracting the jpg files from the thumbdataX series files by positioning the initial position a and the size b of the jpg files, and continuously searching from the position where the jpg files are extracted until all files in the thumbdataX series files are searched, so that all thumbnails in the thumbdataX series files can be found.
Referring to fig. 1, an embodiment of the present invention provides a method for extracting a thumbnail in an android system, including:
s100, obtaining the thumbdataX series files in the android system terminal.
Optionally, the obtaining of the thumbdataX series files in the android system terminal includes searching for an/sdcard/DCIM/. thumbfiles directory of the android system terminal, and obtaining the thumbdataX series files in the directory.
Optionally, the thumbdataX series file includes a thumbdata3 file, a thumbdata4 file, or a thunbdata 5 file, and it should be noted that the thumbdataX series file may also include other versions of thumbdatafiles, which is not limited specifically.
S200, searching the thumbdataX series file, finding the initial position a of the jpg file and obtaining the size b of the jpg file.
Optionally, the searching is performed on the thumbbdata X series file to find the start position a of the jpg file, including
If four consecutive bytes in the thunbbdata X series file are 0xff, 0xd8, 0xff and 0xe0, respectively, and four bytes starting from the seventh byte are the character string "JFIF" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file; or
If the four consecutive bytes in the thumbbdata X series file are 0xff, 0xd8, 0xff and 0xe1, respectively, and the four bytes starting from the seventh byte are the character string "Exif" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file.
Optionally, the obtaining the size b of the jpg file includes
And acquiring four bytes before the initial position a of the jpg file, wherein the four bytes correspond to the size of the jpg file.
S300, extracting a file which starts from the initial position a and has the size of b from the thumbdataX, and storing the file as a jpg file;
s400, returning to the step of searching the jpg file from the thumbdataX series files until all files are searched.
Corresponding to the method for extracting the thumbnail in the Huawei android system, the embodiment of the invention also discloses a device for extracting the thumbnail in the android system, please refer to fig. 2, which comprises
The obtaining module 10 is configured to obtain a thumbdataX series file in the android system terminal;
the searching module 20 is configured to search the thumbdataX series file, find an initial position a of a jpg file, and obtain a size b of the jpg file;
an extracting module 30, configured to extract a file with a size b starting from a starting position a from the thumbdataX, and store the file as a jpg file;
and the circulation module 40 is configured to return to execute the step of searching for the jpg file from the thumbdataX series files until all files are searched.
In the embodiment of the invention, the method comprises the steps of firstly obtaining the thumbdataX series files in the android system terminal, then searching in the thumbdataX series files, extracting the jpg files from the thumbdataX series files by positioning the initial position a and the size b of the jpg files, and continuously searching from the position where the jpg files are extracted until all files in the thumbdataX series files are searched, so that all thumbnails in the thumbdataX series files can be found.
As an optional implementation manner, the obtaining module is configured to search for an/sdcard/DCIM/. thumbfiles directory of the android system terminal, and obtain the thumbdataX series file in the directory.
As an optional implementation manner, the lookup module is configured to:
if four consecutive bytes in the thunbbdata X series file are 0xff, 0xd8, 0xff and 0xe0, respectively, and four bytes starting from the seventh byte are the character string "JFIF" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file; or
If the four consecutive bytes in the thumbbdata X series file are 0xff, 0xd8, 0xff and 0xe1, respectively, and the four bytes starting from the seventh byte are the character string "Exif" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file.
As an optional implementation manner, the lookup module is further configured to:
and acquiring four bytes before the initial position a of the jpg file, wherein the four bytes correspond to the size of the jpg file.
For convenience of description, the above devices are described as being divided into various modules by functions, and are described separately. Of course, the functionality of the modules may be implemented in the same one or more software and/or hardware implementations in implementing one or more embodiments of the present description.
It should be noted that the method of one or more embodiments of the present disclosure may be performed by a single device, such as a computer or server. The method of the embodiment can also be applied to a distributed scene and completed by the mutual cooperation of a plurality of devices. In such a distributed scenario, one of the devices may perform only one or more steps of the method of one or more embodiments of the present disclosure, and the devices may interact with each other to complete the method.
Corresponding to the thumbnail extraction method in the android system, an embodiment of the present invention further provides an electronic device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor executes the program to implement the method described above.
Optionally, fig. 3 shows a more specific hardware structure diagram of an electronic device provided in this embodiment, where the device may include: a processor 1010, a memory 1020, an input/output interface 1030, a communication interface 1040, and a bus 1050. Wherein the processor 1010, memory 1020, input/output interface 1030, and communication interface 1040 are communicatively coupled to each other within the device via bus 1050.
The processor 1010 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solutions provided in the embodiments of the present disclosure.
The Memory 1020 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random Access Memory), a static storage device, a dynamic storage device, or the like. The memory 1020 may store an operating system and other application programs, and when the technical solution provided by the embodiments of the present specification is implemented by software or firmware, the relevant program codes are stored in the memory 1020 and called to be executed by the processor 1010.
The input/output interface 1030 is used for connecting an input/output module to input and output information. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The communication interface 1040 is used for connecting a communication module (not shown in the drawings) to implement communication interaction between the present apparatus and other apparatuses. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
Bus 1050 includes a path that transfers information between various components of the device, such as processor 1010, memory 1020, input/output interface 1030, and communication interface 1040.
It should be noted that although the above-mentioned device only shows the processor 1010, the memory 1020, the input/output interface 1030, the communication interface 1040 and the bus 1050, in a specific implementation, the device may also include other components necessary for normal operation. In addition, those skilled in the art will appreciate that the above-described apparatus may also include only those components necessary to implement the embodiments of the present description, and not necessarily all of the components shown in the figures.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
It is intended that the one or more embodiments of the present specification embrace all such alternatives, modifications and variations as fall within the broad scope of the appended claims. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of one or more embodiments of the present disclosure are intended to be included within the scope of the present disclosure.

Claims (10)

1. A thumbnail extraction method in an android system is characterized by comprising the following steps:
obtaining a thunmbdataX series file in an android system terminal;
searching the thumbdataX series file, finding the initial position a of a jpg file and obtaining the size b of the jpg file;
extracting a file with the size of b from the starting position a from the thunbbdataX, and storing the file as a jpg file;
and returning to execute the step of searching the jpg file from the thunmbdataX series files until all files are searched.
2. The method for extracting thumbnails in the android system according to claim 1, wherein the obtaining of the thumbdataX series files in the android system terminal includes searching for an/sdcard/DCIM/. thumbfiles directory of the android system terminal, and obtaining the thumbdataX series files in the directory.
3. The thumbnail extraction method in android system of claim 2, wherein the thumbdataX series file comprises a thumbbdata 3 file or a thumbbdata 4 or a thumbbdata 5 file.
4. The method for extracting thumbnails in android system according to claim 1, wherein the searching for the thumbbdata X series of files to find the starting position a of a jpg file comprises
If four consecutive bytes in the thunbbdata X series file are 0xff, 0xd8, 0xff and 0xe0, respectively, and four bytes starting from the seventh byte are the character string "JFIF" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file; or
If the four consecutive bytes in the thumbbdata X series file are 0xff, 0xd8, 0xff and 0xe1, respectively, and the four bytes starting from the seventh byte are the character string "Exif" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file.
5. The method for extracting thumbnails in android system according to claim 4, wherein the obtaining of the size b of the jpg file comprises
And acquiring four bytes before the initial position a of the jpg file, wherein the four bytes correspond to the size of the jpg file.
6. The utility model provides a thumbnail extraction element in tall and erect system of ann, its characterized in that includes:
the system comprises an acquisition module, a storage module and a processing module, wherein the acquisition module is used for acquiring the thumbdataX series files in the android system terminal;
the searching module is used for searching the thumbdataX series files, finding the initial position a of the jpg file and obtaining the size b of the jpg file;
the extracting module is used for extracting a file which starts from the starting position a and has the size of b from the thumbdataX and storing the file as a jpg file;
and the circulating module is used for returning to execute the step of searching the jpg file from the thumbdataX series files until all the files are searched.
7. The apparatus for extracting thumbnails in an android system according to claim 6, wherein the obtaining module is configured to search for an/sdcard/DCIM/. thumbfiles directory of an android system terminal, and obtain thumbdataX series files in the directory.
8. The apparatus for extracting thumbnails in android system according to claim 6, wherein the search module is configured to:
if four consecutive bytes in the thunbbdata X series file are 0xff, 0xd8, 0xff and 0xe0, respectively, and four bytes starting from the seventh byte are the character string "JFIF" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file; or
If the four consecutive bytes in the thumbbdata X series file are 0xff, 0xd8, 0xff and 0xe1, respectively, and the four bytes starting from the seventh byte are the character string "Exif" from the first byte of the four bytes, the first byte of the four bytes is the start position a of the jpg file.
9. The apparatus for extracting thumbnails in android system according to claim 8, wherein the search module is further configured to:
and acquiring four bytes before the initial position a of the jpg file, wherein the four bytes correspond to the size of the jpg file.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the method according to any of claims 1 to 5 when executing the program.
CN202011017819.0A 2020-09-24 2020-09-24 Thumbnail extraction method and device in android system and electronic equipment Pending CN112100131A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011017819.0A CN112100131A (en) 2020-09-24 2020-09-24 Thumbnail extraction method and device in android system and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011017819.0A CN112100131A (en) 2020-09-24 2020-09-24 Thumbnail extraction method and device in android system and electronic equipment

Publications (1)

Publication Number Publication Date
CN112100131A true CN112100131A (en) 2020-12-18

Family

ID=73755368

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011017819.0A Pending CN112100131A (en) 2020-09-24 2020-09-24 Thumbnail extraction method and device in android system and electronic equipment

Country Status (1)

Country Link
CN (1) CN112100131A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246729A (en) * 2013-05-09 2013-08-14 北京暴风科技股份有限公司 Method and system for processing multi-media files of android mobile terminal
CN103475929A (en) * 2013-09-06 2013-12-25 深圳Tcl新技术有限公司 Method and system for reading multi-media file thumbnails
CN110275867A (en) * 2019-05-24 2019-09-24 北京指掌易科技有限公司 A method of extracting parsing Android mobile phone file

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103246729A (en) * 2013-05-09 2013-08-14 北京暴风科技股份有限公司 Method and system for processing multi-media files of android mobile terminal
CN103475929A (en) * 2013-09-06 2013-12-25 深圳Tcl新技术有限公司 Method and system for reading multi-media file thumbnails
CN110275867A (en) * 2019-05-24 2019-09-24 北京指掌易科技有限公司 A method of extracting parsing Android mobile phone file

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
SIMONHEHE: "Exif格式分析", 《CSDN 博客 HTTPS://BLOG.CSDN.NET/SIMONHEHE/ARTICLE/DETAILS/8593354》, pages 1 - 14 *

Similar Documents

Publication Publication Date Title
US11010227B2 (en) Exception stack information acquisition method and device and computer-readable storage medium
CN107368550B (en) Information acquisition method, device, medium, electronic device, server and system
US20210248710A1 (en) Electronic device and method for saving image
CN104252697A (en) Method and apparatus for rotating photo automatically, and terminal
CN111966647A (en) Cloud storage method and device for small files, server and storage medium
CN105701153A (en) Method and device for reading webpage resources and electronic equipment
CN112100131A (en) Thumbnail extraction method and device in android system and electronic equipment
JP6056375B2 (en) Information processing system, information processing method, and computer program
CN109271543B (en) Thumbnail display method and device, terminal and computer-readable storage medium
CN103488380A (en) Method and device for displaying information
CN112100132B (en) Deleted file type identification method and device, electronic equipment and storage medium
CN111143293B (en) Metadata acquisition method, device, equipment and computer readable storage medium
CN111352993A (en) Cross-platform data synchronization method and device and electronic equipment
CN111737210B (en) Method and device for extracting thumbnail of Huacheng mobile phone and electronic equipment
EP4060521A1 (en) Method for providing tag, and electronic device for supporting same
US11341095B2 (en) Electronic device for searching for file information stored in external device and operation method thereof
CN111009017B (en) Picture compression method and device, storage medium and computer equipment
CN109948123B (en) Image merging method and device
KR102178172B1 (en) Terminal and service providing device, control method thereof, computer readable medium having computer program recorded therefor and image searching system
US10776314B2 (en) Electronic apparatus and method for temporarily storing data thereof
CN105469433B (en) Picture compression method and equipment thereof
KR20210016944A (en) An electronic device for performing media scan and media scan method thereof
CN107357863B (en) Picture processing method and device, storage medium and terminal
KR20200039053A (en) Electronic device for providing cloud service and method for operating thefeof
US9207878B2 (en) Information processing apparatus

Legal Events

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

Country or region after: China

Address after: 1301-1310, Building 2, Jinlitong Financial Center Building, No. 1100 Xingye Road, Haiwang Community, Xin'an Street, Bao'an District, Shenzhen City, Guangdong Province

Applicant after: Shenzhen Ruan Niu Technology Group Co.,Ltd.

Address before: No. 15-3 Haitian Road, Building C, Excellence Times Square, N23 Haiwang Community, Xin'an Street, Bao'an District, Shenzhen City, Guangdong Province, China 2903

Applicant before: AFIRSTSOFT CO.,LTD.

Country or region before: China