Thread: [app]con900
View Single Post
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#79
I suppose you know this, but if you include a file optimizeN900.xml in /etc/systemui with this text

Code:
<powerkeymenu path="/">
 <menuitem priority="20" name="Optimize N900">
    <icon>optimize</icon>
    <callback service="com.nokia.HildonDesktop.AppMgr"
      path="/com/nokia/HildonDesktop/AppMgr"
      interface="com.nokia.HildonDesktop.AppMgr"
      method="LaunchApplication" bus="session"
      autostart="true">
      <argument type="string">optimize-n900</argument>
    </callback>
 </menuitem>
</powerkeymenu>
You will have a nice button in the Power Key Menu.

In my device I'm using icons borrowed from KDE.
Attached Images
 
 

The Following User Says Thank You to ivgalvez For This Useful Post: