Movatterモバイル変換


[0]ホーム

URL:


CN104598254A - Method and device for rapidly powering on Android system - Google Patents

Method and device for rapidly powering on Android system
Download PDF

Info

Publication number
CN104598254A
CN104598254ACN201510086171.5ACN201510086171ACN104598254ACN 104598254 ACN104598254 ACN 104598254ACN 201510086171 ACN201510086171 ACN 201510086171ACN 104598254 ACN104598254 ACN 104598254A
Authority
CN
China
Prior art keywords
android system
module
quick turn
system quick
optimization
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
CN201510086171.5A
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.)
Fuzhou Rockchip Electronics Co Ltd
Original Assignee
Fuzhou Rockchip Electronics 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 Fuzhou Rockchip Electronics Co LtdfiledCriticalFuzhou Rockchip Electronics Co Ltd
Priority to CN201510086171.5ApriorityCriticalpatent/CN104598254A/en
Publication of CN104598254ApublicationCriticalpatent/CN104598254A/en
Pendinglegal-statusCriticalCurrent

Links

Landscapes

Abstract

The invention discloses a method and a device for rapidly powering on an Android system. The method and the device are applicable to electronic products such as a mobile phone, a tablet computer and a navigator with the Android system. The method comprises the following step: 101, starting a Zygote step when starting core service. Different from the prior art, the technical scheme can start the Zygote step when the core service is started. Due to a series of optimization steps, an effect of increasing the power-on speed of the Android system is achieved.

Description

A kind of method of Android system quick turn-on and device
Technical field
This area relates to Android operation system and optimizes field, particularly relates to the method for Android system quick turn-on.
Background technology
Android system, from 1.0 4.4 versions up till now, due to the characteristic that it is increased income, makes the software systems of a lot of consumer electronics product all develop based on Android.All can think that the on time is at least all at more than 20S from the beginning very slowly with the user of any form product crossing Android system.
Android systems all at present, being all serial starting the stage started most, having some not to be the on time that quite reasonable Booting sequence directly can have influence on Android system.And (such as use the storage medium of high readwrite performance by improving hardware performance, high speed processor etc.) can only problem be alleviated, can not settle the matter once and for all, even if very system is not installed a lot of APK and is applied, and is do not reach in the short time can start shooting (as 10S) yet.
Summary of the invention
For this reason, need the method that can realize Android system quick turn-on,
Inventor provide a kind of method of Android system quick turn-on, comprise step: while startup core service, start Zygote step.
Also comprise step, parallel processing is done in start up system service and prestrain resource operation.
Also comprise step, optimization system service, by the non-core service type delay start preset.
Also comprise step, optimize logger, Dynamic Distribution is calculated, dynamic icon shows and loading icon micro-shifts out from main thread.
Also comprise step, optimize INIT booting script, delete redundant code.
Also comprise step, in the LINUX stage, peripherals driving is optimized, I2C communication, firmware downloads and rectification step are delayed process.
Also comprise step, classification is carried out to the type information during peripherals drives, the type information needing serial ports to export not reaching severity level is deleted.
Also comprise step, cutting is carried out to UBOOT file, only retain the necessary initialization operation of start.
Also comprise step, the frequency used when determining to start shooting according to the hardware configuration of machine.
Inventor additionally provides a kind of device of Android system quick turn-on, comprises pre-cooling module, and described pre-cooling module is used for starting Zygote step while startup core service.
Also comprise parallel processing module, described parallel processing module is used for start up system service and prestrain resource operation to do parallel processing.
Also comprise optimizing delay module, described optimizing delay module is used for optimization system service, and the non-core service type delay start that will preset.
Also comprise optimization login module, Dynamic Distribution for optimizing logger, and calculates by described optimization login module, dynamic icon shows and load icon micro-shifts out from main thread.
Also comprise optimization script module, described optimization script module, for optimizing INIT booting script, deletes redundant code.
Also comprise optimization driver module, described optimization driver module was optimized peripherals driving in the LINUX stage, and I2C communication, firmware downloads and rectification step are delayed process.
Described optimization driver module is also for carrying out classification to the type information in peripherals driving, and the type information needing serial ports to export not reaching severity level is deleted.
Also comprise cutting module, described cutting module is used for carrying out cutting to UBOOT file, only retains the necessary initialization operation of start.
Also comprise start frequency setting module, described start frequency setting module is used for the frequency used when determining to start shooting according to the hardware configuration of machine.
Be different from prior art, technique scheme starts by Zygote step being advanceed to start while core serves.And a series of Optimization Steps, reach the effect improving Android system starting up speed.
Accompanying drawing explanation
Fig. 1 is the inventive method process flow diagram;
Fig. 2 is the original starting procedure figure of Android system;
Fig. 3 is Android system starting procedure figure in the inventive method;
Fig. 4 is apparatus of the present invention module diagram.
Description of reference numerals:
101, pre-cooling module;
102, parallel processing module;
103, optimizing delay module;
104, login module is optimized;
105, script module is optimized;
106, driver module is optimized;
107, cutting module;
201, the UBOOT stage;
202, the LINUX stage;
203, the INIT stage;
204, the unloading phase of android system.
Embodiment
By describe in detail technical scheme technology contents, structural attitude, realized object and effect, coordinate accompanying drawing to be explained in detail below in conjunction with specific embodiment.
Refer to Fig. 1, for invention describes a kind of method of Android system quick turn-on, be applicable to mobile phone, panel computer, navigating instrument etc. arbitrarily with the electronic product of Android system, the method comprising the steps of S101: " start core service " and while start Zygote step.As shown in Figure 2, start-up phase can be roughly divided into UBOOT 201, LINUX 202, INIT 203 to the original starting procedure of Android system, and android system starts 204 four-stages.UBOOT 201, LINUX202 and INIT 203 stage are all serials, only have started for 204 stages to android system just can executed in parallel.In UBOOT 201 stage, Android system can perform chip power on after basic initialization operation, comprise initialization section internal memory and guidance system kernel start; In LINUX 202 stage, Android system can perform the operating system part of core, comprises the initialization of all resources of chip and the loading of peripherals driving; After kernel operating system is ready, Android system is by carry root file system, and the INIT 203 performed in root file system serves; INIT 203 (kernel starts voluntarily) service is responsible for resolving INIT script, carry Android file system, and starts corresponding service according to the content of booting script, comprises the Zygote process guiding android system to start 204; After Zygote process initiation, the first system resource that defines of prestrain and class, and then " start up system service (SystemServer) ", and other Booting sequence is completed by it.
If the common practices of Fig. 2 is by startup Zygote process and INIT 203 process " start main and serve " start simultaneously.And in fact, whether " start main service " to startup zygote process without any impact, therefore while the step starting Zygote process is advanceed to " starting core service " from " starting main service " by this method as shown in Figure 3, carry out startup of running simultaneously, overcome the technology prejudice of those skilled in the art, decrease the time starting the wait core startup service that Zygote needs at start process, reach the effect improving Android system starting up speed.
Shown in Fig. 1, method also comprises step S102, " start up system service " and " prestrain resource " is operated and does parallel processing.Described " prestrain resource " includes but not limited to: load preset class, load preset resource and load OPENGL step.In the Booting sequence of above-mentioned serial as in the previous paragraph, if there are some operations more consuming time, follow-up operating delay can be caused to perform, thus cause the on time to lengthen.In some embodiment such as shown in Fig. 2, started for 204 stages at Android system, " start up system service " will " prestrain resource " afterwards serial carry out.Specifically, be that serial is carried out between " prestrain resource ", comprise the step of successively carrying out " loading preset class ", " loading preset resource " and " loading OPENGL ", carry out " start up system service " step subsequently again.The present invention adopts the mode of parallel processing to above-mentioned steps, and described parallel processing is specially: startup " load preset class " while, start " loading preset resource ", start " loading OPENGL " and run " start up system service " simultaneously.As in some embodiment shown in Fig. 3, after the socket step creating Zygote client, run " start up system service " and " loading preset class ", " loading preset resource " and " loading OPENGL " step simultaneously.By carrying out parallel processing to the step of above-mentioned script serial processing, the step originally successively completed can be walked abreast simultaneously and carry out, the used time shortening to the longest time-consuming step consuming time.Therefore by starting start up system service and load resource operation simultaneously, reach and reduce the on time, improve the effect of Android system starting up speed.
In certain embodiments, shown in Fig. 1, method also comprises step S103, optimization system service, by the non-core service type delay start preset.Described " non-core service " refers to some services that can not use in system normal boot process, namely start irrelevant with system, influential system does not normally enter some services at main interface, and classification includes but not limited to: positioning service, input method service, backup services, phonetic search, multimedia service etc.By described non-core service type delay start, the normal function of neither influential system service, can decrease the consuming time of start up system service procedure again, reaches the effect improving Android system starting up speed.
In certain embodiments, shown in Fig. 1, method also comprises step S104, optimizes logger (Launcher), Dynamic Distribution is calculated, dynamic icon shows and loading icon micro-(Widget) is shifted out from main thread.Because system just can show Launcher after will waiting for Launcher main thread idle.And above-mentioned Dynamic Distribution calculates, dynamic icon shows and load the working time that icon micro-(Widget) operation will take main thread, in the present embodiment above-mentioned Dynamic Distribution is calculated, dynamic icon shows and loading icon micro-(Widget) operation is shifted out from main thread, transfer in other threads and gone, so just, the time of main thread can be saved, allow main thread be shown by logger as early as possible, also reached the effect improving Android system starting up speed by said method.
Shown in Fig. 1, method also comprises step S105, optimizes INIT booting script, deletes redundant code.Described INIT booting script is init.rc file, generally for compatible more platform and have some redundant codes, such as, operation for debugging in this script, and also having is exactly have some unwanted services, operation as gps, rild etc. for specific products.Therefore in certain embodiments, described " redundant code " code for using during booting script, or the code reserved for debugging.These redundant codes are deleted, the time of resolving script when booting script is reduced, follow-uply need the time of operation service also to obtain minimizing owing to optimizing unwanted service operations, reach and reduce the Android system on time, improve the effect of Android system starting up speed.
In certain embodiments, shown in Fig. 1, method also comprises step S106, is optimized peripherals driving in the LINUX stage, and I2C communication, firmware downloads and rectification step are delayed process.Described " peripherals " refers to the equipment of outside access for meeting information input and output demand, comprises the equipment such as touch-screen, inductor, network interface card, camera and sound-track engraving apparatus.Step is optimized to these device drives, process is delayed in above-mentioned operation comparatively consuming time, LINUX system can be made to load root file system as early as possible, reach the effect improving Android system starting up speed.
In the particular embodiment, shown in Fig. 1, method also comprises step S107, carries out classification, the type information needing serial ports to export not reaching severity level deleted the type information during peripherals drives.Reduce the printing needing serial ports to export unnecessary in Booting sequence, the time that the CPU that minimizing CPU is frequently interrupted interrupting by serial ports and causes performs kernel code increases, and shortens the time of load driver further.Reach the effect improving Android system starting up speed.
In certain embodiments, shown in Fig. 1, method also comprises step, carries out cutting to UBOOT file, only retains the necessary initialization operation of start.Concrete, in the UBOOT stage of start,. cutting is carried out to UBOOT, keep UBOOT file as far as possible little, such as only retain the initialization operation that some starts are necessary, " necessary initialization operation " refers to the systemic-function initialization that start is necessary, such as: initiating hardware equipment (internal memory, storage, serial ports, display, PMU etc.), the actions such as initialization system clock, frequency.Concrete, can some initialization operations of cutting comprise: LOGO display, the initialization of USB controller, the initialization of SD controller, the display of charging icon, some are in order to compatible and time delay etc. that is interpolations.Like this, start guides the time being loaded into UBOOT file indirectly to reduce, and can linux system be guided as soon as possible to start, also reach the effect improving Android system starting up speed.
Shown in Fig. 1, method also comprises step, the frequency used when determining to start shooting according to the hardware configuration of machine and the disturbed condition of hardware circuit.In certain embodiments, in order to compatibility in UBOOT, usually cpu, ddr etc. can be set to relatively low frequency, and the degree etc. of concurrent operations when deciding to start shooting according to the performance of machine memory.This is the running frequency in order to reasonably adjust machine, the hardware performance of Appropriate application machine, because the machine of memory read/write poor-performing, if do the wait that too many concurrent operations can cause IO when start, starting up speed can be made on the contrary to become slower.Therefore by arranging different start frequencies according to different hardware configuration, improve the starting up speed of Android system.
As shown in Figure 4, inventor additionally provides a kind of device of Android system quick turn-on, comprises pre-cooling module 101, and described pre-cooling module is used for starting Zygote step while startup core service.By arranging pre-cooling module, the step starting Zygote process is started while " starting main service " advances to " starting core service ", overcome the technology prejudice of those skilled in the art, reach the effect improving Android system quick turn-on.
In certain embodiments, the device of Android system quick turn-on also comprises parallel processing module 102, and described parallel processing module is used for start up system service and prestrain resource operation to do parallel processing.By arranging parallel processing module, starting start up system service simultaneously and loading resource operation, reaching time saving object, and reaching the effect reducing the on time.
In further embodiments, the device of Android system quick turn-on also comprises optimizing delay module 103, and described optimizing delay module is used for optimization system service, and the non-core service type delay start that will preset.The normal function of optimizing delay module neither influential system service is set, the consuming time of start up system service procedure can be decreased again, reach the effect of speed accelerating Android system start.
The device of Android system quick turn-on also comprises optimizes login module 104, and Dynamic Distribution for optimizing logger, and calculates by described optimization login module, dynamic icon shows and load icon micro-shifts out from main thread.By arranging optimization login module.The time of main thread can be saved, allow main thread be shown by logger as early as possible, decrease Android system start required time.
In certain embodiments, the device of Android system quick turn-on also comprises optimizes script module 105, and described optimization script module, for optimizing INIT booting script, deletes redundant code.The time of resolving script when can make booting script is reduced, and follow-uply needs the time of operation service also to obtain minimizing owing to optimizing unwanted service operations, reaches the effect reducing the Android system on time.
In certain embodiments, the device of Android system quick turn-on also comprises optimizes driver module 106, and described optimization driver module was optimized peripherals driving in the LINUX stage, and I2C communication, firmware downloads and rectification step are delayed process.By design optimization driver module 106, process is delayed in above-mentioned operation comparatively consuming time, LINUX system can be made to load root file system as early as possible, reach the effect improving Android system starting up speed.
Concrete, described optimization driver module 106 is also for carrying out classification to the type information in peripherals driving, and the type information needing serial ports to export not reaching severity level is deleted.CPU can be reduced so frequently to be interrupted interrupting by serial ports and time that the CPU that causes performs kernel code increases, shorten the time of load driver further.Reach the effect improving Android system starting up speed.
The device of Android system quick turn-on also comprises cutting module 107, and described cutting module 107, for carrying out cutting to UBOOT file, only retains the necessary initialization operation of start.By design cutting module, only retain necessary start file, save the time that the UBOOT stage needs, accelerate to guide linux system to start, also reach the effect of raising Android system starting up speed.
In certain embodiments, the device of Android system quick turn-on also comprises start frequency setting module, and described start frequency setting module is used for the frequency used when determining to start shooting according to the hardware configuration of machine.By start frequency setting module, reach the effect improving Android system starting up speed.
It should be noted that, in this article, the such as relational terms of first and second grades and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or terminal device and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or terminal device.When not more restrictions, the key element limited by statement " comprising ... " or " comprising ... ", and be not precluded within process, method, article or the terminal device comprising described key element and also there is other key element.In addition, in this article, " be greater than ", " being less than ", " exceeding " etc. be interpreted as and do not comprise this number; " more than ", " below ", " within " etc. be interpreted as and comprise this number.
Those skilled in the art should understand, the various embodiments described above can be provided as method, device or computer program.These embodiments can adopt the form of complete hardware embodiment, completely software implementation or the embodiment in conjunction with software and hardware aspect.The hardware that all or part of step in the method that the various embodiments described above relate to can carry out instruction relevant by program has come, described program can be stored in the storage medium that computer equipment can read, for performing all or part of step described in the various embodiments described above method.Described computer equipment, includes but not limited to: personal computer, server, multi-purpose computer, special purpose computer, the network equipment, embedded device, programmable device, intelligent mobile terminal, intelligent home device, wearable intelligent equipment, vehicle intelligent equipment etc.; Described storage medium, includes but not limited to: the storage of RAM, ROM, magnetic disc, tape, CD, flash memory, USB flash disk, portable hard drive, storage card, memory stick, the webserver, network cloud storage etc.
The various embodiments described above describe with reference to the process flow diagram of method, equipment (system) and computer program according to embodiment and/or block scheme.Should understand can by the combination of the flow process in each flow process in computer program instructions realization flow figure and/or block scheme and/or square frame and process flow diagram and/or block scheme and/or square frame.These computer program instructions can being provided to the processor of computer equipment to produce a machine, making the instruction performed by the processor of computer equipment produce device for realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be stored in can in the computer equipment readable memory that works in a specific way of vectoring computer equipment, the instruction making to be stored in this computer equipment readable memory produces the manufacture comprising command device, and this command device realizes the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
These computer program instructions also can be loaded on computer equipment, make to perform sequence of operations step on a computing device to produce computer implemented process, thus the instruction performed on a computing device is provided for the step realizing the function of specifying in process flow diagram flow process or multiple flow process and/or block scheme square frame or multiple square frame.
Although be described the various embodiments described above; but those skilled in the art are once obtain the basic creative concept of cicada; then can make other change and amendment to these embodiments; so the foregoing is only embodiments of the invention; not thereby scope of patent protection of the present invention is limited; every utilize instructions of the present invention and accompanying drawing content to do equivalent structure or equivalent flow process conversion; or be directly or indirectly used in other relevant technical fields, be all in like manner included within scope of patent protection of the present invention.

Claims (18)

CN201510086171.5A2015-02-172015-02-17Method and device for rapidly powering on Android systemPendingCN104598254A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN201510086171.5ACN104598254A (en)2015-02-172015-02-17Method and device for rapidly powering on Android system

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN201510086171.5ACN104598254A (en)2015-02-172015-02-17Method and device for rapidly powering on Android system

Publications (1)

Publication NumberPublication Date
CN104598254Atrue CN104598254A (en)2015-05-06

Family

ID=53124074

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN201510086171.5APendingCN104598254A (en)2015-02-172015-02-17Method and device for rapidly powering on Android system

Country Status (1)

CountryLink
CN (1)CN104598254A (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN105306692A (en)*2015-09-292016-02-03北京元心科技有限公司Mobile terminal and startup method thereof
CN105511874A (en)*2015-12-022016-04-20海信集团有限公司Embedded system starting method and intelligent terminal
CN105549958A (en)*2015-12-022016-05-04海信集团有限公司Embedded system starting method and intelligent terminal
CN105607921A (en)*2015-10-292016-05-25Tcl集团股份有限公司System service startup method and system based on Android system
CN106095499A (en)*2016-06-072016-11-09青岛海信电器股份有限公司Embedded system starting guide method and device
CN106559484A (en)*2016-11-142017-04-05北京海誉动想科技股份有限公司The method that instance system exempts from installation and operation application
CN106658194A (en)*2017-01-032017-05-10青岛海信电器股份有限公司Quick starting method and device for television
CN106648773A (en)*2016-12-162017-05-10四川长虹电器股份有限公司Method for achieving rapid starting based on Android system
CN107220055A (en)*2017-05-262017-09-29上海展扬通信技术有限公司Method, system and the terminal started for terminal
CN107368343A (en)*2017-08-212017-11-21广州创维平面显示科技有限公司A kind of starting up of terminal method, terminal and storage medium based on Android system
CN107506196A (en)*2017-08-252017-12-22康佳集团股份有限公司A kind of boot animation processing method, equipment and storage device based on Android system
CN107562448A (en)*2016-07-012018-01-09中兴通讯股份有限公司terminal initialization method and device
WO2019039741A1 (en)*2017-08-232019-02-28삼성전자 주식회사Operating method of operating system and electronic device supporting same
CN109460262A (en)*2018-11-152019-03-12深圳市网心科技有限公司Verify method, system, Android device and the medium of main system image legitimacy
CN110399167A (en)*2019-06-282019-11-01联想(北京)有限公司Firmware starts method and device, equipment, storage medium
CN110716762A (en)*2019-09-032020-01-21晶晨半导体(深圳)有限公司Method for quickly accessing homepage by operating system
CN110780930A (en)*2019-09-232020-02-11广州视源电子科技股份有限公司Method and device for starting Android system, electronic equipment and storage medium
CN111901677A (en)*2020-07-242020-11-06海信视像科技股份有限公司Method for uniformly controlling process starting and display equipment
CN112035172A (en)*2020-09-032020-12-04腾讯科技(深圳)有限公司Operating system starting method, device, server and storage medium
CN112313620A (en)*2019-11-192021-02-02深圳市大疆创新科技有限公司Android system starting method, device, equipment and storage medium
CN112395015A (en)*2020-11-182021-02-23珠海全志科技股份有限公司Optimization method and device for accelerating startup based on Android system
CN113326070A (en)*2021-05-112021-08-31广州小鹏智慧出行科技有限公司Meter display method, vehicle and computer readable storage medium
CN113672339A (en)*2021-07-282021-11-19歌尔光学科技有限公司Method for improving Android startup efficiency
CN113835761A (en)*2020-06-242021-12-24合肥杰发科技有限公司 Operating system startup method and electronic device
CN114047961A (en)*2021-11-152022-02-15合众新能源汽车有限公司Android system starting optimization method, intelligent terminal and computer readable medium
CN114490479A (en)*2022-02-172022-05-13深圳市智微智能科技股份有限公司I2C device compatibility method, device, equipment and medium based on android system
CN115509623A (en)*2022-10-082022-12-23超聚变数字技术有限公司 BMC system startup method, device, electronic equipment and storage medium
CN115878196A (en)*2022-09-282023-03-31一汽奔腾轿车有限公司Method for optimizing start-up process of vehicle machine, terminal and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070277180A1 (en)*2006-04-212007-11-29Topia TechnologyElectronic network service architecture
CN102023874A (en)*2009-09-142011-04-20联芯科技有限公司Dual Linux core processing device and method for starting core of Linux system
CN102207881A (en)*2011-07-072011-10-05电子科技大学Quick operation system start-up method based on Android

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US20070277180A1 (en)*2006-04-212007-11-29Topia TechnologyElectronic network service architecture
CN102023874A (en)*2009-09-142011-04-20联芯科技有限公司Dual Linux core processing device and method for starting core of Linux system
CN102207881A (en)*2011-07-072011-10-05电子科技大学Quick operation system start-up method based on Android

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
RXREAD: ""Android启动过程深入解析"", 《HTTP://BLOG.JOBBOLE.COM/67931/》*
XXIANG1X: ""修改Android系统源代码,优化开机速度"", 《HTTPS://BLOG.CSDN.NET/XXM282828/ARTICLE/DETAILS/43066923》*
智者向内寻求力量: ""Kitkat中对class core, class main, class late_start的简单分析"", 《HTTP://BLOG.CSDN.NET/LONGYC2010/ARTICLE/DETAILS/39616979》*
李希凡: ""Android关键服务分析与启动过程优化"", 《中国优秀硕士学位论文全文数据库 信息科技辑》*

Cited By (42)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN105306692B (en)*2015-09-292019-02-15北京元心科技有限公司Mobile terminal and its starting-up method
CN105306692A (en)*2015-09-292016-02-03北京元心科技有限公司Mobile terminal and startup method thereof
CN105607921A (en)*2015-10-292016-05-25Tcl集团股份有限公司System service startup method and system based on Android system
CN105607921B (en)*2015-10-292019-11-12Tcl集团股份有限公司A kind of system service starting method and system based on android system
CN105511874A (en)*2015-12-022016-04-20海信集团有限公司Embedded system starting method and intelligent terminal
CN105549958A (en)*2015-12-022016-05-04海信集团有限公司Embedded system starting method and intelligent terminal
CN106095499A (en)*2016-06-072016-11-09青岛海信电器股份有限公司Embedded system starting guide method and device
CN107562448A (en)*2016-07-012018-01-09中兴通讯股份有限公司terminal initialization method and device
CN106559484A (en)*2016-11-142017-04-05北京海誉动想科技股份有限公司The method that instance system exempts from installation and operation application
CN106648773A (en)*2016-12-162017-05-10四川长虹电器股份有限公司Method for achieving rapid starting based on Android system
CN106658194A (en)*2017-01-032017-05-10青岛海信电器股份有限公司Quick starting method and device for television
CN106658194B (en)*2017-01-032019-09-17青岛海信电器股份有限公司A kind of fast boot of television method and device
CN107220055B (en)*2017-05-262024-03-29上海传英信息技术有限公司Method and system for starting terminal and terminal
CN107220055A (en)*2017-05-262017-09-29上海展扬通信技术有限公司Method, system and the terminal started for terminal
CN107368343B (en)*2017-08-212021-03-26创维集团智能科技有限公司Terminal starting method based on android system, terminal and storage medium
CN107368343A (en)*2017-08-212017-11-21广州创维平面显示科技有限公司A kind of starting up of terminal method, terminal and storage medium based on Android system
WO2019039741A1 (en)*2017-08-232019-02-28삼성전자 주식회사Operating method of operating system and electronic device supporting same
KR20190021726A (en)*2017-08-232019-03-06삼성전자주식회사Operation method of operating system and electronic device supporting the same
KR102372644B1 (en)2017-08-232022-03-17삼성전자주식회사Operation method of operating system and electronic device supporting the same
CN107506196A (en)*2017-08-252017-12-22康佳集团股份有限公司A kind of boot animation processing method, equipment and storage device based on Android system
CN107506196B (en)*2017-08-252021-07-20康佳集团股份有限公司Starting-up animation processing method and equipment based on android system and storage device
CN109460262B (en)*2018-11-152021-12-03深圳市网心科技有限公司Method, system, android device and medium for verifying validity of main system image
CN109460262A (en)*2018-11-152019-03-12深圳市网心科技有限公司Verify method, system, Android device and the medium of main system image legitimacy
CN110399167A (en)*2019-06-282019-11-01联想(北京)有限公司Firmware starts method and device, equipment, storage medium
CN110716762A (en)*2019-09-032020-01-21晶晨半导体(深圳)有限公司Method for quickly accessing homepage by operating system
CN110716762B (en)*2019-09-032023-05-26晶晨半导体(深圳)有限公司Method for operating system to enter homepage quickly
CN110780930B (en)*2019-09-232023-06-06广州视源电子科技股份有限公司Method and device for starting Android system, electronic equipment and storage medium
CN110780930A (en)*2019-09-232020-02-11广州视源电子科技股份有限公司Method and device for starting Android system, electronic equipment and storage medium
WO2021097683A1 (en)*2019-11-192021-05-27深圳市大疆创新科技有限公司Android system starting method and apparatus, device, and storage medium
CN112313620A (en)*2019-11-192021-02-02深圳市大疆创新科技有限公司Android system starting method, device, equipment and storage medium
CN113835761A (en)*2020-06-242021-12-24合肥杰发科技有限公司 Operating system startup method and electronic device
CN111901677A (en)*2020-07-242020-11-06海信视像科技股份有限公司Method for uniformly controlling process starting and display equipment
CN111901677B (en)*2020-07-242022-08-02海信视像科技股份有限公司Method for uniformly controlling process starting and display equipment
CN112035172A (en)*2020-09-032020-12-04腾讯科技(深圳)有限公司Operating system starting method, device, server and storage medium
CN112395015A (en)*2020-11-182021-02-23珠海全志科技股份有限公司Optimization method and device for accelerating startup based on Android system
CN113326070A (en)*2021-05-112021-08-31广州小鹏智慧出行科技有限公司Meter display method, vehicle and computer readable storage medium
CN113672339A (en)*2021-07-282021-11-19歌尔光学科技有限公司Method for improving Android startup efficiency
CN113672339B (en)*2021-07-282024-04-16歌尔科技有限公司Method for improving Android starting efficiency
CN114047961A (en)*2021-11-152022-02-15合众新能源汽车有限公司Android system starting optimization method, intelligent terminal and computer readable medium
CN114490479A (en)*2022-02-172022-05-13深圳市智微智能科技股份有限公司I2C device compatibility method, device, equipment and medium based on android system
CN115878196A (en)*2022-09-282023-03-31一汽奔腾轿车有限公司Method for optimizing start-up process of vehicle machine, terminal and storage medium
CN115509623A (en)*2022-10-082022-12-23超聚变数字技术有限公司 BMC system startup method, device, electronic equipment and storage medium

Similar Documents

PublicationPublication DateTitle
CN104598254A (en)Method and device for rapidly powering on Android system
CN108984160B (en) Component-based rapid development framework system for informatization
US8468334B1 (en)Efficient initial RAM disk creation
EP4345611A1 (en)Bootloader loading method, apparatus and system, electronic device and medium
US20100306774A1 (en)Instant-On Computing System
CN104778066A (en)Quick start method and device of embedded operation system
CN101650660A (en)Booting a computer system from a central storage
CN102662717A (en)Bootstrap starting method of embedded system
CN100375025C (en)Computer system starting method
CN109408122B (en)Equipment starting method, electronic equipment and computer storage medium
CN104503922B (en)The method that loading WindowsCE systems are guided based on uboot
US9003174B2 (en)Method for boosting an electronic device with multiple processing units, and electronic device for implementing the same
CN110968339B (en)Method and device for front-end building tool and electronic equipment
CN104731614B (en)A kind of method and device that data are quickly loaded in start process
CN113626092A (en)Embedded system starting method and SOC chip
CN102053848A (en)Automatic installation method for Linux operating system
CN111708548A (en) Software installation method, device, device and storage medium
CN111984887A (en)Webpage component library loading method and device, storage medium and electronic equipment
CN103870295A (en)Switching method and electronic device
CN115809127A (en)Loading method, system, equipment, medium and chip of kernel driving module
US20130145382A1 (en)Computing device and function module management method
CN111694600B (en)Mirror image file design, chip operation method, system, device and medium
CN102096591A (en)Method for quickening start of embedded Linux system
CN104021007A (en)Parameter renewing method and electronic devices
CN114228745B (en)Driving system module control method, device, equipment, medium, product and vehicle

Legal Events

DateCodeTitleDescription
C06Publication
PB01Publication
C10Entry into substantive examination
SE01Entry into force of request for substantive examination
CB02Change of applicant information

Address after:350000 Fuzhou Gulou District, Fujian, software Avenue, building 89, No. 18

Applicant after:FUZHOU ROCKCHIP ELECTRONICS CO., LTD.

Address before:350000 Fuzhou Gulou District, Fujian, software Avenue, building 89, No. 18

Applicant before:Fuzhou Rockchip Semiconductor Co., Ltd.

CORChange of bibliographic data
CB03Change of inventor or designer information

Inventor after:Chen Changhai

Inventor after:Xie Zhijun

Inventor before:Chen Changhai

CORChange of bibliographic data
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20150506


[8]ページ先頭

©2009-2025 Movatter.jp