CN107277626B - Method for realizing hidden pre-installation application in smart television - Google Patents

Method for realizing hidden pre-installation application in smart television Download PDF

Info

Publication number
CN107277626B
CN107277626B CN201710676999.5A CN201710676999A CN107277626B CN 107277626 B CN107277626 B CN 107277626B CN 201710676999 A CN201710676999 A CN 201710676999A CN 107277626 B CN107277626 B CN 107277626B
Authority
CN
China
Prior art keywords
application
hidden
installation
smart television
manager
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.)
Active
Application number
CN201710676999.5A
Other languages
Chinese (zh)
Other versions
CN107277626A (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.)
Sichuan Changhong Electric Co Ltd
Original Assignee
Sichuan Changhong Electric 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 Sichuan Changhong Electric Co Ltd filed Critical Sichuan Changhong Electric Co Ltd
Priority to CN201710676999.5A priority Critical patent/CN107277626B/en
Publication of CN107277626A publication Critical patent/CN107277626A/en
Application granted granted Critical
Publication of CN107277626B publication Critical patent/CN107277626B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention discloses a method for realizing hidden pre-installed application in a smart television, which comprises the steps of recording the hidden state of the hidden pre-installed application by using a configuration file, automatically forbidding an application inlet according to the configuration file when the smart television is started, shielding the information of the pre-installed application when the application is installed, quickly starting the pre-installed application through virtual installation, and quickly hiding the pre-installed application through virtual unloading. By the method, the purposes of hiding the application entrance, reserving the application background service, quickly starting the application when needed and quickly hiding the application when not needed are achieved. According to the invention, after the factory setting, the application icon on the homepage is hidden, the application is not displayed in the application manager any more, the user can think that the application is uninstalled, but the service of the application can still run normally.

Description

Method for realizing hidden pre-installation application in smart television
Technical Field
The invention relates to the technical field of application management of an intelligent system, in particular to a method for realizing hidden pre-installation application in an intelligent television.
Background
In the smart television, some applications are required to be pre-installed sometimes for special reasons, but the factory state of the system does not want a homepage to display a launcher activity entry component of the application, nor does it want the application to be displayed in an application manager, so that a user can think that the application is not installed, but at the same time, the pre-installed application can still normally run background services. When the user needs to use the functions provided by the application, the launcher activity entry component of the application can be immediately activated without going through the traditional lengthy process of waiting for the downloading and installation of the application.
The existing intelligent television system can hide an application icon on a home page by disabling an access component of the application, but a user can still inquire that the application exists through an application manager. And when the user needs to use the application, there is no way to enable the disabled application portal; when a user needs to uninstall such an application that is already enabled, there is no way to re-hide the application.
Disclosure of Invention
The invention aims to overcome the defects that the prior intelligent television system can not completely hide the pre-installed application and does not have a mode of quickly starting and disabling the pre-installed application entrance, and provides a method for realizing hidden pre-installed application in the intelligent television.
The purpose of the invention is realized by the following technical scheme:
a method for realizing hidden pre-installation application in an intelligent television comprises the following steps:
A. configuring a hidden pre-installed application in the smart television, recording hidden pre-installed application package name information and an application entrance enabling state through a configuration file, and modifying the hidden pre-installed application into a forbidden state;
B. automatically hiding the application entry component according to configuration when the smart television is started;
C. automatically filtering hidden pre-installed applications according to configuration when an installed application list is inquired;
D. quickly enabling the disabled pre-installed application portal through virtual installation so that the application can be displayed in the home page and application manager;
E. quickly disabling enabled pre-installed application portals through virtual uninstallation, such that applications are hidden in the home page and application manager; when the smart television needs to enable the filtering hidden pre-installation application, the disabled pre-installation application portal is enabled quickly through virtual installation, so that the application can be displayed in the home page and the application manager.
The preferred step B of the present invention further comprises the following: when the intelligent television is started, the application portal components listed in the configuration file and configured to be forbidden by the application portal are automatically forbidden.
Preferred step C of the present invention further comprises the following: when the application manager or other application acquires the application information of the installed application by querying the application and acquiring the package information of the installed application, the installed application which is in the configuration file and the application entry is configured to be disabled is filtered from the query result.
The preferred step E of the present invention specifically comprises the following steps:
e1, before virtual installation, the pre-installed application can not be seen in the homepage and the application manager;
e2, when the user uses the service provided by the pre-installation application which is already hidden through voice or other entrance, the pre-installation application pops up a virtual installation prompt interface;
e3, in the virtual installation process, enabling the application entrance component by the system, and writing the pre-installation application enabling state into the configuration file;
e4, after the virtual installation is completed, the application is visible in both the home page and the application manager.
Compared with the prior art, the invention has the following advantages and beneficial effects:
(1) according to the invention, after the factory setting, the application icon on the homepage is hidden, the application is not displayed in the application manager any more, the user can think that the application is uninstalled, but the service of the application can still run normally.
(2) The method records the hidden state of the hidden type prefabricated application by using the configuration file, automatically disables an application entrance according to the configuration file when the system is started, shields the information of the preinstalled application when the installed application is inquired, quickly enables the preinstalled application through virtual installation, and quickly hides the preinstalled application through virtual unloading. By the method, the purposes of hiding the application entrance, reserving the application background service, quickly starting the application when needed and quickly hiding the application when not needed are achieved.
Drawings
FIG. 1 is a schematic view of a process of hiding applications when booting according to the present invention;
FIG. 2 is a flow chart illustrating filtering disabled pre-installed applications when querying installed applications in accordance with the present invention;
FIG. 3 is a schematic flow chart of virtual installation according to the present invention;
FIG. 4 is a flow chart illustrating virtual offload in accordance with the present invention.
Detailed Description
The present invention will be described in further detail with reference to the following examples:
example one
As shown in fig. 1 to 4, a method for implementing a hidden pre-installed application in a smart television includes the following steps:
A. configuring a hidden pre-installed application in the smart television, recording hidden pre-installed application package name information and an application entrance enabling state through a configuration file, and modifying the hidden pre-installed application into a forbidden state;
B. automatically hiding the application entry component according to configuration when the smart television is started;
C. automatically filtering hidden pre-installed applications according to configuration when an installed application list is inquired;
D. quickly enabling the disabled pre-installed application portal through virtual installation so that the application can be displayed in the home page and application manager;
E. quickly disabling enabled pre-installed application portals through virtual uninstallation, such that applications are hidden in the home page and application manager; when the smart television needs to enable the filtering hidden pre-installation application, the disabled pre-installation application portal is enabled quickly through virtual installation, so that the application can be displayed in the home page and the application manager.
The preferred step B of this embodiment further includes the following: when the intelligent television is started, the application portal components listed in the configuration file and configured to be forbidden by the application portal are automatically forbidden.
The preferred step C of this embodiment further includes the following: when the application manager or other application acquires the application information of the installed application by querying the application and acquiring the package information of the installed application, the installed application which is in the configuration file and the application entry is configured to be disabled is filtered from the query result.
The preferred step E of this embodiment specifically includes the following steps:
e1, before virtual installation, the pre-installed application can not be seen in the homepage and the application manager;
e2, when the user uses the service provided by the pre-installation application which is already hidden through voice or other entrance, the pre-installation application pops up a virtual installation prompt interface;
e3, in the virtual installation process, enabling the application entrance component by the system, and writing the pre-installation application enabling state into the configuration file;
e4, after the virtual installation is completed, the application is visible in both the home page and the application manager.
Example two
As shown in fig. 1 to 4, a method for implementing a hidden pre-installed application in a smart television, because an existing smart television system cannot completely hide a pre-installed application, and does not have a way of quickly enabling and disabling a pre-installed application portal, the present invention provides a method for hiding a pre-installed application, which includes the following steps:
A. recording a hidden pre-installed application list and application entry starting state information thereof through a configuration file;
a1, automatically hiding the launcher activity entrance component according to the configuration when the computer is started, so that the application icon is not displayed in the homepage.
A2, automatically filtering hidden pre-installed applications according to configuration when querying the list of installed applications, so that the application manager does not display the application.
A3, quickly enabling the hidden preinstalled application by "virtual installation" so that the application can be displayed in the home page and application manager, the user believing that the application has been "installed".
A4, quickly hiding the preinstalled application by "virtual uninstall" so that the application is not displayed in the home page and application manager, the user thinks the application has been "uninstalled".
B. Hidden pre-installed application configuration files;
b1, the hidden preinstalled application configuration file comprises ① package name information of the hidden preinstalled application, ② and application entrance enabling information, and the initial value is forbidden.
B2, hiding an application entrance during startup; and when the system is started, the system loads configuration information, and automatically disables the application launcher activity entry component with the application entry marked as disabled in the configuration file. By this step, the preinstalled application icons on the home page are hidden.
B3, filtering hidden preinstalled applications when the installed applications are inquired; in existing systems, when an application manager or other application queries an application ((queryientActivities),) for installed applications, gets PackageInfo package information (getInstalledPackages) for installed applications, and gets ApplicationInfo application information (getInstalldApplications) for installed applications, the relevant information of the application can be queried regardless of whether the Laacheractive component is disabled.
B3, "virtual install" quickly enables the disabled preinstalled application; when the user triggers an activation entrance of the hidden prefabricated application in the operation process (for example, through a home page or voice and the like, and requests to use the function provided by the application), the application background service responds to the request, firstly detects whether the launcher activity is disabled or not, and if the launcher activity is disabled, the application pops up an installation prompt box to inquire whether the user "installs" the application or not. If the user confirms that the application needs to be "installed," the application requests the system to enable the launcher activity component of the application, at which point the system will do the following:
①, application-enabled launcher activity portal component
② change the "application portal enablement information" in the hidden preinstalled application profile in B1 to enable so the application icon on the home page will be displayed and the application can be displayed in the application manager.
B4, "virtual uninstall" quickly disables enabled preinstalled applications; for a hidden pre-installed application that has already been "virtually installed," the user can "uninstall" the application in the application manager. At this time, the application manager initiates a request for uninstalling the application to the system, and if the system detects that the application is in the package name of the hidden preinstalled application configuration file, the application is not uninstalled conventionally, but does the following actions:
①, disabling launcher activity portal component of an application
②, the "application portal enablement information" in the hidden preinstalled application profile in B1 is changed to disabled so that the application icon on the home page will be hidden and the application will no longer be displayed in the application manager, the user believes the application has been uninstalled, but the services of the application can still run normally.
B5, processing the hidden preinstalled application in factory settings; when factory setting is carried out, all hidden preinstalled applications need to be restored to a default state, and the system performs the following actions in the factory setting:
①, disable the launcher activity portal component for all applications listed in the hidden preinstalled application profile in B1
②, the "application portal enablement information" of all applications listed in the hidden preinstalled application profile in B1 is changed to disable so that the application icon on the home page will be hidden after factory setup and the application will no longer be displayed in the application manager, the user believes that the application has been uninstalled but the services of the application can still run normally.
EXAMPLE III
As shown in fig. 1 to 4, a method for implementing a hidden pre-installed application in a smart television includes the following steps:
in a first step, video application a is configured as a hidden pre-installed application. After the system is started, the video application A is automatically hidden by the system, and a user cannot see the entry of the video application A through the application manager or the main scene.
And secondly, after the user searches the wanted video through the application such as voice, the voice application initiates a video playing request to the video application A through system broadcasting.
And thirdly, when the video application A responds to the playing request, detecting that the launcher activity entry component is hidden, and popping up a virtual installation interface.
And fourthly, the user agrees to install, the system enables the launcher activity entry component of the video application A, and the application enabling state is written into the configuration file. Thereafter, the user can see the video application a through the application manager or main scene, considering that the application has been installed.
And fifthly, the user uninstalls the video application A from the application manager, the system disables the launcher activity entry component of the video application A, and the application disabled state is written into the configuration file. Thereafter, the user does not see the video application a through either the application manager or the main scene, and considers that the application has been uninstalled.
And sixthly, after the user makes factory setting, the system disables the launcher activity entry component of the video application A, and writes the application disabled state into the configuration file. Thereafter, the user cannot see the video application a through either the application manager or the main scene.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (4)

1. A method for realizing hidden pre-installation application in an intelligent television is characterized by comprising the following steps: the method comprises the following steps:
A. configuring a hidden pre-installed application in the smart television, recording hidden pre-installed application package name information and an application entrance enabling state through a configuration file, and modifying the hidden pre-installed application into a forbidden state;
B. automatically hiding the application entry component according to configuration when the smart television is started;
C. automatically filtering hidden pre-installed applications according to configuration when an installed application list is inquired;
D. quickly enabling the disabled pre-installed application portal through virtual installation so that the application can be displayed in the home page and application manager;
E. quickly disabling enabled pre-installed application portals through virtual uninstallation, such that applications are hidden in the home page and application manager; when the smart television needs to enable the filtering hidden pre-installation application, the disabled pre-installation application portal is enabled quickly through virtual installation, so that the application can be displayed in the home page and the application manager.
2. The method for implementing the hidden preinstalled application in the smart television as claimed in claim 1, wherein: the step B also comprises the following steps: when the intelligent television is started, the application portal components listed in the configuration file and configured to be forbidden by the application portal are automatically forbidden.
3. The method for implementing the hidden preinstalled application in the smart television as claimed in claim 1, wherein: the step C also comprises the following steps: when the application manager or other application acquires the application information of the installed application by querying the application and acquiring the package information of the installed application, the installed application which is in the configuration file and the application entry is configured to be disabled is filtered from the query result.
4. The method for implementing the hidden preinstalled application in the smart television as claimed in claim 1, wherein: the step E specifically comprises the following steps:
e1, before virtual installation, the pre-installed application can not be seen in the homepage and the application manager;
e2, when the user uses the service provided by the pre-installation application which is already hidden through voice or other entrance, the pre-installation application pops up a virtual installation prompt interface;
e3, in the virtual installation process, enabling the application entrance component by the system, and writing the pre-installation application enabling state into the configuration file;
e4, after the virtual installation is completed, the application is visible in both the home page and the application manager.
CN201710676999.5A 2017-08-09 2017-08-09 Method for realizing hidden pre-installation application in smart television Active CN107277626B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710676999.5A CN107277626B (en) 2017-08-09 2017-08-09 Method for realizing hidden pre-installation application in smart television

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710676999.5A CN107277626B (en) 2017-08-09 2017-08-09 Method for realizing hidden pre-installation application in smart television

Publications (2)

Publication Number Publication Date
CN107277626A CN107277626A (en) 2017-10-20
CN107277626B true CN107277626B (en) 2020-04-28

Family

ID=60077231

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710676999.5A Active CN107277626B (en) 2017-08-09 2017-08-09 Method for realizing hidden pre-installation application in smart television

Country Status (1)

Country Link
CN (1) CN107277626B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012060885A2 (en) * 2010-11-04 2012-05-10 Navigant Consulting, Inc. System and method for revealing hidden information in electronic documents
CN103634482A (en) * 2013-12-26 2014-03-12 厦门福龙天下网络技术有限公司 Safety protecting method for application software of portable intelligent equipment
CN103793156A (en) * 2014-02-28 2014-05-14 厦门美图之家科技有限公司 Control method of application programs in mobile terminal system
CN103810437A (en) * 2014-03-04 2014-05-21 深圳市金立通信设备有限公司 Method and terminal for hiding application program
CN106446709A (en) * 2016-09-22 2017-02-22 东莞宇龙通信科技有限公司 Application program separating method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2012060885A2 (en) * 2010-11-04 2012-05-10 Navigant Consulting, Inc. System and method for revealing hidden information in electronic documents
CN103634482A (en) * 2013-12-26 2014-03-12 厦门福龙天下网络技术有限公司 Safety protecting method for application software of portable intelligent equipment
CN103793156A (en) * 2014-02-28 2014-05-14 厦门美图之家科技有限公司 Control method of application programs in mobile terminal system
CN103810437A (en) * 2014-03-04 2014-05-21 深圳市金立通信设备有限公司 Method and terminal for hiding application program
CN106446709A (en) * 2016-09-22 2017-02-22 东莞宇龙通信科技有限公司 Application program separating method and system

Also Published As

Publication number Publication date
CN107277626A (en) 2017-10-20

Similar Documents

Publication Publication Date Title
US8370826B2 (en) Automatically managing versioning of mashup widgets
KR101748000B1 (en) Dynamically redirecting boot to another operating system
CN105335184B (en) Application installation method and device
EP3032418A1 (en) Permission control method and device
CN110008690B (en) Authority management method, device, equipment and medium for terminal application
US8499143B2 (en) Method for shortening the boot time of a computer system
WO2016025557A1 (en) Mobile application processing
US8458449B2 (en) Component drivers for a component of a device
WO2015058574A1 (en) Method and apparatus for implementing push notification of extensive application program
WO2013097666A1 (en) Sandbox technology based webpage browsing method and device
CN107577472B (en) Software installation method and device and computer readable storage medium
US20120210317A1 (en) Method and apparatus for updating data card
CN106648678B (en) System update control method and device
CN106095621A (en) The restoration methods of Launcher operation exception and system in a kind of Android system
US20070294687A1 (en) File manager integration of uninstallation feature
US20080289000A1 (en) Method and electronic device for managing applications
US20170199733A1 (en) Method for terminal to update operating system, terminal and system
EP3134817A1 (en) Mobile device support for sensors in peripherals
WO2019237822A1 (en) Android system boot speed control method, smart device, and storage medium
CN107277626B (en) Method for realizing hidden pre-installation application in smart television
WO2020057134A1 (en) Mobile terminal control method, and mobile terminal
CN112346765B (en) Application program upgrading method and device, electronic equipment and readable storage medium
CN108363582B (en) Method and device for upgrading homepage of intelligent terminal
CN104516743A (en) Upgrading method and system of embedded device firmware based on ActiveX
CN102902554B (en) A kind of LINUX installation method of operating system of Loongson platform

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant