Active Topics

 


Reply
Thread Tools
Posts: 242 | Thanked: 169 times | Joined on Nov 2011
#11
Originally Posted by sup View Post
/etc/systemui/systemui.xml - change the priority, I think
Well, actually I meant the menu in the attached image... Maybe I'm wrong with the name
Attached Images
 
 
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#12
No idea. Try googlin it:-).
 
Posts: 54 | Thanked: 21 times | Joined on Jun 2012
#13
Hi there.
although I get root I cant go to /etc/systemui/.
I get a "Permission denied" error.
 
sifo's Avatar
Posts: 1,359 | Thanked: 1,292 times | Joined on Oct 2011 @ Tartus.Syria
#14
try this...
Code:
root
leafpad /etc/systemui/systemui.xml
you need leafpad installed and a brain to know what you are doing

./sifo
__________________
[ N900-Crack ] [ The Purge ] [ New Smiles ] [ New icons ] [ ? ]
" Hey ! I've just met you and this is crazy, so install cssu maybe ? "
Please help out keeping Maemo.org alive, and consider donating.
https://www.facebook.com/ZoRk7
 

The Following 2 Users Say Thank You to sifo For This Useful Post:
Posts: 54 | Thanked: 21 times | Joined on Jun 2012
#15
Thanx.

Got it working after some wrong coding.

Last edited by em28; 2012-08-27 at 17:16.
 
Posts: 197 | Thanked: 91 times | Joined on Dec 2010
#16
So I found a way to do this thanks to this thread.

One needs to just put the following into /etc/system/systemui.xml :
Code:
  <menuitem priority="750" name="Reboot">
    <icon>general_refresh</icon>
      <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/reboot_manual</argument>
    </callback>
  </menuitem>
And create (executable!) file /usr/bin/reboot_manual with the following content:
Code:
#!/bin/sh
# gain superuser rights.
if [ `id -u` != 0 ] ; then
    exec sudo gainroot <<EOF
exec sh $0 $*
EOF
exit $?
fi   
# put your code below
reboot
Reboot and the button should work and reboot nicely.
 

The Following 4 Users Say Thank You to sup For This Useful Post:
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#17
Originally Posted by sup View Post
So I found a way to do this thanks to this thread.
Reboot and the button should work and reboot nicely.
Please note anybody new to this, playing about with systemui.xml can make your device unbootable if you mess it up.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following 2 Users Say Thank You to sixwheeledbeast For This Useful Post:
peterleinchen's Avatar
Posts: 4,118 | Thanked: 8,901 times | Joined on Aug 2010 @ Ruhrgebiet, Germany
#18
Yep, just cleaned up my systemui.xml.
And you may check with
Code:
killall systemui
and waiting a few seconds, if everything is OK.

Nevertheless sixwheeledbeast's warning is valid (as in my case I am very cautious while editing and there was no mistake). If systemui should not pop up or display error or whatever, you should have possibility to re-/edit again (do NOT reboot) ...
__________________
SIM-Switcher, automated SIM switching with a Double (Dual) SIM adapter
--
Thank you all for voting me into the Community Council 2014-2016!

Please consider your membership / supporting Maemo e.V. and help to spread this by following/copying this link to your TMO signature:
[MC eV] Maemo Community eV membership application, http://talk.maemo.org/showthread.php?t=94257

editsignature, http://talk.maemo.org/profile.php?do=editsignature
 

The Following User Says Thank You to peterleinchen For This Useful Post:
DfLo1913's Avatar
Posts: 115 | Thanked: 54 times | Joined on Feb 2011 @ Texas
#19
Any chance of a download on Ham? Thanks
 
Posts: 2,292 | Thanked: 4,135 times | Joined on Apr 2010 @ UK
#20
Originally Posted by DfLo1913 View Post
Any chance of a download on Ham? Thanks
Eh??
Download what?

Do you mean PowEdit
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 
Reply


 
Forum Jump


All times are GMT. The time now is 20:40.