Active Topics

 


Reply
Thread Tools
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#1
hi
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
 

The Following 2 Users Say Thank You to lorenzo For This Useful Post:
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#2
Honestly I don't see much value in this as I would prefer doing a reboot instead of killing processes but since you want the process names then a tit-for-tat equivalent with the last part adding N9QT's Full Refresh command in place of hildon-desktop refreshes:

Code:
#!/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

If I was you a reboot or if you want to refresh things up then the last N9QT Full Refresh command is enough as if you notice when you do the N9QT Full Refresh everything above it is refreshed too so its quite a waste killing all before running N9QT Full Refresh...

Last edited by thedead1440; 2013-01-27 at 08:20.
 

The Following 3 Users Say Thank You to thedead1440 For This Useful Post:
Posts: 214 | Thanked: 256 times | Joined on May 2010
#3
Hi, long time no see haha
When I did the OptimizeN900 y used "top" in the terminal to see the names. I hope this help you
 

The Following User Says Thank You to JorgeFX For This Useful Post:
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#4
does this (full refresh)
Code:
/sbin/initctl restart bme && sleep 2 && /sbin/initctl restart xsession/sysuid && sleep 5 && /sbin/initctl restart xsession/mthome
do the same thing?
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#5
if you do:
Code:
/sbin/initctl restart xsession/mthome
I think you don't need this one:
Code:
/sbin/initctl restart xsession/sysuid
It should be restarted too...

Only this one will restart status bar and lockscreen...
Code:
/sbin/initctl restart xsession/sysuid
 

The Following User Says Thank You to Schturman For This Useful Post:
Reply


 
Forum Jump


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