maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Design (https://talk.maemo.org/forumdisplay.php?f=46)
-   -   Show off your Maemo 2 - 4 screenshots (https://talk.maemo.org/showthread.php?t=5014)

Aisu 2008-05-17 21:36

Re: Show off your screenshots
 
Well, I have a nice little screenshot. I like not having icons, seems more elegant. :cool:


Betty Woo 2008-05-17 22:07

Re: Show off your screenshots
 
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!

Aisu 2008-05-17 22:50

Re: Show off your screenshots
 
They are just blanks. They still click normally ;)

Underscore 2008-05-18 02:41

Re: Show off your screenshots
 
What's that clock? Never seen it

GeneralAntilles 2008-05-18 02:45

Re: Show off your screenshots
 
Quote:

Originally Posted by Underscore (Post 182823)
What's that clock? Never seen it

It's in Extras.

SebaSOFT 2008-05-19 04:14

Re: Show off your screenshots
 
And what about a DOOM3 PDA style?

https://garage.maemo.org/frs/downloa...kinDesktop.jpg

https://garage.maemo.org/frs/downloa...rogramMail.jpg

Greyghost 2008-05-21 16:50

Re: Show off your screenshots
 
Quote:

Originally Posted by YoDude (Post 168002)
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...

Betty Woo 2008-05-22 06:37

Re: Show off your screenshots
 
Quote:

Originally Posted by Greyghost (Post 184195)
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 :o.

qwerty12 2008-05-22 06:48

Re: Show off your screenshots
 
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)

Betty Woo 2008-05-22 07:07

Re: Show off your screenshots
 
Quote:

Originally Posted by qwerty12 (Post 184548)
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 :p

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? :o


All times are GMT. The time now is 17:07.

vBulletin® Version 3.8.8