in reply to: ตอนนี้ Spica สามารถใช้ Multitouch ได้แล้วครับ
#adb shell mount -o remount,rw,codepage=utf8,vfat,xattr,check=no /dev/stl5 /system
#adb pull /system/build.prop แล้วนำไฟล์ build.prop เปิดด้วยโปรแกรม text editor อะไรก็ได้
เพิ่ม
ro.product.multi_touch_enabled=true
ro.product.max_num_touch=2
ต่อท้ายไฟล์ build.prop แล้วก็ save ไป
#adb push build.prop /system/
#adb push android.hardware.touchscreen.multitouch /etc/permissions/
#adb shell reboot
ส่วนนี้ทำยังงัยครับ ?