Results 1 to 1 of 1
  1. #1
    Double0EK's Avatar
    offline Call Me THE Mobile Modder
    Join Date
    Apr 2010
    Location
    Las Vegas, NV
    Posts
    2,069
    Thanks
    339
    Thanked 466 Times in 367 Posts
    Downloads
    22
    Uploads
    0

    [How-To]DroidX - Multi-Touch Keyboard

    This was posted in the Cliq XT section. I tried it on j_r0dds 1.3.2 and it works. Just do the following.

    As always start with a Nandroid Backup...If not then you can just save the LatinIME.apk and LatinIME.odex (if present) before performing the procedures.

    (This procedure was for the XT)
    Originally Posted by MyInstallZIPFILE
    1. Move the files to android-sdktools
    2. Run these codes via ADB

    adb shell
    su
    mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system
    rm -r /system/app/LatinIME.apk
    rm -r /system/app/LatineIME.odex
    exit (might have to do it twice if now you are on $)
    adb install q-ime.apk

    3. Long press on a textbox, choose input method and choose Multitouch Keyboard.
    another way would be to do this in Terminal Emulator if you are running j_r0dds builds or any build based on his builds.
    Place the q-ime.apk on the root of your sdcard
    commence the following in Terminal Emulator:

    su
    rwsystem
    cd /system/app
    ls
    rm LatinIME.apk
    install sdcard/q-ime.apk /system/app
    rosystem
    reboot

    Once you have it rebooted go into Settings>Language & Keyboard and select Multi-Touch Keyboard. When trying to select it to use when tying/texting - Long press the textbox and choose it for your input method.

    For a Deodexed ROM just uninstall the LatinIME.apk there will be no odex.

    4shared.com - free file sharing and storage

    This will be used at your own risk. We all know the problems we can have using the MT patch. Thanks to @MyinstallZIPFILE, [MENTION=3194326]mastermind278[/MENTION], [MENTION=3066822]j_r0dd[/MENTION] and any and all of the developers who have made the Cliq what it is...a more usable device

    I DO NOT TAKE ANY CREDIT FOR THIS. Just simply putting it here to share.

  2. The Following User Says Thank You to Double0EK For This Useful Post:

    Danation (01-12-2011)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •