|
||||
Re: How to make incoming call vibration Intermittent not continous?
Quote:
good: so you can eventually feel it ( i use it for emails and pic messages with a LONG ringtone) bad: if i dont catch it it will dran my battery very fast as the tones i use for them are sometimes a 1 min long
__________________
Phone: Nexus 6p | Carrier: StraightTalk Att
Kernel: Stock | ROM: Stock Oreo |
|
||||
Re: How to make incoming call vibration Intermittent not continous?
This may help : http://www.tomstricks.com/windows-mo...tweaks-part-5/
Quote from this site : Change ringtone/vibrate/LED flash characteristics If you would like more control over how your Windows Mobile device rings/vibrates/flashes its LEDs on events, you can can change the Script values of these events. For example, for an incoming call performing ‘activate device, play ringtone, wait 3 seconds, repeat’: HKCU\ControlPanel\Sounds\RingTone0\Script = “apw3r” (REG_SZ string, no quotes) For performing ‘active device, set volume to 33%, play ringtone, set volume to 67%, play ringtone, set volume to 100%, play ringtone (no repeat)’: HKCU\ControlPanel\Sounds\RingTone0\Script = “ac33pc67pc100p” (REG_SZ string, no quotes) The following are the full codes available to you. Please note that all the codes are executed simultaneously except after a ringtone play / wait code. E.g. ‘v1p’ will vibrate and play at the same time, while vibrating for 1 second. But ‘pv1′ will play the ringtone through all the way first, then start vibrating for 1 second. a = activate device cN = set volume to N in percentage max volume fN = flash notification LED for N seconds p = play ringtone. Note that this will play the ringtone all the way through before continuing with the next code. r = repeat. Note that this should be the last code in your Script string, if used at all. vN = vibrate for N seconds wN = wait for N seconds. Note that the device will wait this long before continuing with the next code. |
This post has been thanked 1 times. |
|
||||
Re: How to make incoming call vibration Intermittent not continous?
VAlert: This small program allows customizing vibration incoming call alerts.
How to use 1. Install the CAB 2. Soft reset the device or manually run \Program files\VAlert\VAlert.exe 3. The program is hidden by default. To display program window (if needed), run the program again 7. In Phone->Options make sure ring type is Vibrate and Ring 4. Edit script.txt to change vibration pattern. Every line in the file is a pair of vibration length and note pause 5. From the program window run Menu->Test to test the created pattern 6. Perform Menu->Hide to hide program window What's new: - More devices support, including non-HTC - The installer executes the program upon installation (no soft reset required) - No vibration on waiting call - Support for incoming call ring mute (stop vibration) - Silent start - Even lower memory footprint - ~4K on standby (was 11K before) Worked on my HTC Mogul and now using it on my HTC Touch Pro, Hope it helped. |
This post has been thanked 1 times. |
|
|
|