View Single Post
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1277
Originally Posted by thedead1440 View Post
traysh,

Sorry my device is in open mode

However, I've requested Schturman to help test it out; he should be posting the outcome here once done

Open mode output just for reference:

Code:
N9-21-3_PR_005:/home/user# chmod a+x ./ionice.real 
N9-21-3_PR_005:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
N9-21-3_PR_005:/home/user# ./ionice.real -p $(pidof bme_RX-71)
realtime: prio 7
Then try this and enjoy a new level of impressive speed:
#Ionice
/opt/FasterN9/bin/ionice.real -c 1 -n 0 -p $(pidof meegotouchhome)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof tracker-store)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof tracker-miner-fs)
/opt/FasterN9/bin/ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof facebook-meego)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof twitter-meego)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof commhistoryd)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof msgindexer)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof messageserver)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof feedengine)
/opt/FasterN9/bin/ionice.real -c 3 -p $(pidof msyncd)

Of course, you will need to copy ionice.real to the right path.

What I'm trying to do is find a way to do this in non-openmode phones, but I'll have to wait Schturman or someone else try the commands in my previous posts.

If this work at least to some critical processes then FasterN9 has achieved all the speed it can and I'll focus in increasing stability.
 

The Following 3 Users Say Thank You to traysh For This Useful Post: