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)

F2thaK 2010-01-07 12:38

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
screenshot of reboot button

lcuk 2010-01-07 12:40

Re: N900 MODs - share your MODs!!
 
my mod isn't anything software related.
its a rapid prototype for something I needed
http://liqbase.net/liq.adhoc.stand.f...100104_004.jpg
http://liqbase.net/liq.adhoc.stand.s...100104_003.jpg
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 :)

F2thaK 2010-01-07 12:44

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

Originally Posted by grumps312 (Post 457170)
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.

F2thaK 2010-01-07 12:45

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

Originally Posted by lcuk (Post 457180)
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.... :(

qwertyberty 2010-01-07 12:49

Re: N900 MODs - share your MODs!!
 
1 Attachment(s)
@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

pwngu!n 2010-01-07 12:57

Re: N900 MODs - share your MODs!!
 
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>
-->


F2thaK 2010-01-07 12:57

Re: N900 MODs - share your MODs!!
 
currently trying out extended keyboard shortcuts MOD

F2thaK 2010-01-07 12:58

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:
[/CODE]

im a windoze user thats new to maemo/linux so MC is good for me as it has GUI :)

Blinde 2010-01-07 13:14

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

Originally Posted by f2thak (Post 457185)
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?

beli 2010-01-07 13:22

Re: N900 MODs - share your MODs!!
 
My N900 doesn't need a button to reboot ... it does that automatically ;)


All times are GMT. The time now is 00:01.

vBulletin® Version 3.8.8