system_server is currently responable of starting SensorService and since it is a 64bit instance, system looks for 64bit sensorhal. Disable this mechanism and manually start SensorService with a 32bit copy of sensorservice to force the system using the 32bit HAL This is based on vache's work on potter
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
service sensorservice /vendor/bin/sensorservice_32
|
|
class main
|
|
user root
|