You are not logged in.
#1 Nov 23, 2008 1:11 pm
2.2 : Enable Emoji Everywhere
just a little tip I found I though people here may like:
You need to edit the file /User/Library/Preferences/com.apple.Preferences.plist on the device -> whether you use a jailbreak to achieve this or merely some iTunes backup editor is up to you.
Add the following boolean key as 'YES':
KeyboardEmojiEverywhere
Then merely go to the Keyboards section of the Settings app, hit Japanese, and turn on Emoji. Will work for any text field/view in the OS, including on websites, etc...
edit: stole it from here: http://tinyurl.com/6czegp
edit: PLIST HERE: http://localhostr.com/files/cd6a49/com. … .plist.zip
Last edited by nofxosx (Nov 23, 2008 2:35 pm)
Offline
#4 Nov 23, 2008 1:33 pm
- Lucas Design

- Member
- From: U.S.
- Joined: Aug 30, 2008
- Website
Re: 2.2 : Enable Emoji Everywhere
can someone upload the plist? i cant edit it b/c i dont have dashcode. and downloading the SDK takes like 5 hours which i dont have
Offline
#6 Nov 23, 2008 1:41 pm
- Vibe69

- Member
- Joined: Nov 23, 2008
Re: 2.2 : Enable Emoji Everywhere
But will unmodified iphones that recieve them see them as well?
And will phones other than iphones see them?
Can u use iPhone Browser to edit it?
Offline
#10 Nov 23, 2008 2:10 pm
- scaredface

- Member
- From: Czech Republic
- Joined: Jun 22, 2008
Re: 2.2 : Enable Emoji Everywhere

![]()
![]()
Offline
#12 Nov 23, 2008 2:27 pm
- macprodan

- Member
- From: U.K
- Joined: Nov 11, 2007
Re: 2.2 : Enable Emoji Everywhere
nofxosx wrote:
iMario16 wrote:
Can't you just upload the modified plist.
i think this is the preferences app plist, you don't want someone else's..
Only contains a couple of pointless entries.. but never the less I cant seem to get this to work.!!
Offline
#13 Nov 23, 2008 2:30 pm
Re: 2.2 : Enable Emoji Everywhere
here's the plist, it has auto correction, auto capitalization on.. and emoji ![]()
you still need to enable it in the international keyboard settings, note you don't need to enable the japanese keyboard
http://localhostr.com/files/cd6a49/com. … .plist.zip
Last edited by nofxosx (Nov 23, 2008 2:33 pm)
Offline
#14 Nov 23, 2008 2:37 pm
- scaredface

- Member
- From: Czech Republic
- Joined: Jun 22, 2008
Re: 2.2 : Enable Emoji Everywhere
anyone know where are all these emojis located in? i want to make theme with them for myself haha
Offline
#16 Nov 23, 2008 2:44 pm
- Bear Hunter

- Member
- Joined: Sep 2, 2008
- Website
Re: 2.2 : Enable Emoji Everywhere
Excellent tip!!!
here is the code for those who haven't figured out how to do it (copied from Dashcode...although it is much easier to open and modify using Property List Editor )
Code tag does not work with this for some reason. Hope it comes out correctly
Edit: It does not display correctly
Last edited by Bear Hunter (Nov 23, 2008 2:45 pm)
Offline
#17 Nov 23, 2008 2:53 pm
- Appdict

- Member
- From: Cupertino, California.
- Joined: Aug 7, 2008
Re: 2.2 : Enable Emoji Everywhere
Bah, I'm Pwning 2.2 right now, I want this sooooo bad!! ![]()
![]()
Offline
#19 Nov 23, 2008 3:21 pm
Re: 2.2 : Enable Emoji Everywhere
Umm, you should upload the plist as XML, because that won't work for some people due to text encoding inconsistencies.
edit: Never mind, Bear Hunter removed what I was referring to
Last edited by Sakurina (Nov 23, 2008 3:22 pm)
Offline
#20 Nov 23, 2008 3:54 pm
- Zack Schiller
- Member
- Joined: Mar 28, 2006
Re: 2.2 : Enable Emoji Everywhere
Someone needs to port Emoji to the desktop. NOW. ![]()
Offline
#21 Nov 23, 2008 3:57 pm
- iPhoneHellas

- Member
- From: Greece
- Joined: Mar 21, 2008
- Website
Re: 2.2 : Enable Emoji Everywhere
Use TextWrangler to modify the com.apple.Preferences.plist
Just add the following bold lines of code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeyboardAutocapitalization</key>
<integer>1</integer>
<key>KeyboardAutocorrection</key>
<false/>
<key>KeyboardCapsLock</key>
<true/>
<key>KeyboardEmojiEverywhere</key>
<true/>
<key>KeyboardLastChosen</key>
<string>en_US</string>
<key>KeyboardLastUsed</key>
<string>en_US</string>
<key>KeyboardPeriodShortcut</key>
<false/>
<key>UISuspendedSettings</key>
<dict/>
</dict>
</plist>
Last edited by iPhoneHellas (Nov 23, 2008 3:58 pm)
Offline
#22 Nov 23, 2008 4:06 pm
- Lucas Design

- Member
- From: U.S.
- Joined: Aug 30, 2008
- Website
Re: 2.2 : Enable Emoji Everywhere
misecia wrote:
iLucas, you can use textedit to edit the plist files.
I tryed, but it gave me a weird line of code, looked nothing like a plist ![]()
OMFG! I cant get this to work at all! i downloaded the plist in the 1st post and the emoji on/off didnt come on, then i tryed modding it myself and i put the needed line of code in and still nothing!
Last edited by ilucas (Nov 23, 2008 4:24 pm)
Offline
#23 Nov 23, 2008 4:48 pm
- Rafael Barbosa POA - RS
- Member
- From: Porto Alegre, Brazil
- Joined: Dec 4, 2007
- Website
Re: 2.2 : Enable Emoji Everywhere
Thank you so much! They look awesome ![]()
Offline
#24 Nov 23, 2008 4:51 pm
- deliciousj

- Member
- From: Covina, CA
- Joined: Mar 1, 2008
- Website
Re: 2.2 : Enable Emoji Everywhere
ilucas wrote:
misecia wrote:
iLucas, you can use textedit to edit the plist files.
I tryed, but it gave me a weird line of code, looked nothing like a plist
OMFG! I cant get this to work at all! i downloaded the plist in the 1st post and the emoji on/off didnt come on, then i tryed modding it myself and i put the needed line of code in and still nothing!
Ditto. I was too lazy to mod it myself, so I downloaded the .plist. Nothing happened. I modded my original .plist. Nothing happened. ![]()
Offline
#25 Nov 23, 2008 5:31 pm
Re: 2.2 : Enable Emoji Everywhere
ilucas wrote:
misecia wrote:
iLucas, you can use textedit to edit the plist files.
I tryed, but it gave me a weird line of code, looked nothing like a plist
If you have Erica's Utilities, ssh into your iPhone and run plutil -c xml1 <filename> to make it an XML plist that's human-readable.
Offline

