Guest Posted August 24, 2014 Report Posted August 24, 2014 (edited) System file: /system/bin/qosmgr Configuration file for 'quosmgr': /system/etc/qosmgr_rules.xml What is good for?: Well ... it's a Linux daemon to manage CPU governors. That simple. Waste of CPU cycles and RAM. Safe to disable?: YES (rename: /system/bin/qosmgr -> /system/bin/qosmgr.bak) EDIT: alternatively you can adjust the pre-defined parameters of course :) Edited August 24, 2014 by Guest
Guest luca020400 Posted August 24, 2014 Report Posted August 24, 2014 (edited) Thanks for the hint !! I will try it EDIT : How ?? EDIT : <string>on</string> to <string>off</string> ?? Edited August 24, 2014 by luca020400
Guest ZolaIII Posted August 25, 2014 Report Posted August 25, 2014 (edited) Just rename it to .bak... QoS can be very beneficial if working correctly by making rq distribution. Performance benefits are up to 20%, average 10%. Usually used for network traffic regulation bat it can be used for any kind of request management... Edited August 25, 2014 by ZolaIII
Guest Posted August 26, 2014 Report Posted August 26, 2014 "QoS" is often used as an collective term for the interaction between two or more "objects". If I didn't get something wrong, the name for the binary blob isn't chosen falsely, but it's at least "misleading", because the "quosmgr" only manages governor parameters in dependency of the screen state. It does neither improve run_queues, nor any kind of network related stuff.
Guest fonz93 Posted August 26, 2014 Report Posted August 26, 2014 service qosmgrd /system/bin/qosmgr /system/etc/qosmgr_rules.xml user system group system disabled In that way is already disabled (by default) right?
Guest Posted August 26, 2014 Report Posted August 26, 2014 It gets started by init.qcom.post_boot.sh # Enable Power modes and set the CPU Freq Sampling rates case "$target" in "msm7627a") start qosmgrd ...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now