Froyo Voice Input for HTC Desire

This one is pull from a clean Froyo FRF91 ROM, ready for HTC Desire πŸ™‚

There are two ways to put it into your phone:

Read more here

Method 1: (via ADB)
1.remount the system

Code:
adb remount

2.upzip and push APK into system/app

Code:
adb push LatinImeGoogle.apk /system/app

3.upzip and push those *.so file into system/lib

Code:
adb push ****.so /system/lib

(**** is the file you just unziped in “lib” folder)
4. Enjoy~

Download: ClickME

========================

Method 2: (via Recovery)
1.reboot into Recovery mode. (p.s.Hold Back+Volume Down to boot)
2.flash it as other ZIP file.
3.Enjoy~

Download: ClickME

Add a Comment

Your email address will not be published. Required fields are marked *