[APP][MOD][JB+ICS][AOSP]Noseless smiley keyboard ":)" *24.7.2012 4.1.1 JB update

madd0g

Senior Member
May 8, 2010
2,844
869
193
[APP][MOD][JB+ICS][AOSP]Noseless smiley keyboard ":)" *24.7.2012 4.1.1 JB update

I've created a mod of stock LatinIME keyboard, that excludes the annoying nose style smiley (":)").

Updated 24.7.2012
JB 4.1.1 source version :
https://dl.dropbox.com/u/12542/JB411_LatinIME_noseless.zip
https://dl.dropbox.com/u/12542/JB411_LatinIME_noseless_RESTORE.zip RESTORE

Updated 9.4.2012 *fixed spell-checker and update-binary, for fixing status 0 error when flashing on some devices, version _3.zip now
4.0.4 source version :
http://dl.dropbox.com/u/12542/ICS404_LatinIME_noseless_3.zip
http://dl.dropbox.com/u/12542/ICS404_LatinIME_noseless_4.zip *update-binary from CM9, to fix flashing issues on some devices
Restore:
http://dl.dropbox.com/u/12542/restore_ICS404_LatinIME.zip

4.0.3 version :
Noseless ICS keyboard(on Dropbox, 3MB, flash with CWM) *edit 15.2.2012 Added dictionaries for the spell-checker

Restore to stock ICS keyboard(on Dropbox, 3MB, flash with CWM)

 
Last edited:

luciferii

Senior Member
Feb 26, 2011
890
144
0
will this work with thumb keyboard? if not could you possible make one? :D ive always hated havin to type 3 keys for a happy face.

neXus•S•4G°Cødename•Ændroid° 1.3.3
 

madd0g

Senior Member
May 8, 2010
2,844
869
193
will this work with thumb keyboard? if not could you possible make one? :D ive always hated havin to type 3 keys for a happy face.

neXus•S•4G°Cødename•Ændroid° 1.3.3
I can't edit Thumb keyboard source, it's not open ;]

Although I've purchased it and posted a question on their forums in november, they replied, that "custom smileys" are in the works. So, you'll need to wait a bit, I guess.
 

luciferii

Senior Member
Feb 26, 2011
890
144
0
well thats cool.. ive talked to the thumb keyboard dev. n hes a nice guy.. anyways, thanks for trying :)

neXus•S•4G°Cødename•Ændroid° 1.3.3
 

madd0g

Senior Member
May 8, 2010
2,844
869
193
well thats cool.. ive talked to the thumb keyboard dev. n hes a nice guy.. anyways, thanks for trying :)

neXus•S•4G°Cødename•Ændroid° 1.3.3
Sure np.

I bought 3 different keyboards (Swiftkey, Thumbkeyboard and Smart keyboard Pro), but since ICS is out, stock just feels better. :]
 

sakisds

Senior Member
Apr 10, 2010
168
30
0
Athens
Thanks, I was looking for something like this.

Now, I grabbed your sources to do some other modifications I want but I have trouble importing them into Eclipse. I created a new android project with existing sources and selected the ./java folder from your repo. It imported it correctly and the sources are there but I get reference errors everywhere. I have the SDK installed (API ver. 14) and it's selected at Build Path properties. Also I modified and compiled other android applications in the past but they came together with project files for eclipse.

Any help would really be appreciated.
 
C

crzdcole

Guest
Thanks, I was looking for something like this.

Now, I grabbed your sources to do some other modifications I want but I have trouble importing them into Eclipse. I created a new android project with existing sources and selected the ./java folder from your repo. It imported it correctly and the sources are there but I get reference errors everywhere. I have the SDK installed (API ver. 14) and it's selected at Build Path properties. Also I modified and compiled other android applications in the past but they came together with project files for eclipse.

Any help would really be appreciated.
To start i would update to the newest SDK as I believe changes were made for ICS.
http://developer.android.com/sdk/index.html
 

madd0g

Senior Member
May 8, 2010
2,844
869
193
Thanks, I was looking for something like this.

Now, I grabbed your sources to do some other modifications I want but I have trouble importing them into Eclipse. I created a new android project with existing sources and selected the ./java folder from your repo. It imported it correctly and the sources are there but I get reference errors everywhere. I have the SDK installed (API ver. 14) and it's selected at Build Path properties. Also I modified and compiled other android applications in the past but they came together with project files for eclipse.

Any help would really be appreciated.
You need the whole ICS source to build the keyboard, LatinIME is dependant on the whole source and needs to be built with make.

You just fork my branch, make changes and compile your own version. Here's a good tutorial how to make a working compile env. in Virtualbox: http://www.freeyourandroid.com/guide/compile-ics
 

sakisds

Senior Member
Apr 10, 2010
168
30
0
Athens
You need the whole ICS source to build the keyboard, LatinIME is dependant on the whole source and needs to be built with make.

You just fork my branch, make changes and compile your own version. Here's a good tutorial how to make a working compile env. in Virtualbox: http://www.freeyourandroid.com/guide/compile-ics
I was avoiding grabbing the whole source since it's kinda huge but I think I will do it now. Time for some hardcore-compiling for my rig, thanks for the advice.
 

309041291a

Senior Member
Dec 29, 2011
2,411
353
0
Does this also change the emotions? When I type ":)" will it appear as a Smiley face emotion or will I still have to type ":)" to get the emoticon

Nexus S (GSM i9020a)
CM9 Kang (Build 6 of 2.1)
Eugene's Kernel (Speedy-7)
OC 1000/100 (conservative)
Live OC 100
 
C

crzdcole

Guest
Getting a bug, spell check is no longer working and its marking ever word red

Sent from my Nexus S 4G using XDA App
 

madd0g

Senior Member
May 8, 2010
2,844
869
193
Does this also change the emotions? When I type ":)" will it appear as a Smiley face emotion or will I still have to type ":)" to get the emoticon

Nexus S (GSM i9020a)
CM9 Kang (Build 6 of 2.1)
Eugene's Kernel (Speedy-7)
OC 1000/100 (conservative)
Live OC 100
Smileys are bound to the nose, so no, smileys wont be shown when you type like that (some ppl even prefer that).

Sent from my Nexus S using Tapatalk
 
C

crzdcole

Guest
You can actually modify it so that the new Smileys would be bound to this. It's in the values I believe. Maybe I'll get around to it after my midterm :)

Sent from my Nexus S 4G using XDA App
 

madd0g

Senior Member
May 8, 2010
2,844
869
193
You can actually modify it so that the new Smileys would be bound to this. It's in the values I believe. Maybe I'll get around to it after my midterm :)

Sent from my Nexus S 4G using XDA App
I'll check it out :] But I think it has more to do with the Talk and MMS apk

Sent from my Nexus S using Tapatalk
 
Last edited: