View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5903
Just now finished to test.. After reboot and also when background changed. All work for me in this order. Also I created icon to lock your phone immediately, it also work perfectly
Code:
/sbin/initctl restart xsession/mthemedaemon
/sbin/initctl restart xsession/applauncherd
/sbin/initctl restart xsession/mdecorator
/sbin/initctl restart xsession/devicelockd
/sbin/initctl restart xsession/presenced
/sbin/initctl restart xsession/meego-im-uiserver
/sbin/initctl restart xsession/conndlgs
pid=`pgrep -f transfer-ui`
devel-su user -c "kill $pid"
/sbin/initctl stop apps/callrecorder_recorder
sleep 1 && /sbin/initctl start apps/callrecorder_recorder
/sbin/initctl stop apps/callrecorder_phone
sleep 1 && /sbin/initctl start apps/callrecorder_phone
/sbin/initctl stop apps/wazapp
sleep 1 && /sbin/initctl start apps/wazapp
/sbin/initctl stop apps/ringingrestorerd
sleep 1 && /sbin/initctl start apps/ringingrestorerd
sleep 1 && gconftool -s -t b /desktop/meego/notifications/previews_enabled true
/sbin/initctl restart xsession/sysuid
sleep 1 && /sbin/initctl restart bme
sleep 2 && /sbin/initctl restart xsession/mthome
I'm not added celluid, I think it not necessary ..

PS. Ok, I start to update files to create new version 9.6.8

Last edited by Schturman; 2013-03-27 at 18:56.
 

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