[MOD] Slightly modified LatinIME (enter in SMS, underscore shortcut and more smileys)

Search This thread

_TB_TB_

Senior Member
Apr 5, 2006
449
176
Ruda Śląska
suzume.pl
A slightly modified version of LatinIME.apk (default keyboard) from ICS 4.0.3 GSM (AOKP.26).
The only change is an extended set of smilies, a ENTER (carriage return) in SMS/IM keyboard and an underscore key available via symbols key.

To install: put into /system/app/ and change permissions to 0644
Code:
adb remount
adb push LatinIME.apk /system/app/
adb shell chmod 0644 /system/app/LatinIME.apk

You will have to re-select this as default text input method.
 

Attachments

  • 01.jpg
    01.jpg
    27.1 KB · Views: 4,549
  • 02.jpg
    02.jpg
    28.7 KB · Views: 4,378
  • LatinIME.apk
    3.3 MB · Views: 730
Last edited:

artvandelay440

Senior Member
Feb 8, 2011
1,422
1,122
A slightly modified version of LatinIME.apk (default keyboard) from ICS 4.0.3 GSM (AOKP.26).
The only change is an extended set of smilies, a ENTER (carriage return) in SMS/IM keyboard and an underscore key available via symbols key.

To install: put into /system/app/ and change permissions to 0644
Code:
adb remount
adb push LatinIME.apk /system/app/
adb shell chmod 0644 /system/app/LatinIME.apk

You will have to re-select this as default text input method.

To get the return key did you edit the Android:imeOptions to remove the noSend action in compose_message_activity.xml, or did you do something else?
 

Nyto75

Senior Member
Sep 26, 2010
900
100
Paris
that's exactly what i was looking for ! :D
thanks a lot for sharing it with us :)
i have a little question, is it possible to modify smiley?
i mean change ":)" to ":)"
 

Nyto75

Senior Member
Sep 26, 2010
900
100
Paris
awesome thanks a lot ! I try it now ! Lol :)

Edit : very cool but could i ask something else ?
I just wonder if it's possible to édit the button at the bottom (see attachment)
Thanks
Sent from my HTC Sensation using xda premium
 
Last edited:

natezire71

Senior Member
Mar 24, 2010
1,489
339
Bump

Having difficult replicating this on a themed keyboard. What you've done though is genius.
 

BlackDino

Senior Member
Sep 11, 2010
2,007
2,339
Would you be able to change the mms app to have noseless smilies too?

Sent from my Kanged Galaxy Nexus
 

ecs1984

Senior Member
Oct 12, 2010
1,221
3,298
{sigh} almost every day i find a new reason tempting me to switch to AOKP, and i think this has finally pushed me off the fence... AOKP with your modded keyboard coming up!

thanks, the tweaked noseless keyboard is exactly what i've been missing. nice work on this.
 

humblehyper

Senior Member
Nov 10, 2006
488
61
A slightly modified version of LatinIME.apk (default keyboard) from ICS 4.0.3 GSM (AOKP.26).
The only change is an extended set of smilies, a ENTER (carriage return) in SMS/IM keyboard and an underscore key available via symbols key.

To install: put into /system/app/ and change permissions to 0644
Code:
adb remount
adb push LatinIME.apk /system/app/
adb shell chmod 0644 /system/app/LatinIME.apk

You will have to re-select this as default text input method.

Will this work on a Samsung Galaxy S3 AT&T? Thanks.
 

humblehyper

Senior Member
Nov 10, 2006
488
61
A slightly modified version of LatinIME.apk (default keyboard) from ICS 4.0.3 GSM (AOKP.26).
The only change is an extended set of smilies, a ENTER (carriage return) in SMS/IM keyboard and an underscore key available via symbols key.

To install: put into /system/app/ and change permissions to 0644
Code:
adb remount
adb push LatinIME.apk /system/app/
adb shell chmod 0644 /system/app/LatinIME.apk

You will have to re-select this as default text input method.

Can I just copy this to the phone and open file manager then install it from there?
 

Paparasee

Senior Member
Apr 19, 2009
1,128
201
Dubai, UAE
A small bump hoping that this can be added to the JB keyboard ... by some one ... anyone.

Or maybe if someone can give me a step by step guide :)
 

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    A slightly modified version of LatinIME.apk (default keyboard) from ICS 4.0.3 GSM (AOKP.26).
    The only change is an extended set of smilies, a ENTER (carriage return) in SMS/IM keyboard and an underscore key available via symbols key.

    To install: put into /system/app/ and change permissions to 0644
    Code:
    adb remount
    adb push LatinIME.apk /system/app/
    adb shell chmod 0644 /system/app/LatinIME.apk

    You will have to re-select this as default text input method.
    3
    See attachment :)
    Noseless version.
    2
    No, just modified strings in res/values :
    Code:
    .
    .
    .
    <string name="more_keys_for_smiley">"\u21B5|
    ,:-)|:-) ,:-(|:-( 
    .
    .
    .