How to fix sensor issues on android q [guide]

Search This thread

zaacc

Member
Jan 24, 2017
46
48
First thing to do is to unlock bootloader and then root your device. Then go to terminal on pc and enable usb debugging. type:
adb shell
su
then copy and paste all this into the terminal window : https://del.dog/asovalisad.pl then type enter.
if you go to aida 64 it will tell you that all your sensors are working again. DO NOT REBOOT, FIX DOESN'T STICK AFTER REBOOT Tested on Pixel 3 (blueline) but it should work on every pixel. full credit to @ab123321 and @_LLJY
 
Last edited:
  • Like
Reactions: neckronus

nikhilnangia

Senior Member
Sep 22, 2016
122
115
Paris, France
First thing to do is to unlock bootloader and then root your device. Then go to terminal on pc and enable usb debugging. type:
adb shell
su
then copy and paste all this into the terminal window : https://del.dog/asovalisad.pl then type enter.
if you go to aida 64 it will tell you that all your sensors are working again. DO NOT REBOOT, FIX DOESN'T STICK AFTER REBOOT Tested on Pixel 3 (blueline) but it should work on every pixel. full credit to @ab123321 and @_LLJY

Thank you for sharing the script.

A suggestion to try out: put this script in init so it is initialised at each reboot.

Let us know if it works!
 

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    First thing to do is to unlock bootloader and then root your device. Then go to terminal on pc and enable usb debugging. type:
    adb shell
    su
    then copy and paste all this into the terminal window : https://del.dog/asovalisad.pl then type enter.
    if you go to aida 64 it will tell you that all your sensors are working again. DO NOT REBOOT, FIX DOESN'T STICK AFTER REBOOT Tested on Pixel 3 (blueline) but it should work on every pixel. full credit to @ab123321 and @_LLJY