The Following User Says Thank You to petrica For This Useful Post: | ||
|
2016-12-12
, 07:50
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#342
|
The Following 2 Users Say Thank You to claustn For This Useful Post: | ||
|
2016-12-13
, 10:48
|
Posts: 635 |
Thanked: 1,535 times |
Joined on Feb 2014
@ Germany
|
#343
|
Changelog: - Updated wifi drivers - Added partialresume API - Added Powersuspend
The Following 8 Users Say Thank You to mautz For This Useful Post: | ||
|
2016-12-13
, 13:49
|
Posts: 3 |
Thanked: 9 times |
Joined on Jun 2016
|
#344
|
I'm going to write a little textfile, which includes the complete changelog of all released kernels and the values which can be customized in sysfs for people who don't want to search the whole thread. Just give me a few days, since i have a lot of other work to do lately.
The Following 4 Users Say Thank You to petrica For This Useful Post: | ||
|
2016-12-13
, 20:36
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#345
|
dd if=/dev/zero of=/swapfile bs=1024 count=524288 chown root:root /swapfile chmod 0600 /swapfile mkswap /swapfile swapon /swapfile
/swapfile none swap sw 0 0
The Following 3 Users Say Thank You to minimec For This Useful Post: | ||
|
2016-12-13
, 20:37
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#346
|
Sorry for the delay...here is kernel v9.
So, nothing new to play around with this time.Code:Changelog: - Updated wifi drivers - Added partialresume API - Added Powersuspend
Powersuspend is the new suspend mechanism which will be used instead of earlysuspend in the future. So not many kernel functions use this at the moment. I'm going to update as many as possible in the future.
Partialresume should give some lower powerconsumption when using wifi, because more things are handled by the kernel now.
Download here
Source is available here.
I'm going to write a little textfile, which includes the complete changelog of all released kernels and the values which can be customized in sysfs for people who don't want to search the whole thread. Just give me a few days, since i have a lot of other work to do lately.
The Following User Says Thank You to deprecated For This Useful Post: | ||
|
2016-12-13
, 20:40
|
Posts: 300 |
Thanked: 962 times |
Joined on Jun 2010
@ USA
|
#347
|
I first want to thank mautz for the new kernel.
I realized that the new v9 kernel ('Kernel Tick Clock') is again at 300hz, while I am a strong defender of 100hz (at least right now).
Being able to compile my own kernel now, I decided to give you a link to my version of the v9 kernel. There are only two minor modifications... My kernel runs at '100hz' and 'swap' is also enabled. That will allow you to create a swapfile and use it as swap partition. The reason for this is simple: I want to avoid lipstick crashes, when running out of physical memory. Sfdroid users might benefit from this solution.
You can download the kernel here.
Mautz kernel sources here...
Create swapfile: (source: https://www.cyberciti.biz/faq/linux-...ap-file-howto/ )
Enable swap @boot: Add the following line to /etc/fstabCode:dd if=/dev/zero of=/swapfile bs=1024 count=524288 chown root:root /swapfile chmod 0600 /swapfile mkswap /swapfile swapon /swapfile
Code:/swapfile none swap sw 0 0
The Following User Says Thank You to deprecated For This Useful Post: | ||
|
2016-12-13
, 21:22
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#348
|
Also, I'm going to put together my toolchain. May pick your brain a little later on your setup. I tried a couple linaro 4.9.4 installs and kept getting compile errors.
The Following 2 Users Say Thank You to minimec For This Useful Post: | ||
|
2016-12-14
, 11:01
|
Posts: 9 |
Thanked: 8 times |
Joined on Dec 2016
|
#349
|
|
2016-12-14
, 11:44
|
Posts: 97 |
Thanked: 318 times |
Joined on Feb 2012
@ Switzerland
|
#350
|
Unfortunately "Flash Zip" in TWRP Multirom Recovery does not work. The button does nothing. "unable to locate page (multirom_flash_select)" is the error message I get.
- If you're using multirom, ensure that you're running an older version of recovery that supports the "Flash Zip" capability for Sailfish. This build is recommended: http://d-h.st/BzdC
Tags |
hammerhead, nexus5, sailfishos, sfdroid |
|
The test was done on 2.4.13 Image and 2.0.5.6 I mentioned was OTA updated from same.
Unfortunately it's pretty hard for me to know what parameters to use in kernel since the information is spread over tens of posts and not very well explained (not complaining, just saying) or convincing enough. Right now I'm testing 2.0.5.6 with the code from post 225, see how it goes.