webOS Nation Forums
> Homebrew
> webOS themes
>
My Mario Theme
1
2 3 4 5 6
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]
Then type:
[CODE]sudo mv icon.png icon.png.backup[/CODE] <--if you plan on theming your Pre a lot I would recommend that after the first backup you ignore this step and from then on use this command--> [CODE]sudo rm icon.png[/CODE] 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 icon is located)[/CODE]
[CODE]sudo mv url.png icon.png[/CODE]
Now let's say your next icon on your quick launch bar is the camera.
Type:
[CODE]sudo cd /usr/palm/applications/com.palm.app.camera/[/CODE]
[CODE]sudo mv icon.png icon.png.backup[/CODE]
[CODE]sudo wget (url of where your browser icon is located)[/CODE]
[CODE]sudo mv url.png icon.png[/CODE]
Continue on with the next app by changing directory (cd), making backups (mv), and downloading your icon (wget). The only deviation from the above would be with the calendar. The icons (all 31 of them) can be found here: "/usr/palm/applications/com.palm.app.calendar/images/launcher".
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[/CODE]
Also, just a quick rundown on what some of these commands mean.
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 /[/CODE]
Attached:
Member:
ajk511
at: 07:35 AM 07/27/2009
Haha that's awesome
Originally Posted by ajk511:
Haha that's awesome
Thanks, I really want to find a wallpaper with Mario in it, and position him either jumping on one of my boxes or standing on it.
Nice!
Member:
zna03
at: 07:59 AM 07/27/2009
Sick.
Member:
Longster
at: 08:02 AM 07/27/2009
Use Mario as a launcher as if he's about to leave the scene or another way of making him jump. :-)
Originally Posted by sarah peterman:
Thanks, I really want to find a wallpaper with Mario in it, and position him either jumping on one of my boxes or standing on it.
How did you make that??
Member:
sgtkwol
at: 12:17 PM 07/27/2009
Originally Posted by HHGARVEY2003:
How did you make that??
Not to take away from Sarah, because it obviously took some work to put it all together. But this is a background and icons are fairly easy to replace.
Rukia with a mario wallpaper = awesome! SMB3 style mario game too, great choice ^^
Member:
sushi
at: 02:04 PM 07/27/2009
Member:
truth13
at: 02:35 PM 07/27/2009
How do u get that on ur PRE?
Member:
sushi
at: 02:56 PM 07/27/2009
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. =)
Thanks everyone for the kind comments.
Originally Posted by Longster:
Use Mario as a launcher as if he's about to leave the scene or another way of making him jump. :-)
I love this idea! I need to find where the launcher icon is though.
@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.
Member:
katsnuts
at: 06:24 PM 07/27/2009
I use this and it looks awesome...he is jumping over my shortcut bar.
farm4.static.flickr.com/3404/3171192475_6e401c6825.jpg
Member:
Spyral
at: 06:24 PM 07/27/2009
Check out the source:
smashmethod.deviantart.com/gallery/#Super-Mario-or-Video-Game-Related
He's made others.
Banned:
PCS
at: 06:44 PM 07/27/2009
thats sick... looks good
Member:
roor
at: 08:12 PM 07/27/2009
is thre a way to edit the icons w/o rooting?
Originally Posted by sarah peterman:
I spent some time last night putting this together.
My Mario Theme
Attachment 23928
Great Work! Is there a step by step tutorial on how to change app images on the home screen,
Does this require rooting the Pre?
Originally Posted by Addie_Goodvibes:
Great Work! Is there a step by step tutorial on how to change app images on the home screen,
Does this require rooting the Pre?
Yes, you will need to have access to the file system. Once you have that everything is super simple.
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]
Then:
[CODE]sudo mv icon.png icon.png.backup[/CODE]
Lastly:
[CODE]sudo wget (url of where your image is located)[/CODE]
On a side-note, your images will have to be named icon.png, so make sure that when you "wget" them that the file name is icon.png.
You can type "ls" to see all the files.
is there a standard size limit the icons have to be...like 32x32, or 64x64?
1
2 3 4 5 6
webOS Nation Forums
> Homebrew
> webOS themes
>
My Mario Theme