Notices


Reply
Thread Tools
Posts: 662 | Thanked: 238 times | Joined on Jul 2007
#551
Well, I have a nice little screenshot. I like not having icons, seems more elegant.

 
Posts: 176 | Thanked: 34 times | Joined on Feb 2008
#552
Did you replace the task navigator icon files with blank ones or remove them altogether (but the area where they *should* be is still clickable)?

I rather wish 'home''s drop-down menu would contain the task navigator options, too... .

Nice clean look!
 
Posts: 662 | Thanked: 238 times | Joined on Jul 2007
#553
They are just blanks. They still click normally
 
Underscore's Avatar
Posts: 276 | Thanked: 74 times | Joined on Feb 2008 @ Missouri, USA
#554
What's that clock? Never seen it
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#555
Originally Posted by Underscore View Post
What's that clock? Never seen it
It's in Extras.
 

The Following 2 Users Say Thank You to GeneralAntilles For This Useful Post:
Posts: 43 | Thanked: 8 times | Joined on Jan 2007
#556
And what about a DOOM3 PDA style?



 

The Following User Says Thank You to SebaSOFT For This Useful Post:
Greyghost's Avatar
Posts: 415 | Thanked: 44 times | Joined on Apr 2007 @ Austin, Texas
#557
Originally Posted by YoDude View Post
I then went in and snatched them using emelfm2, made changes in PaintShop on my desktop, then copied over the originals again using emelfm2.
You know, I tried to do the same but it didn't work. I went looking for these icons to 'snatch' using the gpe filemanager, but can't seem to find the right ones.

Now, thanks to another thread about changing the startup screens, I found some in usr/share/icons/hicolor/scalable/hildon/ but swapping these out didn't change the left-side icon display. I rebooted a couple of times but no luck.

BTW, I did search and tried to find the info in this thread, but it's running 40+ pages and I just couldn't find it in all that...
 
Posts: 176 | Thanked: 34 times | Joined on Feb 2008
#558
Originally Posted by Greyghost View Post
You know, I tried to do the same but it didn't work. I went looking for these icons to 'snatch' using the gpe filemanager, but can't seem to find the right ones.

Now, thanks to another thread about changing the startup screens, I found some in usr/share/icons/hicolor/scalable/hildon/ but swapping these out didn't change the left-side icon display. I rebooted a couple of times but no luck.

BTW, I did search and tried to find the info in this thread, but it's running 40+ pages and I just couldn't find it in all that...
Here are my notes on how to swap out icons that I had to write and repeat for myself instead of getting parts of the instructions over a few threads and a few months-worth of posts. I've used the notes a couple of times and have never had another problem swapping out icons:

HOW TO CHANGE THE TASK NAVIGATOR ICONS

**This installation assumes you have a rooting application like 'becomeroot' already installed**

1. Open up a blank web page and enter the following:

file:///usr/share/icons/hicolor/scalable/hildon/

2. Scroll to find the name of the icon you want to replace. If you want to alter the actual icon image itself, hold down the pointer, the image will open in another page, 'Save as…' and save it to a convenient folder (I've only ever saved it to my Removable Memory Card. I don't know if it'll work as well anywhere else).

3. Transfer the saved image in the convenient folder over to your desktop. Once, on the desktop, make a copy as back-up (i.e. 'xxxx.png - original').

4. Open up GIMP/PhotoShop/etc. and either create your own icon within a 48x48 pixel box (or find an icon online and reduce it to 48x48 in GIMP/PhotoShop) or open the icon image file with the unaltered file name and start altering.

5. When you're satisfied, save the image icon file - always with the same file name as the original icon image. DO NOT add '.png' at the end of the file name. For some strange reason, if the '.png' stays at the end at this step, when it gets back over to the Removable Memory card, the N800 is reading it essentially as 'xxxx.png.png' and that means it's no longer the same file name that is required to replace the original icon image file in the system.

6. Transfer the new icon image file over to the N800 and put it on the Removable Memory card.

7. Open File Manager and see if the icon image file is on the Removable Memory card. If '.png' appears in the file name, simply go up to the menu -> File -> Rename… and remove the '.png' from the file name.

8. Close File Manager

9. Open X Terminal

10. After the '~$', type the following:

sudo gainroot

11. 'Root shell enabled' should pop up

12. Using the 'personal-menu.png' icon as an example, just follow the subsequent commands as shown below. The entire thing, from step #10 onwards, is shown as it appears on the screen.

Caveat: unless there is a blank line between the commands below, assume it's because the long command is not appearing all on one line and there should be one blank space between the end of the first line and the continuation on the second line SO THAT THE LONG COMMAND LINE IS ALL ON A SINGLE LINE

13. The final command (the 'gtk-update-…') may take up to 30 seconds to produce the 'Cache file created successfully' message. Be patient

14. Once that message appears, simply reboot the N800.

15. Voila! The new icon should appear!


================================================

BusyBox v1.6.1 (2007-09-27 18:08:59 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ $ sudo gainroot

Root shell enabled

BusyBox v1.6.1 (2007-09-27 18:08:59 EEST) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

/home/user # cd /usr/share/icons/hicolor/scalable/hildon

/usr/share/icons/hicolor/scalable/hildon # rm personal-menu.png

/usr/share/icons/hicolor/scalable/hildon # cd /media/mmc1

/media/mmc1 # cp personal-menu.png /usr/share/icons/hicolor/scalable/hildon

/media/mmc1 # cd /home/user

/home/user # gtk-update-icon-cache -f -t /usr/share/icons/hicolor

Cache file created successfully.

/home/user #


==========================

I've never had anyone else use the notes, though. If they don't work for you, sorry .
 

The Following 6 Users Say Thank You to Betty Woo For This Useful Post:
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#559
You may want to note that for sudo gainroot, you need to have easyroot (www.nitapps.com) installed.

(Or becomeroot or RD mode enabled but I think easyroot is best imho)
 
Posts: 176 | Thanked: 34 times | Joined on Feb 2008
#560
Originally Posted by qwerty12 View Post
You may want to note that for sudo gainroot, you need to have easyroot (www.nitapps.com) installed.

(Or becomeroot or RD mode enabled but I think easyroot is best imho)
Ack! Don't muck up my precious install notes

You don't *need* easyroot. Becomeroot works as well (and is what I've used). You, however, *prefer* easyroot.

On an aside, I can't remember where the heck I even got becomeroot... . The Maemo Garage, perhaps?
 
Reply

Tags
bora, chinook, desktop, diablo, insane emulation, maemo, maemo 2, maemo 3, maemo 4, picture, pictures, screens getting shot, screenshots


 
Forum Jump


All times are GMT. The time now is 05:55.