CN106445698B - Method and device for acquiring step counting data - Google Patents

Method and device for acquiring step counting data Download PDF

Info

Publication number
CN106445698B
CN106445698B CN201610822623.6A CN201610822623A CN106445698B CN 106445698 B CN106445698 B CN 106445698B CN 201610822623 A CN201610822623 A CN 201610822623A CN 106445698 B CN106445698 B CN 106445698B
Authority
CN
China
Prior art keywords
step number
pedometer
count
interface function
counted
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.)
Expired - Fee Related
Application number
CN201610822623.6A
Other languages
Chinese (zh)
Other versions
CN106445698A (en
Inventor
张强
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangdong Oppo Mobile Telecommunications Corp Ltd
Original Assignee
Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Guangdong Oppo Mobile Telecommunications Corp Ltd filed Critical Guangdong Oppo Mobile Telecommunications Corp Ltd
Priority to CN201610822623.6A priority Critical patent/CN106445698B/en
Publication of CN106445698A publication Critical patent/CN106445698A/en
Application granted granted Critical
Publication of CN106445698B publication Critical patent/CN106445698B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01CMEASURING DISTANCES, LEVELS OR BEARINGS; SURVEYING; NAVIGATION; GYROSCOPIC INSTRUMENTS; PHOTOGRAMMETRY OR VIDEOGRAMMETRY
    • G01C22/00Measuring distance traversed on the ground by vehicles, persons, animals or other moving solid bodies, e.g. using odometers, using pedometers
    • G01C22/006Pedometers

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Telephone Function (AREA)

Abstract

The embodiment of the invention discloses a method for acquiring step counting data, which comprises the following steps: monitoring the step number counted by the pedometer; when the step number changes, writing the step number counted by the pedometer into a preset step number reading interface function; detecting the step number to obtain an instruction; and calling a preset interface function read by the step number according to the step number acquisition instruction to acquire the step number counted by the pedometer. In addition, the embodiment of the invention also discloses a device for acquiring the step counting data. By adopting the invention, the accuracy of the acquired step counting data can be improved.

Description

Method and device for acquiring step counting data
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for acquiring step counting data.
Background
In the prior art, more and more software includes a step counting function, such as WeChat step counting, QQ motion, and the like, for the software, after a step is detected by a built-in pedometer in a terminal, step data is reported on a driver layer, and applications such as WeChat application and QQ application of an application layer monitor a little-pass message reported by the pedometer, and then the corresponding step is updated on a WeChat step counting page or a QQ motion step counting page.
Generally speaking, corresponding step data can be reported only after a terminal detects a step of a user, but in the prior art, a plurality of step-brushing instruments exist, and the user can quickly brush the step by placing a mobile phone in the instrument; in addition, there is a method in the prior art to implant code to modify the pedometer's step data at the driver level. These abnormal steps can also be transmitted to the corresponding applications with step counting function, so that the step number counted by the applications is unrealistic.
That is to say, in the existing processing scheme of the step data reported by the pedometer, it cannot be determined whether the step data reported by the pedometer is real, so that the reality of the step counted in the corresponding step counting page of the application is insufficient.
Disclosure of Invention
Therefore, the method for acquiring the step counting data is especially provided for solving the technical problem that the authenticity of the data counted in the corresponding application step counting page is insufficient due to the fact that the authenticity of the step counting data reported by the pedometer cannot be judged in the traditional technology.
A step counting data acquisition method comprises the following steps:
monitoring the step number counted by the pedometer;
when the step number changes, writing the step number counted by the pedometer into a preset step number reading interface function;
detecting the step number to obtain an instruction;
and calling a preset interface function read by the step number according to the step number acquisition instruction to acquire the step number counted by the pedometer.
Optionally, in an embodiment, the step of monitoring the number of steps counted by the pedometer further includes:
when the step number changes, generating state information of the step number change, and reporting the state information of the step number change through a driving layer;
and calling an interface function read by the step number to acquire the step number counted by the pedometer when the reported state information of the step number change is detected.
Optionally, in an embodiment, the method further includes:
detecting pedometer information reported by a pedometer, determining whether the pedometer information contains state information of step number change, and if not, ignoring the pedometer information.
Optionally, in an embodiment, the step of reporting the state information of the step number change through the driver layer further includes:
and reporting the state information of the step number change to a framework layer through an input system, and reporting the state information of the step number change to a step counting application through the framework layer.
Optionally, in an embodiment, the step of detecting the step number obtaining instruction further includes:
setting a timer corresponding to the step number acquisition, generating a step number acquisition instruction under the condition that the timer is awakened, and executing the step of detecting the step number acquisition instruction.
In addition, in order to solve the technical problem that the authenticity of the data counted in the corresponding application step counting page is insufficient due to the fact that the authenticity of the step data reported by the pedometer cannot be judged in the traditional technology, the device for acquiring the step counting data is particularly provided.
An apparatus for acquiring step count data, comprising:
the step number monitoring module is used for monitoring the step number counted by the pedometer;
the step number writing module is used for writing the step number counted by the pedometer into a preset step number reading interface function when the step number changes;
the step number acquisition instruction detection module is used for detecting a step number acquisition instruction;
and the step counting acquisition module is used for calling a preset step reading interface function according to the step counting acquisition instruction to acquire the step counting counted by the pedometer.
Optionally, in an embodiment, the apparatus further includes a status information reporting module, configured to generate status information of the step number change when the step number changes, and report the status information of the step number change through a driver layer; and calling an interface function read by the step number to acquire the step number counted by the pedometer when the reported state information of the step number change is detected.
Optionally, in an embodiment, the apparatus further includes a pedometer message detection module, configured to detect a pedometer message reported by a pedometer, determine whether the pedometer message includes state information of a change in the number of steps, and if not, ignore the pedometer message.
Optionally, in an embodiment, the status information reporting module is further configured to report the status information of the step change to a framework layer through an input system, and report the status information of the step change to the step counting application through the framework layer.
Optionally, in an embodiment, the apparatus further includes a timer setting module, configured to set a timer corresponding to the step number acquisition, generate a step number acquisition instruction when the timer is awakened, and invoke the step number acquisition instruction detection module.
The embodiment of the invention has the following beneficial effects:
after the method and the device for acquiring the step count data are adopted, an interface function is created in a driver of the pedometer, corresponding step counts are written into the interface function under the condition that the step count is detected by the pedometer, and the interface function is called to acquire the statistical condition of the corresponding step counts under the condition that certain application or process in the terminal needs to acquire the step count data counted by the pedometer, namely, the step count does not directly report the counted step counts to the application, but the application needs to call the interface function to acquire the counted step counts, so that the data of the step count and other statistical data are prevented from being falsified in the process of reporting the step count and other statistical data by the pedometer, and the accuracy of step count statistics is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Wherein:
FIG. 1 is a schematic flow chart illustrating a method for obtaining step count data according to an embodiment;
FIG. 2 is a schematic diagram of an embodiment of a device for acquiring step count data;
fig. 3 is a schematic structural diagram of a computer device for executing the step-counting data acquisition method in one embodiment.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to solve the technical problem in the conventional technology that the authenticity of the step data reported by the pedometer cannot be judged, and the statistical data in the corresponding application step-counting page is insufficient in authenticity, in this embodiment, a method for acquiring step-counting data is provided. The computer system may be a server or a terminal, such as a smart phone, a tablet computer, a personal computer, etc., provided with a pedometer sensor, running the computer program.
Specifically, as shown in fig. 1, the step-counting data acquiring method includes the following steps:
step S102: and monitoring the step number counted by the pedometer.
Number of steps S104: and when the step number changes, writing the step number counted by the pedometer into a preset step number reading interface function.
In this embodiment, the pedometer sensor writes the detected step into the number of steps counted by the pedometer when the step is detected, that is, when the user is in a walking state or the like, the pedometer detects a corresponding state of the step, and the number of steps counted by the pedometer changes. In this embodiment, the step count counted by the pedometer is monitored, and if it is monitored that the step count counted by the pedometer changes, it indicates that the user is currently in a motion state such as walking, in this case, the step count information counted by the pedometer, that is, the corresponding step count, is obtained, and the obtained step count counted by the pedometer is written into the interface function read by the preset step count.
It should be noted that, in this embodiment, the interface function read by the preset number of steps is an interface file created in a driver of the pedometer, and the file only has root write permission, that is, only the driver can read and write data corresponding to the interface function, and other objects (e.g., system, user, etc.) only have read permission of the interface function, that is, only when the driver detects that the number of steps counted by the pedometer changes, the driver can perform a write operation on the interface function, that is, the number of steps counted by the pedometer is written into the interface function.
Number of steps S106: and detecting the step number and acquiring the instruction.
In this embodiment, the user may click a button or a control in the corresponding step count statistics page, which is updated or acquired according to the step count statistics condition, so as to input a step count acquisition instruction. Alternatively, for example, in an application such as WeChat, when the step statistics are automatically displayed at 22 points per day, a step number acquisition instruction is automatically generated.
In a specific embodiment, the detected step number obtaining instruction may be triggered by a timer. Specifically, the step of detecting the step number obtaining instruction further includes: setting a timer corresponding to the step number acquisition, generating a step number acquisition instruction under the condition that the timer is awakened, and executing the step of detecting the step number acquisition instruction. That is, the user or the system sets a timer according to the requirement, sets a corresponding preset time length, and generates the step number obtaining instruction under the condition that the timer is awakened.
Number of steps S108: and calling a preset interface function read by the step number according to the step number acquisition instruction to acquire the step number counted by the pedometer.
In this embodiment, no matter the step number obtaining instruction is automatically triggered or the step number obtaining instruction is input by the user number, after the step number obtaining instruction is received, a preset step number reading interface function is called according to the step number obtaining instruction, so as to obtain the data counted by the pedometer.
It should be noted that, in this embodiment, the pedometer does not directly report the statistical data to the application layer via the driver layer, and then the corresponding step counting software application obtains the corresponding step information and displays the step information, but in any application scenario where the step information or the step information needs to be displayed, the preset step reading interface function needs to be called to obtain the step information counted by the pedometer. Therefore, the pedometer is prevented from being tampered in the process of reporting the corresponding pedometer message to the application layer, and the interface function is an interface file which can only be written by a driver.
Further, in this embodiment, in the step S102, after the step of detecting the step count counted by the pedometer and after the step count counted by the pedometer is monitored to be changed, not only the corresponding updated step count is updated to the interface function read by the preset step count, but also other operations are required.
Specifically, the step of monitoring the step count counted by the pedometer further includes: when the step number changes, generating state information of the step number change, and reporting the state information of the step number change through a driving layer; and calling an interface function read by the step number to acquire the step number counted by the pedometer when the reported state information of the step number change is detected.
That is, when the pedometer detects that the terminal or the user is in an exercise state such as walking or running, state information indicating that the user or the terminal is currently in the exercise state or that the pedometer is currently in the operating state is generated. In this embodiment, after the state information of the step number change is generated, the state information of the step number change is reported to the system through the driving layer. When the system detects the state information of the step number change, the system calls an interface function read by the step number to acquire the step number counted by the pedometer, otherwise, if the state information of the step number change is not detected, the step number in the step counting application of the application layer is not updated or otherwise processed.
Further, in this embodiment, the step of reporting the state information of the step number change through the driver layer further includes: and reporting the state information of the step number change to a framework layer through an input system, and reporting the state information of the step number change to a step counting application through the framework layer.
The input system is a way to drive reporting of the conflicting data, and generally, for example, a touch screen, a sensor, a pedometer, and the like can report corresponding data to a framework layer and then report to an application layer, that is, report to a corresponding step-counting application in the application layer through the input system.
It should be noted that, in another alternative embodiment, if the pedometer is in the working state, that is, if the step count counted by the pedometer is changing, the state value corresponding to the state information of the step count change is 1, and otherwise, the state value is 0. In this application scenario, if the corresponding state value in the state information of the change in the number of steps received by the system is 1, the interface function read by the preset number of steps is called to obtain the number of steps counted by the pedometer, otherwise, if the corresponding state value in the state information of the change in the number of steps received by the system is 0, it indicates that the user or the terminal is not in a motion state, and the currently reported state information may be a fake message, so that no response is made.
In general, the pedometer reports corresponding step counts or other information to be acquired by other processes, but in this embodiment, according to the method, if it is not detected that the reported state information of step count change or the corresponding state value in the reported state information of step count change is not 1, it indicates that the user or the terminal is not currently in a motion state, and in this case, step count statistics or other operations should be invalid.
Specifically, the method further comprises: detecting pedometer information reported by a pedometer, determining whether the pedometer information contains state information of step number change, and if not, ignoring the pedometer information.
That is, after the system detects the pedometer message reported by the pedometer, all the data contained in the pedometer message is acquired, whether the reported pedometer message contains the state information of the step change or not is determined, and if the reported pedometer message does not contain the state information of the step change, the reported pedometer message is ignored and no response is given to the pedometer message.
In addition, in order to solve the technical problem in the conventional art that the authenticity of the step data reported by the pedometer cannot be judged, and the counted data in the corresponding application step counting page is insufficient in authenticity, in an embodiment, as shown in fig. 2, a step counting data obtaining device is further provided, specifically, the step counting data obtaining device includes a step number monitoring module 102, a step number writing module 104, a step number obtaining instruction detecting module 106, and a counted step number obtaining module 108, where:
the step number monitoring module 102 is used for monitoring the step number counted by the pedometer;
a step number writing module 104, configured to write, when the step number changes, the step number counted by the pedometer into a preset step number read interface function;
a step number acquisition instruction detection module 106 for detecting a step number acquisition instruction;
and the step number counting acquisition module 108 is configured to call a preset step number reading interface function according to the step number acquisition instruction to acquire the step number counted by the pedometer.
Optionally, in an embodiment, as shown in fig. 2, the apparatus further includes a status information reporting module 110, configured to generate status information of the step number change when the step number changes, and report the status information of the step number change through a driver layer; and calling an interface function read by the step number to acquire the step number counted by the pedometer when the reported state information of the step number change is detected.
Optionally, in an embodiment, as shown in fig. 2, the apparatus further includes a pedometer message detecting module 112, configured to detect a pedometer message reported by a pedometer, determine whether the pedometer message includes state information of a step change, and if not, ignore the pedometer message.
Optionally, in an embodiment, the status information reporting module 110 is further configured to report the status information of the step change to a framework layer through an input system, and report the status information of the step change to the step counting application through the framework layer.
Optionally, in an embodiment, as shown in fig. 2, the apparatus further includes a timer setting module 114, configured to set a timer corresponding to the step number acquisition, generate a step number acquisition instruction when the timer is awakened, and invoke the step number acquisition instruction detection module.
The embodiment of the invention has the following beneficial effects:
after the method and the device for acquiring the step count data are adopted, an interface function is created in a driver of the pedometer, corresponding step counts are written into the interface function under the condition that the step count is detected by the pedometer, and the interface function is called to acquire the statistical condition of the corresponding step counts under the condition that certain application or process in the terminal needs to acquire the step count data counted by the pedometer, namely, the step count does not directly report the counted step counts to the application, but the application needs to call the interface function to acquire the counted step counts, so that the data of the step count and other statistical data are prevented from being falsified in the process of reporting the step count and other statistical data by the pedometer, and the accuracy of step count statistics is improved.
In one embodiment, as shown in fig. 3, fig. 3 illustrates a terminal of a computer system based on von neumann architecture running the above-described method of acquiring pacing data. The computer system can be terminal equipment such as a smart phone, a tablet computer, a palm computer, a notebook computer or a personal computer. Specifically, an external input interface 1001, a processor 1002, a memory 1003, and an output interface 1004 connected through a system bus may be included. The external input interface 1001 may optionally include at least a network interface 10012. Memory 1003 can include external memory 10032 (e.g., a hard disk, optical or floppy disk, etc.) and internal memory 10034. The output interface 1004 may include at least a display 10042 or the like.
In this embodiment, the method is executed based on a computer program, program files of the computer program are stored in the external memory 10032 of the computer system based on the von neumann system, and are loaded into the internal memory 10034 during the execution, and then are compiled into machine codes and then are transmitted to the processor 1002 to be executed, so that the logical step number monitoring module 102, the step number writing module 104, the step number obtaining instruction detecting module 106, the statistical step number obtaining module 108, the state information reporting module 110, the pedometer message detecting module 112, and the timer setting module 114 are formed in the computer system based on the von neumann system. In the execution process of the method for acquiring the pace data, the input parameters are received through the external input interface 1001, transferred to the memory 1003 for buffering, and then input to the processor 1002 for processing, and the processed result data is buffered in the memory 1003 for subsequent processing or transferred to the output interface 1004 for outputting.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily for the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
Those skilled in the art will be able to combine and combine features of different embodiments and features of different embodiments described in this specification. The modules or units in all embodiments of the present invention may be implemented by a general-purpose integrated Circuit, such as a CPU (Central Processing Unit), or an ASIC (Application specific integrated Circuit).
The steps in the methods of all embodiments of the invention can be sequentially adjusted, combined and deleted according to actual needs; the modules or units in the devices of all the embodiments of the present invention can be combined, divided and deleted according to actual needs.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc. Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.
While the invention has been described with reference to a preferred embodiment, it will be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention.

Claims (10)

1. A method for acquiring step counting data is characterized by comprising the following steps:
monitoring the step number counted by the pedometer;
when the step number changes, writing the step number counted by the pedometer into a preset step number reading interface function, wherein the preset step number reading interface function is an interface file created in a driving program of the pedometer, the driving program of the pedometer has the read-write permission of the preset step number reading interface function, and other programs except the driving program of the pedometer only have the read permission of the preset step number reading interface function;
detecting the step number to obtain an instruction;
and calling a preset interface function read by the step number according to the step number acquisition instruction to acquire the step number counted by the pedometer.
2. The method of claim 1, wherein the step of monitoring the number of steps counted by the pedometer is followed by the step of:
when the step number changes, generating state information of the step number change, and reporting the state information of the step number change through a driving layer;
and calling an interface function read by the step number to acquire the step number counted by the pedometer when the reported state information of the step number change is detected.
3. The method for acquiring step count data according to claim 2, further comprising:
detecting pedometer information reported by a pedometer, determining whether the pedometer information contains state information of step number change, and if not, ignoring the pedometer information.
4. The method for acquiring step count data according to claim 2, wherein the step of reporting the state information of step count change via the driver layer further comprises:
and reporting the state information of the step number change to a framework layer through an input system, and reporting the state information of the step number change to a step counting application through the framework layer.
5. The pedometer data acquisition method according to claim 1, wherein the step of detecting the step number acquisition instruction further includes:
setting a timer corresponding to the step number acquisition, generating a step number acquisition instruction under the condition that the timer is awakened, and executing the step of detecting the step number acquisition instruction.
6. An apparatus for acquiring step count data, comprising:
the step number monitoring module is used for monitoring the step number counted by the pedometer;
a step number writing module, configured to write, when the step number changes, the step number counted by the pedometer into a preset step number read interface function, where the preset step number read interface function is an interface file created in a driver of the pedometer, the driver of the pedometer has a read-write permission of the preset step number read interface function, and other programs except the driver of the pedometer only have a read permission of the preset step number read interface function;
the step number acquisition instruction detection module is used for detecting a step number acquisition instruction;
and the step counting acquisition module is used for calling a preset step reading interface function according to the step counting acquisition instruction to acquire the step counting counted by the pedometer.
7. The device for acquiring step counting data according to claim 6, further comprising a status information reporting module, configured to generate status information of step count change when the step count changes, and report the status information of step count change through a driver layer; and calling an interface function read by the step number to acquire the step number counted by the pedometer when the reported state information of the step number change is detected.
8. The device for acquiring step count data according to claim 7, further comprising a step count message detection module, configured to detect a step count message reported by a step count, determine whether the step count message contains state information of step count change, and if not, ignore the step count message.
9. The device for acquiring step counting data according to claim 7, wherein the status information reporting module is further configured to report the status information of the step count change to a framework layer through an input system, and report the status information of the step count change to the step counting application through the framework layer.
10. The device for acquiring step count data according to claim 6, further comprising a timer setting module configured to set a timer corresponding to the step count acquisition, generate a step count acquisition instruction when the timer is woken up, and invoke the step count acquisition instruction detection module.
CN201610822623.6A 2016-09-13 2016-09-13 Method and device for acquiring step counting data Expired - Fee Related CN106445698B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610822623.6A CN106445698B (en) 2016-09-13 2016-09-13 Method and device for acquiring step counting data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610822623.6A CN106445698B (en) 2016-09-13 2016-09-13 Method and device for acquiring step counting data

Publications (2)

Publication Number Publication Date
CN106445698A CN106445698A (en) 2017-02-22
CN106445698B true CN106445698B (en) 2020-01-10

Family

ID=58168948

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610822623.6A Expired - Fee Related CN106445698B (en) 2016-09-13 2016-09-13 Method and device for acquiring step counting data

Country Status (1)

Country Link
CN (1) CN106445698B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108565003A (en) * 2018-04-27 2018-09-21 奇酷互联网络科技(深圳)有限公司 movement monitoring method, device and mobile terminal
CN113835779A (en) * 2021-09-16 2021-12-24 平安养老保险股份有限公司 Exercise step number processing method and device, computer equipment and storage medium
CN116089109B (en) * 2022-05-30 2023-10-20 荣耀终端有限公司 Step counting data transmission method and related device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1815145A (en) * 2005-01-31 2006-08-09 英华达(上海)电子有限公司 Method for realizing intelligent pedimenter in mobile phone and moible phone realizing same
CN104567912A (en) * 2015-02-02 2015-04-29 河海大学 Method for realizing pedometer on Android mobile phone

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1815145A (en) * 2005-01-31 2006-08-09 英华达(上海)电子有限公司 Method for realizing intelligent pedimenter in mobile phone and moible phone realizing same
CN104567912A (en) * 2015-02-02 2015-04-29 河海大学 Method for realizing pedometer on Android mobile phone

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
iOS计步器功能实现之CoreMotion(一) CSDN博客 https://blog.csdn.net/hanhailong18/article/details/51530862;JackLee18;《iOS计步器功能实现之CoreMotion(一)》;20160529;第1页 *
iOS计步器功能实现之CoreMotion如何读取数据(二) CSDN博客 https://blog.csdn.net/hanhailong18/article/details/51532391;JackLee18;《iOS计步器功能实现之CoreMotion如何读取数据(二)》;20160529;第1页 *

Also Published As

Publication number Publication date
CN106445698A (en) 2017-02-22

Similar Documents

Publication Publication Date Title
CN108292165B (en) Touch gesture detection evaluation
EP3191964B1 (en) Memory leak analysis by usage trends correlation
US9436533B2 (en) System for monitoring and tracking application crashes occurring on different mobile devices
CN107145782B (en) Abnormal application program identification method, mobile terminal and server
US20160196198A1 (en) Performance State Machine Control with Aggregation Insertion
CN115509859A (en) Third party application performance improvement toolkit
KR20140091555A (en) Measuring web page rendering time
CN106445698B (en) Method and device for acquiring step counting data
CN110764986B (en) Page fluency detection method and device
CN107341005B (en) Chart generation method and device
CN108197002B (en) Mobile device non-buried point data statistical method, system, terminal and medium
CN111966491B (en) Method for counting occupied memory and terminal equipment
CN114996103A (en) Page abnormity detection method and device, electronic equipment and storage medium
CN115408696A (en) Application identification method and electronic equipment
CN117275673A (en) Cognitive training equipment and method for improving distribution attention
CN107861855A (en) A kind of method, terminal, system and computer-readable recording medium for reducing abnormal power consumption
CN106648916B (en) Method and device for reporting pedometer message
CN110809083B (en) Mobile terminal information reminding method, mobile terminal and storage medium
CN106482742A (en) The acquisition methods of meter step data and device
CN111090570A (en) Method and device for measuring response time of terminal screen and terminal equipment
CN110989895B (en) Control display state detection method and device
CN115061591A (en) Edge false touch detection method, electronic device and computer-readable storage medium
CN110874723B (en) Electronic red envelope detection method, electronic red envelope detection device and mobile terminal
CN113031812A (en) Touch event reporting method and device, terminal and storage medium
CN112214389A (en) Public testing method, device, terminal and storage medium

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Applicant after: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

Address before: Changan town in Guangdong province Dongguan 523860 usha Beach Road No. 18

Applicant before: GUANGDONG OPPO MOBILE TELECOMMUNICATIONS Corp.,Ltd.

GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20200110