Go Back   webOS Nation Forums > webOS apps and software > webOS development

Reply
 
LinkBack Thread Tools Display Modes
Old 07/26/2009, 06:58 PM     Thread Author   #1 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default How to Get Smilies in the Symbol Box

UPDATED to work with 1.2

Here's how it's done. You'll need to have access to the Linux subsystem. You also may need to mount the file system [CODE]sudo mount -o remount,rw / [/CODE]

Type this into your terminal:

[CODE]cd /usr/palm/frameworks/mojo/submissions/200.18/resources/en_us[/CODE]

Now:

[CODE]sudo mv alternatechars_table.json alternatechars_table.json.old [/CODE]

Now type:

[CODE]sudo wget http://files.getdropbox.com/u/1517634/alternatechars_table.json[/CODE]

Reboot your phone.

Whenever you want to type a smiley you'll now have two options.

<sym><k> will give you this:
messaging_2009-26-07_182417.jpg

and

<sym><z> will give you this:

messaging_2009-26-07_185203.jpg

I would recommend the first, just because it's not so broken looking, but it does all work...

Last edited by sarah peterman; 09/30/2009 at 09:38 PM. Reason: UPDATED to work with 1.2
sarah peterman is offline   Reply With Quote
Old 07/26/2009, 07:32 PM   #2 (permalink)
Member
 
2sslow's Avatar
 
Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts

Default

Awesome my daughter will crack up if I use smileys.. Thanks
2sslow is offline   Reply With Quote
Old 07/26/2009, 07:39 PM     Thread Author   #3 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default

Quote:
Originally Posted by 2sslow View Post
Awesome my daughter will crack up if I use smileys.. Thanks
Hey no problem. I need to redo the file though. It appears that although the smilies like >:-) should work, however it doesn't make the actual smiley. I will have it done in a few :-)
sarah peterman is offline   Reply With Quote
Old 07/26/2009, 07:58 PM     Thread Author   #4 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default

File is fixed. For whatever reason, the true angry and evil smiley faces do not work, you have to use :mad and :evil. File reflects that now :-)
sarah peterman is offline   Reply With Quote
Old 07/26/2009, 09:13 PM   #5 (permalink)
Member
 
2sslow's Avatar
 
Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts

Default

If I reload this will it overwrite the previous file?
2sslow is offline   Reply With Quote
Old 07/26/2009, 09:17 PM     Thread Author   #6 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default

Quote:
Originally Posted by 2sslow View Post
If I reload this will it overwrite the previous file?
No, type this in

[CODE]sudo rm alternatechars_table.json[/CODE]

then

[CODE]sudo wget http://files.getdropbox.com/u/1517634/alternatechars_table.json[/CODE]

And unfortunately you'll have to reboot again.
sarah peterman is offline   Reply With Quote
Old 07/26/2009, 09:28 PM   #7 (permalink)
Member
 
2sslow's Avatar
 
Join Date: Jun 2009
Location: Somewhere n da 404
Posts: 2,237
Likes: 0
Thanks: 247
Thanked 1,039 Times in 551 Posts

Default

OK thanks
2sslow is offline   Reply With Quote
Old 07/27/2009, 05:36 AM     Thread Author   #8 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default

Quote:
Originally Posted by 2sslow View Post
OK thanks
No problem :-)
sarah peterman is offline   Reply With Quote
Old 07/27/2009, 05:57 AM   #9 (permalink)
Member
 
Webby_s's Avatar
 
Join Date: May 2009
Posts: 284
Likes: 0
Thanks: 36
Thanked 22 Times in 17 Posts

Default

This is pretty cool! Thanks
__________________
Still happily rooting my launch 6/6/09 Pre!
(and my wife's)
Webby_s is offline   Reply With Quote
Old 08/01/2009, 09:49 AM   #10 (permalink)
Member
 
Kyusaku's Avatar
 
Join Date: Apr 2007
Posts: 1,489
Likes: 5
Thanks: 92
Thanked 195 Times in 142 Posts

Default

Have you ever considered adding Japanese style smilies, kaomoji?
Kyusaku is offline   Reply With Quote
Old 08/01/2009, 10:04 AM   #11 (permalink)
Member
 
Syphon's Avatar
 
Join Date: Nov 2006
Posts: 1,011
Likes: 0
Thanks: 167
Thanked 187 Times in 80 Posts

Default

Any way to insert the actual smiley image into the symbols box?
Good job though.
__________________
Follow Me On

Syphon is offline   Reply With Quote
Old 08/01/2009, 10:58 AM     Thread Author   #12 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default

Quote:
Originally Posted by Syphon View Post
Any way to insert the actual smiley image into the symbols box?
Good job though.
Good question, I don't know. It's really just a text file, but if it is possible, it's beyond my current capabilities.

@Kyusaku that wouldn't be hard at all to change the smilies. Would just have to upload your new set to the directory and make sure the filenames match.
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 08/01/2009, 03:56 PM   #13 (permalink)
Member
 
Join Date: Jul 2009
Location: Kansas
Posts: 99
Likes: 0
Thanks: 27
Thanked 8 Times in 8 Posts

Default

Thanks for this.
Partyman is offline   Reply With Quote
Old 08/02/2009, 02:04 PM   #14 (permalink)
Member
 
Join Date: Feb 2007
Posts: 159
Likes: 0
Thanks: 19
Thanked 4 Times in 3 Posts

Default

thanks!
though is offline   Reply With Quote
Old 08/02/2009, 02:07 PM     Thread Author   #15 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes: 0
Thanks: 32
Thanked 141 Times in 55 Posts

Default

No problem :-)
sarah peterman is offline   Reply With Quote
Old 08/02/2009, 03:40 PM   #16 (permalink)
Member
 
Join Date: Jul 2009
Posts: 80
Likes: 0
Thanks: 11
Thanked 12 Times in 4 Posts

Default

Quote:
Originally Posted by Kyusaku View Post
Have you ever considered adding Japanese style smilies, kaomoji?
If you root your phone and gain access to the operating system you can have kaomoji.

I did and I changed the emoticons icons with emoji's. So much better.
gnove is offline   Reply With Quote
Old 08/05/2009, 11:02 AM   #17 (permalink)
Member
 
Join Date: Jul 2009
Posts: 63
Likes: 0
Thanks: 6
Thanked 3 Times in 3 Posts

Default

works great thanks alot pretty cool
bigkev1469 is offline   Reply With Quote
Old 08/11/2009, 04:42 PM   #18 (permalink)
Member
 
Join Date: Jun 2009
Posts: 136
Likes: 0
Thanks: 38
Thanked 4 Times in 4 Posts

Default

This is great, and I'm using it, but since I'm not really up on my smileys, I don't know what most of the symbols will turn into after I click them, and it doesn't show until I actually send it.

Is there any way to get the actual .png to show up when you push <sym><k> instead of the key strokes?
bdubbx is offline   Reply With Quote
Old 08/12/2009, 12:16 AM   #19 (permalink)
Member
 
drgnlover's Avatar
 
Join Date: Jul 2009
Location: NJ
Posts: 34
Likes: 0
Thanks: 35
Thanked 11 Times in 7 Posts

Default Smilies

I followed the instructions and rebooted. When I hit sym k I only get 3 smilies. When i hit sym z i get the standard alternate chars? I don't know where I went wrong, can someone please advise.
drgnlover is offline   Reply With Quote
Old 08/12/2009, 06:04 PM   #20 (permalink)
Member
 
SOLARTACO3's Avatar
 
Join Date: Jun 2009
Posts: 42
Likes: 0
Thanks: 29
Thanked 2 Times in 2 Posts

Default

Awsome worked like a charm!!!!!
SOLARTACO3 is offline   Reply With Quote
Reply
webOS Nation Forums  > webOS apps and software > webOS development   How to Get Smilies in the Symbol Box

Thread Tools
Display Modes



 

Content Relevant URLs by vBSEO 3.6.0