07/27/2009, 04:18 AM
|
#1 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
My Mario Theme
*Edited to include tutorial.* Images can be found on the second page. Unknown_2009-26-07_204258.jpg I spent some time last night putting this together. My Mario Theme How to theme your Palm Pre 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/ Code:
sudo mv icon.png icon.png.backup Code:
sudo rm icon.png Next: Code:
sudo wget (url of where your browser icon is located) Code:
sudo mv url.png icon.png Type: Code:
sudo cd /usr/palm/applications/com.palm.app.camera/ Code:
sudo mv icon.png icon.png.backup Code:
sudo wget (url of where your browser icon is located) Code:
sudo mv url.png icon.png Launcher icons can be found here: "/usr/lib/luna/system/luna-applauncher". All icons have to be named icon.png, unless you are changing the calendar icons. They have to be in named as such icon-1.png, icon-2.png. If you've downloaded an icon that has a different filename type this: Code:
sudo mv faultyfilenamehere.png icon.png cd =change directory mv = rename rm = remove wget = download Also wanted to add that if you come back with this error "Read-only file system" type this Code:
sudo mount -o remount,rw / Last edited by sarah peterman; 08/10/2009 at 03:21 PM. |
07/27/2009, 01:56 PM
|
#12 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 159
Likes Received: 0
Thanks: 15
Thanked 15 Times in 10 Posts
|
Well, first thing you would want to do is download it to your computer. Then crop it so it fits the Palm screen. Finally, connect the Pre via USB mode and copy the new wallpapers to your Wallpaper directory. =)
|
07/27/2009, 02:21 PM
|
#13 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
Thanks everyone for the kind comments.
Quote:
@HHGARVEY2003 & @truth13 I cut the box out of the image and changed the colors. Then I uploaded the icons to their respective folders (like msg in the com.palm.apps.messaging folder). @sushi Glad you found it. @LupeValenz Thanks! @sgtkwol You are not taking anything away from me, it was pretty easy once you know how to do it. |
|
07/27/2009, 07:38 PM
|
#19 (permalink) | |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
Quote:
In order to do this, you need to have the icons that you want. Go to the directory of the program. It's almost always going to be here:/usr/palm/applications/app here. The icons are always located in the first directory of the app. For example: /usr/palm/applications/app here. I've only come across one exception and that is to the calendar. All the icons for the calendar are /usr/palm/applications/calendar/images/launcher. Best bet is to upload your images to your favorite photo sharing site. Then in terminal type: Code:
cd /usr/palm/applications/app here Code:
sudo mv icon.png icon.png.backup Code:
sudo wget (url of where your image is located) You can type "ls" to see all the files. |
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



