CN113127084A - Application service self-starting method, electronic equipment and automobile - Google Patents

Application service self-starting method, electronic equipment and automobile Download PDF

Info

Publication number
CN113127084A
CN113127084A CN202110469247.8A CN202110469247A CN113127084A CN 113127084 A CN113127084 A CN 113127084A CN 202110469247 A CN202110469247 A CN 202110469247A CN 113127084 A CN113127084 A CN 113127084A
Authority
CN
China
Prior art keywords
starting
application program
android system
application
user
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
CN202110469247.8A
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.)
Chery Automobile Co Ltd
Lion Automotive Technology Nanjing Co Ltd
Wuhu Lion Automotive Technologies Co Ltd
Original Assignee
Chery Automobile Co Ltd
Lion Automotive Technology Nanjing Co Ltd
Wuhu Lion Automotive Technologies 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 Chery Automobile Co Ltd, Lion Automotive Technology Nanjing Co Ltd, Wuhu Lion Automotive Technologies Co Ltd filed Critical Chery Automobile Co Ltd
Priority to CN202110469247.8A priority Critical patent/CN113127084A/en
Publication of CN113127084A publication Critical patent/CN113127084A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/4416Network booting; Remote initial program loading [RIPL]
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60RVEHICLES, VEHICLE FITTINGS, OR VEHICLE PARTS, NOT OTHERWISE PROVIDED FOR
    • B60R16/00Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for
    • B60R16/02Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements
    • B60R16/023Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements for transmission of signals between vehicle parts or subsystems
    • B60R16/0231Circuits relating to the driving or the functioning of the vehicle
    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Mechanical Engineering (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention relates to the technical field of automobile control, and provides an application service self-starting method, which specifically comprises the following steps: when a vehicle is started, the Android system sends a starting broadcast to a specified application program; starting the application program based on the received starting broadcast; the specified application includes necessary applications required at the time of vehicle start. The startup of unnecessary application programs when the system is started is avoided, and the consumption of system resources is reduced, so that the system response is faster.

Description

Application service self-starting method, electronic equipment and automobile
Technical Field
The invention relates to the technical field of automobile control, and provides an application service self-starting method, electronic equipment and an automobile.
Background
The video entertainment system sends a global system broadcast after starting up to inform the system that the start-up is completed. The application which needs to be started up and started up can receive the broadcast to achieve the purpose of starting up and starting up; however, problems are brought to the system, many applications make their own services as boot self-starting without limitation, which results in that many application-level services are started after the system boots, a large amount of system resources are consumed, and the system response is slow and the user experience is poor.
Disclosure of Invention
The invention provides a self-starting method of an application service, aiming at improving the problems.
The invention is realized in such a way that an application service self-starting method specifically comprises the following steps:
when a vehicle is started, the Android system sends a starting broadcast to a specified application program;
starting the application program based on the received starting broadcast;
the specified application includes necessary applications required at the time of vehicle start.
Further, a startup white list file is stored in the Android system, necessary application program names required when the vehicle is started are defined in the startup white list file, and when the vehicle is started, the Android system sends startup broadcast based on the application programs recorded in the startup white list file.
Further, the startup white list file also comprises a specified number of blank columns, and the blank columns are used for storing the names of the application programs requested by the user;
when a user sends a starting-up registration request to an Android system, the starting-up registration request carries a requested application program;
and the Android system adds the requested application program to the blank column based on the starting-up registration request until the blank column is completely stored.
Further, the startup white list file also comprises a blank column, and the blank column is used for storing the name of the application program requested by the user;
when a user sends a starting-up registration request to an Android system, the starting-up registration request carries a requested application program;
the Android system estimates starting time delay of the Android system based on the requested application program, and displays and outputs the estimated starting time delay;
and based on the response of the user to the starting delay, the Android system adds the requested application program to the blank column.
Further, the startup white list file also comprises a blank column, and the blank column is used for storing the name of the application program requested by the user;
when a user sends a starting-up registration request to an Android system, the starting-up registration request carries a requested application program;
the Android system adds the starting-up registration request to the blank column by the requested application program;
when detecting that the starting time of the Android system is longer than a preset time value, the Android system returns a user request application program to a user;
and deleting the selected user request application program from the startup white list file.
In another aspect, the present invention provides a computer readable storage medium, in which at least one instruction, at least one program, code set or instruction set is stored, which when recorded and executed by a processor implements the steps of the application service self-starting method as described above.
In another aspect, the present invention provides an electronic device using a self-starting method for application services, including:
a memory for storing a computer program;
a processor for implementing the steps of the application service bootstrapping method as described above when executing said computer program.
In another aspect, the present invention provides an automobile, where the automobile is provided with the electronic device using the application service self-starting method.
The Android system starts the application program based on the startup white list file, and meets the personalized requirements of the user as far as possible within the startup duration tolerable by the user.
Drawings
Fig. 1 is a flowchart of a method for self-starting application services according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following description of preferred embodiments of the invention will be made in further detail with reference to the accompanying drawings.
Fig. 1 is a flowchart of an application service self-starting method according to an embodiment of the present invention, where the method specifically includes the following steps:
s1, when the vehicle is started, the Android system sends a starting broadcast to a specified application program, and the specified application program comprises necessary application programs required by the vehicle when the vehicle is started;
s2, starting the application program based on the received starting broadcast;
in the embodiment of the invention, the necessary application programs when the vehicle is started can be understood as that if one of the application programs is lacked, the vehicle cannot be started smoothly, the application program is defined by a developer and is simply called as the necessary application program, and the application programs except the necessary application program are collectively called as the unnecessary application program.
In the driving process, some unnecessary application programs are application programs commonly used by the user or necessary application programs for the driving habits of the user, so the application service self-starting method provided by the second embodiment of the invention comprises the following steps:
s1, when the vehicle is started, the Android system sends starting broadcast to the appointed application programs, and the appointed application programs comprise necessary application programs required by the vehicle during starting and no more than the appointed number of user request application programs;
s2, starting the application program based on the received starting broadcast;
in the embodiment of the present invention, the necessary applications for starting the vehicle may be understood as that, if one of the applications is absent, the vehicle cannot be started smoothly, the application is defined by the developer, the user requests the application, that is, the unnecessary application requested in the user startup registration request, assuming that the application 1 and the application 2 are the necessary applications and the applications 3 to 5 are the unnecessary applications, the user sends a startup registration request to the Android system to request to register the application 4 as the startup application, and the Android system approves the registration request, the application 4 is the user request application, the user request applications in this embodiment cannot be more than a specified number, and by adding a startup white list file (bootup white list) to the system, names of the necessary applications and the user request applications are added to the startup white list file one by one, when a vehicle is started, the Android system sends a starting broadcast to the application programs recorded in the starting white list file, the application programs receiving the starting broadcast are self-started, and the problems of slow system response and poor user experience caused by the fact that a large number of application services are started after the system is started are solved by limiting the number of application programs requested by a user.
In the driving process, some unnecessary application programs are application programs which are commonly used by a user or are necessary application programs for the driving habits of the user, so that when the vehicle is started, the application programs required by the user can be started while the necessary application programs are started, and the application service self-starting method provided by the third embodiment of the invention comprises the following steps:
s1, when the vehicle is started, the Android system sends a starting broadcast to a designated application program, wherein the designated application program comprises a necessary application program required when the vehicle is started and a user request application program corresponding to the user tolerant starting time delay;
s2, starting the application program based on the received starting broadcast;
in the embodiment of the present invention, the necessary application programs for starting the vehicle may be understood as that, if one of the application programs is absent, the vehicle cannot be started smoothly, the application program is defined by a developer, a user requests the application program, that is, an unnecessary application program requested in a user startup registration request, assuming that the application programs 1 and 2 are necessary application programs and the application programs 3 to 5 are unnecessary application programs, the user sends a startup registration request to the Android system to request to register the application program 4 as a startup initiator program, and the Android system approves the registration request, the application program 4 is the user request application program, the necessary application program names are added to the startup white list file one by adding a startup white list file (bootup _ whrite _ list.xml) to the system, when the user sends the startup registration request to the Android system, the starting-up registration request carries the requested application program; the Android system estimates starting time delay of the Android system based on the requested application program, the starting time delay is estimated based on the size of the application program requested by a user, the estimated starting time delay is displayed and output, and the Android system adds the requested application program to a blank column based on the response of the user to the starting time delay. When the vehicle is started, the Android system sends a starting broadcast to an application program recorded in a starting white list file, the application program receiving the starting broadcast is started automatically, a user request application program requested by a user is added to the starting white list file under the starting time delay tolerable by the user, and the personalized requirements of the user are better met under the starting time delay tolerable by the user.
In the driving process, some non-essential application programs are application programs which are commonly used by a user or are essential to the driving habits of the user, so that when the vehicle is started, the required application programs can be started, and at the same time, no more than a specified number of application programs requested by the user can be started, and because the size difference of the application programs is large, the starting time of the system cannot be predicted by simply judging the number of the application programs, the application service self-starting method provided by the fourth embodiment of the invention comprises the following steps:
s1, when the vehicle is started, the Android system sends a starting broadcast to a specified application program, and the specified application program comprises a necessary application program required by the vehicle starting and a user request application program;
s2, the appointed application program is started based on the received starting broadcast;
and S3, detecting the starting time of the Android system, if the starting time is greater than a time threshold, returning a user request application program deleting instruction to the user, and deleting the selected user request application program from the white list file.
In the embodiment of the present invention, the necessary application programs for starting the vehicle may be understood as that, if one of the designated application programs is absent, the vehicle cannot be started smoothly, the designated application program is defined by a developer, the user request application program is an unnecessary application program requested in the user startup registration request, assuming that the application program 1 and the application program 2 are unnecessary application programs, and the application programs 3 to 5 are unnecessary application programs, the user sends a startup registration request to the Android system to request to register the application program 4 as a startup initiator, and the Android system approves the registration request, the application program 4 is the user request application program, and the names of the necessary application programs and the user request application programs are added to the startup white list file one by adding a startup white list file (bootup _ whrite _ list.xml) in the system, the Android system sends a startup broadcast to an application program recorded in a startup white list file, the application program receiving the startup broadcast is self-started, if the startup time of the Android system is detected, if the startup time is greater than a time threshold value, a user request application program deleting instruction is returned to a user, and the selected user request application program is deleted from the white list file; the time threshold may be set based on the maximum time that a user can tolerate when the system is turned on, but must be greater than the Android system turn-on time when only necessary applications exist.
The method and the device limit the number of the user request application programs based on the starting time of the Android system, prompt the user to selectively delete part of the user request application programs when the Android system exceeds a set time threshold, and balance the starting time of the Android system and the personalized requirements of the user.
Accordingly, the present invention provides a computer readable storage medium having stored therein at least one instruction, at least one program, a set of codes, or a set of instructions, which when loaded and executed by a processor, implements the aforementioned application service self-launching method steps.
Correspondingly, the present invention also discloses an electronic device using the method for automatically starting application services, and fig. 2 is a structural diagram of an electronic device using the method for automatically starting application services according to an embodiment of the present invention, as shown in fig. 2, including:
a memory for storing a computer program;
a processor for implementing the steps of an application service bootstrapping method as disclosed in the foregoing when executing said computer program.
On the other hand, the embodiment of the invention provides an automobile, and the automobile is provided with the electronic equipment of the application service self-starting method.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts in the embodiments may be joined together, and each embodiment focuses on the differences from the other embodiments. In particular, for the hardware + program class embodiment, since it is substantially similar to the method embodiment, the description is relatively simple, and relevant points may be referred to as part of the description of the method embodiment.
The embodiments of this specification are not limited to what must be in compliance with industry communication standards, standard computer data processing and data storage rules, or the description of one or more embodiments of this specification. Certain industry standards, or implementations modified slightly from those described using custom modes or examples, may also achieve the same, equivalent, or similar, or other, contemplated implementations of the above-described examples. The embodiments using the modified or transformed data acquisition, storage, judgment, processing and the like can still fall within the scope of the alternative embodiments of the embodiments in this specification. In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention.
And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes. It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. 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. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (8)

1. An application service self-starting method is characterized by specifically comprising the following steps:
when a vehicle is started, the Android system sends a starting broadcast to a specified application program;
starting the application program based on the received starting broadcast;
the specified application includes necessary applications required at the time of vehicle start.
2. The method for self-starting application services according to claim 1, wherein a startup white list file is stored in the Android system, a necessary application program name required when the vehicle is started is defined in the startup white list file, and when the vehicle is started, the Android system sends a startup broadcast based on the application program recorded in the startup white list file.
3. The application service self-starting method according to claim 2, wherein the startup white list file further includes a specified number of blank fields, and the blank fields are used for storing names of application programs requested by users;
when a user sends a starting-up registration request to an Android system, the starting-up registration request carries a requested application program;
and the Android system adds the requested application program to the blank column based on the starting-up registration request until the blank column is completely stored.
4. The application service self-starting method according to claim 2, wherein the startup white list file further comprises a blank column, and the blank column is used for storing the name of the application program requested by the user;
when a user sends a starting-up registration request to an Android system, the starting-up registration request carries a requested application program;
the Android system estimates starting time delay of the Android system based on the requested application program, and displays and outputs the estimated starting time delay;
and based on the response of the user to the starting delay, the Android system adds the requested application program to the blank column.
5. The method for self-starting application services according to claim 1, wherein the startup white list file further comprises a blank column, and the blank column is used for storing the name of the application program requested by the user;
when a user sends a starting-up registration request to an Android system, the starting-up registration request carries a requested application program;
the Android system adds the starting-up registration request to the blank column by the requested application program;
when detecting that the starting time of the Android system is longer than a preset time value, the Android system returns a user request application program to a user;
and deleting the selected user request application program from the startup white list file.
6. A computer readable storage medium, storing at least one instruction, at least one program, set of codes, or set of instructions, which when executed by a processor implement the steps of the application service bootstrapping method according to any one of claims 1 to 5.
7. An electronic device applying a service self-starting method, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the application service bootstrapping method according to any one of claims 1 to 5 when executing said computer program.
8. An automobile, characterized in that the automobile is provided with an electronic device applying the service bootstrapping method as claimed in claim 7.
CN202110469247.8A 2021-04-28 2021-04-28 Application service self-starting method, electronic equipment and automobile Pending CN113127084A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110469247.8A CN113127084A (en) 2021-04-28 2021-04-28 Application service self-starting method, electronic equipment and automobile

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110469247.8A CN113127084A (en) 2021-04-28 2021-04-28 Application service self-starting method, electronic equipment and automobile

Publications (1)

Publication Number Publication Date
CN113127084A true CN113127084A (en) 2021-07-16

Family

ID=76780585

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110469247.8A Pending CN113127084A (en) 2021-04-28 2021-04-28 Application service self-starting method, electronic equipment and automobile

Country Status (1)

Country Link
CN (1) CN113127084A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116244008A (en) * 2023-05-10 2023-06-09 荣耀终端有限公司 Application starting method, electronic device and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021017A (en) * 2014-06-17 2014-09-03 北京奇虎科技有限公司 Starting item processing method and device
CN106886456A (en) * 2017-02-23 2017-06-23 上海与德信息技术有限公司 A kind of application program intelligent control method and device
CN110084036A (en) * 2019-05-13 2019-08-02 深圳市趣创科技有限公司 Prevent the method and device of application program self-starting

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104021017A (en) * 2014-06-17 2014-09-03 北京奇虎科技有限公司 Starting item processing method and device
CN106886456A (en) * 2017-02-23 2017-06-23 上海与德信息技术有限公司 A kind of application program intelligent control method and device
CN110084036A (en) * 2019-05-13 2019-08-02 深圳市趣创科技有限公司 Prevent the method and device of application program self-starting

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116244008A (en) * 2023-05-10 2023-06-09 荣耀终端有限公司 Application starting method, electronic device and storage medium
CN116244008B (en) * 2023-05-10 2023-09-15 荣耀终端有限公司 Application starting method, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN113014568B (en) Account login method, equipment and server
CN109462601B (en) Multi-platform access method and device based on eSIM
US20050278543A1 (en) Mobile communication terminal and data access control method
CN110610701B (en) Voice interaction method, voice interaction prompting method, device and equipment
CN108446146B (en) Game data acquisition method and device
CN103778211A (en) Method and device for switching language of mobile terminal game software
CN113127084A (en) Application service self-starting method, electronic equipment and automobile
CN113110881B (en) Display terminal, display method thereof and device with storage function
CN114257829A (en) Resource processing method, device, equipment and storage medium for live broadcast room
CN103544039A (en) Plug-in loading processing method and device
CN113672757B (en) Audio playing method and device
US20140298316A1 (en) Managing method for application program installation and electronic device
CN107633080B (en) User task processing method and device
CN110267091B (en) Play instance processing method and device and computer readable storage medium
CN112182446B (en) Page display method and device, terminal equipment and computer readable storage medium
CN106933615B (en) APP awakening method and device
US20140351089A1 (en) Recording medium, information processing apparatus, product selling system and product selling method
CN108446144B (en) Application program starting method and device, terminal and storage medium
CN113132816B (en) Program switching method, terminal, system and storage medium
CN113031989A (en) Method and device for realizing customized version of BIOS Setup setting item
CN113110901B (en) Desktop locking control method and device
CN109522187B (en) Method and device for quickly extracting state information
CN111638917A (en) Application start limiting method, device and storage medium
CN111241553A (en) BIOS (basic input output System) permission setting method, device, equipment and storage medium
CN105138380A (en) Method and device for starting Linux system

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