Thread: [app]con900
View Single Post
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: