Quote:
Originally Posted by ProfZamorra
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.