in order to do that first you must have to download the ax8mt.ko file
http://www.mediafire.com/?ox2h7e3o8pphamf
then copy it to the sd card
then first you must have to do these steps as in the tutorial in the video
How to get multitouch W8
1) Copy ax8mt.ko to sdcard
2) Open the root explorer
3) Go to sdcard and then move ax8mt.ko to system/lib/modules
4) Before your paste make sure your tap Mount/Ro and then paste
5) Quit root explorer
6) Open Terminal Emulator
7) Type su
8) Type insmod /system/lib/modules/ax8mt.ko
9) Type dmesg
http://www.youtube.com/watch?v=5uVacgObdOk
but when you restart the phone it wont work so everytime you switch it on you must have to do this
so i found a solution by myself of writing a code inside the OS
first of all ope the terminal an
type ls
and find where you in ?
then use
1.type su // super mode to enter
2.type cd /etc/init.d // this will direct you to the location of the system load
3.type mount -o remount,ro /system // this will give you the permission to write and modify in the system directory
4.type vi dualtouch // this will open a file so in that file you must have to implement these
insmod /system/lib/modules/ax8mt.ko
dmesg
5. then save the file using press ESC (using shortcut keys) -->:wq! -->ENTER
6.type chown root:shell dualtouch
7.type chmod 750 dualtouch
8.type mount -o remount,ro /system
enjoy dual touch!!!
thanks
http://www.mediafire.com/?ox2h7e3o8pphamf
then copy it to the sd card
then first you must have to do these steps as in the tutorial in the video
How to get multitouch W8
1) Copy ax8mt.ko to sdcard
2) Open the root explorer
3) Go to sdcard and then move ax8mt.ko to system/lib/modules
4) Before your paste make sure your tap Mount/Ro and then paste
5) Quit root explorer
6) Open Terminal Emulator
7) Type su
8) Type insmod /system/lib/modules/ax8mt.ko
9) Type dmesg
http://www.youtube.com/watch?v=5uVacgObdOk
but when you restart the phone it wont work so everytime you switch it on you must have to do this
so i found a solution by myself of writing a code inside the OS
first of all ope the terminal an
type ls
and find where you in ?
then use
1.type su // super mode to enter
2.type cd /etc/init.d // this will direct you to the location of the system load
3.type mount -o remount,ro /system // this will give you the permission to write and modify in the system directory
4.type vi dualtouch // this will open a file so in that file you must have to implement these
insmod /system/lib/modules/ax8mt.ko
dmesg
5. then save the file using press ESC (using shortcut keys) -->:wq! -->ENTER
6.type chown root:shell dualtouch
7.type chmod 750 dualtouch
8.type mount -o remount,ro /system
enjoy dual touch!!!
thanks
Comments
Post a Comment