Morpog
|
2013-04-27
, 13:33
|
|
Posts: 956 |
Thanked: 2,628 times |
Joined on Nov 2011
|
#1331
|
|
2013-04-27
, 15:08
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1333
|
|
2013-04-27
, 15:35
|
Posts: 697 |
Thanked: 137 times |
Joined on Jul 2012
@ Hillerød, DK
|
#1334
|
|
2013-04-27
, 17:02
|
Posts: 142 |
Thanked: 72 times |
Joined on Jan 2013
|
#1335
|
|
2013-04-27
, 17:28
|
Posts: 138 |
Thanked: 144 times |
Joined on Oct 2012
@ Devon, England
|
#1336
|
|
2013-04-27
, 18:51
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#1337
|
/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/extended-power-menu sleep 1 && /sbin/initctl start apps/extended-power-menu /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 /sbin/initctl stop apps/profilematicd sleep 1 && /sbin/initctl start apps/profilematicd sleep 1 && gconftool -s -t b /desktop/meego/notifications/previews_enabled true sleep 1 && /sbin/initctl restart bme /sbin/initctl restart xsession/sysuid /sbin/initctl restart xsession/celluid sleep 2 && /sbin/initctl restart xsession/mthome
/sbin/initctl stop apps/FasterN9 sleep 1 && /sbin/initctl start apps/FasterN9 /sbin/initctl stop apps/fastern9d sleep 1 && /sbin/initctl start apps/fastern9d
The Following User Says Thank You to Schturman For This Useful Post: | ||
|
2013-04-27
, 19:06
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1338
|
traysh, Hi
I have a question...
In N9QT I use Full refresh command that include this command:
My question if this refresh commands somehow can broke FasterN9 work ?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/extended-power-menu sleep 1 && /sbin/initctl start apps/extended-power-menu /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 /sbin/initctl stop apps/profilematicd sleep 1 && /sbin/initctl start apps/profilematicd sleep 1 && gconftool -s -t b /desktop/meego/notifications/previews_enabled true sleep 1 && /sbin/initctl restart bme /sbin/initctl restart xsession/sysuid /sbin/initctl restart xsession/celluid sleep 2 && /sbin/initctl restart xsession/mthome
Because I don't know this, in the last version (9.7.1) I also added refresh of FasterN9 after profilemaitc
Can you tell me if I need this in the Full refresh or I can remove them. ThanksCode:/sbin/initctl stop apps/FasterN9 sleep 1 && /sbin/initctl start apps/FasterN9 /sbin/initctl stop apps/fastern9d sleep 1 && /sbin/initctl start apps/fastern9d
The Following User Says Thank You to traysh For This Useful Post: | ||
|
2013-04-27
, 19:10
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#1339
|
|
2013-04-27
, 19:22
|
Posts: 324 |
Thanked: 739 times |
Joined on Jun 2009
@ São Paulo, Brazil
|
#1340
|
FasterN9 uses caching (well, actually the N9 does anyway, but I think FasterN9 is more reliant on it now?) to speed things up. If you keep dropping it, you're gonna lose some of the performance.