08/07/2009, 08:22 PM
|
#1 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
Here is the tutorial in an easy to find thread. At the bottom are other tutorials on theming other aspects of your Pre.
Changing Icons 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: Code:
cd /usr/palm/applications/com.palm.app.browser/ Code: Code:
sudo mv icon.png icon.png.backup Code: Code:
sudo rm icon.png Next: Code: Code:
sudo wget (url of where your browser icon is located) Type: Code: 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) 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: 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: Code:
sudo mount -o remount,rw / How To Get Your Avatar In The Chat & Change the Color of the Chat Balloons How to make bookmark icon look cooool How to Change Stored Bookmark Icons Modify Your Signal Strength Wifi Ev 1x Icons |
08/08/2009, 07:24 AM
|
#3 (permalink) |
|
Member
![]() Join Date: Jul 2009
Location: Puerto Rico
Posts: 238
Likes Received: 0
Thanks: 42
Thanked 28 Times in 21 Posts
|
oh jeez! sorry I think I understood it now....
sudo mv icon.png icon.png.backup That's the first backup, right? So I do that for every icon once and then after that I can use the: sudo rm icon.png ??? |
08/08/2009, 07:59 AM
|
#5 (permalink) |
|
Member
![]() Join Date: Jul 2009
Location: Puerto Rico
Posts: 238
Likes Received: 0
Thanks: 42
Thanked 28 Times in 21 Posts
|
ok, so (bear with me) I do that and my icons will be changed automatically? I don't have to then go and do the whole:
cp /media/internal/red-rssi-1.png /usr/lib/luna/system/luna-systemui/images/rssi-1.png I've done that to change my signal bars, it took me a bit to get it though.... but this seems so much simpler, I still can't believe it..... |
08/08/2009, 09:27 AM
|
#7 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
You will always have to move your icon from the download directory to the folder you want your icon in. Best way to get around that is upload your images to website, then go to the directory you want the icon in and "sudo wget url".
To get your original icon (if you followed my tutorial then the filename should be icon.png.backup) you'll have to type this in Code:
sudo mv icon.png.backup icon.png |
08/08/2009, 01:08 PM
|
#10 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: York, PA
Posts: 259
Likes Received: 0
Thanks: 32
Thanked 141 Times in 55 Posts
|
You need to be in the directory of where the icon is located. I had to go to your flickr site to look at the picture, so if I'm looking at the right picture, you are in the wrong directory.
|
08/29/2009, 08:06 AM
|
#12 (permalink) |
|
Member
![]() Join Date: Jul 2009
Posts: 19
Likes Received: 0
Thanks: 3
Thanked 1 Time in 1 Post
|
How do I navigate to the terminal?
I am a noob and never have used Linux and all of the walk throughs are written for people how are familiar with Linux. Can anyone point me to a site that might have instructions for someone who has never worked with Linux? Never mind I found this Link Last edited by Kaif; 08/29/2009 at 09:34 AM. |
09/06/2009, 02:07 PM
|
#19 (permalink) |
|
Member
![]() Join Date: Jun 2009
Location: Charlotte,NC
Posts: 45
Likes Received: 0
Thanks: 13
Thanked 3 Times in 3 Posts
|
also instead of typing sudo before every line. once you ssh into ur pre, just type
Code:
sudo -i |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|



