1月 20, 2011
xperia マップとか一部アプリでピンチズーム使えない
オリジナル以外のFWでアップデートしたらgoogleアップとか一部のアプリでピンチズーム使えない件
下記手順で対応できます。。。
******手順******
いつものことですが、自己責任で実行してください!!!
■条件
・SDKインストール済
・USBデバッグ設定済
1.アストロか何かで/system/build.propのファイルをSDカードへコピー
2.コピーした/sdcard/build.propの最終行に下記を足して保存
ro.product.multi_touch_enabled=true ro.product.max_num_touch=2
3.ここからandroid.hardware.touchscreen.multitouch.xmlというファイルをダウンロードして、SDカードへ保存
4.SDKで下記を叩く
C:\>adb shell $su - # # mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system # dd if=/sdcard/build.prop of=/system/build.prop # chmod 644 /system/build.prop # dd if=/sdcard/android.hardware.touchscreen.multitouch.xml of=/etc/permissions/android.hardware.touchscreen.multitouch.xml # chmod 644 /etc/permissions/android.hardware.touchscreen.multitouch.xml # reboot
以上~♪