webOS Nation Forums >  Homebrew >  webOS themes > Luna Theme
Luna Theme

  Reply
 
LinkBack Thread Tools Display Modes
Old 08/19/2009, 10:00 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 Luna Theme

This is something I've been working on for a little bit now. As soon as I have everything finished, I will post the complete theme. For now, it's just screenshots. So if you have suggestions, please let me know.

Instructions: Place the files and images in the proper directories. This was compressed with the proper file structure. Of course, since the Pre is highly customizable you do not need to use the pictures I have included, but can still use the files to change the dashboard and borders white.

Download: Luna Theme


Boot screen

palm-logo.pngpalm-logo-bright.png

messaging_2009-19-08_105113.jpgphone_2009-19-08_104901.jpgUnknown_2009-19-08_094924.jpgUnknown_2009-19-08_095034.pngmusicplayer_2009-19-08_104819.jpgmusicplayer_2009-19-08_110615.jpgmusicplayer_2009-19-08_110618.png

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".

When it is time to move the files, follow the above steps only with name of the file instead of the icons.

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 /
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes

Last edited by sarah peterman; 08/28/2009 at 02:54 PM.
sarah peterman is offline   Reply With Quote
Thanked By: Gunner636
Old 08/19/2009, 10:53 AM   #2 (permalink)
Member
 
Join Date: Jun 2009
Posts: 638
Likes Received: 27
Thanks: 344
Thanked 109 Times in 71 Posts
Default

sick theme!!!
dj ozone is offline   Reply With Quote
Old 08/19/2009, 11:01 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

Thank you :-)
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 08/19/2009, 11:17 AM   #4 (permalink)
Member
 
draztikrhymez's Avatar
 
Join Date: Jun 2009
Posts: 529
Likes Received: 17
Thanks: 33
Thanked 58 Times in 41 Posts
Default

this is very nice, if it was more of a blue than a purple, i'd use it haha
draztikrhymez is offline   Reply With Quote
Old 08/19/2009, 01:20 PM   #5 (permalink)
Member
 
Join Date: Jan 2008
Location: between cbus and cleveland
Posts: 23
Likes Received: 0
Thanks: 3
Thanked 5 Times in 4 Posts
Default

Quote:
Originally Posted by draztikrhymez View Post
this is very nice, if it was more of a blue than a purple, i'd use it haha
In the same boat, but this theme is still gorgeous, nice job.
rob.amon740 is offline   Reply With Quote
Old 08/19/2009, 01:26 PM   #6 (permalink)
Member
 
jwdesselle's Avatar
 
Join Date: Feb 2009
Location: Baton Rouge, LA
Posts: 367
Likes Received: 0
Thanks: 215
Thanked 64 Times in 43 Posts
Default

Great theme. Don't forget about the image behind the Web Bookmarks! ;-)
jwdesselle is offline   Reply With Quote
Old 08/19/2009, 02:06 PM   #7 (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

Thank you guys.

@jwdesselle lol, I did. Will have to fix that and the background to the photo folder.
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 08/19/2009, 02:44 PM   #8 (permalink)
Member
 
STARGATE's Avatar
 
Join Date: May 2009
Location: Top Secret Facility in a distant Galaxy
Posts: 328
Likes Received: 9
Thanks: 5
Thanked 26 Times in 23 Posts
Talking good job

Keep up the good work

__________________
STARGATE is offline   Reply With Quote
Old 08/22/2009, 04:14 PM   #9 (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

I've added the link to download the theme.

Thanks @STARGATE
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 08/22/2009, 08:22 PM   #10 (permalink)
Member
 
cobrakon's Avatar
 
Join Date: Oct 2005
Location: Southern USA
Posts: 922
Likes Received: 102
Thanks: 419
Thanked 245 Times in 155 Posts
Default

Wow, very impressive. Now all we need is an app than "installs" all the files where they belong "automagically". Themecoaster anyone?
cobrakon is offline   Reply With Quote
Old 08/22/2009, 08:53 PM   #11 (permalink)
Member
 
Bigchris's Avatar
 
Join Date: Jan 2005
Location: Southern California
Posts: 644
Likes Received: 0
Thanks: 126
Thanked 43 Times in 22 Posts
Default

Very impressive theme, damn. Looks very good...
__________________
Remember, this is my opinion ! We all have a right to our own.....

Treo's 650-800..NOW,
Palm Pre
Bigchris is offline   Reply With Quote
Old 08/22/2009, 10:18 PM   #12 (permalink)
Member
 
Weeton's Avatar
 
Join Date: Jul 2009
Location: SATX
Posts: 72
Likes Received: 0
Thanks: 0
Thanked 14 Times in 7 Posts
Default

great work sarah, raising the bar for all the themes out there
Weeton is offline   Reply With Quote
Old 08/23/2009, 04:57 AM   #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

You guys are sweet, thank you.

@cobrakon there is someone working on that right now. See this thread here for more details.
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 08/27/2009, 10:55 PM   #14 (permalink)
Member
 
Join Date: Aug 2009
Posts: 58
Likes Received: 0
Thanks: 26
Thanked 12 Times in 3 Posts
Default

how do you install this theme? how do you acess the fiels to overwrite?
moteki is offline   Reply With Quote
Old 08/28/2009, 02:56 PM   #15 (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

A tutorial has been added.

You need to download the .zip. To follow this tutorial you'll have to upload the files somewhere. I would highly suggest Dropbox.
__________________
aka lunareclipse
You can find me here:
Twitter
Pre Themes
sarah peterman is offline   Reply With Quote
Old 11/04/2010, 09:20 AM   #16 (permalink)
Member
 
Join Date: Aug 2010
Posts: 1
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sarah, I am trying to do this on my Prē but run into the "Read-only file system" problem. when I run the command you mentioned (and I've seen mentioned elsewhere),
Code:
sudo mount -o remount,rw /
I wind up with the following message returned, "/bin/sh: sudo: not found" Hmmm...

I am connecting to my Prē using the Terminal app on my Mac desktop machine. I seem to be able to do other things just fine, but this is stumping me. I am just trying to change the graphic that shows up as a background when the launcher is initiated,

/usr/lib/luna/system/luna-applauncher/images/scrim.png

Any ideas?
SteadmanTech is offline   Reply With Quote
Old 11/06/2010, 08:21 AM   #17 (permalink)
Member
 
Join Date: Aug 2010
Location: New Hampshire
Posts: 41
Likes Received: 0
Thanks: 1
Thanked 1 Time in 1 Post
Default

Purty theme ya got here.

-- Sent from my Palm Pre using Forums Beta
Mr.quenton is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0