toiin3ron
Member
- Jul 4, 2012
- 11
- 2
Hello, first of all I congratulate you for your work and especially for this excellent ROM.
In my tablet does not work the g-sensor and the camera, I tried to fix the g-sensor replacing these lines in the file init.sun5i.rc.
But still does not work, you'll get a recommendation on what I can do?
with this
Thank you.
In my tablet does not work the g-sensor and the camera, I tried to fix the g-sensor replacing these lines in the file init.sun5i.rc.
But still does not work, you'll get a recommendation on what I can do?
Code:
# gsensor module
insmod /system/vendor/modules/mecs.ko
insmod /system/vendor/modules/mxc622x.ko
chmod 777 /system/bin/memsicd
mkdir /data/misc/sensors 0777 system system
with this
Code:
# gsensor module
insmod /system/vendor/modules/mecs.ko
insmod /system/vendor/modules/mma7660.ko
chmod 777 /system/bin/memsicd
mkdir /data/misc/sensors 0777 system system
Thank you.