maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [Stable!] FasterN9 (https://talk.maemo.org/showthread.php?t=83940)

traysh 2013-04-21 09:33

Re: [Stable!] FasterN9
 
1 Attachment(s)
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.

thedead1440 2013-04-21 10:33

Re: [Stable!] FasterN9
 
traysh,

Sorry my device is in open mode :o

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


Schturman 2013-04-21 16:04

Re: [Stable!] FasterN9
 
Quote:

Originally Posted by traysh (Post 1337697)
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
~ $


traysh 2013-04-21 16:37

Re: [Stable!] FasterN9
 
Quote:

Originally Posted by Schturman (Post 1337762)
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

traysh 2013-04-21 16:47

Re: [Stable!] FasterN9
 
Quote:

Originally Posted by Schturman (Post 1337762)
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

traysh 2013-04-21 16:52

Re: [Stable!] FasterN9
 
Quote:

Originally Posted by patlak (Post 1336350)
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

traysh 2013-04-21 20:05

Re: [Stable!] FasterN9
 
Quote:

Originally Posted by thedead1440 (Post 1337703)
traysh,

Sorry my device is in open mode :o

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.

Schturman 2013-04-21 20:17

Re: [Stable!] FasterN9
 
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
~ $

traysh 2013-04-21 20:38

Re: [Stable!] FasterN9
 
Quote:

Originally Posted by Schturman (Post 1337813)
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.

Schturman 2013-04-21 21:41

Re: [Stable!] FasterN9
 
It should be in /home/user ? Did you tried another place?


All times are GMT. The time now is 23:15.

vBulletin® Version 3.8.8