webOS Nation Forums >  Homebrew >  webOS themes > My Mario Theme
My Mario Theme

  Reply
 
LinkBack Thread Tools Display Modes
Old 07/27/2009, 04:18 AM   #1 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
Default My Mario Theme

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/
Then type:

Code:
sudo mv icon.png  icon.png.backup
<--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
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:
sudo mv url.png icon.png
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:
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
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
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 /

Last edited by sarah peterman; 08/10/2009 at 03:21 PM.
sarah peterman is offline   Reply With Quote
Old 07/27/2009, 06:35 AM   #2 (permalink)
Member
 
Join Date: Oct 2007
Posts: 118
Likes Received: 0
Thanks: 8
Thanked 7 Times in 6 Posts
Default

Haha that's awesome
ajk511 is offline   Reply With Quote
Old 07/27/2009, 06:47 AM   #3 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
Default

Quote:
Originally Posted by ajk511 View Post
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.
sarah peterman is offline   Reply With Quote
Old 07/27/2009, 06:50 AM   #4 (permalink)
Member
 
robbskittles's Avatar
 
Join Date: Jul 2009
Posts: 262
Likes Received: 0
Thanks: 779
Thanked 20 Times in 14 Posts
Thumbs up

Nice!
robbskittles is offline   Reply With Quote
Old 07/27/2009, 06:59 AM   #5 (permalink)
Member
 
Join Date: Jun 2009
Posts: 294
Likes Received: 0
Thanks: 94
Thanked 29 Times in 21 Posts
Default

Sick.
zna03 is offline   Reply With Quote
Old 07/27/2009, 07:02 AM   #6 (permalink)
Member
 
Join Date: May 2009
Posts: 37
Likes Received: 0
Thanks: 49
Thanked 24 Times in 6 Posts
Default

Use Mario as a launcher as if he's about to leave the scene or another way of making him jump. :-)

Quote:
Originally Posted by sarah peterman View Post
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.
Longster is offline   Reply With Quote
Old 07/27/2009, 10:41 AM   #7 (permalink)
Member
 
Join Date: Jul 2009
Posts: 2
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

How did you make that??
HHGARVEY2003 is offline   Reply With Quote
Old 07/27/2009, 11:17 AM   #8 (permalink)
Member
 
Join Date: Jun 2009
Posts: 51
Likes Received: 0
Thanks: 10
Thanked 21 Times in 5 Posts
Default

Quote:
Originally Posted by HHGARVEY2003 View Post
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.
sgtkwol is offline   Reply With Quote
Old 07/27/2009, 11:51 AM   #9 (permalink)
Member
 
LupeValenz's Avatar
 
Join Date: Mar 2005
Posts: 1,581
Likes Received: 17
Thanks: 27
Thanked 102 Times in 56 Posts
Default

Rukia with a mario wallpaper = awesome! SMB3 style mario game too, great choice ^^
__________________
LupeValenz is offline   Reply With Quote
Old 07/27/2009, 01:04 PM   #10 (permalink)
Member
 
sushi's Avatar
 
Join Date: Jul 2009
Posts: 159
Likes Received: 0
Thanks: 15
Thanked 15 Times in 10 Posts
Default

Mind posting the wallpaper? Oop - found it:

http://www.flickr.com/photos/27680061@N08/2762008601/
sushi is offline   Reply With Quote
Thanked By: lemonsensation
Old 07/27/2009, 01:35 PM   #11 (permalink)
Member
 
Join Date: Jul 2009
Posts: 18
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

How do u get that on ur PRE?
truth13 is offline   Reply With Quote
Old 07/27/2009, 01:56 PM   #12 (permalink)
Member
 
sushi's Avatar
 
Join Date: Jul 2009
Posts: 159
Likes Received: 0
Thanks: 15
Thanked 15 Times in 10 Posts
Default

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. =)
sushi is offline   Reply With Quote
Old 07/27/2009, 02:21 PM   #13 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
Default

Thanks everyone for the kind comments.

Quote:
Originally Posted by Longster View Post
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.
sarah peterman is offline   Reply With Quote
Old 07/27/2009, 05:24 PM   #14 (permalink)
Member
 
Join Date: Jul 2009
Posts: 71
Likes Received: 0
Thanks: 6
Thanked 6 Times in 4 Posts
Default

I use this and it looks awesome...he is jumping over my shortcut bar.

farm4.static.flickr.com/3404/3171192475_6e401c6825.jpg
katsnuts is offline   Reply With Quote
Old 07/27/2009, 05:24 PM   #15 (permalink)
Member
 
Spyral's Avatar
 
Join Date: Jul 2009
Posts: 131
Likes Received: 0
Thanks: 16
Thanked 21 Times in 12 Posts
Default

Quote:
Originally Posted by sushi View Post
Mind posting the wallpaper? Oop - found it:

Super Mario Wallpaper on Flickr - Photo Sharing!
Check out the source:
smashmethod.deviantart.com/gallery/#Super-Mario-or-Video-Game-Related

He's made others.
Spyral is offline   Reply With Quote
Old 07/27/2009, 05:44 PM   #16 (permalink)
PCS
Banned
 
Join Date: Jun 2009
Posts: 20
Likes Received: 0
Thanks: 0
Thanked 1 Time in 1 Post
Default

thats sick... looks good
PCS is offline   Reply With Quote
Old 07/27/2009, 07:12 PM   #17 (permalink)
Member
 
roor's Avatar
 
Join Date: Jul 2009
Posts: 142
Likes Received: 0
Thanks: 1
Thanked 8 Times in 8 Posts
Default

is thre a way to edit the icons w/o rooting?
roor is offline   Reply With Quote
Old 07/27/2009, 07:18 PM   #18 (permalink)
Member
 
Addie_Goodvibes's Avatar
 
Join Date: Feb 2007
Location: Hermosa Beach
Posts: 502
Likes Received: 0
Thanks: 116
Thanked 42 Times in 33 Posts
Default

Quote:
Originally Posted by sarah peterman View Post
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?
Addie_Goodvibes is offline   Reply With Quote
Old 07/27/2009, 07:38 PM   #19 (permalink)
Member
 
sarah peterman's Avatar
 
Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
Default

Quote:
Originally Posted by Addie_Goodvibes View Post
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
Then:

Code:
sudo mv icon.png icon.png.backup
Lastly:

Code:
sudo wget (url of where your image is located)
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.
sarah peterman is offline   Reply With Quote
Old 07/27/2009, 07:50 PM   #20 (permalink)
Member
 
MaSwaggSoSiQ's Avatar
 
Join Date: Jun 2009
Posts: 130
Likes Received: 0
Thanks: 1
Thanked 4 Times in 4 Posts
Default

is there a standard size limit the icons have to be...like 32x32, or 64x64?
MaSwaggSoSiQ is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0