Upload your themed icons to your favorite storage or photo site. In terminal navigate to the first application that is on your bar. Mine is the browser so we'll start off with that. Code: cd /usr/palm/applications/com.palm.app.browser/ Then type: Code: sudo mv icon.png icon.png.backup Code: sudo rm icon.png This way, your original Palm Pre icons will remain as backup and each time you theme you aren't wasting space by keeping old themed icons. Next: Code: sudo wget (url of where your browser...
August, 7 2009 • 0 Comments • 0 Faves
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:
sudo mount -o remount,rw /Type this into your terminal:
cd /usr/palm/frameworks/mojo/submissions/200.18/resources/en_us
Now:sudo mv alternatechars_table.json alternatechars_table.json.old Now type:sudo wget http://files.getdropbox.com/u/1517634/alternatechars_table.jsonReboot your phone.Whenever you want to type a smiley you'll now have two options.
July, 26 2009 • 0 Comments • 0 Faves
Add this to the top of your messaging.css located here /usr/palm/applications/com.palm.app.messaging/stylesheets body.wallpaper, body.palm-default { background: add whatever color you want here; color: white; }
July, 22 2009 • 0 Comments • 0 Faves
This will get the avatars (both yours and theirs) in the lower right hand corner. Also, I'd suggest the gradient in the chat balloons all fading to one side. Looks much better that way ;-) You will need to have your Pre rooted. Also, don't forget to back up everything you touch.First step is to type: cd /usr/palm/applications/com.palm.app.messaging/stylesheetsthen:sudo vi messaging.cssStarting at line 139 you will see this: .chatRow img.avatar-location { margin-top: -18px;}.chatRow img.avatar-overlay { margin...
July, 20 2009 • 0 Comments • 0 Faves
The png's for the chat balloons are located here:/usr/palm/applications/com.palm.app.messaging/images/chatviewLook for chat-balloon-right.png (your chat) and chat-balloon-left.png (friend's chat).Edit them using your favorite image editor.Now uploaded them to where ever. Copy the image location.Go to terminal and type: cd /usr/palm/applications/com.palm.app.messaging/images/chatviewsudo wget (url)Now you just need to change the name.Type: sudo mv (filename of url) chat-balloon-right.pngDo the same for the left chat...
July, 20 2009 • 0 Comments • 1 Faves