|
2013-01-27
, 08:16
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#2
|
#!/bin/sh echo Your Nokia N9 is being Optimized #Refresh the Audio Process to avoid audio glitch killall pulseaudio #Refresh the Tracker process killall tracker-store #Refresh the browser killall grob #Refresh of the most common applications and UIs killall organiser killall calc killall camera-ui killall call-ui killall fenix killall messaging-ui killall gallery killall notes killall contacts killall tonegend killall qmafw-dbus-wrapper #N9QT Full Refresh sleep 2 && /sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
|
2013-01-27
, 18:25
|
|
Posts: 491 |
Thanked: 299 times |
Joined on Jul 2012
@ Pordenone IT
|
#4
|
/sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
|
2013-01-27
, 19:08
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#5
|
/sbin/initctl restart xsession/mthome
/sbin/initctl restart xsession/sysuid
/sbin/initctl restart xsession/sysuid
The Following User Says Thank You to Schturman For This Useful Post: | ||
i saw that some processes eats a lot of battery and after few days my idle consumption grows from 7 to 15-20
i wanted to do something like this one
http://talk.maemo.org/showthread.php?t=58935&page=40
but i don't know processes' names, so could you help me collecting all them?
thanks