WO2015143804A1 - 程序串执行方法和装置 - Google Patents
程序串执行方法和装置 Download PDFInfo
- Publication number
- WO2015143804A1 WO2015143804A1 PCT/CN2014/082878 CN2014082878W WO2015143804A1 WO 2015143804 A1 WO2015143804 A1 WO 2015143804A1 CN 2014082878 W CN2014082878 W CN 2014082878W WO 2015143804 A1 WO2015143804 A1 WO 2015143804A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- program
- execution
- string
- current
- executed
- 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.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
- G06F9/45508—Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
- G06F9/45512—Command shells
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/46—Multiprogramming arrangements
- G06F9/54—Interprogram communication
- G06F9/544—Buffers; Shared memory; Pipes
Definitions
- the present disclosure relates to communications, and more particularly to a program string execution method and apparatus. Background technique
- the mobile terminal mostly has a touch screen and only a few physical buttons.
- the touch screen of the mobile terminal needs to be set to a locked state. In use, the touch screen needs to be unlocked first, and then the mobile terminal is controlled through the touch screen.
- the present disclosure provides a program string execution method and apparatus.
- a program string execution method including acquiring a current program to be executed in a program string;
- the execution action of the current program is determined and executed according to the content type executable by the current program and the execution result of the previous program executed before the current program.
- a program string execution apparatus including a program acquisition unit, configured to acquire a current program to be executed in a program string;
- a processing unit configured to determine an execution action of the current program and execute according to the content type executable by the current program and the execution result of the previous program executed before the current program.
- a program string execution apparatus including:
- a memory for storing processor executable instructions
- the processor is configured to:
- the execution action of the current program is determined and executed according to the content type executable by the current program and the execution result of the previous program executed before the current program.
- the technical solution provided by the embodiment of the present disclosure may include the following beneficial effects: when executing a program string composed of a plurality of programs, determining according to a content type executable by the current program and an execution result of the prior program executed before the current program The execution of the current program is executed and executed, so that all the programs in the program can use each other to execute the generated resources, and provide smart operations more intelligently.
- FIG. 1 is a flow chart showing a method of executing a program string according to an exemplary embodiment.
- FIG. 2 is a schematic diagram of an operational interface shown in accordance with an exemplary embodiment.
- FIG. 3 is a schematic diagram of an operational interface shown in accordance with an exemplary embodiment.
- FIG. 4 is a flowchart of a method of executing a program string according to an exemplary embodiment
- FIG. 5 is a flowchart of a method of executing a program string according to an exemplary embodiment
- FIG. 6 is a flowchart of a method of executing a program string according to an exemplary embodiment
- FIG. 7 is a flowchart of a method of executing a program string according to an exemplary embodiment
- FIG. 8 is a schematic diagram of a program string execution apparatus according to an exemplary embodiment
- FIG. 9 is a block diagram of a program string execution apparatus according to an exemplary embodiment.
- FIG 10 is a method (according to the specific embodiment illustrated a schematic configuration of a server of an exemplary embodiment
- FIG. 1 is a flowchart of a method for executing a program string according to an exemplary embodiment.
- a program string execution method is used in a terminal, and includes the following steps.
- step S11 the current program to be executed in the program string is acquired.
- step S12 the execution action of the current program is determined and executed according to the content type executable by the current program and the execution result of the prior program executed before the current program.
- the method further includes: after detecting the trigger execution instruction of the program string, acquiring a preset program string; determining the current program in sequence according to the sequence of the program commands in the program string; detecting that the current program is executed Or, after starting execution, the next program of the current program in the program string is used as the current program until all the programs in the program string are executed.
- the selected alternate program identifier is added to the program string; wherein the alternate program identifier is used to identify and launch the corresponding program.
- the selected candidate program identifier is moved to the target order position; wherein, the moved candidate The execution order of the program corresponding to the program identification is moved to the target order position accordingly.
- the two program locations in Figure 2 can be moved.
- obtaining the currently executed program command in the program string includes: obtaining the currently executed program command from the program string after detecting the execution of the adjacent previous program instruction or the execution of the adjacent previous program.
- the current program to be executed in the program string is preferably taken, and the current program is the first program in the program string, so directly Perform a photo action. Then, the next program (share) in the program string is obtained as the current program.
- determining the execution action of the current program and executing according to the content type executable by the current program and the execution result of the prior program executed before the current program including:
- the content type of the current program executable includes pictures and multimedia information
- the current program has been executed before The result of the execution of the previous program is to generate picture and/or multimedia information
- the picture and/or multimedia information to be generated when the current program is executed is taken as the execution content.
- FIG. 2 the content of the current program execution is to share the picture, and the execution result of the previous program in the program string is to generate a picture, then the picture generated by the previous program can be directly shared without the user having to Select the resulting image once. If there are other programs between the two programs shown in Figure 2, such as recording, the picture sharing action is not affected. Because all prior programs can be traversed when judging the prior program. Of course, it can also be set to acquire only adjacent prior programs.
- determining, according to a content type that is executable by the current program, and an execution result of the previous program that is executed before the current program, determining an execution action of the current program and executing includes: acquiring a content type that is executable by the current program, and The execution result of the previous program command executed before the current program; if the execution result of the previous program is being executed, it is judged whether the content type executable by the current program belongs to the content type executable by the previous program command; The content type executed is the content executable by the previous program command, and the execution result of the current program is sent to the previous program being executed while the current program is being executed.
- the content type executable by the prior program command includes a picture and multimedia information
- the execution result of the previous program is in execution, and if the current program is executed to generate picture and/or multimedia information, the current program is executed while the current program is executed. The execution result of the program is sent to the previous program being executed.
- the programs included in the "Three-Button" program include: “Photographing”, “Video”, “Flashlight”, “Recording”, “WeChat Chat”, “WeChat Circle”, “Sina Wei” Bo, "call", “text” and “open program”.
- the recording function is started, and recording is started at this time.
- the subsequent program of the program string continues to "call”
- a prompt pops up, asking the user to determine whether to end the recording.
- the interface of the current program is displayed when the current program is executed.
- the photographing interface is displayed and the generated image is automatically photographed and saved.
- the sharing page in the WeChat circle is displayed, and the generated picture is used as the shared content.
- the picture is uploaded, or the generated picture is taken as Share content directly. Execute "pass When the corresponding program is displayed, the dialing interface is displayed.
- the method provided by the embodiment of the present disclosure determines, according to the content type executable by the current program and the execution result of the prior program executed before the current program, when executing the program string composed of the plurality of programs.
- the execution of the current program is executed and executed, so that all the programs in the program can use each other to execute the generated resources, and provide smart operations more intelligently.
- FIG. 4 is a flowchart of a program string execution method according to an exemplary embodiment. As shown in FIG. 4, the program string execution method is used in a terminal, and includes the following steps.
- step S41 after detecting the trigger execution instruction of the program string, acquiring a preset program string; in step S42, detecting whether the adjacent previous program is executed or starting execution, according to the program command in the program string In order, get the currently executed program from the program string.
- the program corresponding to the current program "WeChat Circle” is obtained.
- step S43 the content type executable by the current program and the execution result of the prior program command executed before the current program are acquired.
- step S44 it is judged whether the execution result of the previous program belongs to the content type executable by the current program; if so, step S45 is executed; then the current program is executed and step S46 is executed.
- the content type of the current program executable includes the picture and the multimedia information
- the execution result of the previous program executed before the current program is to generate the picture and/or multimedia information
- the picture and/or the generated picture will be generated when the current program is executed.
- Multimedia information is used as the execution content.
- step S45 the execution result of the previous program is executed as the content of the current program execution.
- step S46 when the current program is executed, the interface of the current program is displayed.
- the method provided by the embodiment of the present disclosure determines, according to the content type executable by the current program and the execution result of the prior program executed before the current program, when executing the program string composed of the plurality of programs.
- the execution of the current program is executed and executed, so that all the programs in the program can use each other to execute the generated resources, and provide smart operations more intelligently.
- FIG. 5 is a flowchart of a method for executing a program string according to an exemplary embodiment.
- a program string execution method is used in a terminal, and includes the following steps.
- step S51 after detecting the trigger execution instruction of the program string, acquiring a program string set in advance;
- step S52 detecting whether the adjacent previous program is executed or starting execution, according to the program command in the program string In order, get the currently executed program from the program string.
- step S53 the content type executable by the current program and the execution result of the prior program command executed before the current program are acquired.
- step S54 whether the execution result of the previous program is being executed, and if yes, executing step S55; No. 1J, executing step S57
- step S55 it is determined whether the content type executable by the current program belongs to the content type executable by the previous program command; if yes, step S56 is performed; otherwise, step S57 is performed.
- step S56 the execution result of the current program is transmitted to the preceding program being executed while the current program is being executed. Go to step S59.
- step S57 it is judged whether the execution result of the previous program belongs to the content type executable by the current program; if so, step S58 is performed; otherwise, the current program is executed and step S59 is executed.
- the content type of the current program executable includes the picture and the multimedia information
- the execution result of the previous program executed before the current program is to generate the picture and/or multimedia information
- the picture and/or the generated picture will be generated when the current program is executed.
- Multimedia information is used as the execution content.
- step S58 the execution result of the previous program is executed as the content of the current program execution.
- step S59 when the current program is executed, the interface of the current program is displayed.
- the method provided by the embodiment of the present disclosure determines, according to the content type executable by the current program and the execution result of the prior program executed before the current program, when executing the program string composed of the plurality of programs.
- the execution of the current program is executed and executed, so that all the programs in the program can use each other to execute the generated resources, and provide smart operations more intelligently.
- FIG. 6 is a flowchart of a program string execution method according to an exemplary embodiment. As shown in FIG. 6, the program string execution method is used in a terminal, and includes the following steps.
- step S61 after detecting the trigger execution instruction of the program string, acquiring a program string set in advance; in step S62, detecting whether the adjacent previous program is executed or finished executing, according to the program command in the program string In order, get the currently executed program from the program string.
- step S63 the content type executable by the current program and the execution result of the previous program command executed before the current program are acquired.
- step S64 it is determined whether the execution result of the previous program belongs to the content type executable by the current program; if yes, step S68 is performed; otherwise, the current program is executed and step S69 is executed. And continue to step S65
- step S65 it is judged whether or not the execution result of the previous program is being executed, and if so, step S66 is performed; otherwise, step S69 is executed.
- step S66 it is judged whether the content type executable by the current program belongs to the content type executable by the previous program command; if yes, step S67 is performed; otherwise, step S69 is performed.
- step S67 the execution result of the current program is transmitted to the preceding program being executed while the current program is being executed. Then step S69 is performed.
- step S68 the execution result of the previous program is executed as the content of the current program execution.
- step S69 when the current program is executed, the interface of the current program is displayed.
- the method provided by the embodiment of the present disclosure determines, according to the content type executable by the current program and the execution result of the prior program executed before the current program, when executing the program string composed of the plurality of programs.
- the execution of the current program is executed and executed, so that all the programs in the program can use each other to execute the generated resources, and provide smart operations more intelligently.
- FIG. 7 is a flowchart of a program string execution method according to an exemplary embodiment. As shown in FIG. 7, the program string execution method is used in a terminal, and includes the following steps.
- step S71 after detecting the trigger execution instruction of the program string, acquiring a preset program string; in step S72, detecting whether the adjacent previous program is executed or after starting execution, according to the program command in the program string In order, get the currently executed program from the program string.
- the program corresponding to the "WeChat chat” is obtained from the program string.
- step S73 the content type executable by the current program and the execution result of the prior program command executed before the current program are obtained.
- step S74 it is judged whether or not the execution result of the previous program is being executed, and if so, step S75 is performed; otherwise, step S77 is executed.
- step S75 it is judged whether the content type executable by the current program belongs to the content type executable by the previous program command; if so, step S76 is performed; otherwise, the current program is executed and step S77 is executed.
- step S76 the execution result of the current program is transmitted to the previous program being executed while the current program is being executed. For example, send the call audio to the program corresponding to "Recording".
- step S77 when the current program is executed, the interface of the current program is displayed.
- the method provided by the embodiment of the present disclosure determines, according to the content type executable by the current program and the execution result of the prior program executed before the current program, when executing the program string composed of the plurality of programs.
- the execution of the current program is executed and executed, so that all the programs in the program can use each other to execute the generated resources, and provide smart operations more intelligently.
- FIG. 8 is a schematic diagram of a program string execution apparatus according to an exemplary embodiment.
- the apparatus includes a program acquisition unit 801, and a processing unit 802.
- the program acquisition unit 801 is configured to acquire a current program to be executed in the program string.
- the processing unit 802 is configured to determine an execution action of the current program and execute according to the content type executable by the current program and the execution result of the prior program executed before the current program.
- the apparatus further includes:
- the program string obtaining unit 803 is configured to: after detecting the trigger execution instruction of the program string, acquire a preset program string;
- the determining unit 804 is configured to sequentially determine the current program according to the sequence of the program commands in the program string; and after detecting that the current program is executed or starts executing, the next program of the current program in the program string is used as the current program. Until all the programs in the program string have been executed.
- the apparatus further includes:
- the setting unit 805 is configured to: when the program string is set, after detecting the trigger addition instruction by the add program in the program string setting page, display an alternative program identifier for adding the program; the selected candidate program identifier Adding to the program string; wherein the candidate program identifier is used to identify and start the corresponding program.
- the apparatus further includes:
- the mobile unit 806 is configured to: when the program string is set, after detecting a trigger movement instruction for any candidate program identifier in the program string, move the selected candidate program identifier to a target order position; The execution order of the program corresponding to the moved candidate program identifier is correspondingly moved to the target order position.
- the apparatus further includes:
- the program obtaining unit 801 is configured to acquire the currently executed program command from the program string after detecting the end of the execution of the adjacent previous program instruction or the execution of the adjacent previous program.
- the processing unit 802 is configured to acquire a content type executable by the current program, and when Execution result of the previous program command executed before the previous program; determining whether the execution result of the previous program belongs to the content type executable by the current program; if yes, executing the execution result of the previous program as the current The program executes the content of the action and executes; if not, executes the current program; or
- the apparatus further includes:
- the display unit 807 is configured to display an interface of the current program when the current program is executed.
- a program string execution apparatus including:
- a memory for storing processor executable instructions
- the processor is configured to:
- the execution action of the current program is determined and executed according to the content type executable by the current program and the execution result of the previous program executed before the current program.
- FIG. 9 is a block diagram of an apparatus 800 for program string execution, according to an exemplary embodiment.
- device 800 can be a mobile phone, a computer, a digital broadcast terminal, a messaging device, a game console, a tablet device, a medical device, a fitness device, a personal digital assistant, and the like.
- device 800 can include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, And a communication component 816.
- Processing component 802 typically controls the overall operation of device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
- Processing component 802 can include one or more processors 820 to execute instructions to perform all or part of the steps of the above described methods.
- processing component 802 can include one or more modules to facilitate interaction between component 802 and other components.
- processing component 802 can include a multimedia module to facilitate interaction between multimedia component 808 and processing component 802.
- Memory 804 is configured to store various types of data to support operation at device 800. Examples of these data Instructions including any application or method for operation on device 800, contact data, phone book data, messages, pictures, videos, and the like.
- the memory 804 can be implemented by any type of volatile or non-volatile storage device, or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable Programmable Read Only Memory (EPROM), Programmable Read Only Memory (PROM), Read Only Memory (ROM), Magnetic Memory, Flash Memory, Disk or Optical Disk.
- SRAM static random access memory
- EEPROM electrically erasable programmable read only memory
- EPROM erasable Programmable Read Only Memory
- PROM Programmable Read Only Memory
- ROM Read Only Memory
- Magnetic Memory Flash Memory
- Disk Disk or Optical Disk.
- Power component 806 provides power to various components of device 800.
- Power component 806 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 800.
- the multimedia component 808 includes a screen between the device 800 and the user that provides an output interface.
- the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
- the touch panel includes one or more touch sensors to sense touches, swipes, and gestures on the touch panel. The touch sensor can sense not only the boundary of the touch or slide action, but also the duration and pressure associated with the touch or slide operation.
- the multimedia component 808 includes a front camera and/or a rear camera. When the device 800 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front and rear camera can be a fixed optical lens system or have focal length and optical zoom capabilities.
- Audio component 810 is configured to output and/or input audio signals.
- audio component 810 includes a microphone (MIC) that is configured to receive an external audio signal when device 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode.
- the received audio signal may be further stored in memory 804 or transmitted via communication component 816.
- audio component 810 also includes a speaker for outputting an audio signal.
- the I/O interface 812 provides an interface between the processing component 802 and the peripheral interface module, which may be a keyboard, a click wheel, a button, or the like. These buttons can include, but are not limited to: Home button, Volume button, Start button, and Lock button.
- Sensor assembly 814 includes one or more sensors for providing status assessment of various aspects to device 800.
- sensor assembly 814 can detect an open/closed state of device 800, relative positioning of components, such as the display and keypad of device 800, and sensor component 814 can also detect the location of device 800 or device 800 components. Changes, the presence or absence of user contact with device 800, device 800 orientation or acceleration/deceleration and temperature variation of device 800.
- Sensor assembly 814 can include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
- Sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
- the sensor component 814 can also include Speed sensor, gyro sensor, magnetic sensor, pressure sensor or temperature sensor.
- Communication component 816 is configured to facilitate wired or wireless communication between device 800 and other devices.
- Device
- the 800 can access a wireless network based on communication standards, such as WiFi, 2G or 3G, or a combination thereof.
- communication component 816 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
- the communication component 816 also includes a near field communication (FC) module to facilitate short range communication.
- the FC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
- RFID radio frequency identification
- IrDA infrared data association
- UWB ultra-wideband
- Bluetooth Bluetooth
- device 800 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
- ASICs application specific integrated circuits
- DSPs digital signal processors
- DSPDs digital signal processing devices
- PLDs programmable logic devices
- FPGA field programmable A gate array
- controller microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
- non-transitory computer readable storage medium comprising instructions, such as a memory 804 comprising instructions executable by processor 820 of apparatus 800 to perform the above method.
- the non-transitory computer readable storage medium may be a ROM, a random access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, and an optical data storage device.
- a non-transitory computer readable storage medium when instructions in the storage medium are executed by a processor of a mobile terminal, enabling the mobile terminal to perform a method, the method comprising:
- the execution action of the current program is determined and executed according to the content type executable by the current program and the execution result of the previous program executed before the current program.
- the method also includes:
- the next program of the current program in the program string is used as the current program until all the programs in the program string are executed.
- the candidate program identifier is used to identify and start a corresponding program.
- a touch is detected on any candidate program identifier in the program string. After the move instruction is sent, the selected candidate program identifier is moved to the target order position;
- the execution order of the program corresponding to the moved candidate program identifier is correspondingly moved to the target order position.
- the acquiring the currently executed program command in the program string includes:
- the currently executed program is obtained from the program string after detecting the end of execution of the adjacent previous program or the execution of the adjacent previous program.
- determining the execution action of the current program and executing according to the content type that is executable by the current program and the execution result of the previous program that is executed before the current program including:
- the execution result of the previous program is executed as the content of the current program and executed; if not, the current program is executed.
- the current program when the content type executable by the current program includes a picture and multimedia information, if the execution result of the previous program executed before the current program is to generate a picture and/or multimedia information, the current program will be executed when the current program is executed.
- the generated picture and/or multimedia information is used as execution content.
- determining the execution action of the current program and executing according to the content type that is executable by the current program and the execution result of the previous program that is executed before the current program including:
- the current program is executed while the execution result of the current program is sent to the preceding program being executed.
- the content type executable by the prior program command includes a picture and multimedia information, and the execution result of the previous program is in execution, and if the current program is executed, the picture and/or multimedia information is generated. Then, the execution result of the current program is sent to the previous program being executed while the current program is being executed.
- the interface of the current program is displayed when the current program is executed.
- FIG. 10 is a schematic structural diagram of a server in an embodiment of the present invention.
- the server 1900 can vary considerably depending on configuration or performance, and can include one or more central processing units (CPUs) 1922 (eg, one or more processors) and memory 1932, one or one Above storage application 1942 Or storage medium 1930 of data 1944 (eg, one or one storage device in Shanghai).
- the memory 1932 and the storage medium 1930 may be short-term storage or persistent storage.
- the program stored on storage medium 1930 may include one or more modules (not shown), each of which may include a series of instruction operations in the server.
- central processor 1922 can be configured to communicate with storage medium 1930, executing a series of instruction operations in storage medium 1930 on server 1900.
- Server 1900 may also include one or more power supplies 1926, one or more wired or wireless network interfaces 1950, one or more input and output interfaces 1958, one or more keyboards 1956, and/or one or more operating systems 1941.
- power supplies 1926 For example, Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM, and more.
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
- User Interface Of Digital Computer (AREA)
- Telephone Function (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
Abstract
Description
Claims
Priority Applications (5)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2016509291A JP6082842B2 (ja) | 2014-03-28 | 2014-07-24 | アプリケーションリスト実行方法、アプリケーションリスト実行装置、プログラム及び記録媒体 |
| KR1020147026683A KR101668350B1 (ko) | 2014-03-28 | 2014-07-24 | 프로그램 스트링 실행방법, 장치, 프로그램 및 기록매체 |
| MX2014011337A MX351605B (es) | 2014-03-28 | 2014-07-24 | Metodo de ejecucion y dispositivo para secuencia de programa. |
| RU2015134398A RU2621974C2 (ru) | 2014-03-28 | 2014-07-24 | Способ и устройство для выполнения программной строки |
| US14/515,542 US9740524B2 (en) | 2014-03-28 | 2014-10-16 | Method and terminal device for executing application chain |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201410124553.8 | 2014-03-28 | ||
| CN201410124553.8A CN103927224B (zh) | 2014-03-28 | 2014-03-28 | 程序串执行方法和装置 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US14/515,542 Continuation US9740524B2 (en) | 2014-03-28 | 2014-10-16 | Method and terminal device for executing application chain |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2015143804A1 true WO2015143804A1 (zh) | 2015-10-01 |
Family
ID=51145452
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2014/082878 Ceased WO2015143804A1 (zh) | 2014-03-28 | 2014-07-24 | 程序串执行方法和装置 |
Country Status (8)
| Country | Link |
|---|---|
| US (1) | US9740524B2 (zh) |
| EP (1) | EP2924568A1 (zh) |
| JP (1) | JP6082842B2 (zh) |
| KR (1) | KR101668350B1 (zh) |
| CN (1) | CN103927224B (zh) |
| MX (1) | MX351605B (zh) |
| RU (1) | RU2621974C2 (zh) |
| WO (1) | WO2015143804A1 (zh) |
Families Citing this family (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103927224B (zh) * | 2014-03-28 | 2016-06-29 | 小米科技有限责任公司 | 程序串执行方法和装置 |
| CN104216973B (zh) * | 2014-08-27 | 2018-07-31 | 小米科技有限责任公司 | 一种数据搜索的方法及装置 |
Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1858707A (zh) * | 2006-03-28 | 2006-11-08 | 华为技术有限公司 | 一种移动终端软件自动加载的方法 |
| US20100162182A1 (en) * | 2008-12-23 | 2010-06-24 | Samsung Electronics Co., Ltd. | Method and apparatus for unlocking electronic appliance |
| CN102801851A (zh) * | 2011-05-27 | 2012-11-28 | Lg电子株式会社 | 移动终端及其模式控制方法 |
| WO2013109926A1 (en) * | 2012-01-20 | 2013-07-25 | Apple Inc. | Device, method. and graphical user interface for accessing an application in a locked device |
| CN103473030A (zh) * | 2013-09-03 | 2013-12-25 | 小米科技有限责任公司 | 一种处理指令的方法、装置和终端设备 |
| CN103927224A (zh) * | 2014-03-28 | 2014-07-16 | 小米科技有限责任公司 | 程序串执行方法和装置 |
| CN103942047A (zh) * | 2014-03-28 | 2014-07-23 | 小米科技有限责任公司 | 用户指令执行方法及装置 |
Family Cites Families (21)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09223002A (ja) * | 1996-02-20 | 1997-08-26 | Fuji Xerox Co Ltd | プログラミング支援装置および方法 |
| US20030229794A1 (en) * | 2002-06-07 | 2003-12-11 | Sutton James A. | System and method for protection against untrusted system management code by redirecting a system management interrupt and creating a virtual machine container |
| US8566806B2 (en) * | 2005-03-04 | 2013-10-22 | Microsoft Corporation | Command-line data-type discovery and conversion |
| CN1794844A (zh) * | 2005-12-29 | 2006-06-28 | 李志明 | 手机自动隐形拍照发送彩信报失的实现方法 |
| US20070240164A1 (en) * | 2006-03-15 | 2007-10-11 | Microsoft Corporation | Command line pipelining |
| CN1859520A (zh) * | 2006-05-22 | 2006-11-08 | 深圳市杰特电信控股有限公司 | 一种移动电话的远程拍照方法及装置 |
| JP4657149B2 (ja) * | 2006-05-26 | 2011-03-23 | 京セラミタ株式会社 | 画像形成装置用ユーザアプリケーション開発支援装置 |
| US7453593B1 (en) * | 2007-11-30 | 2008-11-18 | Red Hat, Inc. | Combining UNIX commands with extensible markup language (“XML”) |
| CN102037437B (zh) * | 2009-03-23 | 2014-04-16 | 松下电器产业株式会社 | 信息处理装置、信息处理方法、记录介质、以及集成电路 |
| CN101582943A (zh) | 2009-05-25 | 2009-11-18 | 裘炅 | 一种手机媒体信息直接发送到电子公告板的方法 |
| US8811948B2 (en) * | 2010-07-09 | 2014-08-19 | Microsoft Corporation | Above-lock camera access |
| CN102457603A (zh) * | 2010-10-29 | 2012-05-16 | 上海三旗通信科技股份有限公司 | 通话自动录音功能 |
| US8884892B2 (en) * | 2011-08-12 | 2014-11-11 | Blackberry Limited | Portable electronic device and method of controlling same |
| US9448813B2 (en) * | 2012-05-24 | 2016-09-20 | Microsoft Technology Licensing, Llc | Entry points to image-related applications in a mobile device |
| CN102982064A (zh) * | 2012-09-27 | 2013-03-20 | 北京摹位传奇网络科技有限责任公司 | 一种自动分发媒体文件的方法及装置 |
| CN103853606B (zh) * | 2012-11-29 | 2018-05-01 | 北京三星通信技术研究有限公司 | 切换应用程序的方法及设备 |
| US9292045B2 (en) * | 2013-02-15 | 2016-03-22 | Apple Inc. | Apparatus and method for automatically activating a camera application based on detecting an intent to capture a photograph or a video |
| JP6346727B2 (ja) * | 2013-02-21 | 2018-06-20 | 富士通株式会社 | 情報処理装置、アプリ配列変更方法及びアプリ配列変更プログラム |
| CN103402189A (zh) | 2013-08-19 | 2013-11-20 | 黄斌 | 基于智能手机的一键求助与信息管理平台及其实现方法 |
| JP5720749B2 (ja) * | 2013-09-25 | 2015-05-20 | 富士通株式会社 | 表示プログラム、表示方法、およびコンピュータ |
| US9495527B2 (en) * | 2013-12-30 | 2016-11-15 | Samsung Electronics Co., Ltd. | Function-level lock for mobile device security |
-
2014
- 2014-03-28 CN CN201410124553.8A patent/CN103927224B/zh active Active
- 2014-07-24 MX MX2014011337A patent/MX351605B/es active IP Right Grant
- 2014-07-24 WO PCT/CN2014/082878 patent/WO2015143804A1/zh not_active Ceased
- 2014-07-24 RU RU2015134398A patent/RU2621974C2/ru active
- 2014-07-24 JP JP2016509291A patent/JP6082842B2/ja active Active
- 2014-07-24 KR KR1020147026683A patent/KR101668350B1/ko active Active
- 2014-10-16 US US14/515,542 patent/US9740524B2/en active Active
- 2014-11-18 EP EP14193718.5A patent/EP2924568A1/en not_active Ceased
Patent Citations (7)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN1858707A (zh) * | 2006-03-28 | 2006-11-08 | 华为技术有限公司 | 一种移动终端软件自动加载的方法 |
| US20100162182A1 (en) * | 2008-12-23 | 2010-06-24 | Samsung Electronics Co., Ltd. | Method and apparatus for unlocking electronic appliance |
| CN102801851A (zh) * | 2011-05-27 | 2012-11-28 | Lg电子株式会社 | 移动终端及其模式控制方法 |
| WO2013109926A1 (en) * | 2012-01-20 | 2013-07-25 | Apple Inc. | Device, method. and graphical user interface for accessing an application in a locked device |
| CN103473030A (zh) * | 2013-09-03 | 2013-12-25 | 小米科技有限责任公司 | 一种处理指令的方法、装置和终端设备 |
| CN103927224A (zh) * | 2014-03-28 | 2014-07-16 | 小米科技有限责任公司 | 程序串执行方法和装置 |
| CN103942047A (zh) * | 2014-03-28 | 2014-07-23 | 小米科技有限责任公司 | 用户指令执行方法及装置 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP2016524204A (ja) | 2016-08-12 |
| KR101668350B1 (ko) | 2016-10-21 |
| CN103927224A (zh) | 2014-07-16 |
| MX351605B (es) | 2017-10-20 |
| RU2621974C2 (ru) | 2017-06-08 |
| JP6082842B2 (ja) | 2017-02-15 |
| RU2015134398A (ru) | 2017-02-21 |
| EP2924568A1 (en) | 2015-09-30 |
| MX2014011337A (es) | 2016-02-19 |
| KR20150122573A (ko) | 2015-11-02 |
| US9740524B2 (en) | 2017-08-22 |
| US20150277991A1 (en) | 2015-10-01 |
| CN103927224B (zh) | 2016-06-29 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN106572299B (zh) | 摄像头开启方法及装置 | |
| WO2017016149A1 (zh) | 联系人信息推荐方法及装置 | |
| WO2016023340A1 (zh) | 一种切换摄像头的方法和装置 | |
| CN106559712B (zh) | 视频播放处理方法、装置及终端设备 | |
| WO2015143817A1 (zh) | 用户指令执行方法及装置 | |
| CN106528081B (zh) | 操作执行方法及装置 | |
| WO2015161588A1 (zh) | 一种配置拍摄参数的方法及装置 | |
| WO2017036039A1 (zh) | 远程协助方法和客户端 | |
| WO2017045302A1 (zh) | 信息收集方法和装置 | |
| CN109600549A (zh) | 拍照方法、装置、设备以及存储介质 | |
| WO2017096783A1 (zh) | 账户管理方法及装置 | |
| WO2016015403A1 (zh) | 一种接入wi-fi网络的方法及装置 | |
| US10313537B2 (en) | Method, apparatus and medium for sharing photo | |
| WO2017148120A1 (zh) | 获取图像的方法、装置及系统 | |
| CN106056010A (zh) | 终端处理消息的方法、装置及终端 | |
| CN107491681B (zh) | 指纹信息处理方法及装置 | |
| EP3211879B1 (en) | Method and device for automatically capturing photograph, electronic device | |
| JP2016534473A (ja) | ルータ・プラグ・インを制御するための方法およびデバイス | |
| CN108629814B (zh) | 相机调整方法及装置 | |
| WO2015143804A1 (zh) | 程序串执行方法和装置 | |
| CN108509863A (zh) | 信息提示方法、装置和电子设备 | |
| CN105843952A (zh) | 图像搜索方法、装置及终端 | |
| WO2018035819A1 (zh) | 处理图片的方法及装置 | |
| CN105681662A (zh) | 辅助采集图像的方法及装置 | |
| WO2019080294A1 (zh) | 移动终端及其拍摄方法 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| ENP | Entry into the national phase |
Ref document number: 2016509291 Country of ref document: JP Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2014/011337 Country of ref document: MX |
|
| ENP | Entry into the national phase |
Ref document number: 20147026683 Country of ref document: KR Kind code of ref document: A |
|
| ENP | Entry into the national phase |
Ref document number: 2015134398 Country of ref document: RU Kind code of ref document: A |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 14887689 Country of ref document: EP Kind code of ref document: A1 |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112014025068 Country of ref document: BR |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 14887689 Country of ref document: EP Kind code of ref document: A1 |
|
| ENP | Entry into the national phase |
Ref document number: 112014025068 Country of ref document: BR Kind code of ref document: A2 Effective date: 20141008 |