WO2013086807A1 - Procédé, dispositif et système d'échange de données d'horloge d'alarme - Google Patents

Procédé, dispositif et système d'échange de données d'horloge d'alarme Download PDF

Info

Publication number
WO2013086807A1
WO2013086807A1 PCT/CN2012/072116 CN2012072116W WO2013086807A1 WO 2013086807 A1 WO2013086807 A1 WO 2013086807A1 CN 2012072116 W CN2012072116 W CN 2012072116W WO 2013086807 A1 WO2013086807 A1 WO 2013086807A1
Authority
WO
WIPO (PCT)
Prior art keywords
alarm
mobile terminal
alarm clock
data
clock data
Prior art date
Application number
PCT/CN2012/072116
Other languages
English (en)
Chinese (zh)
Inventor
程锦
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2013086807A1 publication Critical patent/WO2013086807A1/fr

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04MTELEPHONIC COMMUNICATION
    • H04M1/00Substation equipment, e.g. for use by subscribers
    • H04M1/72Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
    • H04M1/724User interfaces specially adapted for cordless or mobile telephones
    • H04M1/72448User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions
    • H04M1/72451User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions according to schedules, e.g. using calendar applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Definitions

  • the present invention relates to the field of communications, and in particular to an alarm clock data exchange method, apparatus and system.
  • BACKGROUND OF THE INVENTION Mobile data services are becoming increasingly rich and complex, and many personalized user data in mobile phones have provided a format for data exchange.
  • the data synchronization format VCARD of the business card holder in the terminal Data synchronization formats for calendar events vCalendar and iCalendar, SMS VMSG, etc. These data can be imported and exported to each other on terminals through different platforms.
  • alarm clocks are one of the most frequently used services in daily life. Most people are used to setting an alarm clock to remind them of their daily wake up time.
  • the set alarm data includes the ringing tone of the alarm, the start time, the number of repetitions, and the like. Some people set up a lot of alarm reminders a week. Once the phone is replaced, the data needs to be reset.
  • the format of the file for storing alarm data on the alarm clock of different platforms is very different, and the alarm data between mobile phones cannot be synchronized with each other due to different formats.
  • an alarm clock data exchange method including: setting an alarm clock by a source mobile terminal; encoding alarm clock data of an alarm clock according to a predefined file format; and transmitting the encoded alarm clock data to the destination mobile terminal. After transmitting the encoded alarm data to the destination mobile terminal, the method further includes: the destination mobile terminal parsing the alarm data; and the destination mobile terminal storing the parsed alarm data.
  • the predefined file format includes at least one of the following: repeat days, duration, alarm ring tone, trigger type, start alarm time, file version, time interval, text information. The number of repetitions is a 7-digit binary number, the lowest digit is Monday, and the highest digit is Sunday.
  • an alarm clock data exchange device which is applied to a mobile terminal, and includes: a setting module configured to set an alarm; and an encoding module configured to perform alarm data of the alarm clock according to a predefined file format. Encoding; sending module, configured to send the encoded alarm data to the destination mobile terminal.
  • an alarm clock data exchange system including a source mobile terminal and a destination mobile terminal, wherein the source mobile terminal includes: a setting module configured to set an alarm; and an encoding module configured to follow a predefined
  • the file format encodes the alarm clock data of the alarm clock; the sending module is configured to send the encoded alarm clock data to the destination mobile terminal; the destination mobile terminal comprises: an analysis module configured to parse the alarm data; the storage module is set to store the parsed data Alarm clock data.
  • the invention encodes the alarm clock data into the data of the predefined file format, and uses the encoded alarm clock data to exchange, thereby realizing the exchange of the alarm clock data between the mobile terminals of different platforms, and has good implementation.
  • FIG. 1 is a flowchart of a method for data exchange of an alarm clock according to an embodiment of the present invention
  • FIG. 2 is a schematic structural diagram of a field definition of an alarm clock data format according to an embodiment of the present invention
  • FIG. 4 is a block diagram showing the structure of an alarm clock data exchange device according to an embodiment of the present invention.
  • FIG. 1 is a flowchart of a method for data exchange of an alarm clock according to an embodiment of the present invention. As shown in FIG. 1, the method includes the following steps S102 to S106. Step S102, the source mobile terminal sets an alarm clock. Step S104, encoding the alarm clock data of the alarm clock according to a predefined file format.
  • Step S106 Send the encoded alarm data to the destination mobile terminal.
  • the alarm clock data is encoded into the data of the predefined file format, and the encoded alarm data is used for exchange, thereby realizing the exchange of the alarm data between the mobile terminals of different platforms, which has better implementation.
  • Sex After transmitting the encoded alarm data to the destination mobile terminal, the destination terminal needs to perform the following operations: The destination mobile terminal parses the alarm data; and the destination mobile terminal stores the parsed alarm data.
  • the predefined file format comprises at least one of the following: repetition days, duration, alarm ring tone, trigger type, start alarm time, file version, time interval, text information.
  • the number of repetition days is a binary number of 7 digits, the lowest digit represents Monday, and the highest digit represents Sunday.
  • the duration ranges from 0 to 60 minutes, where 0 indicates that the duration of the alarm is permanent.
  • the alarm ring tone is a ring tone in binary data format.
  • the trigger type comprises one of the following: ringing, ringing plus vibration, vibration.
  • the format of the start alarm time is: ⁇ date>T ⁇ time> or ⁇ date>T ⁇ time>Z.
  • VCLOCK The following definition of the file format is called VCLOCK, the VCLOCK format is described in detail.
  • the definition of each field row corresponds to the field of the local alarm.
  • the mandatory field defined by VCLOCK cannot be encoded into VCLOCK if it is not included in the local alarm.
  • VCLOCK defines the necessary fields, the local alarm is not included, and cannot be parsed.
  • the format of the VCL0CK object is as follows:
  • a VCLOCK object consists of multiple fields, each of which is represented by a single line. Each field consists of a field name and a field value. Wherein, the field name and the field value are separated by ":", and the format is as follows: Property Name : Property Value
  • Each VCLOCK object represents an alarm setting. Each VCLOCK object begins with the line BEGIN : VCLOCK (VCLOCK start delimiter), with any number of VCLOCK field lines in between, and ends with the line END : VCLOCK (VCLOCK end delimiter).
  • the VCLOCK field line ends with the terminator CRLF (carriage return line wrap), which means that multiple field lines in the VCLOCK object are split by CRLF, including BEGIN: VCLOCK and P END : VCLOCK.
  • CRLF terminator return line wrap
  • the specific fields of the VCLOCK object are described below.
  • 2 is a schematic structural diagram of a field definition of an alarm clock data format according to an embodiment of the present invention.
  • an alarm setting usually includes but is not limited to the following: start alarm time, repeat days, trigger type, time interval, Duration, text message, alarm ring tone. The details are described below. Start the alarm time, this field is generated by one setting.
  • the format definition follows ISO-8601.
  • the storage field name and field value correspond to the following: TIME: Start the alarm time, follow the format of ISO-8601 date and event as follows, TIME: ⁇ date>T ⁇ time> or ⁇ date>T ⁇ time>Z.
  • TIME: 20111123T0930Z means 9:30 on November 23, 2011.
  • the number of days to repeat optional usually includes daily and weekly to weekly.
  • the value is defined as a 7-digit binary number. Each representative represents a day of the week. It occupied a low position on Monday and occupied a high position on Sunday. Others and so on.
  • REPEAT Seven-digit binary number. For example: REPEAT: 0011100 means that the number of days of repeated ringing is Wednesday, Thursday, Friday.
  • the trigger type includes only vibration, only ringing, vibration plus ringing.
  • the three integer values of 0, 1, and 2 represent the above three types: only vibrate, only ring, both vibrate and ring.
  • TRIGGER TYPE Integer value.
  • TRIGGER TYPE 0 means only vibration.
  • the time interval when the alarm is not turned off, can be triggered once every time period, the time interval is up to 1 hour, that is, the effective setting range is between 0 and 60 minutes.
  • the format definition follows ISO-8601. DELAY: Every Trigger once in a while.
  • PT[hh]H[mm]M according to the time interval defined by ISO-8601, mm ranges from 0 to 59.
  • DELAY: PT30M means to ring again every 30 minutes.
  • the effective setting range is between 0 and 60 minutes for each trigger duration. Where 0 means permanent ringing until the alarm is turned off.
  • the format definition follows ISO-8601, DURATION: how long it lasts, for example: DURATION: PT5M means the duration is 5 minutes.
  • the INFO value is a text message that represents the title of the alarm.
  • RING stands for the alarm ring tone file.
  • Field values in VCLOCK are pure ASCII text and do not require encoding.
  • the alarm ring tone field value is the binary data of the ring tone, and is encoded by QUOTED-RINTABLE.
  • the file is stored with a .vck extension.
  • the implementation process of the embodiment of the present invention will be described in detail below with reference to examples.
  • the format of the generated file is as follows: BEGIN: VCLOCK
  • FIG. 3 is a flowchart of synchronizing alarm clock data between mobile terminals according to an embodiment of the present invention. As shown in FIG. 3, the following steps S302 to S316 are included. The flow on the left is the A mobile terminal (ie, the source mobile terminal), and the flow on the right is the mobile terminal B (ie, the destination mobile terminal). Step S302, setting an alarm clock at the A mobile terminal. Step S304, the alarm clock set by the If A mobile terminal is encoded into the VCLOCK file format defined above and exported. Step S306, sending the encoded alarm data. Step S308, the B mobile terminal receives the alarm clock data in the VCLOCK file format through the carrier.
  • Step S310 parsing the VCLOCK file.
  • step S312 it is determined whether the analysis is successful. If successful, step S314 is performed; if not, step S316 is performed.
  • step S314 the data is imported into the local alarm of the B mobile terminal.
  • Step S316 deleting the file.
  • FIG. 4 is a structural block diagram of an alarm clock data exchange apparatus according to an embodiment of the present invention.
  • a setting module 42 an encoding module 44, and a transmitting module 46 are included.
  • the structure is described in detail below.
  • the setting module 42 is configured to set an alarm;
  • the encoding module 44 is connected to the setting module 42 and configured to encode the alarm data of the alarm set by the setting module 42 according to a predefined file format;
  • the sending module 46 is connected to the encoding module 44. And sending the alarm data encoded by the encoding module 44 to the destination mobile terminal.
  • the embodiment of the present invention further provides an alarm clock data exchange system.
  • FIG. 5 is a structural block diagram of an alarm clock data exchange system according to an embodiment of the present invention. As shown in FIG.
  • the source mobile terminal 52 includes: a setting module 522 configured to set an alarm; an encoding module 524, coupled to the setting module 522, configured to encode the alarm data of the alarm set by the setting module 522 according to a predefined file format; the sending module 526 And connected to the encoding module 524, configured to send the alarm data encoded by the encoding module 524 to the destination mobile terminal 54.
  • the destination mobile terminal 54 includes: a parsing module 542 configured to parse the alarm data; a storage module 544 connected to the parsing module 542 and configured to store the parsed alarm data of the parsing module 542.
  • the present invention uses the source mobile terminal and the destination mobile terminal for clarity of description.
  • the mobile terminal involved in the present invention includes all the above modules, which can be used as both the receiver of the alarm data and the clock data. sender.
  • the alarm clock data exchange device described in the device embodiment corresponds to the foregoing method embodiment, and the specific implementation process has been described in detail in the method embodiment, and details are not described herein again.
  • an alarm clock data exchange method, apparatus and system are provided.
  • the invention encodes the alarm clock data into the data of the predefined file format, and uses the encoded alarm clock data to exchange, thereby realizing the exchange of the alarm clock data between the mobile terminals of different platforms, and has good implementation.
  • the present invention can transmit alarm clock data between terminals through various carrying means.
  • modules or steps of the present invention can be implemented by a general-purpose computing device, which can be concentrated on a single computing device or distributed over a network composed of multiple computing devices.
  • they may be implemented by program code executable by the computing device, such that they may be stored in the storage device by the computing device, or they may be separately fabricated into individual integrated circuit modules, or they may be Multiple modules or steps are made into a single integrated circuit module.
  • the invention is not limited to any specific combination of hardware and software.
  • the above is only the preferred embodiment of the present invention, and is not intended to limit the present invention, and various modifications and changes can be made to the present invention. Any modifications, equivalent substitutions, improvements, etc. made within the spirit and scope of the present invention are intended to be included within the scope of the present invention.

Abstract

L'invention concerne un procédé, un dispositif et un système d'échange de données d'horloge d'alarme. Le procédé comprend les étapes suivantes : une horloge d'alarme est réglée par un terminal mobile source; les données d'horloge d'alarme de l'horloge d'alarme sont codées selon un format de fichier prédéterminé; les données d'horloge d'alarme codées sont transmises à un terminal mobile cible. Dans la présente invention, les données d'horloge d'alarme sont codées en les données avec le format de fichier prédéterminé, les données d'horloge d'alarme codées sont utilisées pour l'échange, et ainsi, l'échange des données d'horloge d'alarme entre les terminaux mobiles sur différentes plates-formes est réalisé, et est plus pratique.
PCT/CN2012/072116 2011-12-15 2012-03-09 Procédé, dispositif et système d'échange de données d'horloge d'alarme WO2013086807A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN2011104199699A CN102546934A (zh) 2011-12-15 2011-12-15 闹钟数据交换方法、装置及系统
CN201110419969.9 2011-12-15

Publications (1)

Publication Number Publication Date
WO2013086807A1 true WO2013086807A1 (fr) 2013-06-20

Family

ID=46352866

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2012/072116 WO2013086807A1 (fr) 2011-12-15 2012-03-09 Procédé, dispositif et système d'échange de données d'horloge d'alarme

Country Status (2)

Country Link
CN (1) CN102546934A (fr)
WO (1) WO2013086807A1 (fr)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104301989A (zh) * 2014-09-05 2015-01-21 惠州Tcl移动通信有限公司 智能终端、功能终端及闹钟信息的同步方法
CN105516222A (zh) * 2014-09-24 2016-04-20 小米科技有限责任公司 提醒方法及装置

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1472947A (zh) * 2002-07-31 2004-02-04 致福股份有限公司 短消息传送应用于日程表群组之呼叫方法
CN1599478A (zh) * 2004-08-30 2005-03-23 侯万春 在移动电话中增加网络闹钟的设备和方法
CN101730286A (zh) * 2008-10-14 2010-06-09 北京三星通信技术研究有限公司 实现多手机终端日程同步的方法
CN101753706A (zh) * 2008-12-19 2010-06-23 康佳集团股份有限公司 一种手机短信日程提醒方法及使用该方法的手机

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100576112C (zh) * 2006-05-30 2009-12-30 英华达(上海)电子有限公司 基于无线通信方式接收日历行程数据的电子闹钟及方法
CN101179798B (zh) * 2007-12-11 2011-12-21 华为终端有限公司 在手机之间传输数据的操作方法及装置
CN101217727A (zh) * 2007-12-29 2008-07-09 深圳华为通信技术有限公司 设置提醒的方法、装置及系统

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1472947A (zh) * 2002-07-31 2004-02-04 致福股份有限公司 短消息传送应用于日程表群组之呼叫方法
CN1599478A (zh) * 2004-08-30 2005-03-23 侯万春 在移动电话中增加网络闹钟的设备和方法
CN101730286A (zh) * 2008-10-14 2010-06-09 北京三星通信技术研究有限公司 实现多手机终端日程同步的方法
CN101753706A (zh) * 2008-12-19 2010-06-23 康佳集团股份有限公司 一种手机短信日程提醒方法及使用该方法的手机

Also Published As

Publication number Publication date
CN102546934A (zh) 2012-07-04

Similar Documents

Publication Publication Date Title
CN101217727A (zh) 设置提醒的方法、装置及系统
CN105872966A (zh) 一种推送定制消息的方法及装置
JP2004518353A5 (fr)
JP6047938B2 (ja) 電子時計、時刻修正方法、及び、プログラム
KR20030037875A (ko) 이동 통신 단말의 스케줄 관리 방법
CN101572879A (zh) 通信系统、通信终端及其电子通讯录的更新方法
CN106792578B (zh) 一种事件提醒消息推送方法及装置
CN1620059A (zh) 向客户机装置提供同步通知的方法
CN102185982A (zh) 一种缩短电话语音提示系统等待时间的方法
RU2010119337A (ru) Способ и устройство для осуществления связи со сквозным шифрованием
CN103685358A (zh) 社交网络的事件提醒跟踪方法及装置
WO2012006829A1 (fr) Procédé d'envoi de courrier électronique pour terminaux mobiles, et système de messagerie électronique
CN101753706A (zh) 一种手机短信日程提醒方法及使用该方法的手机
WO2013086807A1 (fr) Procédé, dispositif et système d'échange de données d'horloge d'alarme
CN202841189U (zh) 网络闹钟
WO2011157241A2 (fr) Procédé de synchronisation de données, serveur, terminal mobile et système de synchronisation de données
CN101945350A (zh) 移动终端定时通信的方法、装置和移动终端
JP2006039615A (ja) 端末装置およびメニュー表示方法
CN103458091A (zh) 电子设备中基于事件序列集合实现主题闹钟控制的方法
CN103024693A (zh) 一种远程实现闹钟功能的方法及终端
CN105530362A (zh) 终端定时事件的设置方法、装置及系统
KR100652720B1 (ko) 이동통신 단말기의 백업데이터 송수신 장치
US20040242282A1 (en) Portable information terminal device and telephone directory display method used by the device
CN109246237A (zh) 一种基于网络的电子便签
KR100286876B1 (ko) 데이터 수신장치 및 수신데이터 처리방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 12858335

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 12858335

Country of ref document: EP

Kind code of ref document: A1