CN105681574A - Method for preventing illegal user from closing incoming call ringtone of mobile phone - Google Patents
Method for preventing illegal user from closing incoming call ringtone of mobile phone Download PDFInfo
- Publication number
- CN105681574A CN105681574A CN201610107111.1A CN201610107111A CN105681574A CN 105681574 A CN105681574 A CN 105681574A CN 201610107111 A CN201610107111 A CN 201610107111A CN 105681574 A CN105681574 A CN 105681574A
- Authority
- CN
- China
- Prior art keywords
- mobile phone
- user
- incoming call
- event
- phone
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04M—TELEPHONIC COMMUNICATION
- H04M1/00—Substation equipment, e.g. for use by subscribers
- H04M1/72—Mobile telephones; Cordless telephones, i.e. devices for establishing wireless links to base stations without route selection
- H04M1/724—User interfaces specially adapted for cordless or mobile telephones
- H04M1/72448—User interfaces specially adapted for cordless or mobile telephones with means for adapting the functionality of the device according to specific conditions
Landscapes
- Engineering & Computer Science (AREA)
- Human Computer Interaction (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Telephone Function (AREA)
Abstract
The invention provides a method for preventing an illegal user from closing the incoming call ringtone of a mobile phone, aiming at the problem that after stealing a mobile phone, through the way of setting the stolen mobile phone to be turned off, be silent or refuse incoming calls, a theft prevents the owner from looking for own mobile phone by calling. The method is characterized in that the user is inhibited from turning down the output volume of the mobile phone in the case that the mobile phone is not unlocked, and the user is also inhibited from turning off the mobile phone in the case that the mobile phone is not unlocked. The user can be further inhibited from changing the mobile phone to output sound from earphones in the case that the mobile phone is not unlocked. Furthermore, the invention provides two improved methods of the above two methods, wherein the first improved method is characterized in that the user is inhibited from actively hanging up or refusing the incoming call in the case that the screen is not unlocked. The second improved method is characterized in that if the user actively hangs up or refuses the incoming call in the case that the screen is not unlocked, alarm sound with a predetermined time length is output via the mobile phone after the call is hung up or refused.
Description
Technical field
The present invention relates to moving communicating field, close the method for cell phone incoming call the tinkle of bells in particular to a kind of disabled user of preventing.
Background technology
Current thief is after mobile phone is stolen in the relative closure such as automobile, train public place, can carry out being carried out by mobile phone the operations such as quiet, shutdown at once, so that neighbouring victim cannot find the position of mobile phone by dialing the method for the mobile phone that is stolen, thus mobile phone is caused to lose.
For this reason, cellphone subscriber wishes that thief cannot close incoming ring tone and mobile phone is carried out power-off operation especially.
Summary of the invention
After going smoothly, escape, by " being set to shut down or quiet or refusing incoming call by stealing mobile phone " etc. mode, the problem that stolen person finds oneself mobile phone by making a phone call for thief, the present invention proposes a kind of method that disabled user of preventing closes cell phone incoming call the tinkle of bells, it is characterized by:
(1) forbid that the output volume of mobile phone is turned down by user in the non-unblock situation of mobile phone;
(2) forbid that mobile phone is implemented power-off operation by user in the non-unblock situation of mobile phone.
Further, the present invention proposes a kind of improving one's methods to above method, it is characterized by: forbid that mobile phone is exported sound instead by earphone by user in the non-unblock situation of mobile phone.
Further, the present invention proposes to improve one's methods to two kinds of above two kinds of methods, wherein improve one's methods 1 feature be: forbid that user is not when screen unlocks, initiatively hang up or refusing incoming call. Improve one's methods 2 feature be: for the incoming call in the non-unblock situation of screen, if user is initiatively hung up or rejection, be then hung up or after rejection at phone, the alarm sound of length when exporting predefine by mobile phone.
Accompanying drawing explanation
Fig. 1 shows the ultimate principle of exemplary embodiments 1 of the present invention. There is shown the main customization that Android operation system self is carried out by this enforcement mode, this figure shows: can pass through " judging whether current screen is unlocked " determine whether perform volume adjusting button, the normal logic function of switching on and shutting down key, " hanging up/rejection " button.
Fig. 2 is in exemplary embodiments 2 of the present invention, the initialize flow process of incoming call sound software.The treatment scheme of each event is shown in the detailed explanation of embodiment part by diagram. In addition, in figure and the custom-modification of undeclared " shut down event " treatment scheme for Android operation system, this area correlation engineering technician with reference to the detailed explanation of embodiment part and Fig. 1, can obtain corresponding method voluntarily.
Fig. 3 is in exemplary embodiments 3, and action listener task is receiving " screen close event " treatment scheme performed afterwards.
Fig. 4 is in exemplary embodiments 3, and action listener task is receiving " phone incoming call event " and " phone rejection event " and " user is on-hook event initiatively " treatment scheme performed afterwards.
Embodiment
To use the mobile phone of android system so that specific embodiment of the invention method to be described, for the mobile phone using iOS operating system, the specific implementation method that this area correlation engineering technician draws with reference to the present invention still drops within protection scope of the present invention.
Belonging to the present invention, each embodiment is only exemplary in nature, and this area correlation engineering technician, under the enlightenment of each embodiment, to the reasonable combination that wherein various approach carries out and Equivalent realization, all drops within protection scope of the present invention.
Exemplary embodiments 1:
The present embodiment is mainly through carrying out custom-modification to implement the method for the invention to Android operation system. The software module that the present embodiment comprises has: " volume turns down event " processing module, " shut down event " processing module, " earphone is inserted into event " processing module, " phone rejection event " processing module and " phone is on-hook event initiatively " processing module. " volume turns down event ", " shut down event ", " earphone is inserted into event ", " phone rejection event " and " phone is on-hook event initiatively " standard treatment scheme of Android operation system is carried out custom-modification by these modules respectively. Wherein:
" volume turns down event " processing module makes Android operation system when processing " turning down volume button to be pressed ", before operative norm logic, and the operation first performing to comprise the steps:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction is currently in screen lock state, then send request to system and unlock and screen wakeup message,
Then end process process, otherwise continues to perform;
Step 3: the standard process logic forwarding " turning down volume button to be pressed " to.
" shut down event " processing module makes Android operation system when processing " user asks shutdown " event, before operative norm logic, and the operation first performing to comprise the steps:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction is currently in screen lock state, then send request to system and unlock and screen wakeup message,
Then end process process, otherwise continues to perform;
Step 3: the standard process logic forwarding " user asks to shut down " to.
" earphone is inserted into event " processing module makes Android operation system when " earphone is inserted into " event of process, before operative norm logic, and the operation first performing to comprise the steps:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction is currently in screen lock state, then send request to system and unlock and screen wakeup message,
Then end process process, otherwise continues to perform;
Step 3: the standard process logic forwarding " earphone is inserted into " to.
" phone rejection/active on-hook event " processing module makes Android operation system when " phone rejection/active on-hook " event of process, before operative norm logic, and the operation first performing to comprise the steps:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction is currently in screen lock state, then send request to system and unlock and screen wakeup message,
Then end process process, otherwise continues to perform;
Step 3: the standard process logic forwarding " phone rejection/active on-hook " to.
In this embodiment, if mobile phone is in screen lock state when phone incoming call, then user cannot refusing incoming call, also cannot initiatively hanging up calling. Relevant technical staff in the field by revising the step 2 of " phone rejection/active on-hook " treatment scheme, make user can rejection or active hanging up calling, but mobile phone can send extra alarm tone.
Exemplary embodiments 2:
Incoming call sound software and Android operation system are mainly carried out custom-modification to implement the method for the invention by the present embodiment. Wherein, the customized content of telephone receiving software is comprised:
(1) add the monitoring for " screen close event ", when listening to " screen close event ", perform the flow process comprised the steps:
Step one: obtain current system sound volume and arrange, be saved in variable orig_volume;
Step 2: obtain current voice output mode, is saved in variable orig_audio;
(2) increase the monitoring for " turning down volume event ", when listening to " turning down volume event ", current system sound volume is set to orig_volume;
(3) increase the monitoring for " earphone is inserted into event ", when listening to " earphone is inserted into event ", current voice output mode is set to orig_audio;
(4) when receiving " phone incoming call event ", before display " incoming call " interface, the flow process comprised the steps is performed:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction be currently in screen lock state, then forbid in " incoming call " interface to
Family display " hanging up " button and " rejection " button;
Step 3: show " incoming call " interface to user.
Custom-modification for Android operation system mainly comprises the amendment for " shut down event " treatment scheme so that Android is receiving " shut down event ", before carrying out the treatment scheme of standard, and the flow process first performing to comprise the steps:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction is currently in screen lock state, then send request to system and unlock and screen wakeup message,
Then end process process, otherwise continues to perform;
Step 3: the standard process logic forwarding " user asks to shut down " to.
In this embodiment, if mobile phone is in screen lock state when phone incoming call, then user cannot refusing incoming call, also cannot initiatively hanging up calling.
Exemplary embodiments 3
The present embodiment realizes by increasing input action listener task for mobile phone and customize Android operation system. Wherein action listener task monitors " screen close event ", after knowing that screen is closed, performs the operation comprised the steps:
Step one: the state monitoring input unit (under/dev/input/ associated documents) in (SuSE) Linux OS, when event occurs, continues to perform step 2;
Step 2: obtain user input content input;
Step 3: if input indicating user has pressed " turning down volume " button, then inject " heightening volume " message to system;
Step 4: if input instruction " earphone is inserted into ", then timing injects " earphone is pulled out " message to system;
Step 5: obtain current screen lock state, if current screen does not unlock, then forwards step one to, otherwise process terminates.
Action listener task monitors " phone incoming call " event, when listening to this event, is recorded in variable orig_locked by current screen lock state;
Action listener task is monitored " user's rejection event " and " user is on-hook event initiatively ", when listening to any one event, if orig_locked indicates and is in screen lock state during phone incoming call, then the alarm tone of length when playing predefine by mobile phone, otherwise do not carry out any operation.
The present embodiment is the treatment scheme of amendment Android for " shut down event " for the customization major embodiment of Android operation system, and specific implementation method can with reference to exemplary embodiments 2.
Now, if mobile phone is in screen lock state when phone incoming call, then user's refusing incoming call or after the switch initiatively hanging up calling, but the alarm sound of length when mobile phone can send predefine in rejection with after initiatively hanging up.
Exemplary embodiments 4
The present embodiment mainly adds telephone monitoring software, and incoming call sound software and Android operation system are carried out custom-modification to implement the method for the invention. Wherein, the customized content of telephone receiving software is comprised:
(1) add the monitoring for " screen close event ", when listening to " screen close event ", perform the flow process comprised the steps:
Step one: obtain current system sound volume and arrange, be saved in variable orig_volume;
Step 2: obtain current voice output mode, is saved in variable orig_audio;
(2) increase the monitoring for " turning down volume " message, when listening to " turning down volume message ", current system sound volume is set to orig_volume;
(3) increase the monitoring for " earphone is inserted into " message, when listening to " earphone is inserted into " message, current voice output mode is set to orig_audio;
Custom-modification for Android operation system mainly comprises the amendment for " shut down event " treatment scheme so that Android is receiving " shut down event ", before carrying out the treatment scheme of standard, and the flow process first performing to comprise the steps:
Step one: obtain current screen lock state lockState;
Step 2: if lockState instruction is currently in screen lock state, then send request to system and unlock and screen wakeup message,
Then end process process, otherwise continues to perform;
Step 3: the standard process logic forwarding " user asks to shut down " to.
Telephone monitoring software monitors " phone incoming call event ", " user is on-hook event initiatively " and " user's refusing incoming call " event, when receiving " phone incoming call event ", current screen lock state is recorded to variable orig_locked;
When telephone monitoring software receives " user is on-hook event initiatively ", if orig_locked indicates is in screen lock state during phone incoming call, then the alarm tone of length when playing predefine by mobile phone;
When telephone monitoring software receives " user's refusing incoming call event ", if orig_locked indicates is in screen lock state during phone incoming call, then the alarm tone of length when playing predefine by mobile phone.
Now, if mobile phone is in screen lock state when phone incoming call, then user's refusing incoming call or after the switch initiatively hanging up calling, but the alarm sound of length when mobile phone can send predefine in rejection with after initiatively hanging up.
Finally, relevant technical staff in the field should be noted that: some mobile phone provides the method that the mode outside by telephone receiving software sends " refusing incoming call " event, and some mobile phones provide the method not regulated mobile phone volume by volume key.
Claims (4)
1. prevent disabled user from closing a method for cell phone incoming call the tinkle of bells, it is characterized by:
(1) forbid that the output volume of mobile phone is turned down by user in the non-unblock situation of mobile phone;
(2) forbid that mobile phone is implemented power-off operation by user in the non-unblock situation of mobile phone.
2. the method for claim 1, it is characterised in that: forbid that mobile phone is exported sound instead by earphone by user in the non-unblock situation of mobile phone.
3. such as claim 1 and either method according to claim 2, it is characterised in that: forbid that user is not when screen unlocks, initiatively hang up or refusing incoming call.
4. such as claim 1 and either method according to claim 2, it is characterised in that: for the incoming call in the non-unblock situation of screen, if user is initiatively hung up or rejection, then it is hung up or after rejection at phone, the alarm sound of length when exporting predefine by mobile phone.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610107111.1A CN105681574A (en) | 2016-02-26 | 2016-02-26 | Method for preventing illegal user from closing incoming call ringtone of mobile phone |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610107111.1A CN105681574A (en) | 2016-02-26 | 2016-02-26 | Method for preventing illegal user from closing incoming call ringtone of mobile phone |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105681574A true CN105681574A (en) | 2016-06-15 |
Family
ID=56306174
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610107111.1A Pending CN105681574A (en) | 2016-02-26 | 2016-02-26 | Method for preventing illegal user from closing incoming call ringtone of mobile phone |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105681574A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106911843A (en) * | 2017-02-13 | 2017-06-30 | 深圳鼎智通讯股份有限公司 | Incoming ring tone volume locking system and its method |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104123514A (en) * | 2013-04-26 | 2014-10-29 | 腾讯科技(深圳)有限公司 | Shutdown validation method and device |
CN104143059A (en) * | 2014-07-31 | 2014-11-12 | 可牛网络技术(北京)有限公司 | Method and system for improving safety of mobile terminal |
CN104270527A (en) * | 2014-10-07 | 2015-01-07 | 宁夏天纵泓光余热发电技术有限公司 | Mobile phone capable of actively passing back address book through biotechnology characteristics |
CN104391712A (en) * | 2014-10-24 | 2015-03-04 | 小米科技有限责任公司 | Shutdown method and device |
CN105117912A (en) * | 2015-09-01 | 2015-12-02 | 广东欧珀移动通信有限公司 | Anti-reinstallation-after-stolen mobile terminal and anti-reinstallation-after-stolen method therefor |
-
2016
- 2016-02-26 CN CN201610107111.1A patent/CN105681574A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104123514A (en) * | 2013-04-26 | 2014-10-29 | 腾讯科技(深圳)有限公司 | Shutdown validation method and device |
CN104143059A (en) * | 2014-07-31 | 2014-11-12 | 可牛网络技术(北京)有限公司 | Method and system for improving safety of mobile terminal |
CN104270527A (en) * | 2014-10-07 | 2015-01-07 | 宁夏天纵泓光余热发电技术有限公司 | Mobile phone capable of actively passing back address book through biotechnology characteristics |
CN104391712A (en) * | 2014-10-24 | 2015-03-04 | 小米科技有限责任公司 | Shutdown method and device |
CN105117912A (en) * | 2015-09-01 | 2015-12-02 | 广东欧珀移动通信有限公司 | Anti-reinstallation-after-stolen mobile terminal and anti-reinstallation-after-stolen method therefor |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106911843A (en) * | 2017-02-13 | 2017-06-30 | 深圳鼎智通讯股份有限公司 | Incoming ring tone volume locking system and its method |
CN106911843B (en) * | 2017-02-13 | 2020-04-07 | 深圳鼎智通讯股份有限公司 | System and method for locking incoming call ringtone volume |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101001276A (en) | Intelligent telephone terminal and method for providing un-disturbing service for it | |
KR20010062551A (en) | Anti-theft protection for a radiotelephony device | |
JP2011504333A (en) | Mobile terminal having an emergency state and method for entering the state | |
JPH08186869A (en) | Radio telephone set with illegal use preventing function | |
JP2004159022A (en) | Mobile phone, dial lock release method used for the same, and program thereof | |
CN111356159B (en) | Network-resident mode adjusting method, device and storage medium | |
CN102264042A (en) | Method for preventing disturbance of incoming call | |
JPH11198762A (en) | Vehicle burglar preventive method using portable telephone | |
CN102186166A (en) | Method for preventing environmental monitoring and environmental sound-recording based on Bluetooth technology | |
CN105681574A (en) | Method for preventing illegal user from closing incoming call ringtone of mobile phone | |
US6370400B1 (en) | Method for avoiding fraudulent use of a mobile radiotelephone by blocking an interface after a certain inactive period of time and mobile radiotelephone performing the same | |
CN102685296A (en) | Disturbance-resistant telephone | |
CN101854608A (en) | Remote power-off method of mobile phones | |
KR101188853B1 (en) | System for high speed changing of mobile terminal bell mode and method therefor | |
JP2002281148A (en) | Mobile telephone | |
WO2017096980A1 (en) | Method for realizing anti-interference mode in mobile communication terminal and mobile communication terminal with anti-interference mode | |
CN107318055A (en) | Screen unlocking method and device of mobile terminal | |
KR19990016008A (en) | How to prevent loss of your mobile device | |
EP1675367A1 (en) | Mobile telephone and method for placing an emergency call | |
JP2001296956A (en) | Device including keypad, and method for protecting key from undesirable unauthorized use | |
CN107172283B (en) | A kind of mobile terminal calling control method and device | |
CN103716464A (en) | User equipment control method and user equipment | |
CN109391912A (en) | A kind of dedicated network and common network emerging system | |
KR20070056496A (en) | Method for remote locking function setting/canceling of mobile phone | |
KR920007135B1 (en) | Direct distance dialing blocking method |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WD01 | Invention patent application deemed withdrawn after publication | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20160615 |