Poll: Is your N9 in open mode?
Poll Options
Is your N9 in open mode?

Reply
Thread Tools
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1271
thedead1440: is your phone in open mode?

If it is NOT, please help me: download the attached file to your phone, move the file to /home/user, go to /home/user AS ROOT and run the following commands:

tar -zxf ionice.real.tar.gz
chmod a+x ionice.real
./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
./ionice.real -p $(pidof bme_RX-71)


Then paste the result here.
Thank you in advance.
Attached Files
File Type: gz ionice.real.tar.gz (19.0 KB, 70 views)
 
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#1272
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

Last edited by thedead1440; 2013-04-21 at 15:56.
 
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1273
Originally Posted by traysh View Post
thedead1440: is your phone in open mode?

If it is NOT, please help me: download the attached file to your phone, move the file to /home/user, go to /home/user AS ROOT and run the following commands:

tar -zxf ionice.real.tar.gz
chmod a+x ionice.real
./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
./ionice.real -p $(pidof bme_RX-71)


Then paste the result here.
Thank you in advance.
For you (I'm with inception)
Code:
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
--------------
RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#
As USER:
Code:
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $
--------------------------
~ $ cd /home/user
~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof bme_RX-71)
unknown: prio 0
~ $
 

The Following 2 Users Say Thank You to Schturman For This Useful Post:
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1274
Originally Posted by Schturman View Post
For you (I'm with inception)
Code:
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
--------------
RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#
As USER:
Code:
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $
--------------------------
~ $ cd /home/user
~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof bme_RX-71)
unknown: prio 0
~ $
didn't work... maybe because the binary was copied, not installed. I'll create a package and send you so you can try again
 

The Following User Says Thank You to traysh For This Useful Post:
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1275
Originally Posted by Schturman View Post
For you (I'm with inception)
Code:
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
--------------
RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof bme_RX-71)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#
As USER:
Code:
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $
--------------------------
~ $ cd /home/user
~ $ ./ionice.real -c 1 -n 7 -p $(pidof bme_RX-71)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof bme_RX-71)
unknown: prio 0
~ $
Oh, please try again replacing bme_RX-71 with meegotouchhome both as root and as user
 

The Following User Says Thank You to traysh For This Useful Post:
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1276
Originally Posted by patlak View Post
Dear Traysh,

please, if you plan to release a new version correct the notification pop out lag. There is too much lag when a notification just pops out. Thank You
That particular request is impossible, sorry. I did try, but it is not an optimization problem, it is a bug in meegotouch home, there's noting i can do about it as we don't have the source code.

edit: typo now->not

Last edited by traysh; 2013-04-21 at 18:47.
 

The Following 2 Users Say Thank You to traysh For This Useful 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:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1278
As ROOT:
RM696-21-3_PR_001:~# cd /home/user
RM696-21-3_PR_001:/home/user# tar -zxf ionice.real.tar.gz
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof meegotouchhome)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof meegotouchhome)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#


As USER:
~ $ cd /home/user
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $ ./ionice.real -c 1 -n 7 -p $(pidof meegotouchhome)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof meegotouchhome)
unknown: prio 4
~ $
 

The Following User Says Thank You to Schturman For This Useful Post:
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1279
Originally Posted by Schturman View Post
As ROOT:
RM696-21-3_PR_001:~# cd /home/user
RM696-21-3_PR_001:/home/user# tar -zxf ionice.real.tar.gz
RM696-21-3_PR_001:/home/user# chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -c 1 -n 7 -p $(pidof meegotouchhome)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user# ./ionice.real -p $(pidof meegotouchhome)
-sh: ./ionice.real: Operation not permitted
RM696-21-3_PR_001:/home/user#


As USER:
~ $ cd /home/user
~ $ chmod a+x ionice.real
chmod: ionice.real: Operation not permitted
~ $ ./ionice.real -c 1 -n 7 -p $(pidof meegotouchhome)
ionice.real: ioprio_set failed: Operation not permitted
~ $ ./ionice.real -p $(pidof meegotouchhome)
unknown: prio 4
~ $
That's bad news. It seems aegis will not allow it, inception or open mode is required, but I don't want FasterN9 to need them.
 

The Following 2 Users Say Thank You to traysh For This Useful Post:
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#1280
It should be in /home/user ? Did you tried another place?
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:40.