View Single Post
Old 10-09-2023, 01:54 AM   #2
f_coco
Connoisseur
f_coco began at the beginning.
 
Posts: 64
Karma: 10
Join Date: Mar 2015
Device: InkPad
Quote:
Originally Posted by ProfZamorra View Post
Hi,

Is there any way to disable the smart cover functionality of the Tolino reader (here, epos 3)? I have the genuine leather one from Tolino and when in my backpack or even at home, the front cover is moving, waking up the Tolino and draining the battery. Currently, I have no protection at all, but this is giving me more time to read as the device is not turning itself on.

Any thoughts?

Cheers,
ProfZamorra
If you have made ADB opened for your devices, you may try using adb with the following command to disable hall sensor.
adb shell settings put system hall_sensor_switch 0
0 means off, 1 means on.
f_coco is offline   Reply With Quote