CN105160211B - The setting method and device of device file permission in a kind of kernel module - Google Patents

The setting method and device of device file permission in a kind of kernel module Download PDF

Info

Publication number
CN105160211B
CN105160211B CN201510627416.0A CN201510627416A CN105160211B CN 105160211 B CN105160211 B CN 105160211B CN 201510627416 A CN201510627416 A CN 201510627416A CN 105160211 B CN105160211 B CN 105160211B
Authority
CN
China
Prior art keywords
file
permission
kernel module
setting
root
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.)
Expired - Fee Related
Application number
CN201510627416.0A
Other languages
Chinese (zh)
Other versions
CN105160211A (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.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp 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 Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201510627416.0A priority Critical patent/CN105160211B/en
Publication of CN105160211A publication Critical patent/CN105160211A/en
Application granted granted Critical
Publication of CN105160211B publication Critical patent/CN105160211B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/10Protecting distributed programs or content, e.g. vending or licensing of copyrighted material ; Digital rights management [DRM]
    • G06F21/12Protecting executable software
    • G06F21/121Restricting unauthorised execution of programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/37Compiler construction; Parser generation

Abstract

The embodiment of the invention discloses the device, methods and device of device file permission in a kind of kernel module.Method therein includes:It will be under the kernel module file copy to root file that generation be compiled;The permission for setting the kernel module file is with executable permission;The kernel module file is loaded, creates at least one device file;The permission for setting at least one device file is using required permission;The application is received according to described using access of the required permission at least one device file.Using no device file operating right when the embodiment of the present invention can prevent from loading kernel module automatically.

Description

The setting method and device of device file permission in a kind of kernel module
Technical field
The present invention relates to device file permissions in linux kernel technique of compiling field more particularly to a kind of kernel module Setting method and device.
Background technology
Compiling for linux kernel, there are many mode obj-y, (expression needs to be compiled into the target text in kernel for we Part name set) .o files are generated, this file is finally packed into kernel mirror image file by connection, and the then automatic loading of booting is registered Driving;Obj-m (expression needs to be compiled into the file destination name set of module) compiling generation .ko files, effect can be to avoid Increase income kernel code when publish, give developer ko files by its loading.Such as scheme existing file mesh shown in FIG. 1 Directory structures schematic diagram, at present we be all by ko files be positioned over handheld device system lib under modules catalogues, lead to Cross insmod system lib modules xxx.ko modes load kernel module, some equipment of this module can be caused at this time The problem of file is using no access rights.
Invention content
The embodiment of the present invention provides the setting method and device of device file permission in a kind of kernel module, automatic to prevent Using no device file operating right when loading kernel module.
On the one hand, a kind of setting method of device file permission in kernel module is provided, the method includes:
It will be under the kernel module file copy to root file that generation be compiled;
The permission for setting the kernel module file is with executable permission;
The kernel module file is loaded, creates at least one device file;
The permission for setting at least one device file is using required permission;
The application is received according to described using access of the required permission at least one device file.
Preferably, the method further includes:
The compiling mode of kernel module is revised as obj-m by obj-y, the open source protocol of linux is revised as privately owned association It discusses and passes through obj-m compilings and obtain the kernel module file.
Preferably, after under the kernel module file copy to root file that compiling is generated, the method It further includes:
The root file is packaged into image file, by the image file burning into the root file system of terminal System.
Preferably, the permission of the setting kernel module file be with executable permission, including:
Assignment is carried out to the permission of the kernel module file, the permission for making the kernel module file is with executable Permission;
Wherein, the kernel module file has at least one authority credentials.
Preferably, it is described receive it is described application according to it is described using required permission at least one device file After access, the method further includes:
The operation of corresponding function is carried out at least one device file.
On the other hand, a kind of setting device of device file permission in kernel module is provided, described device includes:
Copy cell, for that will compile under the kernel module file copy to root file generated;
Setting unit is with executable permission for setting the permission of the kernel module file;
Creating unit for loading the kernel module file, creates at least one device file;
It is using required permission that the setting unit, which is additionally operable to set the permission of at least one device file,;
Access unit, for receive it is described application according to it is described using required permission at least one device file Access.
Preferably, described device further includes:
Compilation unit, for the compiling mode of kernel module to be revised as obj-m by obj-y, by the open source protocol of linux It is revised as proprietary protocol and the kernel module file is obtained by obj-m compilings.
Preferably, described device further includes:
Burning unit, for the root file to be packaged into image file, by the image file burning into end The root file system at end.
Preferably, the setting unit is specifically used for:
Assignment is carried out to the permission of the kernel module file, the permission for making the kernel module file is with executable Permission;
Wherein, the kernel module file has at least one authority credentials.
Preferably, described device further includes:
Operating unit, for carrying out the operation of corresponding function at least one device file.
Implement the setting method and device of device file permission in a kind of kernel module provided in an embodiment of the present invention, have Following advantageous effect:
Under the kernel module file copy to root file that compiling is generated, the permission of setting kernel module file is With executable permission, kernel module file is loaded, creates multiple equipment file, the permission of multiple device file is set to answer With required permission, so as to receive using the access to multiple equipment file, prevent from applying when loading kernel module automatically Without device file operating right.
Description of the drawings
In order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, to embodiment or will show below There is attached drawing needed in technology description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this Some embodiments of invention, for those of ordinary skill in the art, without creative efforts, can be with Other attached drawings are obtained according to these attached drawings.
Fig. 1 is existing document directory structure schematic diagram;
Fig. 2 is the flow signal of the setting method of device file permission in a kind of kernel module provided in an embodiment of the present invention Figure;
Fig. 3 is to the setting method of device file permission in a kind of kernel module provided in an embodiment of the present invention shown in Fig. 2 The flow diagram further refined;
Fig. 4 is the structural representation of the setting device of device file permission in a kind of kernel module provided in an embodiment of the present invention Figure;
Fig. 5 is that the setting to device file permission in a kind of kernel module provided in an embodiment of the present invention shown in Fig. 4 fills The structure diagram put.
Specific embodiment
Below in conjunction with the attached drawing in the embodiment of the present invention, the technical solution in the embodiment of the present invention is carried out clear, complete Site preparation describes, it is clear that described embodiment is only part of the embodiment of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, those of ordinary skill in the art are obtained every other without creative efforts Embodiment shall fall within the protection scope of the present invention.
Fig. 2 is the flow signal of the setting method of device file permission in a kind of kernel module provided in an embodiment of the present invention Figure, this method include the following steps:
Under S101, the kernel module file copy to root file for generating compiling.
The present embodiment is applied to Android handheld equipment, such as mobile phone, tablet computer etc..
In the prior art, the ko files compiled by obj-m be positioned over handheld device system lib Under modules catalogues, the present embodiment by under the kernel module file copy to root file compiled by obj-m, As shown in Figure 1, the root file and system are files arranged side by side, kernel module file xxx.ko correspondences/xxx.ko.
S102, the permission of the kernel module file is set for executable permission.
After under the kernel module file copy to root file for compiling generation, kernel module file xxx.ko is changed Permission (such as chmod 777/xxx.ko), it is allowed to have executable permission.
S103, the loading kernel module file, create at least one device file.
A series of equipment text of kernel modules of registration establishment can be driven by loading kernel module by insmod/xxx.ko Part supplies application operating.
S104, setting at least one device file permission be the required permission of application.
After loaded kernel module xxx.ko, it is that application is required to need to change the access rights such as the read-write of device file Permission.
S105, the application is received according to described using access of the required permission at least one device file.
After completing above-mentioned priority assignation operation, it is possible to access equipment file.
The setting method of device file permission in a kind of kernel module provided according to embodiments of the present invention generates compiling Kernel module file copy to root file under, setting kernel module file permission be with executable permission, add Kernel module file is carried, creates multiple equipment file, the permission for setting multiple device file is to apply required permission, so as to It can receive using the access to multiple equipment file, using no device file operating rights when preventing from loading kernel module automatically Limit.
Fig. 3 is to the setting method of device file permission in a kind of kernel module provided in an embodiment of the present invention shown in Fig. 2 The flow diagram further refined, this method include the following steps:
S201, the compiling mode of kernel module is revised as obj-m by obj-y, the open source protocol of linux is revised as private There is agreement and the kernel module file is obtained by obj-m compilings.
Kernel compiling mode is changed as generation kernel module file xxx.ko, is needed open source protocol (GPL, the phase of linux When in publicly-owned) proprietary protocol (proprietary) is revised as, it is compiled by obj-m and obtains kernel module file.
Under S202, the kernel module file copy to root file for generating compiling.
S203, the root file is packaged into image file, the root of the image file burning into terminal is literary Part system.
The kernel module file xxx.ko for compiling generation is copied under a file for being root, this file meeting Be packaged into an image file, burning into corresponding to root file system after handheld device, kernel module file xxx.ko corresponds to/ xxx.ko。
S204, assignment is carried out to the permission of the kernel module file, the permission for making the kernel module file be with Executable permission.
After the kernel module file mount root file system for compiling generation, to the permission of kernel module file xxx.ko (such as chmod 777/xxx.ko) carries out assignment, it is allowed to have executable permission.Kernel module file has a variety of authority credentials, example Such as, 4 read right is represented, 2 write permissions, 1 execution permission, 7, which just represent read-write, performs permission, and 5 read to perform permission with regard to representing, with such It pushes away.
S205, the loading kernel module file, create at least one device file.
By insmod/xxx.ko loading kernel modules, the module, such as range sensor, display screen etc. after loading successfully, Registration can be driven and create a series of module device files for application operating.
S206, setting at least one device file permission be the required permission of application.
After loaded kernel module xxx.ko, it is that application is required to need to change the access rights such as the read-write of device file Permission, such as chown system system/sys/class/motor/cameramotor/mdmode.
S207, the application is received according to described using access of the required permission at least one device file.
S208, the operation that corresponding function is carried out at least one device file.
After completing aforesaid operations, we can read sys/class/als_ps/ with access equipment file when such as making a phone call Ps_raw, when value for 1 far from when bright screen, extinguish screen close to (as close to ear) when value is 0.
The setting method of device file permission in a kind of kernel module provided according to embodiments of the present invention generates compiling Kernel module file copy to root file under, setting kernel module file permission be with executable permission, add Kernel module file is carried, creates multiple equipment file, the permission for setting multiple device file is to apply required permission, so as to It can receive using the access to multiple equipment file, using no device file operating rights when preventing from loading kernel module automatically Limit.
Fig. 4 is the structural representation of the setting device of device file permission in a kind of kernel module provided in an embodiment of the present invention Figure, the device 1000 include:
Copy cell 11, for that will compile under the kernel module file copy to root file generated.
The present embodiment is applied to Android handheld equipment, such as mobile phone, tablet computer etc..
In the prior art, the ko files compiled by obj-m be positioned over handheld device system lib Under modules catalogues, the present embodiment copy cell 11 is by the kernel module file copy compiled by obj-m to root Under file, as shown in Figure 1, the root file and system are files arranged side by side, xxx.ko pairs of kernel module file Should/xxx.ko.
Setting unit 12 is with executable permission for setting the permission of the kernel module file.
After under the kernel module file copy to root file that copy cell 11 generates compiling, setting unit 12 is repaiied Change the permission (such as chmod 777/xxx.ko) of kernel module file xxx.ko, it is allowed to have executable permission.
Creating unit 13 for loading the kernel module file, creates at least one device file.
A series of kernel moulds of registration establishment can be driven by loading kernel module creating unit 13 by insmod/xxx.ko The device file of block supplies application operating.
It is using required permission that the setting unit 12, which is additionally operable to set the permission of at least one device file,.
After loaded kernel module xxx.ko, the access rights such as read-write that setting unit 12 needs to change device file are Using required permission.
Access unit 14, for receiving the application according to described literary at least one equipment using required permission The access of part.
After completing above-mentioned priority assignation operation, it is possible to access equipment file.
The setting device of device file permission in a kind of kernel module provided according to embodiments of the present invention generates compiling Kernel module file copy to root file under, setting kernel module file permission be with executable permission, add Kernel module file is carried, creates multiple equipment file, the permission for setting multiple device file is to apply required permission, so as to It can receive using the access to multiple equipment file, using no device file operating rights when preventing from loading kernel module automatically Limit.
Fig. 5 is to the setting device of device file permission in a kind of kernel module provided in an embodiment of the present invention shown in Fig. 4 The structure diagram further refined, the device 2000 include:
Compilation unit 21, for the compiling mode of kernel module to be revised as obj-m by obj-y, by the association that increases income of linux View is revised as proprietary protocol and obtains the kernel module file by obj-m compilings.
Compilation unit 21 changes kernel compiling mode as generation kernel module file xxx.ko, needs increasing income linux Agreement (GPL is equivalent to publicly-owned) is revised as proprietary protocol (proprietary), is compiled by obj-m and obtains kernel module text Part.
Copy cell 22, for that will compile under the kernel module file copy to root file generated.
Burning unit 23, for the root file to be packaged into image file, by the image file burning into The root file system of terminal.
The kernel module file xxx.ko that compilation unit 21 is compiled generation by copy cell 22 copies one to and cries root's Under file, this file can be packaged into an image file, and 23 burning of burning unit is into corresponding to root file after handheld device System, kernel module file xxx.ko correspondences/xxx.ko.
Setting unit 24 for carrying out assignment to the permission of the kernel module file, makes the kernel module file Permission is with executable permission.
After the kernel module file mount root file system for compiling generation, setting unit 24 is to kernel module file The permission (such as chmod 777/xxx.ko) of xxx.ko carries out assignment, it is allowed to have executable permission.Kernel module file has A variety of authority credentials, for example, 4 represent read right, 2 write permissions, 1 execution permission, 7, which just represent read-write, performs permission, and 5 read to hold with regard to representing Row permission, and so on.
Creating unit 25 for loading the kernel module file, creates at least one device file.
By insmod/xxx.ko loading kernel modules, the module, such as range sensor, display screen etc. after loading successfully, Creating unit 25 can be driven registration and create a series of module device files for application operating.
It is using required permission that the setting unit 24, which is additionally operable to set the permission of at least one device file,.
After loaded kernel module xxx.ko, it is that application is required to need to change the access rights such as the read-write of device file Permission, such as chown system system/sys/class/motor/cameramotor/mdmode.
Access unit 26, for receiving the application according to described literary at least one equipment using required permission The access of part.
Operating unit 27, for carrying out the operation of corresponding function at least one device file.
After completing aforesaid operations, we can read sys/class/als_ps/ with access equipment file when such as making a phone call Ps_raw, when value for 1 far from when bright screen, extinguish screen close to (as close to ear) when value is 0.
The setting device of device file permission in a kind of kernel module provided according to embodiments of the present invention generates compiling Kernel module file copy to root file under, setting kernel module file permission be with executable permission, add Kernel module file is carried, creates multiple equipment file, the permission for setting multiple device file is to apply required permission, so as to It can receive using the access to multiple equipment file, using no device file operating rights when preventing from loading kernel module automatically Limit.
It should be noted that for aforementioned each method embodiment, in order to be briefly described, therefore it is all expressed as a series of Combination of actions, but those skilled in the art should know, the present invention is not limited by described sequence of movement because According to the present invention, certain steps may be used other sequences or be carried out at the same time.Secondly, those skilled in the art should also know It knows, embodiment described in this description belongs to preferred embodiment, and involved action and module are not necessarily of the invention It is necessary.
In the above-described embodiments, it all emphasizes particularly on different fields to the description of each embodiment, there is no the portion being described in detail in some embodiment Point, it may refer to the associated description of other embodiment.
Through the above description of the embodiments, it is apparent to those skilled in the art that the present invention can be with It is realized with hardware realization or firmware realization or combination thereof mode.It when implemented in software, can be by above-mentioned function Storage is transmitted in computer-readable medium or as one or more instructions on computer-readable medium or code.Meter Calculation machine readable medium includes computer storage media and communication media, and wherein communication media includes being convenient for from a place to another Any medium of a place transmission computer program.Storage medium can be any usable medium that computer can access.With For this but it is not limited to:Computer-readable medium can include random access memory (Random Access Memory, RAM), read-only memory (Read-Only Memory, ROM), Electrically Erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), CD-ROM (Compact Disc Read- Only Memory, CD-ROM) or other optical disc storages, magnetic disk storage medium or other magnetic storage apparatus or can be used in Carry or storage with instruction or data structure form desired program code simultaneously can by computer access any other Medium.In addition.Any connection can be suitably become computer-readable medium.For example, if software is using coaxial cable, light Fine optical cable, twisted-pair feeder, Digital Subscriber Line (Digital Subscriber Line, DSL) or such as infrared ray, radio and The wireless technology of microwave etc is transmitted from website, server or other remote sources, then coaxial cable, optical fiber cable, double The wireless technology of twisted wire, DSL or such as infrared ray, wireless and microwave etc is included in the fixing of affiliated medium.Such as this hair Used in bright, disk (Disk) and dish (disc) including compress optical disc (CD), laser disc, optical disc, Digital Versatile Disc (DVD), Floppy disk and Blu-ray Disc, the usually magnetic replicate data of which disk, and dish is then with laser come optical replicate data.Group above Conjunction should also be as being included within the protection domain of computer-readable medium.
In short, the foregoing is merely the preferred embodiment of technical solution of the present invention, it is not intended to limit the present invention's Protection domain.All within the spirits and principles of the present invention, any modification, equivalent replacement, improvement and so on should be included in Within protection scope of the present invention.

Claims (8)

1. a kind of setting method of device file permission in kernel module, which is characterized in that the method includes:
It will be under the kernel module file copy to root file that generation be compiled;
The permission for setting the kernel module file is with executable permission;
The kernel module file is loaded, creates at least one device file;
The permission for setting at least one device file is using required permission;
The application is received according to described using access of the required permission at least one device file;
The permission of the setting kernel module file be with executable permission, including:
Assignment is carried out to the permission of the kernel module file, the permission for making the kernel module file is with executable power Limit;
Wherein, the kernel module file has at least one authority credentials, and at least one permission includes read right, write permission, holds Row permission, read-write perform permission and read to perform permission.
2. the method as described in claim 1, which is characterized in that the method further includes:
The compiling mode of kernel module is revised as obj-m by obj-y, the open source protocol of linux is revised as proprietary protocol, with And the kernel module file is obtained by obj-m compilings.
3. method as claimed in claim 1 or 2, which is characterized in that described to arrive the kernel module file copy for compiling generation After under root file, the method further includes:
The root file is packaged into image file, by the image file burning into the root file system of terminal.
4. the method as described in claim 1, which is characterized in that described to receive the application according to described using required permission After the access of at least one device file, the method further includes:
The operation of corresponding function is carried out at least one device file.
5. the setting device of device file permission in a kind of kernel module, which is characterized in that described device includes:
Copy cell, for that will compile under the kernel module file copy to root file generated;
Setting unit is with executable permission for setting the permission of the kernel module file;
Creating unit for loading the kernel module file, creates at least one device file;
It is using required permission that the setting unit, which is additionally operable to set the permission of at least one device file,;
Access unit, for receiving the application according to described using visit of the required permission at least one device file It asks;
The setting unit is specifically used for:
Assignment is carried out to the permission of the kernel module file, the permission for making the kernel module file is with executable power Limit;
Wherein, the kernel module file has at least one authority credentials, and at least one permission includes read right, write permission, holds Row permission, read-write perform permission and read to perform permission.
6. device as claimed in claim 5, which is characterized in that described device further includes:
For the compiling mode of kernel module to be revised as obj-m by obj-y, the open source protocol of linux is changed for compilation unit The kernel module file is obtained for proprietary protocol and by obj-m compilings.
7. such as device described in claim 5 or 6, which is characterized in that described device further includes:
Burning unit, for the root file to be packaged into image file, by the image file burning into terminal Root file system.
8. device as claimed in claim 5, which is characterized in that described device further includes:
Operating unit, for carrying out the operation of corresponding function at least one device file.
CN201510627416.0A 2015-09-25 2015-09-25 The setting method and device of device file permission in a kind of kernel module Expired - Fee Related CN105160211B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510627416.0A CN105160211B (en) 2015-09-25 2015-09-25 The setting method and device of device file permission in a kind of kernel module

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510627416.0A CN105160211B (en) 2015-09-25 2015-09-25 The setting method and device of device file permission in a kind of kernel module

Publications (2)

Publication Number Publication Date
CN105160211A CN105160211A (en) 2015-12-16
CN105160211B true CN105160211B (en) 2018-06-29

Family

ID=54801067

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510627416.0A Expired - Fee Related CN105160211B (en) 2015-09-25 2015-09-25 The setting method and device of device file permission in a kind of kernel module

Country Status (1)

Country Link
CN (1) CN105160211B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109543400B (en) * 2017-09-21 2022-08-09 华为技术有限公司 Method and equipment for dynamically managing kernel nodes
CN107895112A (en) * 2017-11-01 2018-04-10 东软集团股份有限公司 List priority assignation, list generation method and device, medium, electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101986266A (en) * 2010-10-22 2011-03-16 浙江大学 Method for transplanting Android mobile phone operating system to Atom development board
CN102902568A (en) * 2011-07-27 2013-01-30 国际商业机器公司 Method and system for processing overflowing of table of content access in application program
CN103218227A (en) * 2013-04-10 2013-07-24 广东欧珀移动通信有限公司 Method and device for enabling internal hard disc of Android equipment to be compatible with multiple file systems
CN103577211A (en) * 2012-08-08 2014-02-12 上海赤炫信息科技有限公司 Novel packaging and burning as well as updating methods for Android ROM (read only memory) system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06110750A (en) * 1992-08-11 1994-04-22 Pfu Ltd Automatic generating method for make-file of application program capable of accessing related data base

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101986266A (en) * 2010-10-22 2011-03-16 浙江大学 Method for transplanting Android mobile phone operating system to Atom development board
CN102902568A (en) * 2011-07-27 2013-01-30 国际商业机器公司 Method and system for processing overflowing of table of content access in application program
CN103577211A (en) * 2012-08-08 2014-02-12 上海赤炫信息科技有限公司 Novel packaging and burning as well as updating methods for Android ROM (read only memory) system
CN103218227A (en) * 2013-04-10 2013-07-24 广东欧珀移动通信有限公司 Method and device for enabling internal hard disc of Android equipment to be compatible with multiple file systems

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Linux设备驱动Hello World程序介绍;Valerie Henson;《http://coolshell.cn/articles/566.html》;20150316;全文 *
obj-y,obj-m区别;fjzhouzl;《http://blog.chinaunix.net/uid-20586655-id-1628183.html》;20150529;全文 *

Also Published As

Publication number Publication date
CN105160211A (en) 2015-12-16

Similar Documents

Publication Publication Date Title
KR102320151B1 (en) Electronic devcie for installing application and method for cotrolling thereof
US10261772B2 (en) Method and device for generating image file
CN104991793A (en) Method, device and system used for application program subpackage
CN104615462B (en) Cross-platform Mobile solution generation service end and system
CN107239309B (en) Patch generation method and device, updating method, electronic device and storage medium
CN110955494B (en) Virtual machine disk image construction method, device, equipment and medium
CN104036194B (en) Vulnerability detection method and device for revealing private data in application program
CN105302563A (en) Plug-in method and system for mobile application service
CN104407878A (en) On-line upgrading method of C6000 digital signal processor
CN107861736A (en) Patch generates and update method and device, electronic equipment, storage medium
US10552171B2 (en) Efficient booting system
CN110908734A (en) Application combination method and device based on plug-in, terminal equipment and storage medium
CN105160211B (en) The setting method and device of device file permission in a kind of kernel module
CN109286517B (en) Method, device and storage medium for creating service and electronic equipment
US20110321030A1 (en) Method and apparatus for updating a software image
CN112667228A (en) Application program construction method and device and computer equipment
CN111459376A (en) Product guiding method, device and equipment
CN110489162B (en) Method, device, medium and equipment for simplifying installation package SO (storage and retrieval) file
JP2015197916A (en) Method for operating two or more operating system and electronic equipment
CN108694049A (en) A kind of method and apparatus of update software
CN107239303B (en) Application program update package generation method and device and application program update method and device
CN109032696A (en) A kind of page tune method, terminal and computer storage medium
CN104572140B (en) A kind of method, apparatus and system of operating system transplantation
CN106528114B (en) Android firmware application device and android firmware upgrading method
US20150143337A1 (en) Development of multiple classes of user interfaces for a software application

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP01 Change in the name or title of a patent holder
CP01 Change in the name or title of a patent holder

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Patentee before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180629