Active Topics

 


Reply
Thread Tools
Posts: 116 | Thanked: 147 times | Joined on Jan 2010
#1021
Originally Posted by devildriven View Post
It was indeed a typo by the looks of it.

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

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.
 

The Following 2 Users Say Thank You to Grant For This Useful Post:
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#1022
Originally Posted by devildriven View Post
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.
 

The Following User Says Thank You to Rob1n For This Useful Post:
Dr.MZ's Avatar
Posts: 111 | Thanked: 74 times | Joined on Feb 2010 @ Germany
#1023
Complete Overview Icon: Pimp my N900

Download here: meego.de


Bluetooth Candy (Version 1.3)


Bluetooth Modern (Version 1.1)


Cell Level Bar (Version 1.1)


Cell Level Color (Version 1.0)


Cell Level Sonar (Version 2.1)


Cell Level Tux (Version 1.3)


Clock Chrono (Version 1.2)


Clock MeeGo (Version 1.2)


Clock World (Version 1.1)


Clock Wood (Version 1.0)


Volume Concept Turn (Version 1.0)


Volume Speaker (Version 3.0)


Volume Turn (Version 1.1)



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

Last edited by Dr.MZ; 2010-05-02 at 19:20.
 

The Following 9 Users Say Thank You to Dr.MZ For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1024
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's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1025
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
 
duryard's Avatar
Posts: 61 | Thanked: 4 times | Joined on Mar 2010 @ Exeter (UK)
#1026
Originally Posted by pwngu!n View Post
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???
 
Posts: 87 | Thanked: 277 times | Joined on Feb 2010 @ Helsinki, Finland
#1027
Originally Posted by duryard View Post
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's Avatar
Posts: 61 | Thanked: 4 times | Joined on Mar 2010 @ Exeter (UK)
#1028
Thanks Ministeri going to try out my first mod now (I think)
 
duryard's Avatar
Posts: 61 | Thanked: 4 times | Joined on Mar 2010 @ Exeter (UK)
#1029
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??


Last edited by duryard; 2010-05-04 at 15:37. Reason: Added a pic
 
Posts: 49 | Thanked: 22 times | Joined on May 2010 @ belgium
#1030
you forget the one space line above the <!-- signs.

look like this :

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

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

__________________
http://www.iphoneclub.nl/5890/exclusive-impressive-iphone-case-mod-croiman-psycho-iphone-mod/

http://www.engadget.com/2008/04/29/the-croiman-psycho-iphone-makes-other-modders-weep-with-joy-env/

Last edited by PsychoModr; 2010-05-04 at 23:53.
 
Reply

Tags
maemo mods, mods thread


 
Forum Jump


All times are GMT. The time now is 12:02.