![]() |
SmartReflex- Battery Enhancement - The right way?
I have come across many ways of enhancing the battery life on the forum. Two of them have stood out.
One is the following post by Vasillalov which basically guides the users on various settings: http://talk.maemo.org/showpost.php?p=410388&postcount=1 The second one, and the one relevant for this post is the smartreflex battery enhancement command set which has been described differently at different places. On the bug report page https://bugs.maemo.org/show_bug.cgi?id=7633 it says that the text of the command is echo 1 > /sys/power/sr_vdd1_autocomp echo 1 > /sys/power/sr_vdd2_autocomp In another post http://talk.maemo.org/showpost.php?p...9&postcount=16 , I came across a different syntax (and a different sequence) of the same command. echo "1" >/sys/power/sr_vdd2_autocomp echo "1" >/sys/power/sr_vdd1_autocomp I have tried both and it seems that the latter seems to work better. Can someone else confirm what is the correct syntax and the sequence of these commands? |
Re: SmartReflex- Battery Enhancement - The right way?
To add insult to injury, I think the correct code should be
echo -n "1" >/sys/power/sr_vdd2_autocomp echo -n "1" >/sys/power/sr_vdd1_autocomp The -n flag makes echo not print a newline after the string. YMMV... |
Re: SmartReflex- Battery Enhancement - The right way?
navsin: those two commands are same. Spaces do not make difference, because they're ignored, nor do the quotation marks. They're used if you're echoing words/sentences which have spaces between them, for example: echo "I want SmartReflex enabled by default!"
Thus echo 1 = echo "1". The only difference I see is the order in which values are echoed. |
Re: SmartReflex- Battery Enhancement - The right way?
Quote:
|
Re: SmartReflex- Battery Enhancement - The right way?
If you read the entire bug report you'll see that actually none of those is recommend, but editing /etc/pmconfig is.
Also, backup and ensure you know how to reflash before doing anything. |
Re: SmartReflex- Battery Enhancement - The right way?
From different posts that I have read, it seems that editing /etc/pmconfig makes the phone more likely to crash. That seems to be the riskier option to me.
|
Re: SmartReflex- Battery Enhancement - The right way?
Quote:
|
Re: SmartReflex- Battery Enhancement - The right way?
Quote:
But on a serious note, are you pretty sure that these two commands do nothing? |
Re: SmartReflex- Battery Enhancement - The right way?
Quote:
pmconfig is just read at /sbin/preinit time by /sbin/read_cfg.awk, which just ... edits the procfs files. |
Re: SmartReflex- Battery Enhancement - The right way?
Smart Reflex caused my phone to constantly reboot, don't know why it was so unstable with me, I even tried a reflash then enabling it.
|
All times are GMT. The time now is 23:03. |
vBulletin® Version 3.8.8