maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   * The Truly Epic Maemo 5 MODs Thread * (https://talk.maemo.org/showthread.php?t=39565)

Grant 2010-04-27 14:25

Re: Maemo 5 MODs - share your MODs!!
 
Quote:

Originally Posted by devildriven (Post 629927)
It was indeed a typo by the looks of it.

I have now succesfully removed the backgrounds from the Nokia theme!! :D:D:D

can someone confirm for me that for the iivilsteel grunge theme the code would be as follows...

$ Sudo gainroot
$ cd /usr/share/themes/iivilsteel grunge theme/images
$ Mv ApplicationShortcutAppletPressed.png ApplicationShortcutAppletPressed.png.old
$ Mv ApplicationShortcutApplet.png ApplicationShortcutApplet.png.old

iivilsteel grunge theme - With spaces?

I love the Maemo community! That's yet another brilliant mod i've made to my N900 with all your help!

For directories/filenames with long names, you can utilize the touchscreen "Tab" button in xterm to autocomplete your command if you have typed enough of it in already. For instance, type in
"cd /usr/share/themes/li" and then hit the touchscreen "Tab" button. It will either show you all the directories in /usr/share/themes/ that start with "li", or if you only have one directory in there that starts with "li" it will autocomplete the entire name of the directory.

Rob1n 2010-04-27 15:43

Re: Maemo 5 MODs - share your MODs!!
 
Quote:

Originally Posted by devildriven (Post 630003)
I don't, as yet, know how to view the contents of a folder in x term.

"ls" (that's lower-case L and S). You may find this useful.

Dr.MZ 2010-05-01 23:08

Re: Maemo 5 MODs - share your MODs!!
 
Complete Overview Icon: Pimp my N900

Download here: meego.de


Bluetooth Candy (Version 1.3)
http://meego.de/images/fbfiles/images/Bluetooth_2.jpg

Bluetooth Modern (Version 1.1)
http://meego.de/images/fbfiles/image...n-20100502.jpg

Cell Level Bar (Version 1.1)
http://meego.de/images/fbfiles/images/CellLevelBar.jpg

Cell Level Color (Version 1.0)
http://meego.de/images/fbfiles/images/Celllevel4.jpg

Cell Level Sonar (Version 2.1)
http://meego.de/images/fbfiles/images/Celllevel2.jpg

Cell Level Tux (Version 1.3)
http://meego.de/images/fbfiles/images/Celllevel1.jpg

Clock Chrono (Version 1.2)
http://meego.de/images/fbfiles/image...o_20100422.jpg

Clock MeeGo (Version 1.2)
http://meego.de/images/fbfiles/images/ClockMeeGo1.jpg

Clock World (Version 1.1)
http://meego.de/images/fbfiles/image...2-20100417.jpg

Clock Wood (Version 1.0)
http://meego.de/images/fbfiles/images/ClockWood.jpg

Volume Concept Turn (Version 1.0)
http://meego.de/images/fbfiles/images/Volume5.png

Volume Speaker (Version 3.0)
http://meego.de/images/fbfiles/image...2_20100422.jpg

Volume Turn (Version 1.1)
http://meego.de/images/fbfiles/images/Lautstrke_3.jpg


I also have other interpretations of icons which you can download to you also. But I would like to point out that not all of these icons was designed by me, but I have only reviewed them.

Download here: meego.de

Schturman 2010-05-02 18:51

Re: Maemo 5 MODs - share your MODs!!
 
Hmmm... I have a little problem with fonts... I tried to play with some new fonts and suddenly it stopped to change them... I tried to reboot with original fonts and after this I tried change them again, but nothing... I can see only original nokia fonts... It's looks something like cache somewhere...
Anyone know what happens and how I can fix that ?
Thanks

Schturman 2010-05-02 20:33

Re: Maemo 5 MODs - share your MODs!!
 
Ok... I got the "tabitha" fonts back... But I can't change to others :( Maybe because of others is OpenType... but Lucida Calligraphy it is also OpenType and he worked...
Very strange :confused:

duryard 2010-05-04 14:23

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by pwngu!n (Post 457207)
Perhaps a simpler way to add a reboot button not requiring MC:

1) Open X terminal as root
2) cd /etc/systemui
3) Make a backup of the systemui file: cp systemui.xml systemui.xml.orig
3) Edit the file in any editor, e.g. vi systemui.xml

You need to make this section:
Code:

<!--
 <menuitem priority="20" name="Reboot">
  <return>6</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
 <menuitem priority="10" name="Soft poweroff">
  <return>7</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
 <menuitem priority="5" name="Top in XTerm">
  <callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true">
  <argument type="string">/usr/bin/top</argument>
  </callback>
 </menuitem>
-->

look like:

Code:

<menuitem priority="20" name="Reboot">
  <return>6</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
<!--
 <menuitem priority="10" name="Soft poweroff">
  <return>7</return>
  <po>osso-powerup-shutdown</po>
 </menuitem>
 <menuitem priority="5" name="Top in XTerm">
  <callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true">
  <argument type="string">/usr/bin/top</argument>
  </callback>
 </menuitem>
-->


This is my first mod am I am a bit old and dodery but these to clips of code look the same???

Ministeri 2010-05-04 14:27

Re: N900 MODs - share your MODs!!
 
Quote:

Originally Posted by duryard (Post 642439)
This is my first mod am I am a bit old and dodery but these to clips of code look the same???

The beginning of commented area (<!--) is moved from before to after menuitem Reboot.

This makes reboot as option in menu.

duryard 2010-05-04 14:45

Re: Maemo 5 MODs - share your MODs!!
 
Thanks Ministeri going to try out my first mod now :) (I think)

duryard 2010-05-04 15:23

Re: Maemo 5 MODs - share your MODs!!
 
Thanks again Ministeri. I,ve done me first mod. Simple I know but hopefully its the first of a lot more :):):)

Only trouble is I have added a reboot option. (Hurray) but as you can see its duplicated the others??

http://lh4.ggpht.com/_o6MRP2buoWo/S-...504-162441.jpg

PsychoModr 2010-05-04 23:49

Re: Maemo 5 MODs - share your MODs!!
 
you forget the one space line above the <!-- signs.

look like this :

Quote:

<return>9</return>
<po>osso-powerup-shutdown</po>
<callback service="com.nokia.profiled" path="/com/nokia/profiled" interface="com.nokia.profiled" method="set_profile" bus="session" autostart="true">
<argument type="string">general</argument>
</callback>
</menuitem>


<menuitem priority="20" name="Reboot">
<return>6</return>
<po>osso-powerup-shutdown</po>
</menuitem>
1 space line between it
<!--
<menuitem priority="10" name="Soft poweroff">
<return>7</return>
<po>osso-powerup-shutdown</po>
</menuitem>
<menuitem priority="5" name="Top in XTerm">
<callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true">
<argument type="string">/usr/bin/top</argument>
</callback>
</menuitem>
-->

</powerkeymenu>


that should fix your duplicate problem.
That's the mistake i see.

not like this :

Quote:

<return>9</return>
<po>osso-powerup-shutdown</po>
<callback service="com.nokia.profiled" path="/com/nokia/profiled" interface="com.nokia.profiled" method="set_profile" bus="session" autostart="true">
<argument type="string">general</argument>
</callback>
</menuitem>


<menuitem priority="20" name="Reboot">
<return>6</return>
<po>osso-powerup-shutdown</po>
</menuitem>
<!--
<menuitem priority="10" name="Soft poweroff">
<return>7</return>
<po>osso-powerup-shutdown</po>
</menuitem>
<menuitem priority="5" name="Top in XTerm">
<callback service="com.nokia.xterm" path="/com/nokia/xterm" interface="com.nokia.xterm" method="run_command" bus="session" autostart="true">
<argument type="string">/usr/bin/top</argument>
</callback>
</menuitem>
-->

</powerkeymenu>




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

vBulletin® Version 3.8.8