View Single Post
Posts: 236 | Thanked: 223 times | Joined on Oct 2009 @ NE UK
#15
Originally Posted by Andre Klapper View Post
There is also a hack by removing the comment lines in /etc/mce/mce.ini that will provide a "Top in XTerm" button in the hardware button menu.
Not that "hack" really means "hack" and doing something wrong here might turn your device into a brick, but for me it works. :-P
For anyone as puzzled as I was by this, I think Andre is really talking about a different file... or maybe.

At least on my phone, I discovered the following commented-out stanza:

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.xter
   <argument type="string">/usr/bin/top</argument>
  </callback>
 </menuitem>
-->
in /etc/systemui/systemui.xml while poking around.

Edit: on a whim I uncommented it (removing the <!-- and --> lines) and it seems to work fine.

Last edited by kwotski; 2009-12-07 at 00:27.
 

The Following 2 Users Say Thank You to kwotski For This Useful Post: