[NEW][Kernel] Entangled Kernel V1.0 [Alpha][X3][SscSPs] - LeEco Le 1S ROMs, Kernels, Recoveries, & Other Dev

Hey people,
I am glad to introduce my new Kernel to you guys,
Entangled Kernel​
Currently, I have not added any extra feature, except that you can use your phone as a USB keyboard and mouse on your PC,
for that you need to have an app that can work with it.(check out this Github Repo for more info: https://github.com/pelya/android-keyboard-gadget)
I have enabled F2FS on this kernel as well,
Currently, I need people to test out its battery backup and provide feedback about performance and bugs
Currently Known Bugs:
None
You tell me of you find any!
Instruction are just as usual, if you need help, head to the "Post #3" of this Thread.
Update Logs are available in "Post #2" of this Thread.
Download Links are over at Android File Host!
Feature requests are welcome, you can post your feature requests here, or head over to github and open a new issue for bug report and/or feature requests.
XDA:DevDB Information
Entangled Kernel, Kernel for the LeEco Le 1S
Contributors
sscsps
Source Code: https://github.com/Le1s/android_kernel_leeco_x3
Kernel Special Features: Fully upstreamed with Google's updates
Version Information
Status: Alpha
Created 2018-01-07
Last Updated 2018-01-07

Related

Tomoyo Kernel for Slimkat and Dirty Unicorn

Here is my Hardened Kernel for Slimkat and Dirty Unicon roms with the following features:
1. Kexec
2. File security
3. Network security
4. Tomoyo security
5. IMA
6. Crypt core: Algapi, AEAD, AEAD2, BLKCIPHER, Hash, Hash2, RNG, RNG2 PCOMP, PCOMP2 Manager, Manger2, GF128MUL, Null, PCRYPT, WorkQUEUE,
7. CCM, GCM, SEQIV
8. Block modes: CBC, CTR, CTS, ECB, XTS
9. Hash modes: HMAC, XCBC, VMAC
10. Digest: CRC32C, GHASH, MD$, MD5, Michael_Mic, RMD128, RMD160, RMD256, RMD320, SHA1, SHA256, SHA512, TRG182, WP512
11. Ciphers: AES, SNUBIS, ARC4, BLowfish, CAmellia, CAST5, CAST5, DES, FCRYPT, KHAZAD, SALSA20, Seed, Serpent, TEA TWOFISH
12. Compression: Deflate, ZLIB, LZO
13. Random Number Generation: ANSI, Hash, Skcipher, QCRYPTO, QCE
14. Selinux is out
Credits: Slimroms
Instructions:
1. Flash the zip from download section
2. Reboot
Warnings:
If your device dies, don't blame me. Get another one.
This kernel includes a corresponding wifi module, as those are specific to a particular kernel. The kernel works on Slimkat and Dirty Unicorn roms and includes TWRP recovery.
Source: https://github.com/HonamiHonami/kernel_sony_msm8974
XDA:DevDB Information
Tomoyo Kernel , Kernel for the Sony Xperia Z1
Contributors
optimumpro
Kernel Special Features:
Version Information
Status: Stable
Stable Release Date: 2014-11-14
Created 2014-11-14
Last Updated 2014-11-14
Upload sourcecode not only defconfig.
Why I have to tell this to you every time ?
GPL http://www.gnu.org/copyleft/gpl.html
AndrolinRoot said:
Upload sourcecode not only defconfig.
Why I have to tell this to you every time ?
GPL http://www.gnu.org/copyleft/gpl.html
Click to expand...
Click to collapse
Please abstain from posting on this thread. You are not welcome here.
Best regards
P.S. And by the way, thanks for marking this thread "1" within 5 minutes of posting. Pathetic...
optimumpro said:
Please abstain from posting on this thread. You are not welcome here.
Best regards
P.S. And by the way, thanks for marking this thread "1" within 5 minutes of posting. Pathetic...
Click to expand...
Click to collapse
Thanks for uploading source and giving finally credits to slim roms
Great Thanks man

[Marshmallow]Unknown-Kernel For sprout

Unknown-Kernel For Sprout
Features :
Its just an Initial release so dont expect much features
Compiled with Linaro Toolchain 4.9.4 build
Made for Android Marshmallow
Made Interactive as default governor
Removed hotplug governor (no Deep sleep issue)
Forced premissive to support root
Includes Wakeup mods ( Thanks to @thewisenerd for mods)
Flashing Instructions :
Download The Zip File from the given link below
Copy To SD Card & Enter Recovery.
Flash The Kernel And Enjoy
Credits:-
@akhilnarang ( For helping me ) @varun.chitre15 and ##W4TCH0UT## (For helping me to solve some errors and for future commits i will cherry-pick :silly: )
XDA:DevDB Information
Unknown-kernel, Kernel for the Micromax Canvas A1
Contributors
bhavarsh1234
Version Information
Status: Stable
Current Stable Version: 1.0
Created 2015-10-12
Last Updated 2015-10-12
Reserved
Reserved
Closed, placeholder without download link.

[KEXEC] [ARM64] Kexec-Hardboot Patch

Note:
Kernel Developers: I would like to ask you to merge this patch to your kernels, because it is essential part of MultiROM (MR) - it allows MR to boot any kernel without changing the boot partition. I realize that it is no small request, but the patch is not big, touches relatively stable parts of kernel and should not cause any problems outside its intended function.
The Patch:
You'll need to cherry pick a total of 5 commits (if anyone feels like squashing them to help me out, feel free to link me to it).
Cherry-pick against: http://github.com/multirom-nexus6p/android_kernel_huawei_angler.git on the branch 'mm2'.
Commit hashes in order:
2641ac7979c0b4ef7d8c33bae57404fea89ca0de
ff67f9fae243fea2b513b1721c8cff4584f229ba
58154995579253a2ee864b839aa4a9271afdb1c5
fb7e7c6212f59fce48f83235a99c244e2432b1f3
1fb02d265b4170e193018d513de11f9a47e5e775
Related defconfig options, and their explanations:
Code:
CONFIG_KEXEC=y # Enables the Kexec SysCall to allow loading the new 'secondary' kernel into memory
CONFIG_KEXEC_HARDBOOT=y # Enables the HardBoot flag, which allows 'cold-booting' a new kernel
# CONFIG_ATAGS_PROC is not set # Prevents potential atags related discrepancies, this must be either removed or commented out
CONFIG_PROC_DEVICETREE=y # Allows us to read out the kernel config, and tell that the kernel has all the necessary configs enabled (read out from /proc/config.gz)
User-space Kexec binary: here (you'll need to extract the zip, and it will be in 'multirom/kexec')
A quick guide to use Kexec: here
Authors:
- This patch was made by Mike Kasick for Samsung Epic 4G.
- Tassadar built on this patch, and partially rewrote it to support the Nexus 4, 5, and 6.
- Zhuowei Zhang rewrote the patch from scratch for arm64.
- Myself for maintaining MultiROM for the 6P, and managing the patch.
XDA:DevDB Information
[KEXEC] [ARM64] Kexec-Hardboot Patch, Kernel for the Huawei Nexus 6P
Contributors
npjohnson, 500 Internal Server Error
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: Version 1
Stable Release Date: 2016-06-11
Created 2016-06-12
Last Updated 2016-06-12
None of the above links working
The links of commits you have mentioned are not working.
shenoy13 said:
The links of commits you have mentioned are not working.
Click to expand...
Click to collapse
Been a long while, because the related MultiROM project is no longer maintained, but the links now work

[kernel]Fire -FORD stock up-streamed

Stock kernel can now be updated, because of the recent bootloader unlock.
cherry-pick merged to linux-stable branch
project just beginning.
made first build and flash of stock version 3.10.54
booting into one step at a time, in stable tree updates are currently at 3.10.108
flash with twrp using the anykernel2.zip attached.
must give credits to
@osmosis for anykernel
--creator of__ android- linux-stable.shon github
XDA:DevDB Information
Amazon Ford upstream Kernel, Kernel for the Amazon Kindle Fire
Contributors
mrmazak
Kernel Special Features:
Version Information
Status: Testing
Created 2019-04-06
Last Updated 2019-04-06

[kernel]Fire -FORD stock up-streamed

Stock kernel can now be updated, because of the recent bootloader unlock.
cherry-pick merged to linux-stable branch
project just beginning.
made first build and flash of stock version 3.10.54
booting into one step at a time, in stable tree updates are currently at 3.10.108
flash with twrp using the anykernel2.zip attached.
must give credits to
@osmosis for anykernel
--creator of__ android- linux-stable.shon github
XDA:DevDB Information
Amazon Ford upstream Kernel, Kernel for the Amazon Kindle Fire
Contributors
mrmazak
Kernel Special Features:
Version Information
Status: Testing
Created 2019-04-06
Last Updated 2019-04-06

Categories

Resources