[Call vibrator] How to enable outgoing call vibration without root

Source: Internet
Author: User

Call vibrator requires the radio log of phone to detect when outgoing call is answered. But since AndroidJellybean (4.1), The permission for radio log is not granted to non-system app by default.

If your device is rooted, call vibrator will prompt a dialog to let user grant the permission to itself.

If your device is not rooted, follow the instructions to grant the permission to call vibrator manually.

1. Install the USB driver of your phone

2. on your phone go to settings-> developer options-> toggle on Android debugging. (if you don't see developer options in settings, go to settings-> about phone and tap build number until you see the message that you are a developer and return to settings, you will then see developer options)

3. Download read log permission enabler script from https://bitbucket.org/shaobin0604/readlogpermissionenabler/downloads/readlogpermissionenabler.zip, it's about 500kb ZIP file

4. Unzip the content to c :\

5. Click Start-> Run, type cmd, when the black window opens up, type:

cd C:\readlogpermissionenabler\libs

6. Connect your phone to the PC with USB cable.

7. Make sure that in command prompt your are now at c: \ readlogpermissionenabler \ libs and type:

adb devices

You will see a combination of numbers and letters and the word device, that means you are all set.

8. For callvibrator (lite) Type

adb shell "pm grant io.github.yutouji0917.callvibrator.ad android.permission.READ_LOGS"

For callvibrator (donate) Type

adb shell "pm grant io.github.yutouji0917.callvibrator.donate android.permission.READ_LOGS" 

Or if you are lazy just run the script grant_read_log_permission.bat in c: \ readlogpermissionenabler

9. Unplug your phone from PC

10. Open the call vibrator app. Check all the options you need.

11. Try making a call. If the phone does not vibrate, try reboot the phone and then making a call once again.

That's all, have fun with outgoing call vibration to avoid radiation

[Call vibrator] How to enable outgoing call vibration without root

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.