[MOD]Multi-touch hack

Search This thread

michael0619

Member
Aug 26, 2010
20
48
attachment.php

attachment.php

More than 5 points is not perfect:(,but it can be identified.;)
use cwm recovery update .zip file
you can also modify the code in the file by youself
File: /system/etc/touchpad/21 and 22 directorys touchpad.cfg file
Code: line 28 change NUMTOUCH=2 to NUMTOUCH=10

Look forward to someone to make it more perfect
 

Attachments

  • touchpad.zip
    4 KB · Views: 15,234
  • com.the511plus.MultiTouchTester-1.apk
    85.3 KB · Views: 9,736

NFHimself

Senior Member
Mar 12, 2008
816
469
Mount Pearl
Very cool!

Cheers!

I used this instead:

Code:
#!/system/bin/sh

busybox mount -o rw,remount /system

cd /system/etc/touchpad/21/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg

cd /system/etc/touchpad/22/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg

busybox mount -o ro,remount /system

In this case you need to reboot for the changes to take effect. Tried multitouch tester and multitouch visualiser and I got more than 5 touches showing, only so many fingers can fit on the screen. :)
 
Last edited:

INSM Sin

Senior Member
Aug 23, 2010
157
6
St. Louis
Very cool!

Cheers!

I used this instead:

Code:
#!/system/bin/sh

busybox mount -o rw,remount /system

cd /system/etc/touchpad/21/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg

cd /system/etc/touchpad/22/
sed 's/\(NUMTOUCH\)[ ]*=[ ]*[0-9]*/\1=10/' touchpad.cfg >temp
mv temp touchpad.cfg
chmod 644 touchpad.cfg

busybox mount -o ro,remount /system

In this case you need to reboot for the changes to take effect. Tried multitouch tester and multitouch visualiser and I got more than 5 touches showing, only so many fingers can fit on the screen. :)

How would I edit the file to how you did? Thanks. Or can you post the file? :D
 
W

WiredPirate

Guest
Thank you, thank you, thank you for the .zip! :D
I edited these files myself and made a mistake, not sure what exactly I did wrong but after reboot I had NO TOUCH at all.
Thanks to the attached .zip I was able to just copy that to my sd via usb then flash in CWM. ;):D:) I now have 10 touch points.
 

armonwilson888

Senior Member
Apr 23, 2011
118
24
mobile
Thank you, thank you, thank you for the .zip! :D
I edited these files myself and made a mistake, not sure what exactly I did wrong but after reboot I had NO TOUCH at all.
Thanks to the attached .zip I was able to just copy that to my sd via usb then flash in CWM. ;):D:) I now have 10 touch points.

I've done the same thing. Edited files that I found that had the properties rebooted with no touch at all. Been trying to figure this out for a while. Thanks.

Sent from my MB860 using XDA Premium App
 

ehvio

Senior Member
Feb 25, 2011
84
44
I assume the long-hold multitouch spaz issue is unaffected by this? What happens with all that now?

Sent from my MB860 using XDA App
 

Alejandrissimo

Senior Member
Jan 12, 2011
778
625
unlock-bootloader.com
Are there any side effects from enabling multiple touch points?

Yes, the most important side effect from enabling multi-touch is that you can use more fingers at same time :D

just joking, but yes almost you get what you pay.

Thanks to motorola, the Atrix (most powerful smartphone in the world bla bla bla bla bla) will die without devs and users, I think moto only care about money and average users.
 

Dav5049915

Member
Aug 10, 2010
48
3
while it does see 10 fingers, i find it to be glitchy with anything over 4 fingers.

the multitouch tester app goes crazy if i put 5 or more on the screen at once.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 40
    attachment.php

    attachment.php

    More than 5 points is not perfect:(,but it can be identified.;)
    use cwm recovery update .zip file
    you can also modify the code in the file by youself
    File: /system/etc/touchpad/21 and 22 directorys touchpad.cfg file
    Code: line 28 change NUMTOUCH=2 to NUMTOUCH=10

    Look forward to someone to make it more perfect
    8
    I just tried this but it doesnt work with the new CWM

    I'll check and update it. thanks

    Updated version, tested working
    1
    Could somebody post up a small tutorial on how to do this for the less tech savvy people? I've rooted and flashed before but I'd just like some clarification for this.

    Thanks.

    1. copy touchpad.zip to either the internal storage (sdcard) or micro sd card (sdcard-ext)
    2. reboot to cwm
    3. make a backup (nandroid)
    4. flash touchpad.zip
    5. reboot
    6. install MultiTouchTester
    7. play
    1
    forgot that the atrix doesn't appear to allow adb remount

    EDIT:

    This might work

    adb push touchpad.cfg /sdcard/touchpad.cfg
    adb shell
    su
    mount -t rfs -o remount,rw /dev/stl5 /system
    cp /sdcard/touchpad.cfg /system/etc/touchpad/20 *3 (20 21 22)

    EDIT2: I TAKE NO RESPONSIBILITY i copied it from here & edited it

    EDIT3: SuperUser might block it unless you "touch" accept - Sorry

    Hi,

    Don't use this, the filesystem is wrong and the device is wrong.

    Cheers!
    1
    I am rooted, but my bootloader is no unlocked so I cannot boot into recovery. How do I replace the files manually? Windows explorer doesn't see them, nor does stock android browser

    For example install ES File Explorer, in settings enable root, mount r/w, allow with super user, then follow path for files in zip and replace in rom.