CN113220645A - Linux-compatible Android file display method and device - Google Patents

Linux-compatible Android file display method and device Download PDF

Info

Publication number
CN113220645A
CN113220645A CN202110597407.7A CN202110597407A CN113220645A CN 113220645 A CN113220645 A CN 113220645A CN 202110597407 A CN202110597407 A CN 202110597407A CN 113220645 A CN113220645 A CN 113220645A
Authority
CN
China
Prior art keywords
file
linux
android
directory
created
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.)
Granted
Application number
CN202110597407.7A
Other languages
Chinese (zh)
Other versions
CN113220645B (en
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.)
Jide Technology Research Institute Wuhan Co ltd
Original Assignee
Jide Technology Research Institute Wuhan 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 Jide Technology Research Institute Wuhan Co ltd filed Critical Jide Technology Research Institute Wuhan Co ltd
Priority to CN202110597407.7A priority Critical patent/CN113220645B/en
Publication of CN113220645A publication Critical patent/CN113220645A/en
Application granted granted Critical
Publication of CN113220645B publication Critical patent/CN113220645B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/16File or folder operations, e.g. details of user interfaces specifically adapted to file systems
    • G06F16/162Delete operations
    • 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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system

Landscapes

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

Abstract

The invention discloses a Linux-compatible Android file display method and device, wherein an internal storage directory of an Android system is mounted under a file directory of a Linux system; creating or deleting files in a file directory of an application of an Android system; and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file. After the user stores or deletes the file in the Android application, the stored file can be quickly found or a deleted file can be found on the desktop of the Linux system according to the Android application name and the file type.

Description

Linux-compatible Android file display method and device
Technical Field
The invention relates to the field of computer operating systems, in particular to a Linux-compatible Android file display method and device.
Background
When a user uses an Android application in a Linux-compatible Android environment, there are usually requirements for storing files (pictures, videos, audios, texts, office documents, compressed packages, and the like), such as: the application nail of the Android system receives a word document sent by a friend, and stores the document, wherein the document can be stored in a certain subdirectory under an internal storage directory of the Android, and the specific directory is determined by the Android application. The problems existing in the prior art are as follows: due to the isolation effect of the docker container, Linux cannot access the internal storage directory of Android, and a user cannot know which subdirectory of the stored file is under the internal storage directory of Android.
Disclosure of Invention
In order to solve the problem that a user can quickly find a file stored in an Android application on a Linux desktop, the invention provides a Linux-compatible Android file display method and device.
On one hand, the invention provides a Linux-compatible Android file display method, which is applied to a Linux-compatible Android system environment and comprises the following steps:
mounting a first directory of an internal storage directory of an Android system to a second directory of a file directory of a Linux system;
creating or deleting files in a file directory of an application of an Android system; the file directory of the application is a subdirectory of the first directory;
the file monitoring process at the Linux side monitors file creating or deleting event messages under a second directory of a file directory of the Linux system, judges the name of an Android application to which a created or deleted file belongs according to the file creating or deleting event messages, and judges the type of the created or deleted file;
and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file.
Further, the file monitoring process at the Linux side monitors file creation or deletion event messages in a second directory of a file directory of the Linux system, and specifically includes: and adding the file path of the second directory of the file directory of the Linux system into a monitoring list of the file monitoring process of the Linux side, and reading and analyzing the file creating or deleting event message under the monitored file path by the file monitoring process of the Linux side.
Further, the determining, according to the file creating or deleting event message, a name of an Android application to which the created or deleted file belongs includes: and judging the name of the Android application to which the created or deleted file belongs according to the currently active Android application name and the directory where the created or deleted file is located.
Further, the determining the type of the created or deleted file specifically includes: the type of the created or deleted file is judged according to the suffix name of the created or deleted file.
Further, the creating or deleting a hard link of a file specifically includes: if the folder of the Android application to which the created or deleted file belongs exists on the desktop of the Linux system, establishing or deleting a hard link of the file under the folder of the corresponding file type of the Android application to which the file belongs; if the folder of the Android application to which the created or deleted file belongs does not exist on the desktop of the Linux system, the folder of the Android application is newly created, and then the hard link of the file is created or deleted under the folder of the corresponding file type of the newly created Android application.
On the other hand, the invention provides a Linux-compatible Android file display device, which is applied in a Linux-compatible Android system environment, and comprises:
the mounting unit is used for mounting the first directory of the internal storage directory of the Android system to the second directory of the file directory of the Linux system;
an Android source file unit, configured to: creating or deleting files in a file directory of an application of an Android system; the file directory of the application is a subdirectory of the first directory;
a Linux file monitoring unit, configured to: the file monitoring process at the Linux side monitors file creating or deleting event messages under a second directory of a file directory of the Linux system, judges the name of an Android application to which a created or deleted file belongs according to the file creating or deleting event messages, and judges the type of the created or deleted file;
a hard link processing unit to: and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file.
Further, the Linux file monitoring unit includes: and the file path monitoring subunit adds the file path of the second directory of the file directory of the Linux system into a monitoring list of the file monitoring process at the Linux side, and the file monitoring process at the Linux side reads and analyzes the file creating or deleting event message under the monitored file path.
Further, the Linux file monitoring unit includes: and the Android application name judging subunit judges the name of the Android application to which the created or deleted file belongs according to the currently active Android application name and the directory where the created or deleted file is located.
Further, the Linux file monitoring unit includes: and a file type judgment subunit which judges the type of the created or deleted file according to the suffix name of the created or deleted file.
Further, the hard link processing unit includes: a hard link new or delete subunit for: if the folder of the Android application to which the created or deleted file belongs exists on the desktop of the Linux system, establishing or deleting a hard link of the file under the folder of the corresponding file type of the Android application to which the file belongs; if the folder of the Android application to which the created or deleted file belongs does not exist on the desktop of the Linux system, the folder of the Android application is newly created, and then the hard link of the file is created or deleted under the folder of the corresponding file type of the newly created Android application.
Compared with the prior art, the invention has the following advantages:
the method can thoroughly solve the problem that a user can quickly find the file stored in the Android application on the Linux desktop. And in a Linux-compatible Android environment, files stored in the Android application are displayed on a Linux desktop in a classified manner. And generating or deleting corresponding hard links under the corresponding directories on the Linux desktop according to the monitoring result and the file type by monitoring the directories corresponding to certain Android application. After the user stores or deletes the file in the Android application, the stored file can be quickly found or a deleted file can be found on the desktop of the Linux system according to the Android application name and the file type.
Drawings
Fig. 1 is a schematic diagram illustrating a Linux-compatible Android file display method according to an embodiment of the present invention;
fig. 2 is a schematic diagram of a Linux-compatible Android file display apparatus according to an embodiment of the present invention;
fig. 3A is a schematic view illustrating a Linux-compatible Android file classification display according to an embodiment of the present invention;
fig. 3B is another schematic diagram illustrating a Linux-compatible Android file classification display according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
Fig. 1 is a schematic diagram illustrating a Linux-compatible Android file display method according to an embodiment of the present invention; the method is applied to the environment of Linux compatible with the Android system, and comprises the following steps:
step S1: mounting a first directory of an internal storage directory of an Android system to a second directory of a file directory of a Linux system;
in particular, Linux cannot access Android internal storage directories due to the isolation of the Docker container. The Linux user cannot access the internal storage directory (/ data/media/0) under the Android system.
When the Android system is started, the Android internal storage directory (/ data/media/0, mounted source directory) is mounted to a certain directory of the Linux system (var/lib/jstack/data/internal storage of the Linux system), namely a mounted target directory. After the Android is mounted, the Linux program can access the internal storage directory of the Android. When the user saves the file to the Android internal storage directory (/ data/media/0/), the "/var/lib/jstack/data/internal storage" of the Linux system can also view the saved file.
The files under the mounted source directory and the mounted target directory are synchronous, one file is created under the source directory, and the same file is created by the target directory synchronously; a file is deleted under the source directory and a file under the target directory is also deleted.
For example: the user saves a picture on the Android application QQ, and the picture is saved under the subdirectory (/ data/media/0/QQ subdirectory) of the Android internal storage directory application.
Step S2: creating or deleting files in a file directory of an application of an Android system; the file directory of the application is a subdirectory of the first directory;
specifically, when a user uses an Android application to save or delete a file, the file is generated or deleted under a directory corresponding to the Android application of an Android internal storage directory (/ data/media/0 /).
Step S3: the file monitoring process at the Linux side monitors file creating or deleting event messages under a second directory of a file directory of the Linux system, judges the name of an Android application to which a created or deleted file belongs according to the file creating or deleting event messages, and judges the type of the created or deleted file;
specifically, the file monitoring process of Linux can monitor that files are generated and deleted under a "/var/lib/jstack/data/internal storage" directory.
After the Android system is started, a file monitoring process is started on a Linux side and used for monitoring generation and deletion of files under the internal storage of a directory/var/lib/jstack/data of the Linux system.
The specific implementation manner of the file monitoring process is as follows:
initialize and create inotify instance:
int fd=inotify_init();
adding the file path to the monitoring list of inotify, and returning a monitoring descriptor wd, namely starting to monitor the file path:
int wd=inotify_add_watch(fd,path,mask);
removing the file path from the inotify monitoring list, that is, no longer monitoring the file path:
int ret=inotify_rm_watch(fd,wd);
continuously reading data in the inotify in the monitoring process, and analyzing whether events of file generation, modification and deletion exist in a file path in the inotify list according to the data:
size_t len=read(fd,buf,BUF_LEN);
the data type of the read data buf is struct information _ event.
The inotify _ event structure is defined as follows:
struct inotify_event{
int wd;/*Watch descriptor*/
uint32_t mask;/*Mask of events*/
uint32_t cookie;
uint32_t len;/*Size of“name”field*/
char name[];/*Optional null-terminated name*/
};
in the inotify _ event structure, a wd variable is a monitoring descriptor wd returned when monitoring a file path is increased, and a file path where the inotify event occurs, that is, a file path where a file is generated or deleted, can be analyzed through wd. The mask variable represents the attributes that have file changes, including: generated, modified, deleted, etc. The name [ ] variable represents the name of the changed file.
Step S4: and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file.
Specifically, according to the corresponding Android application name and the file type, a corresponding hard link is created under a corresponding directory on a Linux system desktop. For example: if the QQ application is monitored to store a picture file named test. If the QQ application deletes a video file named as test.mp4, a video hard link file named as test.mp4 is deleted under a mobile application data/QQ/video directory of a Linux system desktop.
Further, the file monitoring process at the Linux side monitors file creation or deletion event messages in a second directory of a file directory of the Linux system, and specifically includes: and adding the file path of the second directory of the file directory of the Linux system into a monitoring list of the file monitoring process of the Linux side, and reading and analyzing the file creating or deleting event message under the monitored file path by the file monitoring process of the Linux side.
Further, the determining, according to the file creating or deleting event message, a name of an Android application to which the created or deleted file belongs includes: and judging the name of the Android application to which the created or deleted file belongs according to the currently active Android application name and the directory where the created or deleted file is located.
The method for obtaining the currently active Android application name by the Linux side comprises the following steps:
when the Android application is started, the component app service responsible for interacting with the Linux at the Android side sends an application starting message containing an application name to the component app-manager responsible for communicating with the Android side at the Linux side through a socket (nested word, a communication mode). After receiving the message, the Linux side responsible for the component app-manager communicating with the Android side starts an Android application display window display-window program to display a page of the Android application, and sets the Android application name to an m _ package _ name variable of the Android application display window display-window.
When a user operates a certain Android application display window display-window, the window is set as a live window, and the application name of the currently active Android application display window display-window can be obtained by reading the m _ package _ name variable of the Android application display window display-window.
In addition, when a user stores a file in a certain Android application window and the file is not completely downloaded, the user is quickly switched to another Android application window. At this time, if it is determined that the Android application stores or deletes the file only by the currently active Android application name, a false determination may be caused. Therefore, the directory where the modified file is located needs to be combined, so that which Android application stores or deletes the file can be accurately judged. For example: take the WeChat application as an example. Images, videos of the friend circle and images and videos of the chat are stored in the Pictures/WeiXin folder after being pressed for a long time. The document files of pdf, xls, etc. of chat are stored in the Download/WeiXin folder after being pressed.
Further, the determining the type of the created or deleted file specifically includes: the type of the created or deleted file is judged according to the suffix name of the created or deleted file.
Further, the creating or deleting a hard link of a file specifically includes: if the folder of the Android application to which the created or deleted file belongs exists on the desktop of the Linux system, establishing or deleting a hard link of the file under the folder of the corresponding file type of the Android application to which the file belongs; if the folder of the Android application to which the created or deleted file belongs does not exist on the desktop of the Linux system, the folder of the Android application is newly created, and then the hard link of the file is created or deleted under the folder of the corresponding file type of the newly created Android application.
Fig. 2 is a schematic diagram of a Linux-compatible Android file display apparatus according to an embodiment of the present invention; the device is applied to the environment of Linux compatible with an Android system, and comprises:
the mounting unit is used for mounting the first directory of the internal storage directory of the Android system to the second directory of the file directory of the Linux system;
creating or deleting an Android file unit, which is used for: creating or deleting files in a file directory of an application of an Android system; the file directory of the application is a subdirectory of the first directory;
a Linux file monitoring unit, configured to: the file monitoring process at the Linux side monitors file creating or deleting event messages under a second directory of a file directory of the Linux system, judges the name of an Android application to which a created or deleted file belongs according to the file creating or deleting event messages, and judges the type of the created or deleted file;
a hard link processing unit to: and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file.
Further, the Linux file monitoring unit includes: and the file path monitoring subunit adds the file path of the second directory of the file directory of the Linux system into a monitoring list of the file monitoring process at the Linux side, and the file monitoring process at the Linux side reads and analyzes the file creating or deleting event message under the monitored file path.
Further, the Linux file monitoring unit includes: and the Android application name judging subunit judges the name of the Android application to which the created or deleted file belongs according to the currently active Android application name and the directory where the created or deleted file is located.
Further, the Linux file monitoring unit includes: and a file type judgment subunit which judges the type of the created or deleted file according to the suffix name of the created or deleted file.
Further, the hard link processing unit includes: a hard link new or delete subunit for: if the folder of the Android application to which the created or deleted file belongs exists on the desktop of the Linux system, establishing or deleting a hard link of the file under the folder of the corresponding file type of the Android application to which the file belongs; if the folder of the Android application to which the created or deleted file belongs does not exist on the desktop of the Linux system, the folder of the Android application is newly created, and then the hard link of the file is created or deleted under the folder of the corresponding file type of the newly created Android application.
Fig. 3A is a schematic view illustrating a Linux-compatible Android file classification display according to an embodiment of the present invention; on the desktop of the Linux system, folders are named according to the names of Android applications, and each application corresponds to one folder, such as a nail, a QQ and a WeChat.
Fig. 3B is another schematic diagram illustrating a Linux-compatible Android file classification display according to an embodiment of the present invention; on a desktop of a Linux system, all folders such as videos, pictures, documents, music and the like are corresponded according to file types under the condition of nailing the applied folders. For example: a user stores a picture file named test.jpeg in the nailing application of the Android system, and then a picture hard link file named test.jpeg is generated under a mobile application data/nailing/picture directory of the desktop of the Linux system.
Finally, it should be noted that: although the present invention has been described in detail with reference to the foregoing embodiments, it will be apparent to those skilled in the art that changes may be made in the embodiments and/or equivalents thereof without departing from the spirit and scope of the invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A Linux-compatible Android file display method is applied to an environment compatible with an Android system, and comprises the following steps:
mounting a first directory of an internal storage directory of an Android system to a second directory of a file directory of a Linux system;
creating or deleting files in a file directory of an application of an Android system; the file directory of the application is a subdirectory of the first directory;
the file monitoring process at the Linux side monitors file creating or deleting event messages under a second directory of a file directory of the Linux system, judges the name of an Android application to which a created or deleted file belongs according to the file creating or deleting event messages, and judges the type of the created or deleted file;
and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file.
2. The Linux-compatible Android file display method of claim 1, wherein the Linux-side file monitoring process monitors file creation or deletion event messages in a second directory of a file directory of the Linux system, and specifically comprises: and adding the file path of the second directory of the file directory of the Linux system into a monitoring list of the file monitoring process of the Linux side, and reading and analyzing the file creating or deleting event message under the monitored file path by the file monitoring process of the Linux side.
3. The Linux-compatible Android file display method of claim 1, wherein the determining, according to the file creation or deletion event message, a name of an Android application to which the created or deleted file belongs is specifically: and judging the name of the Android application to which the created or deleted file belongs according to the currently active Android application name and the directory where the created or deleted file is located.
4. The Linux-compatible Android file display method of claim 1, wherein the determining of the type of the created or deleted file specifically comprises: the type of the created or deleted file is judged according to the suffix name of the created or deleted file.
5. The Linux-compatible Android file display method of claim 1, wherein the creating or deleting hard links of files specifically comprises: if the folder of the Android application to which the created or deleted file belongs exists on the desktop of the Linux system, establishing or deleting a hard link of the file under the folder of the corresponding file type of the Android application to which the file belongs; if the folder of the Android application to which the created or deleted file belongs does not exist on the desktop of the Linux system, the folder of the Android application is newly created, and then the hard link of the file is created or deleted under the folder of the corresponding file type of the newly created Android application.
6. A Linux-compatible Android file display device is applied to an Linux-compatible Android system environment, and comprises:
the mounting unit is used for mounting the first directory of the internal storage directory of the Android system to the second directory of the file directory of the Linux system;
creating or deleting an Android file unit, which is used for: creating or deleting files in a file directory of an application of an Android system; the file directory of the application is a subdirectory of the first directory;
a Linux file monitoring unit, configured to: the file monitoring process at the Linux side monitors file creating or deleting event messages under a second directory of a file directory of the Linux system, judges the name of an Android application to which a created or deleted file belongs according to the file creating or deleting event messages, and judges the type of the created or deleted file;
a hard link processing unit to: and the Linux creates or deletes the hard link of the file according to the acquired name of the Android application to which the created or deleted file belongs and the file type of the created or deleted file.
7. The Linux-compatible Android file display device of claim 6, wherein the Linux file monitoring unit comprises: and the file path monitoring subunit adds the file path of the second directory of the file directory of the Linux system into a monitoring list of the file monitoring process at the Linux side, and the file monitoring process at the Linux side reads and analyzes the file creating or deleting event message under the monitored file path.
8. The Linux-compatible Android file display device of claim 6, wherein the Linux file monitoring unit comprises: and the Android application name judging subunit judges the name of the Android application to which the created or deleted file belongs according to the currently active Android application name and the directory where the created or deleted file is located.
9. The Linux-compatible Android file display device of claim 6, wherein the Linux file monitoring unit comprises: and a file type judgment subunit which judges the type of the created or deleted file according to the suffix name of the created or deleted file.
10. The Linux-compatible Android file display device of claim 6, wherein the hard link processing unit comprises: a hard link new or delete subunit for: if the folder of the Android application to which the created or deleted file belongs exists on the desktop of the Linux system, establishing or deleting a hard link of the file under the folder of the corresponding file type of the Android application to which the file belongs; if the folder of the Android application to which the created or deleted file belongs does not exist on the desktop of the Linux system, the folder of the Android application is newly created, and then the hard link of the file is created or deleted under the folder of the corresponding file type of the newly created Android application.
CN202110597407.7A 2021-05-31 2021-05-31 Linux-compatible Android file display method and device Active CN113220645B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110597407.7A CN113220645B (en) 2021-05-31 2021-05-31 Linux-compatible Android file display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110597407.7A CN113220645B (en) 2021-05-31 2021-05-31 Linux-compatible Android file display method and device

Publications (2)

Publication Number Publication Date
CN113220645A true CN113220645A (en) 2021-08-06
CN113220645B CN113220645B (en) 2022-07-05

Family

ID=77099575

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110597407.7A Active CN113220645B (en) 2021-05-31 2021-05-31 Linux-compatible Android file display method and device

Country Status (1)

Country Link
CN (1) CN113220645B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114185851A (en) * 2022-02-14 2022-03-15 麒麟软件有限公司 Method and system for android to access Linux local directory and file

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100131462A1 (en) * 2008-11-21 2010-05-27 At&T Intellectual Property I, L.P. Methods, computer program products, and systems for automatically synchronizing directory structures across different applications
US20140279879A1 (en) * 2013-03-13 2014-09-18 Appsense Limited Systems, methods and media for deferred synchronization of files in cloud storage client device
CN104133544A (en) * 2013-08-26 2014-11-05 腾讯科技(深圳)有限公司 File processing method, device and terminal
CN104156298A (en) * 2014-08-19 2014-11-19 腾讯科技(深圳)有限公司 Application monitoring method and device
CN105630932A (en) * 2015-12-22 2016-06-01 北京奇虎科技有限公司 Method and device for managing files of intelligent terminals
CN105740418A (en) * 2016-01-29 2016-07-06 杭州亿方云网络科技有限公司 File monitoring and message pushing based real-time synchronization system
CN106557570A (en) * 2016-11-18 2017-04-05 广州炫智电子科技有限公司 File management method and device under a kind of Android system
CN107122429A (en) * 2017-04-13 2017-09-01 北京安云世纪科技有限公司 The method and apparatus and mobile terminal of a kind of file management
US20180365238A1 (en) * 2017-06-20 2018-12-20 Red Hat, Inc. Sharing Filesystems Between Containers
CN109388538A (en) * 2018-09-13 2019-02-26 西安交通大学 A kind of file operation behavior monitoring method and device based on kernel
CN109947710A (en) * 2017-09-25 2019-06-28 镇江雅迅软件有限责任公司 A kind of autosynchronous implementation method of heterogeneous system electronic document
CN110780930A (en) * 2019-09-23 2020-02-11 广州视源电子科技股份有限公司 Method and device for starting Android system, electronic equipment and storage medium
CN110888845A (en) * 2019-11-22 2020-03-17 上海亦存网络科技有限公司 Method and system for collaboratively editing file and monitoring file operation
CN111444139A (en) * 2020-03-24 2020-07-24 腾讯科技(深圳)有限公司 File management method, device, equipment and storage medium
CN111984280A (en) * 2019-05-22 2020-11-24 阿里巴巴集团控股有限公司 Container compatibility and upgrading method, device, equipment and storage medium
CN112269604A (en) * 2020-11-11 2021-01-26 北京技德系统技术有限公司 Window interaction method and device for compatibly running Android application on Linux
CN112364607A (en) * 2020-10-08 2021-02-12 北京麟卓信息科技有限公司 Method and device for editing Linux file by Android application

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100131462A1 (en) * 2008-11-21 2010-05-27 At&T Intellectual Property I, L.P. Methods, computer program products, and systems for automatically synchronizing directory structures across different applications
US20140279879A1 (en) * 2013-03-13 2014-09-18 Appsense Limited Systems, methods and media for deferred synchronization of files in cloud storage client device
CN104133544A (en) * 2013-08-26 2014-11-05 腾讯科技(深圳)有限公司 File processing method, device and terminal
CN104156298A (en) * 2014-08-19 2014-11-19 腾讯科技(深圳)有限公司 Application monitoring method and device
CN105630932A (en) * 2015-12-22 2016-06-01 北京奇虎科技有限公司 Method and device for managing files of intelligent terminals
CN105740418A (en) * 2016-01-29 2016-07-06 杭州亿方云网络科技有限公司 File monitoring and message pushing based real-time synchronization system
CN106557570A (en) * 2016-11-18 2017-04-05 广州炫智电子科技有限公司 File management method and device under a kind of Android system
CN107122429A (en) * 2017-04-13 2017-09-01 北京安云世纪科技有限公司 The method and apparatus and mobile terminal of a kind of file management
US20180365238A1 (en) * 2017-06-20 2018-12-20 Red Hat, Inc. Sharing Filesystems Between Containers
CN109947710A (en) * 2017-09-25 2019-06-28 镇江雅迅软件有限责任公司 A kind of autosynchronous implementation method of heterogeneous system electronic document
CN109388538A (en) * 2018-09-13 2019-02-26 西安交通大学 A kind of file operation behavior monitoring method and device based on kernel
CN111984280A (en) * 2019-05-22 2020-11-24 阿里巴巴集团控股有限公司 Container compatibility and upgrading method, device, equipment and storage medium
CN110780930A (en) * 2019-09-23 2020-02-11 广州视源电子科技股份有限公司 Method and device for starting Android system, electronic equipment and storage medium
CN110888845A (en) * 2019-11-22 2020-03-17 上海亦存网络科技有限公司 Method and system for collaboratively editing file and monitoring file operation
CN111444139A (en) * 2020-03-24 2020-07-24 腾讯科技(深圳)有限公司 File management method, device, equipment and storage medium
CN112364607A (en) * 2020-10-08 2021-02-12 北京麟卓信息科技有限公司 Method and device for editing Linux file by Android application
CN112269604A (en) * 2020-11-11 2021-01-26 北京技德系统技术有限公司 Window interaction method and device for compatibly running Android application on Linux

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
财报网: "技德发布JStack2.0,在Linux系统中无缝运行移动应用", 《凤凰财经-HTTPS://FINANCE.IFENG.COM/C/7XQUWRUOPS3》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114185851A (en) * 2022-02-14 2022-03-15 麒麟软件有限公司 Method and system for android to access Linux local directory and file

Also Published As

Publication number Publication date
CN113220645B (en) 2022-07-05

Similar Documents

Publication Publication Date Title
US10164920B2 (en) Message attachment management
US7318088B1 (en) Receiving data at a client computer and performing an operation on the data at the client computer based on information in the key file
EP2985694B1 (en) Application program management method and terminal device
US9864736B2 (en) Information processing apparatus, control method, and recording medium
CN109800207B (en) Log analysis method, device and equipment and computer readable storage medium
CN113687974B (en) Client log processing method and device and computer equipment
US20140236905A1 (en) Method and system for scanning files of a device by using cloud computing
Chang et al. Forensic analysis of LINE messenger on android
CN111400378A (en) Real-time log display method and device based on ElasticSearch, computer equipment and medium
CN111949611B (en) File processing method, system, device and medium
CN116107846B (en) Linux system event monitoring method and device based on EBPF
CN109871354B (en) File processing method and device
CN113434600B (en) Data synchronization method and device
CN112799925A (en) Data acquisition method and device, electronic equipment and readable storage medium
CN113220645B (en) Linux-compatible Android file display method and device
CN112328448A (en) Zookeeper-based monitoring method, monitoring device, equipment and storage medium
TW201546627A (en) Conditional saving of input data
CN111314478B (en) File transmission method and device and computer equipment
CN112865927B (en) Message delivery verification method, device, computer equipment and storage medium
US9852031B2 (en) Computer system and method of identifying a failure
CN113507529B (en) Method for realizing file downloading based on Web application
CN114281769A (en) Method and device for managing files on disk, computer equipment and storage medium
CN111522780B (en) Method and terminal for recording information of file creator
Murtuza et al. A tool for extracting static and volatile forensic artifacts of Windows 8. x apps
CN116610501B (en) NAS data reduction method, device, equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant