The Following 7 Users Say Thank You to mautz For This Useful Post: | ||
|
2016-12-09
, 17:05
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#332
|
The Following User Says Thank You to claustn For This Useful Post: | ||
|
2016-12-10
, 21:28
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#334
|
in sfdroid the command pkill zygote for the connection issue works, but I have to do it every time I open it. Is there way to make it fixed?
|
2016-12-11
, 10:47
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#335
|
[Desktop Entry] Exec=invoker --type=generic -s /usr/bin/sfdroid.sh Icon=/usr/share/icons/hicolor/96x96/apps/sfdroid.png Name=sfdroid Type=Application Version=1.0
#!/bin/sh /usr/bin/sg graphics "/usr/bin/sfdroid $@"
The Following 3 Users Say Thank You to claustn For This Useful Post: | ||
|
2016-12-11
, 12:34
|
Posts: 3 |
Thanked: 9 times |
Joined on Jun 2016
|
#336
|
The Following 4 Users Say Thank You to petrica For This Useful Post: | ||
|
2016-12-11
, 17:03
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#337
|
Well, on a fresh 2.0.4.13 with V8 kernel, conservative governor, lowered min_freq to 200, wifi on, no apps running, device not even touched, battery consumption in 24h was 40%. Is that good or bad? Previously I updated from 2.0.4.13 to 2.0.5.6 (which BTW is running very good and is my favorite) but the battery was draining way faster.
Also no SFDroid.
The Following 4 Users Say Thank You to deprecated For This Useful Post: | ||
|
2016-12-11
, 17:20
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#338
|
that's the content:
and of /usr/bin/sfdroid.sh :Code:[Desktop Entry] Exec=invoker --type=generic -s /usr/bin/sfdroid.sh Icon=/usr/share/icons/hicolor/96x96/apps/sfdroid.png Name=sfdroid Type=Application Version=1.0
Code:#!/bin/sh /usr/bin/sg graphics "/usr/bin/sfdroid $@"
#!/bin/sh /usr/bin/sg graphics "/usr/bin/sfdroid $@" /usr/bin/pkill zygote
The Following User Says Thank You to deprecated For This Useful Post: | ||
|
2016-12-11
, 20:06
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#339
|
You could likely add "pkill zygote" to a new line in that sfdroid.sh script, as follows:
Let me know if that doesn't work.Code:#!/bin/sh /usr/bin/sg graphics "/usr/bin/sfdroid $@" /usr/bin/pkill zygote
The Following User Says Thank You to claustn For This Useful Post: | ||
|
2016-12-11
, 20:34
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#340
|
It doesn't work
Nothing is changed, it seems that the command is not executed.
Tags |
hammerhead, nexus5, sailfishos, sfdroid |
|
Just wanted to share a screenshot of my battery usage today(screenshot shows last 12hours)
At the moment i'm playing around with the different sfos boosters.
Ah, and i saw that sfos is running an osupdate check timer, which we don't need. It should be save to mask the the osupdate.timer and get some extra seconds of battery life
New kernel is coming soon, i'll just want to test it a few days before releasing it.