WO2015143804A1 - 程序串执行方法和装置 - Google Patents

程序串执行方法和装置 Download PDF

Info

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
Application number
PCT/CN2014/082878
Other languages
English (en)
French (fr)
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.)
Xiaomi Inc
Original Assignee
Xiaomi Inc
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 Xiaomi Inc filed Critical Xiaomi Inc
Priority to JP2016509291A priority Critical patent/JP6082842B2/ja
Priority to KR1020147026683A priority patent/KR101668350B1/ko
Priority to MX2014011337A priority patent/MX351605B/es
Priority to RU2015134398A priority patent/RU2621974C2/ru
Priority to US14/515,542 priority patent/US9740524B2/en
Publication of WO2015143804A1 publication Critical patent/WO2015143804A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/544Buffers; 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

程序串执行方法和装置
本申请基于申请号为 201410124553.8、 申请日为 2014/3/28的中国专利申请提出, 并 要求该中国专利申请的优先权, 该中国专利申请的全部内容在此引入本申请作为参考。 技术领域
本公开涉及通讯, 尤其涉及程序串执行方法和装置。 背景技术
相关技术中, 移动终端大多具有触摸屏和仅有的几个实体按键, 为了避免触摸屏被误 碰, 在不使用移动终端时, 需要将移动终端的触摸屏设定为锁定状态。 在使用时, 需要先 对触摸屏进行解锁, 然后在通过触摸屏控制移动终端。
由于实体按键过少, 仅能控制有限的几个功能, 大部分操作都需要通过触摸屏才能实 现, 因此在每次使用时, 都需要进行点亮屏幕、 解锁屏幕、 选择应用、 执行功能的操作, 非常繁琐, 并且时效性很差, 需要花费大量的操作时间。 发明内容
为克服相关技术中存在的问题, 本公开提供一种程序串执行方法和装置。
根据本公开实施例的第一方面, 提供一种程序串执行方法, 包括获取程序串中欲执行 的当前程序;
根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结 果, 确定当前程序的执行动作并执行。
根据本公开实施例的第二方面, 提供一种程序串执行装置, 包括程序获取单元, 用于 获取程序串中欲执行的当前程序;
处理单元, 用于根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在 先程序的执行结果, 确定当前程序的执行动作并执行。
根据本公开实施例的第三方面, 提供一种程序串执行装置, 包括:
处理器;
用于存储处理器可执行指令的存储器;
其中, 所述处理器被配置为:
获取程序串中欲执行的当前程序; 根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结 果, 确定当前程序的执行动作并执行。
本公开的实施例提供的技术方案可以包括以下有益效果:在执行多个程序组成的程序 串时,根据当前程序可执行的内容类型,以及当前程序之前执行过的在先程序的执行结果, 确定当前程序的执行动作并执行,使得程序串中的所有程序之间可以相互使用程序执行生 成的资源, 更为智能的提供快捷操作。
应当理解的是, 以上的一般描述和后文的细节描述仅是示例性和解释性的, 并不能限 制本公开。 附图说明
此处的附图被并入说明书中并构成本说明书的一部分, 示出了符合本发明的实施例 并与说明书一起用于解释本发明的原理。
图 1是根据- -示例性实施例示出的一种程序串执行方法的流程图。
图 2是根据- -示例性实施例示出的- 种操作界面示意图。
图 3是根据- -示例性实施例示出的- 种操作界面示意图。
图 4是根据- -示例性实施例示出的- 种程序串执行方法的流程图 (
图 5是根据- -示例性实施例示出的- 种程序串执行方法的流程图 (
图 6是根据- -示例性实施例示出的- 种程序串执行方法的流程图 (
图 7是根据- -示例性实施例示出的- 种程序串执行方法的流程图 (
图 8是根据- -示例性实施例示出的- 种程序串执行装置的示意图 (
图 9是根据- -示例性实施例示出的- 种程序串执行装置的框图。
图 10是根据一示例性实施例示出的服务器的结构示意图( 具体实施方式
这里将详细地对示例性实施例进行说明, 其示例表示在附图中。 下面的描述涉及附图 时, 除非另有表示, 不同附图中的相同数字表示相同或相似的要素。 以下示例性实施例中 所描述的实施方式并不代表与本发明相一致的所有实施方式。相反, 它们仅是与如所附权 利要求书中所详述的、 本发明的一些方面相一致的装置和方法的例子。
图 1是根据一示例性实施例示出的一种程序串执行方法的流程图, 如图 1所示, 程序 串执行方法用于终端中, 包括以下步骤。 在步骤 Sl l中, 获取程序串中欲执行的当前程序。
在步骤 S12中, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程 序的执行结果, 确定当前程序的执行动作并执行。
在一个实施例中, 该方法还包括: 检测到程序串的触发执行指令后, 获取预先设置的 程序串; 按照程序串中的程序命令的先后顺序, 依次确定当前程序; 检测到当前程序执行 完毕或者开始执行后, 将程序串中当前程序的下一条程序作为当前程序, 直到程序串中的 所有程序均执行完毕。
在一个实施例中, 设置程序串时, 检测到通过程序串设置页面中的添加程序的触发添 加指令后, 显示用于添加程序的备选程序标识;
将被选择的备选程序标识添加到程序串中; 其中, 该备选程序标识用于标识并启动相 应的程序。
如图 2所示, 在 "单击"程序串中仅具有拍照程序, 采用图 2中的 "拍照"作为程序 标识。 若在该 "单击"程序串中添加其他程序时, 可以点击图 2中添加程序按键 "+ " , 产生触发添加指令,然后显示用于添加程序的备选程序标识。该备选程序标识可以为文字、 图形以及两者的结合等形式。 假设被选择的备选程序标识为 "微信朋友圈", 则该备选程 序标识将被添加并显示在程序串中, 且位于 "拍照"程序下方。
在一实施例中, 设置程序串时, 检测到述程序串中任一备选程序标识的触发移动指令 后, 将被选中的备选程序标识移动到目标次序位置; 其中, 被移动的备选程序标识对应的 程序的执行顺序相应移动到目标次序位置。例如,可以将图 2中的两个程序位置进行移动。
在一实施例中, 获取程序串中当前执行的程序命令, 包括: 检测到相邻上一条程序指 令执行结束或相邻上一条程序开始执行后, 从程序串中获取当前执行的程序命令。 如图 2 所示, 通过单击等触发执行指令开启程序串的执行时, 首选获取到程序串中欲执行的当前 程序为拍照, 且该当前程序为程序串中的第一个程序, 所以直接执行拍照动作。 然后, 获 取程序串中的下一个程序 (分享) 作为当前程序。
在一实施例中, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程 序的执行结果, 确定当前程序的执行动作并执行, 包括:
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果; 判断在先程序的执行结果是否属于当前程序可执行的内容类型; 若属于, 则将在先程 序的执行结果作为当前程序执行动作的内容并执行; 若不属于, 则执行当前程序。
例如, 当前程序可执行的内容类型包括图片和多媒体信息时, 若当前程序之前执行过 的在先程序的执行结果为产生图片和 /或多媒体信息, 则执行当前程序时将产生的图片和 / 或多媒体信息作为执行内容。 以图 2为例, 当前程序执行的内容为将图片进行分享, 而该 程序串中的在先程序拍照的执行结果为产生图片,那么可以将在先程序产生的图片直接进 行分享而无需用户再选择一次该产生的图片。若图 2中示出的两个程序之间具有其他程序, 如录音, 并不影响图片分享动作。 因为在判断在先程序时, 可以将所有的在先程序进行遍 历。 当然, 也可以设置成仅获取相邻的在先程序。
在一个实施例中, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先 程序的执行结果, 确定当前程序的执行动作并执行, 包括: 获取当前程序可执行的内容类 型, 以及当前程序之前执行过的在先程序命令的执行结果; 若在先程序的执行结果为正在 执行中, 判断当前程序可执行的内容类型是否属于在先程序命令可执行的内容类型; 若当 前程序可执行的内容类型属于在先程序命令可执行的内容,则执行当前程序的同时将当前 程序的执行结果发送到正在执行中的在先程序。例如, 在先程序命令可执行的内容类型包 括图片和多媒体信息, 且在先程序的执行结果为正在执行中, 若当前程序执行时产生图片 和 /或多媒体信息, 则执行当前程序的同时将当前程序的执行结果发送到正在执行中的在 先程序。
以图 3为例, "三连击"程序串中包括的程序依次包括: "拍照" 、 "录像" 、 "手 电" 、 "录音" 、 "微信聊天" 、 "微信朋友圈" 、 "新浪微博" 、 "打电话" 、 "发短 信" 以及 "打开程序" 。 该 "三连击"程序串在执行时, 执行到 "录音"时, 开打录音功 能,此时开始进行录音。而程序串的后续程序继续执行到"打电话 "时,检测到 "打电话" 生成的音频内容可以被录音功能捕捉到, 则通话的音频将发送到 "录音"对应的程序进行 处理。 完成通话后, 可以弹出提示, 请用户确定是否结束录音。 当然, 也可以等待 "三连 击"程序串中的所有程序均执行完毕后自动结束录音。 或者, 在执行到 "微信朋友圈"对 应的程序时, 将 "拍照"对应的程序生成的图片、 "录像"对应的程序生成的图像、 以及 "录音"对应的程序生成的音频作为被分享内容, 跳转到分享页面并在此时结束录音。 又 或者, 判断出 "微信朋友圈 "对应的程序不支持音频信息, 继续录音, 直到执行到可以支 持音频信息的程序再结束录音。
在一个实施例中,执行当前程序时,显示当前程序的界面。以图 3为例,执行"拍照" 对应的程序时, 显示拍照界面并自动拍照保存生成的图片。 执行 "微信朋友圈" 对应的 程序时, 显示微信朋友圈中的分享页面, 将上述生成的图片作为被分享内容, 待接收到相 应确认指令后, 上传该图片, 或者将上述生成的图片作为被分享内容直接上传。 执行 "通 话"对应的程序时, 显示拨号界面。
通过上述描述,可以看出本公开实施例提供的方法,在执行多个程序组成的程序串时, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定 当前程序的执行动作并执行,使得程序串中的所有程序之间可以相互使用程序执行生成的 资源, 更为智能的提供快捷操作。
以图 2为例, 对本发明提供的程序串执行方法进行进一步说明。 图 4是根据一示例性 实施例示出的一种程序串执行方法的流程图, 如图 4所示, 程序串执行方法用于终端中, 包括以下步骤。
在步骤 S41中, 检测到程序串的触发执行指令后, 获取预先设置的程序串; 在步骤 S42中, 检测到相邻上一条程序是否执行结束或开始执行后, 按照程序串中的 程序命令的先后顺序, 到从程序串中获取当前执行的程序。
例如, 检测到拍照程序结束后, 按照程序串中的程序命令的先后顺序, 获取到当前程 序为 "微信朋友圈"对应的程序。
在步骤 S43中, 获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程 序命令的执行结果。
例如, 当前程序可执行的内容类型为图片, 在先程序命令的执行结果为生成图片。 在步骤 S44中, 判断在先程序的执行结果是否属于当前程序可执行的内容类型; 若属 于, 则执行步骤 S45 ; 则执行当前程序并执行步骤 S46。
例如, 当前程序可执行的内容类型包括图片和多媒体信息时, 若当前程序之前执行过 的在先程序的执行结果为产生图片和 /或多媒体信息, 则执行当前程序时将产生的图片和 / 或多媒体信息作为执行内容。
在步骤 S45中, 将在先程序的执行结果作为当前程序执行动作的内容并执行。
在步骤 S46中, 执行当前程序时, 显示当前程序的界面。
通过上述描述,可以看出本公开实施例提供的方法,在执行多个程序组成的程序串时, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定 当前程序的执行动作并执行,使得程序串中的所有程序之间可以相互使用程序执行生成的 资源, 更为智能的提供快捷操作。
以图 3为例, 对本发明提供的程序串执行方法进行进一步说明。 图 5是根据一示例性 实施例示出的一种程序串执行方法的流程图, 如图 5所示, 程序串执行方法用于终端中, 包括以下步骤。 在步骤 S51中, 检测到程序串的触发执行指令后, 获取预先设置的程序串; 在步骤 S52中, 检测到相邻上一条程序是否执行结束或开始执行后, 按照程序串中的 程序命令的先后顺序, 到从程序串中获取当前执行的程序。
在步骤 S53中, 获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程 序命令的执行结果。
在步骤 S54中, 在先程序的执行结果是否为正在执行中, 若是, 则执行步骤 S55 ; 否 贝 1J, 执行步骤 S57
在步骤 S55中,判断当前程序可执行的内容类型是否属于在先程序命令可执行的内容 类型; 若属于, 则执行步骤 S56; 否则, 执行步骤 S57
在步骤 S56中,执行当前程序的同时将当前程序的执行结果发送到正在执行中的在先 程序。 执行步骤 S59。
在步骤 S57中, 判断在先程序的执行结果是否属于当前程序可执行的内容类型; 若属 于, 则执行步骤 S58 ; 否则执行当前程序并执行步骤 S59。
例如, 当前程序可执行的内容类型包括图片和多媒体信息时, 若当前程序之前执行过 的在先程序的执行结果为产生图片和 /或多媒体信息, 则执行当前程序时将产生的图片和 / 或多媒体信息作为执行内容。
在步骤 S58中, 将在先程序的执行结果作为当前程序执行动作的内容并执行。
在步骤 S59中, 执行当前程序时, 显示当前程序的界面。
通过上述描述,可以看出本公开实施例提供的方法,在执行多个程序组成的程序串时, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定 当前程序的执行动作并执行,使得程序串中的所有程序之间可以相互使用程序执行生成的 资源, 更为智能的提供快捷操作。
以图 3为例, 对本发明提供的程序串执行方法进行进一步说明。 图 6是根据一示例性 实施例示出的一种程序串执行方法的流程图, 如图 6所示, 程序串执行方法用于终端中, 包括以下步骤。
在步骤 S61中, 检测到程序串的触发执行指令后, 获取预先设置的程序串; 在步骤 S62中, 检测到相邻上一条程序是否执行结束或开始执行后, 按照程序串中的 程序命令的先后顺序, 到从程序串中获取当前执行的程序。
在步骤 S63中, 获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程 序命令的执行结果。 在步骤 S64中, 判断在先程序的执行结果是否属于当前程序可执行的内容类型; 若属 于, 则执行步骤 S68 ; 否则执行当前程序并执行步骤 S69。 并继续执行步骤 S65
在步骤 S65 中, 判断在先程序的执行结果是否正在执行中, 若是, 则执行步骤 S66; 否则, 执行步骤 S69。
在步骤 S66中,判断当前程序可执行的内容类型是否属于在先程序命令可执行的内容 类型; 若属于, 则执行步骤 S67; 否则, 执行步骤 S69。
在步骤 S67中,执行当前程序的同时将当前程序的执行结果发送到正在执行中的在先 程序。 再执行步骤 S69。
在步骤 S68中, 将在先程序的执行结果作为当前程序执行动作的内容并执行。
在步骤 S69中, 执行当前程序时, 显示当前程序的界面。
通过上述描述,可以看出本公开实施例提供的方法,在执行多个程序组成的程序串时, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定 当前程序的执行动作并执行,使得程序串中的所有程序之间可以相互使用程序执行生成的 资源, 更为智能的提供快捷操作。
以图 3为例, 对本发明提供的程序串执行方法进行进一步说明。 图 7是根据一示例性 实施例示出的一种程序串执行方法的流程图, 如图 7所示, 程序串执行方法用于终端中, 包括以下步骤。
在步骤 S71中, 检测到程序串的触发执行指令后, 获取预先设置的程序串; 在步骤 S72中, 检测到相邻上一条程序是否执行结束或开始执行后, 按照程序串中的 程序命令的先后顺序, 到从程序串中获取当前执行的程序。
例如, 检测到 "录像 "对应的程序开始执行后, 照程序串中的程序命令的先后顺序, 到从程序串中获取当前执行的程序为 "微信聊天"对应的程序。
在步骤 S73中, 获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程 序命令的执行结果。
在步骤 S74中, 判断在先程序的执行结果是否正在执行中, 若是, 则执行步骤 S75 ; 否则, 执行步骤 S77。
在步骤 S75中,判断当前程序可执行的内容类型是否属于在先程序命令可执行的内容 类型; 若属于, 则执行步骤 S76; 否则执行当前程序并执行步骤 S77。
例如,检测到"录音"对应的程序的执行结果是否正在执行中,而当前程序为"通话" 对应的程序, 其产生的音频可以被 "录音"程序捕捉到。 在步骤 S76中,执行当前程序的同时将当前程序的执行结果发送到正在执行中的在先 程序。 例如, 将通话音频发送到 "录音"对应的程序。
在步骤 S77中, 执行当前程序时, 显示当前程序的界面。
通过上述描述,可以看出本公开实施例提供的方法,在执行多个程序组成的程序串时, 根据当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定 当前程序的执行动作并执行,使得程序串中的所有程序之间可以相互使用程序执行生成的 资源, 更为智能的提供快捷操作。
图 8是根据一示例性实施例示出的一种程序串执行装置示意图。 参照图 8, 该装置包 括程序获取单元 801, 和处理单元 802。
该程序获取单元 801被配置为获取程序串中欲执行的当前程序。
该处理单元 802被配置为根据所述当前程序可执行的内容类型, 以及当前程序之前执 行过的在先程序的执行结果, 确定当前程序的执行动作并执行。
在另一实施例中, 该装置还包括:
程序串获取单元 803, 被配置为检测到程序串的触发执行指令后, 获取预先设置的程 序串;
确定单元 804, 用于按照所述程序串中的程序命令的先后顺序, 依次确定当前程序; 检测到当前程序执行完毕或者开始执行后,将所述程序串中当前程序的下一条程序作为当 前程序, 直到所述程序串中的所有程序均执行完毕。
在另一实施例中, 该装置还包括:
设置单元 805, 被配置为设置所述程序串时, 检测到通过程序串设置页面中的添加程 序的触发添加指令后, 显示用于添加程序的备选程序标识; 将被选择的备选程序标识添加 到程序串中; 其中, 所述备选程序标识用于标识并启动相应的程序。
在另一实施例中, 该装置还包括:
移动单元 806, 被配置为设置所述程序串时, 检测到对所述程序串中任一备选程序标 识的触发移动指令后, 将所述被选中的备选程序标识移动到目标次序位置; 其中, 所述被 移动的备选程序标识对应的程序的执行顺序相应移动到目标次序位置。
在另一实施例中, 该装置还包括:
程序获取单元 801, 被配置为检测到相邻上一条程序指令执行结束或相邻上一条程序 开始执行后, 从所述程序串中获取当前执行的程序命令。
在另一实施例中, 处理单元 802, 被配置为获取当前程序可执行的内容类型, 以及当 前程序之前执行过的在先程序命令的执行结果;判断所述在先程序的执行结果是否属于所 述当前程序可执行的内容类型; 若属于, 则将所述在先程序的执行结果作为当前程序执行 动作的内容并执行; 若不属于, 则执行所述当前程序; 或者,
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果; 若所述在先程序的执行结果为正在执行中, 判断当前程序可执行的内容类型是否属于 在先程序命令可执行的内容类型;若当前程序可执行的内容类型属于在先程序命令可执行 的内容,则执行当前程序的同时将当前程序的执行结果发送到所述正在执行中的在先程序。
在另一实施例中, 该装置还包括:
显示单元 807, 被配置为执行所述当前程序时, 显示所述当前程序的界面。
关于上述实施例中的装置,其中各个模块执行操作的具体方式已经在有关该方法的实 施例中进行了详细描述, 此处将不做详细阐述说明。
在一个实施例中提供了一种程序串执行装置, 包括:
处理器;
用于存储处理器可执行指令的存储器;
其中, 所述处理器被配置为:
获取程序串中欲执行的当前程序;
根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结 果, 确定当前程序的执行动作并执行。
图 9是根据一示例性实施例示出的一种用于程序串执行的装置 800的框图。例如, 装 置 800可以是移动电话,计算机,数字广播终端,消息收发设备,游戏控制台,平板设备, 医疗设备, 健身设备, 个人数字助理等。
参照图 9, 装置 800可以包括以下一个或多个组件: 处理组件 802, 存储器 804, 电 源组件 806, 多媒体组件 808, 音频组件 810, 输入 /输出 (I/ O) 的接口 812, 传感器组件 814, 以及通信组件 816。
处理组件 802通常控制装置 800的整体操作, 诸如与显示, 电话呼叫, 数据通信, 相 机操作和记录操作相关联的操作。处理元件 802可以包括一个或多个处理器 820来执行指 令,以完成上述的方法的全部或部分步骤。此外,处理组件 802可以包括一个或多个模块, 便于处理组件 802和其他组件之间的交互。 例如, 处理部件 802可以包括多媒体模块, 以 方便多媒体组件 808和处理组件 802之间的交互。
存储器 804被配置为存储各种类型的数据以支持在设备 800的操作。这些数据的示例 包括用于在装置 800上操作的任何应用程序或方法的指令, 联系人数据, 电话簿数据, 消 息, 图片, 视频等。 存储器 804可以由任何类型的易失性或非易失性存储设备或者它们的 组合实现, 如静态随机存取存储器(SRAM), 电可擦除可编程只读存储器(EEPROM), 可擦除可编程只读存储器(EPROM),可编程只读存储器(PROM),只读存储器(ROM), 磁存储器, 快闪存储器, 磁盘或光盘。
电力组件 806为装置 800的各种组件提供电力。电力组件 806可以包括电源管理系统, 一个或多个电源, 及其他与为装置 800生成、 管理和分配电力相关联的组件。
多媒体组件 808包括在所述装置 800和用户之间的提供一个输出接口的屏幕。在一些 实施例中,屏幕可以包括液晶显示器(LCD)和触摸面板(TP)。如果屏幕包括触摸面板, 屏幕可以被实现为触摸屏, 以接收来自用户的输入信号。触摸面板包括一个或多个触摸传 感器以感测触摸、滑动和触摸面板上的手势。所述触摸传感器可以不仅感测触摸或滑动动 作的边界, 而且还检测与所述触摸或滑动操作相关的持续时间和压力。 在一些实施例中, 多媒体组件 808包括一个前置摄像头和 /或后置摄像头。 当设备 800处于操作模式, 如拍 摄模式或视频模式时, 前置摄像头和 /或后置摄像头可以接收外部的多媒体数据。 每个前 置摄像头和后置摄像头可以是一个固定的光学透镜系统或具有焦距和光学变焦能力。
音频组件 810被配置为输出和 /或输入音频信号。 例如, 音频组件 810包括一个麦克 风 (MIC) , 当装置 800处于操作模式, 如呼叫模式、 记录模式和语音识别模式时, 麦克 风被配置为接收外部音频信号。所接收的音频信号可以被进一步存储在存储器 804或经由 通信组件 816发送。 在一些实施例中, 音频组件 810还包括一个扬声器, 用于输出音频信 号。
I/ O接口 812为处理组件 802和外围接口模块之间提供接口, 上述外围接口模块可以 是键盘, 点击轮, 按钮等。 这些按钮可包括但不限于: 主页按钮、 音量按钮、 启动按钮和 锁定按钮。
传感器组件 814包括一个或多个传感器, 用于为装置 800提供各个方面的状态评估。 例如, 传感器组件 814可以检测到设备 800的打开 /关闭状态, 组件的相对定位, 例如所 述组件为装置 800的显示器和小键盘,传感器组件 814还可以检测装置 800或装置 800— 个组件的位置改变, 用户与装置 800接触的存在或不存在, 装置 800方位或加速 /减速和 装置 800的温度变化。传感器组件 814可以包括接近传感器, 被配置用来在没有任何的物 理接触时检测附近物体的存在。 传感器组件 814还可以包括光传感器, 如 CMOS或 CCD 图像传感器, 用于在成像应用中使用。 在一些实施例中, 该传感器组件 814还可以包括加 速度传感器, 陀螺仪传感器, 磁传感器, 压力传感器或温度传感器。
通信组件 816被配置为便于装置 800和其他设备之间有线或无线方式的通信。 装置
800可以接入基于通信标准的无线网络, 如 WiFi, 2G或 3G, 或它们的组合。 在一个示例 性实施例中,通信部件 816经由广播信道接收来自外部广播管理系统的广播信号或广播相 关信息。 在一个示例性实施例中, 所述通信部件 816还包括近场通信 ( FC)模块, 以促 进短程通信。 例如, 在 FC模块可基于射频识别 (RFID) 技术, 红外数据协会 (IrDA) 技术, 超宽带 (UWB ) 技术, 蓝牙 (BT) 技术和其他技术来实现。
在示例性实施例中, 装置 800 可以被一个或多个应用专用集成电路 (ASIC) 、 数字 信号处理器 (DSP) 、 数字信号处理设备 (DSPD) 、 可编程逻辑器件 (PLD) 、 现场可 编程门阵列 (FPGA) 、 控制器、 微控制器、 微处理器或其他电子元件实现, 用于执行上 述方法。
在示例性实施例中, 还提供了一种包括指令的非临时性计算机可读存储介质, 例如包 括指令的存储器 804, 上述指令可由装置 800的处理器 820执行以完成上述方法。 例如, 所述非临时性计算机可读存储介质可以是 ROM、 随机存取存储器 (RAM) 、 CD-ROM, 磁带、 软盘和光数据存储设备等。
一种非临时性计算机可读存储介质, 当所述存储介质中的指令由移动终端的处理器执 行时, 使得移动终端能够执行一种……方法, 所述方法包括:
获取程序串中欲执行的当前程序;
根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结 果, 确定当前程序的执行动作并执行。
该方法还包括:
检测到程序串的触发执行指令后, 获取预先设置的程序串;
按照所述程序串中的程序命令的先后顺序, 依次确定当前程序;
检测到当前程序执行完毕或者开始执行后,将所述程序串中当前程序的下一条程序作 为当前程序, 直到所述程序串中的所有程序均执行完毕。
在一个实施例中, 设置所述程序串时, 检测到通过程序串设置页面中的添加程序的触 发添加指令后, 显示用于添加程序的备选程序标识;
将被选择的备选程序标识添加到程序串中;
其中, 所述备选程序标识用于标识并启动相应的程序。
在一个实施例中, 设置所述程序串时, 检测到对所述程序串中任一备选程序标识的触 发移动指令后, 将所述被选中的备选程序标识移动到目标次序位置;
其中, 所述被移动的备选程序标识对应的程序的执行顺序相应移动到目标次序位置。 在一个实施例中, 所述获取程序串中当前执行的程序命令, 包括:
检测到相邻上一条程序执行结束或相邻上一条程序开始执行后,从所述程序串中获取 当前执行的程序。
在一个实施例中, 根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的 在先程序的执行结果, 确定当前程序的执行动作并执行, 包括:
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果;
判断所述在先程序的执行结果是否属于所述当前程序可执行的内容类型;
若属于, 则将所述在先程序的执行结果作为当前程序执行动作的内容并执行; 若不属于, 则执行所述当前程序。
在一个实施例中, 所述当前程序可执行的内容类型包括图片和多媒体信息时, 若当前 程序之前执行过的在先程序的执行结果为产生图片和 /或多媒体信息, 则执行当前程序时 将产生的所述图片和 /或多媒体信息作为执行内容。
在一个实施例中, 根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的 在先程序的执行结果, 确定当前程序的执行动作并执行, 包括:
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果;
若所述在先程序的执行结果为正在执行中,判断当前程序可执行的内容类型是否属于 在先程序命令可执行的内容类型;
若当前程序可执行的内容类型属于在先程序命令可执行的内容,则执行当前程序的同 时将当前程序的执行结果发送到所述正在执行中的在先程序。
在一个实施例中, 所述在先程序命令可执行的内容类型包括图片和多媒体信息, 且所 述在先程序的执行结果为正在执行中, 若当前程序执行时产生图片和 /或多媒体信息, 则 执行当前程序的同时将当前程序的执行结果发送到所述正在执行中的在先程序。
在一个实施例中, 执行所述当前程序时, 显示所述当前程序的界面。
图 10是本发明实施例中服务器的结构示意图。该服务器 1900可因配置或性能不同而 产生比较大的差异,可以包括一个或一个以上中央处理器(central processing units, CPU) 1922 (例如, 一个或一个以上处理器)和存储器 1932,一个或一个以上存储应用程序 1942 或数据 1944的存储介质 1930 (例如一个或一个以上海量存储设备) 。 其中, 存储器 1932 和存储介质 1930可以是短暂存储或持久存储。存储在存储介质 1930的程序可以包括一个 或一个以上模块(图示没标出) , 每个模块可以包括对服务器中的一系列指令操作。 更进 一步地, 中央处理器 1922可以设置为与存储介质 1930通信, 在服务器 1900上执行存储 介质 1930中的一系列指令操作。
服务器 1900还可以包括一个或一个以上电源 1926, 一个或一个以上有线或无线网络 接口 1950, 一个或一个以上输入输出接口 1958, 一个或一个以上键盘 1956, 和 /或, 一个 或一个以上操作系统 1941,例如 Windows ServerTM, Mac OS XTM, UnixTM, LinuxTM, FreeBSDTM等等。
本领域技术人员在考虑说明书及实践这里公开的发明后,将容易想到本发明的其它实 施方案。 本申请旨在涵盖本发明的任何变型、 用途或者适应性变化, 这些变型、 用途或者 适应性变化遵循本发明的一般性原理并包括本公开未公开的本技术领域中的公知常识或 惯用技术手段。说明书和实施例仅被视为示例性的, 本发明的真正范围和精神由下面的权 利要求指出。
应当理解的是, 本发明并不局限于上面已经描述并在附图中示出的精确结构, 并且可 以在不脱离其范围进行各种修改和改变。 本发明的范围仅由所附的权利要求来限制。

Claims

LZ143440CN07 WO 2015/143804 PCT/CN2014/082878 权利要求
1. 一种程序串执行方法, 其特征在于, 包括:
获取程序串中欲执行的当前程序;
根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结 果, 确定当前程序的执行动作并执行。
2. 根据权利要求 1所述的程序串执行方法, 其特征在于, 还包括:
检测到程序串的触发执行指令后, 获取预先设置的程序串;
按照所述程序串中的程序命令的先后顺序, 依次确定当前程序;
检测到当前程序执行完毕或者开始执行后,将所述程序串中当前程序的下一条程序作 为当前程序, 直到所述程序串中的所有程序均执行完毕。
3. 根据权利要求 2 所述的程序串执行方法, 其特征在于, 设置所述程序串时, 检测 到通过程序串设置页面中的添加程序的触发添加指令后,显示用于添加程序的备选程序标 识;
将被选择的备选程序标识添加到程序串中;
其中, 所述备选程序标识用于标识并启动相应的程序。
4. 根据权利要求 2或 3所述的程序串执行方法, 其特征在于, 设置所述程序串时, 检测到对所述程序串中任一备选程序标识的触发移动指令后,将所述被选中的备选程序标 识移动到目标次序位置;
其中, 所述被移动的备选程序标识对应的程序的执行顺序相应移动到目标次序位置。
5. 根据权利要求 1或 2所述的程序串执行方法, 其特征在于, 所述获取程序串中当 前执行的程序命令, 包括:
检测到相邻上一条程序执行结束或相邻上一条程序开始执行后,从所述程序串中获取 当前执行的程序。
6. 根据权利要求 1 所述的程序串执行方法, 其特征在于, 根据所述当前程序可执行 的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定当前程序的执行动作 并执行, 包括:
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果;
判断所述在先程序的执行结果是否属于所述当前程序可执行的内容类型;
若属于, 则将所述在先程序的执行结果作为当前程序执行动作的内容并执行; 若不属于, 则执行所述当前程序。
7. 根据权利要求 6 所述的程序串执行方法, 其特征在于, 所述当前程序可执行的内 容类型包括图片和多媒体信息时,若当前程序之前执行过的在先程序的执行结果为产生图 片和 /或多媒体信息,则执行当前程序时将产生的所述图片和 /或多媒体信息作为执行内容。
8. 根据权利要求 1 所述的程序串执行方法, 其特征在于, 根据所述当前程序可执行 的内容类型, 以及当前程序之前执行过的在先程序的执行结果, 确定当前程序的执行动作 并执行, 包括:
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果;
若所述在先程序的执行结果为正在执行中,判断当前程序可执行的内容类型是否属于 在先程序命令可执行的内容类型;
若当前程序可执行的内容类型属于在先程序命令可执行的内容,则执行当前程序的同 时将当前程序的执行结果发送到所述正在执行中的在先程序。
9. 根据权利要求 8 所述的程序串执行方法, 其特征在于, 所述在先程序命令可执行 的内容类型包括图片和多媒体信息, 且所述在先程序的执行结果为正在执行中, 若当前程 序执行时产生图片和 /或多媒体信息, 则执行当前程序的同时将当前程序的执行结果发送 到所述正在执行中的在先程序。
10. 根据权利要求 1所述的程序串执行方法, 其特征在于, 执行所述当前程序时, 显 示所述当前程序的界面。
11. 一种程序串执行装置, 其特征在于, 包括:
程序获取单元, 用于获取程序串中欲执行的当前程序;
处理单元, 用于根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在 先程序的执行结果, 确定当前程序的执行动作并执行。
12. 根据权利要求 11所述的程序串执行装置, 其特征在于, 所述的装置还包括: 程序串获取单元, 用于检测到程序串的触发执行指令后, 获取预先设置的程序串; 确定单元, 用于按照所述程序串中的程序命令的先后顺序, 依次确定当前程序; 检测 到当前程序执行完毕或者开始执行后,将所述程序串中当前程序的下一条程序作为当前程 序, 直到所述程序串中的所有程序均执行完毕。
13. 根据权利要求 12所述的程序串执行装置, 其特征在于, 所述的装置还包括: 设置单元, 用于设置所述程序串时, 检测到通过程序串设置页面中的添加程序的触发 添加指令后, 显示用于添加程序的备选程序标识; 将被选择的备选程序标识添加到程序串 中; 其中, 所述备选程序标识用于标识并启动相应的程序。
14. 根据权利要求 12或 13所述的程序串执行装置, 其特征在于, 所述装置还包括: 移动单元, 用于设置所述程序串时, 检测到对所述程序串中任一备选程序标识的触发 移动指令后, 将所述被选中的备选程序标识移动到目标次序位置; 其中, 所述被移动的备 选程序标识对应的程序的执行顺序相应移动到目标次序位置。
15. 根据权利要求 11或 12所述的程序串执行装置, 其特征在于, 程序获取单元, 还 用于检测到相邻上一条程序指令执行结束或相邻上一条程序开始执行后,从所述程序串中 获取当前执行的程序命令。
16. 根据权利要求 11 所述的程序串执行装置, 其特征在于, 所述处理单元, 用于获 取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结果; 判 断所述在先程序的执行结果是否属于所述当前程序可执行的内容类型; 若属于, 则将所述 在先程序的执行结果作为当前程序执行动作的内容并执行; 若不属于, 则执行所述当前程 序; 或者,
获取当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序命令的执行结 果; 若所述在先程序的执行结果为正在执行中, 判断当前程序可执行的内容类型是否属于 在先程序命令可执行的内容类型;若当前程序可执行的内容类型属于在先程序命令可执行 的内容,则执行当前程序的同时将当前程序的执行结果发送到所述正在执行中的在先程序。
17. 根据权利要求 11所述的程序串执行装置, 其特征在于, 所述装置还包括: 显示单元, 用于执行所述当前程序时, 显示所述当前程序的界面。
18. —种程序串执行装置, 其特征在于, 包括:
处理器;
用于存储处理器可执行指令的存储器;
其中, 所述处理器被配置为:
获取程序串中欲执行的当前程序;
根据所述当前程序可执行的内容类型, 以及当前程序之前执行过的在先程序的执行结 果, 确定当前程序的执行动作并执行。
PCT/CN2014/082878 2014-03-28 2014-07-24 程序串执行方法和装置 Ceased WO2015143804A1 (zh)

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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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)

* Cited by examiner, † Cited by third party
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

Patent Citations (7)

* Cited by examiner, † Cited by third party
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