The Accelerator didn't work in Androidx86 7.1r3
Have you tried the trick? (by root)
setprop ro.iio.accel.quirks no-trig; stop; start
Search android-x86 list for more details.
I will try,thank you very much!
I tried it just now,and it's useful. Final I add my computer model to "/system/etc/init.sh init_hal_sensors()" like this:
*i7-WN*) set_property ro.iio.accel.quirks no-trig set_property ro.iio.accel.x.opt_scale -1 ;;
Now I can rotate my screen normal. Thank you.
I've updated the init.sh. Thank you!
I have Cube i7 Stylus,it use KXCJ9 as accelerator,the accelerator can work in androidx86 6.0 r5,but when i use androidx86 7.1r3/oreo x86/pie x86,the accelerator didn't work,i can't rotate my screen. kernel driver : kxcjk_1013.ko hal : sensor-iio.so Can anyone help me? I would be grateful for any suggestion.