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
#1281
Originally Posted by Schturman View Post
It should be in /home/user ? Did you tried another place?
It could be anywhere.
This is what I'm going to do: release the next versions with these commands among with other improvements. The ionice commands will work for people who are using their phone in open mode only but won't do any harm to people who aren't.

Then later I'll try to make them work to everyone, but this will take time.
 

The Following 10 Users Say Thank You to traysh For This Useful Post:
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1282
Version 1.1.5 released.

This release will bring big speed improvements to all users and huge speed improvements to devices running in open mode.

It also fixes (or tries to fix) lags in QuasarMX when FasterN9 is installed.

If there are no critical bugs confirmed, this version will be released as 1.2 stable in a week.

Network (TCP) performance is also greatly improved in this release.

Please uninstall Drop Cache if you have it installed, as it erases the disk cache, which was tunned in this release.

Changelog:
fastern9 (1.1.5) unstable; urgency=low
* Disk cache tuning. Please uninstall "Drop cache" if you have it installed, otherwise there will be no gain as it erases the cache
* I/O prioritization of some processes to reduce latency. This will be applied only to phones running in "open mode"
* QuasarMX full and lite lag fix
* Improved network (TCP) performance

-- Danilo Luvizotto <danilo.luvizotto@gmail.com> Tue, 23 Apr 2013 12:15:11 -0300

Last edited by traysh; 2013-04-23 at 17:08.
 

The Following 26 Users Say Thank You to traysh For This Useful Post:
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1283
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
~ $
If you do install the new version 1.1.5, would you please run both as root and user the following commands and paste the result here?

Code:
/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)

/opt/fastern9/bin/ionice.real -p $(pidof meegotouchhome)
/opt/fastern9/bin/ionice.real -p $(pidof tracker-store)
/opt/fastern9/bin/ionice.real -p $(pidof tracker-miner-fs)
/opt/fastern9/bin/ionice.real -p $(pidof bme_RX-71)
/opt/fastern9/bin/ionice.real -p $(pidof facebook-meego)
/opt/fastern9/bin/ionice.real -p $(pidof twitter-meego)
/opt/fastern9/bin/ionice.real -p $(pidof commhistoryd)
/opt/fastern9/bin/ionice.real -p $(pidof msgindexer)
/opt/fastern9/bin/ionice.real -p $(pidof messageserver)
/opt/fastern9/bin/ionice.real -p $(pidof feedengine)
/opt/fastern9/bin/ionice.real -p $(pidof msyncd)
 

The Following User Says Thank You to traysh For This Useful Post:
Posts: 1,033 | Thanked: 1,013 times | Joined on Jan 2010
#1284
So, this massive speed improvement won't be available for closed N9s? Also, can you suggest how to correct the stutter/skipping that we get for Ochotrack since adding it under "classify media" or "classify desktop" doesn't get rid of the skipping?

Thanks!
 
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1285
Originally Posted by patlak View Post
So, this massive speed improvement won't be available for closed N9s? Also, can you suggest how to correct the stutter/skipping that we get for Ochotrack since adding it under "classify media" or "classify desktop" doesn't get rid of the skipping?

Thanks!
I'll take a look in this Ochotrack problem.
For now there will be bigger speed improvements to open devices than to closed devices. I'll start working on making it available to all devices but that may take time.
 

The Following 6 Users Say Thank You to traysh For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#1286
how about normal mode?
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 324 | Thanked: 739 times | Joined on Jun 2009 @ São Paulo, Brazil
#1287
Originally Posted by TMavica View Post
how about normal mode?
By "closed" I meant normal mode devices
 

The Following User Says Thank You to traysh For This Useful Post:
TMavica's Avatar
Posts: 2,021 | Thanked: 1,060 times | Joined on Apr 2010 @ Hong Kong
#1288
Originally Posted by traysh View Post
By "closed" I meant normal mode devices
sorry, forget read the upper post
thanks
__________________
The Glorious Lady T.Mavica
Twitter https://twitter.com/TMavica
 
Posts: 1,033 | Thanked: 1,013 times | Joined on Jan 2010
#1289
Originally Posted by traysh View Post
I'll take a look in this Ochotrack problem.
For now there will be bigger speed improvements to open devices than to closed devices. I'll start working on making it available to all devices but that may take time.
Sorry for the question, but just wondering; what is the actual speed benefit an Average Joe will get by the tweak done to open N9s that isn't available to closed N9s? Anything that would be noticeable?
 
lorenzo's Avatar
Posts: 491 | Thanked: 299 times | Joined on Jul 2012 @ Pordenone IT
#1290
@traysh do i really need to uninstall or is enough not use it?
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:49.