├── changelog.txt ├── silvercore.json └── README.md /changelog.txt: -------------------------------------------------------------------------------- 1 | Changelog: 2 | - Upstream to latest linux tag v4.9.220 3 | -------------------------------------------------------------------------------- /silvercore.json: -------------------------------------------------------------------------------- 1 | { 2 | "kernel": { 3 | "name": "SilverCore Kernel Beryllium", 4 | "version": "v4.4", 5 | "link": "https://github.com/PainKiller3/kernel_xiaomi_sdm845/releases/download/4.4/SilverCore_v4.4_beryllium.zip", 6 | "changelog_url": "https://raw.githubusercontent.com/PainKiller3/kernel_xiaomi_sdm845/readme/changelog.txt", 7 | "date": "2020-04-24", 8 | "sha1": "d93b774e70115324378ace4315733541e81e830b" 9 | }, 10 | "support": { 11 | "link": "https://t.me/reignzupdate" 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SilverCore Kernel for Poco F1 (beryllium) 2 | 3 | ![SilverCore Kernel](https://github.com/PainKiller3/PainKiller3.github.io/raw/master/images/silvercore.jpg) 4 | 5 | ## Device specifications 6 | 7 | Basic | Specification 8 | -------:|:------------------------- 9 | SoC | Qualcomm SDM845 Snapdragon 845 10 | CPU | Octa-core (4x2.8 GHz Kryo 385 Gold & 4x1.8 GHz Kryo 385 Silver) 11 | GPU | Adreno 630 12 | Memory | 6/8 GB RAM 13 | Storage | 64/128/256 GB 14 | Battery | Non-removable Li-Po 4000 mAh battery 15 | Display | 1080 x 2246 pixels, 18:9 ratio, 6.18 inches, IPS LCD (~403 ppi density) 16 | Camera | 12 MP + 5MP, dual pixel PDAF, dual-LED (dual tone) flash 17 | Release Date | August 2018 18 | 19 | ## Features 20 | - Always up-to-date with the latest Clo (CodeLinaro) and Linux tag. 21 | - Compiled using aosp (Android Open Source Project) clang (a C/C++/Objective-C compiler). 22 | - Controller support added. 23 | - Default TCP (Transmission Control Protocol) set to BBR (Bottleneck Bandwidth and RTT). 24 | - Enabled Power efficient workqueues. 25 | - Klapse and sound control added. 26 | - LZ4 compression and decompression enabled. 27 | - Proper fast charging support based on temperature. 28 | - Rapid GC (garbage collection) for f2fs (flash-friendly file system). 29 | - Removed unused governors. 30 | - Sultan's simple low memory killer. 31 | - Check commit on git for more. 32 | 33 | ## Downloads 34 | - [SilverCore Kernel For Beryllium](https://www.pling.com/p/1347883/#files-panel) 35 | 36 | ## Telegram Channel 37 | - [Telegram Channel](https://t.me/reignzupdate) 38 | - [Telegram Group](https://t.me/SilverCoreKernel) 39 | --------------------------------------------------------------------------------