CN106507195A - Method based on the intelligent television application handover management of linux system - Google Patents
Method based on the intelligent television application handover management of linux system Download PDFInfo
- Publication number
- CN106507195A CN106507195A CN201611073594.4A CN201611073594A CN106507195A CN 106507195 A CN106507195 A CN 106507195A CN 201611073594 A CN201611073594 A CN 201611073594A CN 106507195 A CN106507195 A CN 106507195A
- Authority
- CN
- China
- Prior art keywords
- application
- intelligent television
- locally applied
- configuration script
- web
- 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
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/43—Processing 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/443—OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N21/00—Selective content distribution, e.g. interactive television or video on demand [VOD]
- H04N21/40—Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
- H04N21/47—End-user applications
- H04N21/478—Supplemental services, e.g. displaying phone caller identification, shopping application
- H04N21/4782—Web browsing, e.g. WebTV
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Software Systems (AREA)
- Stored Programmes (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
The present invention relates to intelligent television field, there is provided a kind of method of the intelligent television application handover management based on linux system, the method include:According to application characteristic, the property parameters of each application are set in application configuration script;When intelligent television is started shooting, application configuration script is read, preserve the property parameters of application;According to the Apply Names of the main application of application configuration script logging, and start the main application arranged in configuration script first;When user clicks through locally applied in a menu, start by main application that this is locally applied, occupy after locally applied startup independent resource, obtain control focus, cannot be locally applied while operation with other;When user starts web application by browser, the network address of application is loaded into browser engine to start web application.Whether technical scheme proposed by the present invention needs exclusive resource, makes Consumer's Experience more smooth for different application types, the switching mode for configuring application.
Description
Technical field
The invention belongs to intelligent television field, more particularly to a kind of intelligent television application switching pipe based on linux system
The method of reason.
Background technology
Further with infiltration of the Internet in life, the popularization of smart machine, the concept of intelligent television and popularization
It is rooted in the hearts of the people, the demand on market for intelligent television is increasingly urgent with expectation.One of intelligent television the characteristics of very big is exactly
Application is various, need to be according to the different application of country variant or area customization, and this exists larger in the switching and management of application
Difference, needs the different Starting mode of application type setting that follow up, and distributes different resources, it is more difficult to accomplish unified interface pipe
Reason.As current whole world intelligent television android system acceptance is not also high, based on linux system, the application in various places is needed
Ask and differ greatly, and application size and require also difference.There is much uncertain factors in this application switching, to user
Experience and television system resource occupation have many detrimental effects.
Under conditions of hardware device is not changed, in order to be able to the intelligent television of let us, Consumer's Experience is improved, enjoyed more
Many, higher application experience, realizes unified application management interface, reduces developer and is directed to the customized work of zones of different
Amount, the present invention provide a kind of solution.
Content of the invention
【Technical problem to be solved】
It is an object of the invention to provide a kind of method of the intelligent television application handover management based on linux system, not
Under conditions of changing hardware device, allow user to enjoy more, higher application experience, realize unified application management interface, subtract
Few developer is directed to the customized workload of zones of different.
【Technical scheme】
The present invention is achieved by the following technical solutions.
The present invention relates to a kind of method of the intelligent television application handover management based on linux system, including step:
A, property parameters that each application according to application characteristic, is set in application configuration script, the attribute of the application
Parameter at least includes Apply Names, application directory address and application type;
When B, intelligent television are started shooting, application configuration script is read, the property parameters of application are stored in corresponding structure
In;
C, the Apply Names according to the main application of application configuration script logging, and first start configuration script in arrange master should
With;
D, when user clicks through locally applied in a menu, start by main application that this is locally applied, locally applied
Occupy after startup independent resource, obtain control focus, cannot with other locally applied and meanwhile operation, release when locally applied exiting
Put all resources and control focus is given back main application;
E, when user by browser start web application when, the network address of application is loaded into browser engine to start net
Page application, discharges the resource of web application and control focus is given back main application when web application is exited.
As one kind preferred embodiment, also include:When starting or close background service, control focus is not obtained.
As another preferred embodiment, also include before step D:When intelligent television is started shooting, will browse
Device service operation quickly starts web application by configuring network address on backstage in invoking web page application.
Used as another preferred embodiment, the application type includes locally applied, background service, web application.
【Beneficial effect】
Technical scheme proposed by the present invention has the advantages that:
The present invention for different application types, configures the switching mode of application under conditions of hardware device is not changed
Whether exclusive resource is needed, make Consumer's Experience more smooth, it is achieved that unified application management interface, reduced developer and be directed to
The customized workload of zones of different.
Specific embodiment
For making the object, technical solutions and advantages of the present invention clearer, below by the specific embodiment to the present invention
Carry out clear, complete description.
The present invention provides a kind of method of the intelligent television application handover management based on linux system.The method include with
Lower step:
(1), add application configuration script.
In the step, according to application characteristic, arrange in application configuration script each application property parameters (appname,
Appparth, exe_type, env, hotkey).Application configuration script is deposited under the read-write subregion of system, in order to apply fortune
In row, it is also possible to which application parameter in script is updated, data structure comprising title, address, application type, environmental variable,
The information such as hot key.Main configuration parameters are described as follows:
appname:Apply Names, unique searching mark of the startup for applying.
appparth:Application directory address, for depositing the execution file path that application starts.
exe_type:Application type, for depositing the type of application, starting can be different according to this parameter setting when applying
Booting sequence.Specifically, in the present embodiment, application type includes main application, locally applied and web application.
(2), when intelligent television is started shooting, application configuration script is read.
When intelligent television is started shooting, system reads application configuration script first, and Apply Names and parameter are stored in accordingly
In structure list.When application is called, according to Apply Names, corresponding application data structure in list is searched, is read corresponding
Property parameters, according to the application type of application configuration, carry out different startups and switching flow.
(3) main application management method.
The Apply Names (default_app) that main application is set, intelligent television start is needed to read application in configuration script
The Apply Names of main application after configuration script, can be recorded, and starts the main application (default_ arranged in configuration script first
app).Main application needs preferential automatic after powering, and due to needing, management is global to be arranged, and being set to can be with other application
Run simultaneously.After starting other application, the new application for starting is given by control focus, main application is only responded then in running background
Corresponding hot key.The common key-press operation of user can issue the application for having control focus, and hot key can then be sent to main application and process.
(3) locally applied management method.
Locally applied (for example local player, multi-screen interactive etc.) need to be started by main application, i.e., user clicks in a menu
Enter, after startup, occupy independent resource, obtain control focus, it is impossible to be locally applied while operation, discharges institute after exiting with other
There is resource, control focus is given back main application.In configuration script, locally applied type parameter (exe_type) can be arranged
For local.When main application starts locally applied, this Apply Names can be searched corresponding in list of application according to locally applied title
Data structure, and according to application type and directory address, start application.
(4) web application management method.
Web application needs to connect and network coordinates browser to conduct interviews, due to browser starting time long, in intelligence
During energy television startup, browser service is operated in backstage, when user is by browser startup web application, the net that will be applied
Location is loaded into browser engine to start web application, discharges the resource of web application when web application is exited and will control burnt
Point gives back main application.In configuration script, the type parameter (exe_type) of web application can be set to webpage.
(5) background service management method.
When starting or close background service, control focus is not obtained, therefore, Consumer's Experience is not interfered with.In configuration foot
In this, the type parameter (exe_type) of background service application can be set to service.
Following embodiments are the method for specifically applying handover management.
Add browser engine, DIAL and Youtube application first in configuration script, data form as requested,
Fill in the parameters such as its Apply Names, application directory address, application type, environmental variable.What browser engine and DIAL were applied should
It is set to service with type, Youtube application types are web application.
When intelligent television starts, the application of browser engine, DIAL, Youtube is believed by system loads application configuration script
Breath is stored in list of application in the structure of corresponding application.
After main application is started, system flow can first start browser engine application, can start DIAL services afterwards, start
When according to browser engine and the Apply Names of DIAL, the type for retrieving application is service, then by the way of being started using backstage,
The corresponding execution file of loading application directory address parameter, starts application.
Mobile terminal Youtube is clicked on and is shared, and DIAL applications receive message, starts the application of television Youtube, in configuration
It is web application to obtain Youtube application types in script, reads from directory address (appparth) parameter of Youtube applications
The network address of webpage is taken, network address is loaded in browser engine, then can be started Youtube web applications, and show corresponding video.
After switching or switching network, as network state changes, DIAL applications can cannot connect to move end equipment.Therefore
After network is reconnected, need to restart DIAL applications to obtain new network state.DIAL application application type be
Service, can be started using backstage during startup, even if network state frequently changes, will not also cause user operation interim card.
As can be seen from the above embodiments, the embodiment of the present invention is under conditions of hardware device is changed, for different
Whether application type, the switching mode for configuring application need exclusive resource, make Consumer's Experience more smooth, it is achieved that unified application
Management interface, reduces developer for the customized workload of zones of different.
It is to be appreciated that the embodiment of foregoing description is a part of embodiment of the present invention, rather than whole embodiments, also not
It is limitation of the present invention.Embodiments of the invention are based on, those of ordinary skill in the art are not paying creative work premise
Lower obtained every other embodiment, belongs to protection scope of the present invention.
Claims (4)
1. a kind of method of the intelligent television application handover management based on linux system, it is characterised in that including step:
A, property parameters that each application according to application characteristic, is set in application configuration script, the property parameters of the application
At least include Apply Names, application directory address and application type;
When B, intelligent television are started shooting, application configuration script is read, the property parameters of application are stored in corresponding structure;
C, the Apply Names according to the main application of application configuration script logging, and start the main application arranged in configuration script first;
D, when user clicks through locally applied in a menu, locally applied, the locally applied startup is started by main application
After occupy independent resource, obtain control focus, cannot with other locally applied and meanwhile operation, when locally applied exiting discharge institute
There is resource and control focus is given back main application;
E, when user by browser start web application when, the network address of web application is loaded into browser engine to start net
Page application, discharges the resource of web application and control focus is given back main application when web application is exited.
2. the method for the intelligent television application handover management based on linux system according to claim 1, it is characterised in that
Also include:When starting or close background service, control focus is not obtained.
3. the method for the intelligent television application handover management based on linux system according to claim 1, it is characterised in that
Also include before step D:When intelligent television is started shooting, browser service is operated in backstage, in invoking web page application,
Quickly start web application by configuring network address.
4. the method for the intelligent television application handover management based on linux system according to claim 1, it is characterised in that
The application type includes main utilization, locally applied, background service, web application.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611073594.4A CN106507195A (en) | 2016-11-29 | 2016-11-29 | Method based on the intelligent television application handover management of linux system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201611073594.4A CN106507195A (en) | 2016-11-29 | 2016-11-29 | Method based on the intelligent television application handover management of linux system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106507195A true CN106507195A (en) | 2017-03-15 |
Family
ID=58329075
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201611073594.4A Pending CN106507195A (en) | 2016-11-29 | 2016-11-29 | Method based on the intelligent television application handover management of linux system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106507195A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110891199A (en) * | 2019-11-14 | 2020-03-17 | 聚好看科技股份有限公司 | Page display method and display equipment |
CN111045749A (en) * | 2019-12-18 | 2020-04-21 | 青岛海信传媒网络技术有限公司 | Application program starting method and device |
CN114040234A (en) * | 2021-11-18 | 2022-02-11 | 视若飞信息科技(上海)有限公司 | Smart television application starting method and device |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040123286A1 (en) * | 2002-12-23 | 2004-06-24 | Woochul Kang | Method for integrating Linux kernel and application software packages and generating installation file list based on CML2 computer language |
CN103024575A (en) * | 2012-12-19 | 2013-04-03 | 四川长虹电器股份有限公司 | Method for providing universal service for multiple applications on android smart television |
CN104469466A (en) * | 2014-12-09 | 2015-03-25 | 四川长虹电器股份有限公司 | Television data management method based on linux system |
CN106028150A (en) * | 2016-07-07 | 2016-10-12 | 四川长虹电器股份有限公司 | Multi-application switch management method for television of Linux system |
-
2016
- 2016-11-29 CN CN201611073594.4A patent/CN106507195A/en active Pending
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040123286A1 (en) * | 2002-12-23 | 2004-06-24 | Woochul Kang | Method for integrating Linux kernel and application software packages and generating installation file list based on CML2 computer language |
CN103024575A (en) * | 2012-12-19 | 2013-04-03 | 四川长虹电器股份有限公司 | Method for providing universal service for multiple applications on android smart television |
CN104469466A (en) * | 2014-12-09 | 2015-03-25 | 四川长虹电器股份有限公司 | Television data management method based on linux system |
CN106028150A (en) * | 2016-07-07 | 2016-10-12 | 四川长虹电器股份有限公司 | Multi-application switch management method for television of Linux system |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN110891199A (en) * | 2019-11-14 | 2020-03-17 | 聚好看科技股份有限公司 | Page display method and display equipment |
CN111045749A (en) * | 2019-12-18 | 2020-04-21 | 青岛海信传媒网络技术有限公司 | Application program starting method and device |
CN111045749B (en) * | 2019-12-18 | 2021-06-08 | 青岛海信传媒网络技术有限公司 | Application program starting method and device |
WO2021120459A1 (en) * | 2019-12-18 | 2021-06-24 | 青岛海信传媒网络技术有限公司 | Application program starting method and device |
CN114040234A (en) * | 2021-11-18 | 2022-02-11 | 视若飞信息科技(上海)有限公司 | Smart television application starting method and device |
CN114040234B (en) * | 2021-11-18 | 2024-03-15 | 视若飞信息科技(上海)有限公司 | Smart television application starting method and device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107070705B (en) | A kind of method of combination of cloud resource | |
CN105808447B (en) | A kind of method for recovering internal storage and device of terminal device | |
CN101170675B (en) | Method and system for managing J2ME application in network TV system | |
CN103729425B (en) | Operate response method, client, browser and system | |
CN109032738A (en) | Control method for playing multimedia, device, terminal and storage medium | |
JP2020504865A (en) | Application data processing method, apparatus, and storage medium | |
CN105786473A (en) | Task management method and device of multi-task interface as well as terminal equipment | |
CN103176809B (en) | Application upgrade method and system | |
CN105786519B (en) | Android device program management method and android device | |
CN106911741B (en) | Method for balancing virtual network management file downloading load and network management server | |
WO2018024204A1 (en) | Method and apparatus for managing virtual network element | |
CN105159721A (en) | Method of multi-mode startup intelligent equipment and system of multi-mode startup intelligent equipment | |
CN106507195A (en) | Method based on the intelligent television application handover management of linux system | |
CN101115180B (en) | Electronic program menu system and functional module dynamic load operating method | |
CN103414921A (en) | Establishing method for distribution type IPTV multi-terminal video switching service | |
CN106020901A (en) | Application entry configuration method and terminal | |
CN104994427A (en) | Method and system for configuring and managing self-start-up of smart television desktop | |
CN103514924A (en) | Method and device for playing videos in mobile terminal Widget, and player | |
CN100558142C (en) | A kind of method, application and device that changes application state in a plurality of current service | |
CN108228477A (en) | It is a kind of that the method and system of operation data are obtained based on memory capacity | |
US8745681B2 (en) | Set top box resource allocation for executing a widget | |
CN106484755A (en) | The method of asynchronous quick loading video thumbnails | |
CN105979384A (en) | Smart television interaction function card frame management method and device | |
CN109740342A (en) | Obtain method, system, computer installation and storage medium that shell executes permission | |
CN103095826A (en) | Method of upgrading protection of gateway equipment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20170315 |
|
WD01 | Invention patent application deemed withdrawn after publication |