Active Topics

 



Notices


Reply
Thread Tools
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#81
In fact, you can create as much files in /etc/systemui as you want, each for a custom button. They are all load when systemui is started.

You can also add this to your postinst, so there will be no need to restart the device after installation:

Code:
#! /bin/sh
/usr/sbin/dsmetool -k /usr/bin/systemui
sleep 1
/usr/sbin/dsmetool -n -l -t /usr/bin/systemui
 

The Following User Says Thank You to ivgalvez For This Useful Post:
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#82
@ ivgalvez
i used
Code:
killall systemui
the code you provided caused my device to reboot(no problem thou) you gave me an idea.. just to kill it. simple... thanks again

with what you gave me above it caused my device to reboot. but all is well

with the release of 0.0.9-3. there will be 3 packages con900, optimizen900, and optimizen900-pm

optimizen900 = script with desktop shortcut
optimizen900-pm = power menu shortcut
con900 = editor

now with doing this will all have to uninstall con900 first and install optimizen900(if you try to update you are going to run in to issues).

why?well con900 now depends on optimizen900(story short)

they will be hitting the repositories soon.
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON

Last edited by humble; 2011-03-19 at 09:27.
 

The Following User Says Thank You to humble For This Useful Post:
Mike Fila's Avatar
Posts: 412 | Thanked: 480 times | Joined on Feb 2011 @ Bronx, NY
#83
I installed optimizen900 con900 and pm, when I went to remove them the pm button stayed afterwards. How do I get rid of it? its gone from appman
 
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#84
Originally Posted by Mike Fila View Post
I installed optimizen900 con900 and pm, when I went to remove them the pm button stayed afterwards. How do I get rid of it? its gone from appman
reboot or
Code:
killall systemui
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Mike Fila's Avatar
Posts: 412 | Thanked: 480 times | Joined on Feb 2011 @ Bronx, NY
#85
Originally Posted by humble View Post
reboot or
Code:
killall systemui
I did and it's still there. It didn't uninstall properly I still see the file optimizen900 in etc/systemui folder can this just be deleted?
 
humble's Avatar
Posts: 355 | Thanked: 395 times | Joined on Dec 2009 @ USA
#86
Originally Posted by Mike Fila View Post
I did and it's still there. It didn't uninstall properly I still see the file optimizen900 in etc/systemui folder can this just be deleted?
yes, but i wonder why?
i'm going to do some testing on it. (when i did.. every thing uninstalled correctly)
__________________
Would you like to Donate?

My"Current Project(s)":
[Resurrecting] DON
 
Posts: 435 | Thanked: 197 times | Joined on Feb 2010
#87
Originally Posted by Mike Fila View Post
I did and it's still there. It didn't uninstall properly I still see the file optimizen900 in etc/systemui folder can this just be deleted?
I succesfully uninstalled all three conN900 including PM, but the Optimize N900 button is still showing on my power menu... I can also see the OptimizeN900.xml file in etc/systemui, but using Cute Explorer, it fails to delete
Help?
 
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#88
Same problem for me! How to delete it?
__________________
per ardua ad astra
 
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#89
Originally Posted by fw190 View Post
Same problem for me! How to delete it?
You have to be root to be able to delete it. In CuteExplorer enable the option for root access, reboot and delete the file (carefully!), then disable this option to avoid any future problems.

You can also do it manually with xterm (you need to have tootsh installed):

Code:
sudo gainroot
rm /etc/systemui/OptimizeN900.xml
 

The Following User Says Thank You to ivgalvez For This Useful Post:
fw190's Avatar
Posts: 584 | Thanked: 700 times | Joined on Jan 2010
#90
It worked! Splendid!
__________________
per ardua ad astra
 
Reply


 
Forum Jump


All times are GMT. The time now is 19:25.