Active Topics

 


Reply
Thread Tools
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#11
screenshot of reboot button
Attached Images
 
 

The Following 2 Users Say Thank You to F2thaK For This Useful Post:
lcuk's Avatar
Posts: 1,635 | Thanked: 1,816 times | Joined on Apr 2008 @ Manchester, England
#12
my mod isn't anything software related.
its a rapid prototype for something I needed


i will make a proper woody version soon, but this was quick and simple and is really sturdy for sitting alongside my laptop and testing whilst i code.
i get to poke the screen without it falling over
__________________
liqbase sketching the future.
like what i say? hit the Thanks, thanks!
twitter.com/lcuk
 

The Following 11 Users Say Thank You to lcuk For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#13
Originally Posted by grumps312 View Post
How did you mod the LED colors?

WARNING: CHANGING THIS FILE OTHER THAN WHAT I ADVISE MAY BRICK YOUR DEVICE, I AM IN NO WAY RESPONSIBLE IF U BRICK ur N900!

------------------------------------------------
LED and vibrator MOD
------------------------------------------------



In order to do this, you will need to:

* Download and install rootsh from the Extras repository, which will give you root access in the X-Terminal
* Download and install Midnight Commander, the well known file manager which also contains a convenient text editor.


-open x-terminal app
-type 'sudo gainroot' [enter] then 'mc'
-edit the file "etc/mce/mce.ini"
-down the bottom of file is the area you need to be..
-just read the file and its self explaining...
-its as simple as changing setting to 'b' (to change notification to blue)
-save file, exit mc and reboot.

Last edited by F2thaK; 2010-01-08 at 07:57.
 

The Following 7 Users Say Thank You to F2thaK For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#14
Originally Posted by lcuk View Post
my mod isn't anything software related.
its a rapid prototype for something I needed
i will make a proper woody version soon, but this was quick and simple and is really sturdy for sitting alongside my laptop and testing whilst i code.
i get to poke the screen without it falling over

yes that is a problem i saw almost instantly with this device..
stand is pretty useless and doesnt lie flat well when using....

Last edited by F2thaK; 2010-01-07 at 12:53.
 

The Following User Says Thank You to F2thaK For This Useful Post:
qwertyberty's Avatar
Posts: 61 | Thanked: 90 times | Joined on Oct 2009 @ Bushey, Herts, UK.
#15
@bigzzy

If you just want the reboot button then edit the end of the file to look like this removing the <!-- at either end.

I didn't want the top command or soft reboot so I deleted them too

As was said earlier do keep a copy of the original file safe
Attached Images
 

Last edited by qwertyberty; 2010-01-07 at 12:51.
 
Posts: 14 | Thanked: 35 times | Joined on Dec 2009 @ Ireland
#16
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>
-->
 

The Following 13 Users Say Thank You to pwngu!n For This Useful Post:
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#17
currently trying out extended keyboard shortcuts MOD
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#18
Originally Posted by pwngu!n View Post
Perhaps a simpler way to add a reboot button not requiring MC:
[/CODE]
im a windoze user thats new to maemo/linux so MC is good for me as it has GUI
 
Blinde's Avatar
Posts: 102 | Thanked: 26 times | Joined on Jan 2010 @ Finland
#19
Originally Posted by f2thak View Post
WARNING: CHANGING THIS FILE OTHER THAN WHAT I ADVISE MAY BRICK YOUR DEVICE, I AM IN NO WAY RESPONSIBLE IF U BRICK ur N900!

------------------------------------------------
LED and vibrator MOD
------------------------------------------------


In order to do this, you will need to:

* Download and install rootsh from the Extras repository, which will give you root access in the X-Terminal
* Download and install Midnight Commander, the well known file manager which also contains a convenient text editor.


-open x-terminal app
-type 'sudo gainroot' [enter] then 'mc'
-edit the file "etc/mce/mce.ini"
-down the bottom of file is the area you need to be..
-just read the file and its self explaining...
-its as simple as changing setting to 'b' (to change notification to blue)
-save file, exit mc and reboot.
Thanks for the info. Does it matter if two settings has the same value, like "power on" has white, so can i set it also for "sms?

What kind of combinations do work? Does blue&green work?

Last edited by Blinde; 2010-01-07 at 13:28.
 
Posts: 80 | Thanked: 114 times | Joined on Dec 2009 @ Belgium
#20
My N900 doesn't need a button to reboot ... it does that automatically
 

The Following 11 Users Say Thank You to beli For This Useful Post:
Reply

Tags
maemo mods, mods thread


 
Forum Jump


All times are GMT. The time now is 18:50.