Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    offline Itty Bitty Modder
    Join Date
    Jul 2007
    Posts
    18
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    91
    Uploads
    0

    Droid X Multi-Touch Keyboard

    Dear all,

    Got Droid x multitouch keyboard working on my milestone...


    working great..

    do on your own risk

    download it from:

    Droid X Dump Files (Multi-Touch Keyboard, RINGTONES, Wallpapers, BOOT)

    edit:

    Non root cannot install it...i forgot my phone rooted already hehe

    just copy the apk to /system/app/ using root explorer or file manager for root

    chmod it to 644

    reboot your phone

    done
    Last edited by harunjo; 09-16-2010 at 03:12 PM.
    Good bye motorola Milestone!!!

    I Feels freedom with my new Nexus one

    ROM: cyanogenmod stable 6.0.0-N1

    Kernel: Pershot 2.6.34.7

  2. #2
    offline So I Hear You Can Mod
    Join Date
    Feb 2007
    Posts
    119
    Thanks
    10
    Thanked 14 Times in 8 Posts
    Downloads
    13
    Uploads
    0
    please explain to me how non root users cna install multitouch keyboard , thanks ..

  3. #3
    offline So I Hear You Can Mod
    Join Date
    Sep 2007
    Posts
    206
    Thanks
    38
    Thanked 12 Times in 10 Posts
    Downloads
    28
    Uploads
    0
    can install together with stock keyboard?
    i love my [ razr2 V8 ]

  4. #4
    offline Itty Bitty Modder
    Join Date
    Jul 2007
    Posts
    18
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    91
    Uploads
    0
    yes i installed it together with htc keyboard and latin native keyboard on my phone

    1. download it from RapidShare: 1-CLICK Web hosting - Easy Filehosting

    2. install the apk file like usual. (you must enable "unknown source" option from app setting"

    3. enable multi touch keyboard at setting >> keyboard and language >> multitouch keyboard.

    done

    fyi guys... swype keyboard from droid x force closed on my milestone
    Last edited by harunjo; 06-27-2010 at 01:28 AM. Reason: Automerged Doublepost

  5. #5
    offline Itty Bitty Modder
    Join Date
    Dec 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Downloads
    4
    Uploads
    0
    i cant install this app and dont know why. i have android 2.1 and a milestone. when i try to install allways says that the app hasnt been installed, dont know what else to try, any idea?

  6. #6
    offline Developer
    Join Date
    Apr 2010
    Posts
    407
    Thanks
    20
    Thanked 236 Times in 59 Posts
    Downloads
    7
    Uploads
    0
    i looked at the code, and its only for CDMA phones.. so dont waste your time on it.

  7. #7
    offline Of Mice and Modders
    Join Date
    May 2010
    Posts
    62
    Thanks
    11
    Thanked 10 Times in 9 Posts
    Downloads
    52
    Uploads
    0
    To install Droid X Multi-Touch Keyboard you need root.
    I did it as following:
    1. download it RapidShare: 1-CLICK Web hosting - Easy Filehosting
    2. rename repackaged-signed.apk as LatinIME.apk
    3. copy it to ROOT of SD card
    4. adb shell
    5. su
    6. mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
    7. cp -f /sdcard/LatinIME.apk /system/app/LatinIME.apk
    8. reboot

    PS. It is nothing with CDMA phones - it works on Milestone

  8. #8
    offline Itty Bitty Modder
    Join Date
    Jul 2007
    Posts
    18
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    91
    Uploads
    0
    Quote Originally Posted by dext3r View Post
    i looked at the code, and its only for CDMA phones.. so dont waste your time on it.
    this is the most silly comment i ever read..

  9. #9
    Skrilax_CZ's Avatar
    offline Retired Moderator
    Join Date
    Feb 2007
    Location
    Prague
    Posts
    5,243
    Thanks
    1,881
    Thanked 3,118 Times in 1,338 Posts
    Downloads
    28
    Uploads
    29
    Works fine here.

    Thanks Semseddin for the signature and avatar.

  10. #10
    offline Developer
    Join Date
    Apr 2010
    Posts
    407
    Thanks
    20
    Thanked 236 Times in 59 Posts
    Downloads
    7
    Uploads
    0
    Quote Originally Posted by harunjo View Post
    this is the most silly comment i ever read..
    the image i have does not activate any of the security areas on my milestone, so its not enabling the phone part, but maybe i misunderstood this is not meant to be so?

    or maybe not the same image at all..


    this is my header, can you maybe double check?

    # Do not try to parse ro.build.description or .fingerprint
    ro.build.description=cdma_shadow-user 2.1-update1 VZW 1.13.514 ota-rel-keys,release-keys
    ro.build.fingerprint=verizon/shadow_vzw/cdma_shadow/shadow:2.1-update1/VZW/13514:user/ota-rel-keys,release-keys
    # end build properties
    #
    # system.prop for CDMA Shadow

  11. #11
    offline So I Hear You Can Mod
    Join Date
    Feb 2007
    Posts
    119
    Thanks
    10
    Thanked 14 Times in 8 Posts
    Downloads
    13
    Uploads
    0
    Quote Originally Posted by Alex469 View Post
    To install Droid X Multi-Touch Keyboard you need root.
    I did it as following:
    1. download it RapidShare: 1-CLICK Web hosting - Easy Filehosting
    2. rename repackaged-signed.apk as LatinIME.apk
    3. copy it to ROOT of SD card
    4. adb shell
    5. su
    6. mount -o remount,rw -t yaffs2 /dev/block/mtdblock6 /system
    7. cp -f /sdcard/LatinIME.apk /system/app/LatinIME.apk
    8. reboot

    PS. It is nothing with CDMA phones - it works on Milestone
    you dont need to rename it , all I did was delete the latinime and push the other in system/app then installed it form there worked right away

    Quote Originally Posted by harunjo View Post
    this is the most silly comment i ever read..
    Hmm nop you just beat it with this particular comment , especially your the one that posted we dont need root while the method you posted dont work for me , so please edit your post or give me another guide because as far as I am concerned I NEEDED ROOT otherwise it wouldn't have installed


    Quote Originally Posted by dext3r View Post
    the image i have does not activate any of the security areas on my milestone, so its not enabling the phone part, but maybe i misunderstood this is not meant to be so?

    or maybe not the same image at all..


    this is my header, can you maybe double check?

    # Do not try to parse ro.build.description or .fingerprint
    ro.build.description=cdma_shadow-user 2.1-update1 VZW 1.13.514 ota-rel-keys,release-keys
    ro.build.fingerprint=verizon/shadow_vzw/cdma_shadow/shadow:2.1-update1/VZW/13514:user/ota-rel-keys,release-keys
    # end build properties
    #
    # system.prop for CDMA Shadow

    hehe the DROID X is CDMA but this topic is only about an apk why you complicate the whole thing probably the fatigue of working too hard on your port (i.e you lost me there )

  12. #12
    offline Developer
    Join Date
    Apr 2010
    Posts
    407
    Thanks
    20
    Thanked 236 Times in 59 Posts
    Downloads
    7
    Uploads
    0
    Quote Originally Posted by DAGr8 View Post
    hehe the DROID X is CDMA but this topic is only about an apk why you complicate the whole thing probably the fatigue of working too hard on your port (i.e you lost me there )
    hmmm I am probably tired but i do see now, that its not the image, but only the LatinIME.apk

    for clearing up the mistake in my comment.

  13. #13
    offline Maybe Modder
    Join Date
    Jun 2010
    Posts
    36
    Thanks
    4
    Thanked 3 Times in 1 Post
    Downloads
    2
    Uploads
    0
    Quote Originally Posted by antoa View Post
    i cant install this app and dont know why. i have android 2.1 and a milestone. when i try to install allways says that the app hasnt been installed, dont know what else to try, any idea?
    the same thing happens to me, did u manage to install it?

  14. #14
    offline Itty Bitty Modder
    Join Date
    Jul 2007
    Posts
    18
    Thanks
    1
    Thanked 2 Times in 2 Posts
    Downloads
    91
    Uploads
    0
    Quote Originally Posted by DAGr8 View Post

    Hmm nop you just beat it with this particular comment , especially your the one that posted we dont need root while the method you posted dont work for me , so please edit your post or give me another guide because as far as I am concerned I NEEDED ROOT otherwise it wouldn't have installed
    haha..you are correct..i forgot my phone rooted already...

    i updated my first post..

  15. #15
    offline Itty Bitty Modder
    Join Date
    May 2010
    Posts
    5
    Thanks
    0
    Thanked 2 Times in 1 Post
    Downloads
    3
    Uploads
    0


    download here: LatinIME.apk

    use root exflore copy LatinIME.apk to sytem/app

    LatinIME.apk then, click on the text install, complete installation and restart the phone. ok now you've got Droid X multitouch keyboard.

Page 1 of 2 12 LastLast

Posting Permissions

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