Related
Please stay tuned
Reserved
I heard this kernel is one of great kernel in GNex forum.
I'll flash it right away
Sent from my Nexus S using Tapatalk 2
Cool, I love flashing new releases
A new challenger appears! I'll have to try this out sometime in the near future, but it will be hard to tear me away from Marmite.
Sent from my Nexus S using xda app-developers app
Does not boot.
using latest CM10 nightly
Brishen said:
Does not boot.
using latest CM10 nightly
Click to expand...
Click to collapse
No Custom IOCTL stuff I guess..
Sent from my Nexus S using Tapatalk 2
Op does not Specify weather this Kernel is for,
CM Based roms
AOSP Based roms
AOKP Based Roms
I Tried it on Latest Paranoid Android (CM Based) and it black screens.
Is now compatiable with AOSP ROMS Only. I will have bbedward from post #2 look into some of the comments here. He is our kernel developer building blindly on this device
Thank you all for trying and posting your experiences, we will certainly get you fixed up!
Purian23
Thank you for your sharing.
purian23 said:
Should be compatible with all ROMS out there. Same as it is on the Nexus. I will have bbedward from post #2 look into some of the comments here. He is our kernel developer building blindly on this device
Thank you all for trying and posting your experiences, we will certainly get you fixed up!
Purian23
Click to expand...
Click to collapse
AOSP and AOKP based roms use the same Kernels but CM Based roms use different Kernels and will not work unless setup specifically for CM Roms.
This is 5.4 MB? Hmmm...need to see how it performs.
Tested this kernel. Overall snappy & fast with Ondemandx even at stock speeds. There is no bigmem support. This is very important for Nexus S due to low available memory. Screen colors look too yellow. This can be adjusted by user if Voodoo color is included. Inclusion of USB fast charge will give an added advantage.
anshumandash said:
Tested this kernel. Overall snappy & fast with Ondemandx even at stock speeds. There is no bigmem support. This is very important for Nexus S due to low available memory. Screen colors look too yellow. This can be adjusted by user if Voodoo color is included. Inclusion of USB fast charge will give an added advantage.
Click to expand...
Click to collapse
also no Crt Fix ..
Didnt work for me with a cm10.
raducux said:
Didnt work for me with a cm10.
Click to expand...
Click to collapse
will a cm10 version be available?
Its based on aosp source and was tested on crossbones ROM, I'll get the rest of you guys figureld out soon.
---------- Post added at 02:18 PM ---------- Previous post was at 01:22 PM ----------
Big Dog KMc said:
AOSP and AOKP based roms use the same Kernels but CM Based roms use different Kernels and will not work unless setup specifically for CM Roms.
Click to expand...
Click to collapse
I understand, looks like CM requires a kernel patch for this http://review.cyanogenmod.org/#/c/23541/
I was unaware as it was tested on an aosp based rom
We made a decision here, we're not going to support CyanogenMOD officially.
We will update the OP accordingly, it's just not desirable to maintain 2 builds for 1 device. The kernel should be fully compatible with AOSP/AOKP, and will be the kernel bundled with the CrossBones rom.
If you wish to use this kernel on CyanogenMod, you may build a copy yourself using herring_zen_defconfig and setting CONFIG_FOR_CYANOGENMOD=y . Keep in mind unofficial builds won't be officially supported by us. Please when building an unofficial kernel ALWAYS SET CONFIG_ZEN_VERSION_CODE=0. While it may not have any affect now, it may affect some userspace apps.
The kernel source is located here: https://github.com/AndroidDeveloperAlliance/ZenKernel_Crespo
We also provide a custom prebuilt GCC toolchain you can use here: https://github.com/AndroidDeveloperAlliance/ZenKernel_ARCH_armv7a_compiler
Only official builds are supported!
Thanks
bbedward said:
We made a decision here, we're not going to support CyanogenMOD officially.
We will update the OP accordingly, it's just not desirable to maintain 2 builds for 1 device. The kernel should be fully compatible with AOSP/AOKP, and will be the kernel bundled with the CrossBones rom.
If you wish to use this kernel on CyanogenMod, you may build a copy yourself using herring_zen_defconfig and setting CONFIG_FOR_CYANOGENMOD=y . Keep in mind unofficial builds won't be officially supported by us. Please when building an unofficial kernel ALWAYS SET CONFIG_ZEN_VERSION_CODE=0. While it may not have any affect now, it may affect some userspace apps.
The kernel source is located here: https://github.com/AndroidDeveloperAlliance/ZenKernel_Crespo
We also provide a custom prebuilt GCC toolchain you can use here: https://github.com/AndroidDeveloperAlliance/ZenKernel_ARCH_armv7a_compiler
Only official builds are supported!
Thanks
Click to expand...
Click to collapse
Looks like I won't be trying this kernel, then.
Stay tunes for V2, thanks for the feedback from some of you. Added bigmem, voodoo color support, usb fast charge support, some more lowmemorykiller upstream updates, and also cifs+fuse FS support.
ScOULaris said:
Looks like I won't be trying this kernel, then.
Click to expand...
Click to collapse
We're offering this to the community with no expectations that you use it, but for those who do use it we want them to be completely satisfied.
If it doesn't work for you, then I encourage you to use something from one of the other great development teams out there.
I thought of a couple solutions: 1.) creating 2 kernel builds, 2.) creating a sysfs interface so CM users could flash an init script that'd enable the CM ioctl's. Basically it comes down to this - neither solution is up to my standards for now.
THIS OP IS OUTDATED! WIP!
Hello everybody!
You might or might not have already heard of MultiROM, THE multi-boot mod for the Nexus 7. I have recently found it and have decided to port it for our device.
First of all, it is a very initial release now. Though I have tested multiple cases and didn't find any problem except those in the bug list, bugs can arise. Do have a backup! Also, do read through the whole OP and 2nd post! If you don't understand something, rather read again and/or ask!
For more information on how it works and what it does, I suggest that you read the first few posts in the original thread. Those are very detailed and well-written posts that explain MultiROM in general. Installing roms to USB and Ubuntu/Ubuntu Touch of course doesn't work for our device atm.
Installation
The device must not be encrypted!
You need to flash the modified TWRP recovery that has MultiROM extensions. My version is based on the latest sources with gordon0001's device-specific modifications included. You can keep this recovery if you don't want to use MultiROM anymore and you like TWRP, because the MultiROM extensions don't interfere with other functions, even if the boot sector is not injected.
You have to flash a kernel that is capable of Kexec-hardboot. I compiled iodak's v07 CM kernel and official CM kernel with the patch, choose one of them. I have noticed an approx. 3 sec. vibration at boot with iodak, that's why I have included official CM kernel too.
Finally you have to flash MultiROM.
Links
You can find everything at http://d-h.st/users/Adam77Root/?fld_id=22980#files.
MultiROM_TWRP_X3.zip: The modified TWRP recovery from latest sources with gordon0001's device-specific changes and MultiROM support.
CM_kernel_patched.zip and iodakX3_v07CM_patched.zip: Official and iodak CM kernels with Kexec-hardboot patch.
iodakX3_v07_patched.zip: iodak stock kernel with Kexec-hardboot patch.
MultiROM_P880_v12.zip: The actual MultiROM package. Contains the latest version of Trampoline (the init binary of the system) and MultiROM binaries with all the needed device-specific changes. Even Pong works pretty smooth.
x3_hardboot.diff: Kexec-hardboot patch for 3.1.10 kernel.
mrom_p880.patch: Device-specific changes for Trampoline and MultiROM.
ui.xml: UI layout definition for TWRP for 720x1280 screens with MultiROM additions.
Known bugs
Reboot to recovery doesn't work.
USB tab doesn't do anything. This is because USB host mode (OTG) doesn't work on our device. Will reach out to kholk regarding this.
Sometimes in landscape mode, the default selected rom gets booted on the first touch. This is yet to be investigated.
Changelog
14 August 2013: Initial release
Credits
@Tasssadar for MultiROM, Kexec-hardboot for Nexus 7 and his help with debugging and porting
@mkasick for original Kexec-hardboot implementation
@iodak for his kernel
@gordon0001 for the device-specific TWRP modifications
Every custom modification to devices have risks. Flash these at your own risk!
Have fun and enjoy!
General use
Some notes and instructions regarding general use
For now, I have only provided patched 4.2.2 CM kernels. This means, you have to be on CM or CM-based rom with Android version 4.2.2. Don't try it with stock at the moment in any way. It won't work, but is on the to-do list. As Kexec-hardboot will reach out to devs, it will be supported in every rom ultimately.
In the next two examples, I will refer any official, unofficial, or CM-based roms as CM. Keep this in mind.
I use the word 'injected', because MultiROM is actually injected into the boot partition. It works on any kernel that is capable of doing Kexec-hardboot (and if you don't want to use different kernel (i.e. you will use kernel sharing), it will work on unpatched kernels as well).
I may refer to non-shared kernel method as Kexec(-hardboot) method.
Example scenario of multi-booting CM with CM and kernel sharing
You are on CM with MultiROM-capable recovery, patched kernel and MultiROM-injected and you want to install e.g. CarbonRom as second.
Boot into TWRP, navigate to Advanced->MultiROM and select 'Add ROM'. Since the base rom is CM, you can share the same kernel. It will be faster as there will be no hardboot needed.
The installation steps are easy and it doesn't take more time than a normal installation.
Example scenario of multi-booting CM with CM and different kernel
You are on CM with MultiROM-capable recovery, patched kernel and MultiROM-injected and you want to install e.g. CarbonRom as second.
Boot into TWRP, navigate to Advanced->MultiROM and select 'Add ROM'. Select 'Don't share'.
Continue with installation.
Now, since the target kernel (that is installed with the rom) is very likely not patched, you will have to flash one of my linked kernels to that rom. Do this by selecting 'List roms', selecting the desired rom, than 'Flash ZIP' and flashing one of the kernels I have patched.
You can only share the kernels between the same Android version (i.e. stock base->only stock rom can use shared kernel, 4.2 base->only 4.2 rom can use shared kernel, 4.3 base->only 4.3 rom can use shared kernel, etc.), but this is not the case with the Kexec method. Just keep in mind that for example even if your base rom is CM, for a stock secondary rom you have to flash a stock patched kernel.
The build
Some notes about the build
x3_hardboot.diff: This is the Kexec-hardboot patch for the 3.1.10 kernel. Since it is needed for target kernels as well, I would like to reach out in this post to @arararagi, @demetris_I, @iodak, @kholk, @laufersteppenwolf and @Pesach85 (in no particular order, this is how your threads are in order in Original Android Development forum right now). I and fellow users would be grateful if you could include the patch in the kernel so they can be used as both host and target kernels as well. UPDATE: It doesn't reserve one more megabyte before ram_console from now on.
mrom_p880.patch: This contains all the device-specific patches that are needed to get MultiROM booting and working on the P880. It is built on top of the latest git changes as of today. It also contains some comments about multiple devices compatibility, those are reminders for Tasssadar.
ui.xml: UI layout definition for TWRP for 720x1280 screens with MultiROM additions. Needs to be put into TWRPdir/gui/devices/720x1280/res/. The recovery I have created is based on the latest MultiROM TWRP with @gordon0001's device-specific changes.
You can find links to the upstream MultiROM and MultiROM TWRP in the original thread.
Simply incredible!!! :thumbup:thanks a lot man. I always wanted to try dualboot
Sent from my LG-P880 using xda premium
Awaiting the Patched Stock Kernel to dual boot stock and AOSP Good Work man, hopefully @iodak will be able to patch his kernel by today so i can get modding :3
Nice work man! I have also seen hardboot kernels in the N7 section, but got into the hospital then....
But i will include it for sure when i'm back home
Sent from my Nexus 7 using XDA Premium HD app
tnx for your very nice work
how i can flash twrp ?
i want to flash it on cwm but i cant
edite : thats my fault i am so sorry
penguin449 said:
Awaiting the Patched Stock Kernel to dual boot stock and AOSP Good Work man, hopefully @iodak will be able to patch his kernel by today so i can get modding :3
Click to expand...
Click to collapse
If anybody won't be faster, I will provide it tomorrow.
laufersteppenwolf said:
Nice work man! I have also seen hardboot kernels in the N7 section, but got into the hospital then....
But i will include it for sure when i'm back home
Sent from my Nexus 7 using XDA Premium HD app
Click to expand...
Click to collapse
Thanks! Take your time, rest and get better!
Sent from my LG-P880
Adam77Root said:
If anybody won't be faster, I will provide it tomorrow.
Sent from my LG-P880
Click to expand...
Click to collapse
Don't get me wrong, i would be more then Happy to do it myself, however till my new PC Arrives i wont be able to use a Linux Distro for some time, if there's a method to do this on windows (Natively, can't even run anything in VM's) then point me in the right direction! Sorry for the inconvenience!
penguin449 said:
Don't get me wrong, i would be more then Happy to do it myself, however till my new PC Arrives i wont be able to use a Linux Distro for some time, if there's a method to do this on windows (Natively, can't even run anything in VM's) then point me in the right direction! Sorry for the inconvenience!
Click to expand...
Click to collapse
I didn't get you wrong buddy. I have no problems with making a stock version, just didn't have time for that today.
Sent from my LG-P880
giantic hack
ohhh well the one big giantic hack is coming to our O4X! that`s very nice
thank you for this port and thank you for your fast work? tomorrow with stock and on saturday with android 4.3 ?
Donation sent
Whaaaaaattt?
Just were browsing N7 forum few days ago and saw MultiROM and thought "Ahh these lucky nexus guys, I wanna have it to! " and here we go hahahah
Sent from my OptimusX4HD using xda app-developers app
how can install rom to ext-sd ?
in next version can we have stock rom and miui rom or other custom rom?
tnx
Hey guys, heres iodak stock kernel with kexec patch: https://www.dropbox.com/s/ko752pu1akuvfzh/iodakX3_v07-realms.zip
Btw i theres a problem with the twrp zip package, im gonna try fastboot flash it. Has anyone had success?
Say Whut?
@Adam77Root, you just made me wanna flashing and flashing and flashing one day before I go into vacation, I will try to get some time today and test it!
Thanks so much!
Afro said:
Say Whut?
Adam77Root, you just made me wanna flashing and flashing and flashing one day before I go into vacation, I will try to get some time today and test it!
Thanks so much!
Click to expand...
Click to collapse
You can flash 10 different roms and play with them over your vacation. Thats what vacations are right?
Hehe @JoinTheRealms , you understand me
Wow, I just saw your Iodak Stock Kernel with Kexec patch, verrry nice, now I can use Stock ROMs, too!
Did you already test it?
JoinTheRealms said:
Donation sent
Click to expand...
Click to collapse
Thanks very much!
m.homauon said:
how can install rom to ext-sd ?
in next version can we have stock rom and miui rom or other custom rom?
tnx
Click to expand...
Click to collapse
You can't install to external SD. It could be modified to allow it, but there would be a huge performance decrease. Literally, roms would be lagging too much.
JoinTheRealms said:
Hey guys, heres iodak stock kernel with kexec patch: https://www.dropbox.com/s/ko752pu1akuvfzh/iodakX3_v07-realms.zip
Btw i theres a problem with the twrp zip package, im gonna try fastboot flash it. Has anyone had success?
Click to expand...
Click to collapse
Just was about to reply to your PM.
What kind of problem is with the zip package?
I will update the first posts in the afternoon.
Afro said:
Hehe @JoinTheRealms , you understand me
Wow, I just saw your Iodak Stock Kernel with Kexec patch, verrry nice, now I can use Stock ROMs, too!
Did you already test it?
Click to expand...
Click to collapse
Nah i couldnt get the twrp package to flash so im gonna try with fastboot. But the kernel works, i just swapped the ramdisk from Adam77roots patched kernel with iodak's stock kernel, it should work though
---------- Post added at 07:21 PM ---------- Previous post was at 07:19 PM ----------
Adam77Root said:
Just was about to reply to your PM.
What kind of problem is with the zip package?
I will update the first posts in the afternoon.
Click to expand...
Click to collapse
My twrp failed to flash your twrp.zip package, most likely something on my end though, no one else has reported issues
I've been hunting around for kernels that allow overclocking, but to no avail. I see a few posts that refer to overclocking, but I haven't yet found which ROMs or kernels allow it.
Ideally, there would be a kernel out there I could flash so I can overclock without wiping my ROM -- does this exist?
aselker said:
I've been hunting around for kernels that allow overclocking, but to no avail. I see a few posts that refer to overclocking, but I haven't yet found which ROMs or kernels allow it.
Ideally, there would be a kernel out there I could flash so I can overclock without wiping my ROM -- does this exist?
Click to expand...
Click to collapse
Arrrghhh's kernel is what you're looking for. It's over in the Photon Q 4G LTE forums.
From time to time I release PAC built with that kernel and I'll have a new one up in the next hour or two.
Few kernels are build able to overclock like Validus that have a custom kernel that can be overclock with few more options and governors then arrrghhh. Also Slimkat have arrrghhh kernel build in. Plus what skeevy said above about pac having it as well. So options are there
TecknoFreak said:
Few kernels are build able to overclock like Validus that have a custom kernel that can be overclock with few more options and governors then arrrghhh. Also Slimkat have arrrghhh kernel build in. Plus what skeevy said above about pac having it as well. So options are there
Click to expand...
Click to collapse
I just checked and the Validus kernel is Arrrghhs with the Smoothass governor removed as well as naming changed from arrrghhh to Validus and nothing more -- it's also behind by a few commits.
Yeah I checked the commits as well. It was changed but the beta 4.2 had a kernel differently than arrrghhh. I guess I need to put more attention to the changes made. Lol
Thanks skeevy
Not a problem. There was a different kernel other than Arrrghhh's back then, from BytecodeMe over at droidrazr.com. That was around from up to CM10.1 and he has another that was up to 10.2, but both's last commits are from 8-9 months ago, though I don't think I would be that difficult for someone to bring them up to date with the current sources or take the current sources and add in what he did....or merge Byte's with Arrrghhh's....
EDIT: I need to quit reading posts after smoking. I didn't realize you were talking about Validus having a diferent kernel with 4.2....
skeevydude said:
Not a problem. There was a different kernel other than Arrrghhh's back then, from BytecodeMe over at droidrazr.com. That was around from up to CM10.1 and he has another that was up to 10.2, but both's last commits are from 8-9 months ago, though I don't think I would be that difficult for someone to bring them up to date with the current sources or take the current sources and add in what he did....or merge Byte's with Arrrghhh's....
EDIT: I need to quit reading posts after smoking. I didn't realize you were talking about Validus having a diferent kernel with 4.2....
Click to expand...
Click to collapse
cought cought. lmao
Happens to me as well many many times. hahahahha
skeevydude said:
Arrrghhh's kernel is what you're looking for. It's over in the Photon Q 4G LTE forums.
From time to time I release PAC built with that kernel and I'll have a new one up in the next hour or two.
Click to expand...
Click to collapse
Could I flash Arrrghhh's kernel over my current ROM (CM10)?
I think he have one made for 10.1
aselker said:
Could I flash Arrrghhh's kernel over my current ROM (CM10)?
Click to expand...
Click to collapse
If you go to his thread you'll find kernels for different android versions.
http://forum.xda-developers.com/showthread.php?t=1893050
So if I "make" the source on his github for 10.1, it'll give me a flashable zip? I find that rather unlikely. Is there a list of flashable zips somewhere?
Edit: Found thie list. Flashed the most recent for CM10.2, no wifi. The second-most-recent -- oct 23, I think -- works, though. I'll stick with that.
For Development Related Requests :
#1. Please begin your post with "Request:". You don't have to mention me. It's very important to have "Request:" (formatting doesn't matter) at the beginning of your post as I don't check the posts manually — I use the TapaTalk API to filter them.
#2. Describe your request in details. Make sure to include any additional info or screenshots you may think helpful.
Please DO NOT ASK QUESTIONS ON THIS THREAD.....This Is A Pure Android One Device Development Request Thread!
Reserved
Request
Make Paranoid Android 4.45 if are willing to build a ROM for Android One...
4.45 is the latest stable version out there, 4.5 is in alpha but it's good though with L styled recent apps switching
I'd say, go for PA as we already have CM11 and OMNI ROM in progress. Rest is your choice :good:
paranoid android
Dear Dev,
Please make a rom woith fully stable version....omni rom is nice but it has some few bugs...please correct it...
and also make paranoid android rom for android one devices...
and also please post link of original stock roms of android one devices and full procedure first.....
thanks
mahesh.g
psychopac said:
Make Paranoid Android 4.45 if are willing to build a ROM for Android One...
4.45 is the latest stable version out there, 4.5 is in alpha but it's good though with L styled recent apps switching
I'd say, go for PA as we already have CM11 and OMNI ROM in progress. Rest is your choice :good:
Click to expand...
Click to collapse
As Quoted [email protected]##W4TCH0UT## on Facebook looks like he is building AOSPA...should ask him! ?
Kunal.Kene.1797 said:
As Quoted [email protected]##W4TCH0UT## on Facebook looks like he is building AOSPA...should ask him! ?
Click to expand...
Click to collapse
He released paranoid android .. Hope Sim issue's sort out as quickly as possible..
deccen90 said:
He released paranoid android .. Hope Sim issue's sort out as quickly as possible..
Click to expand...
Click to collapse
Its Source Is Damaged...No Customization Options Available except (Theme Engine) hope He Fixes It Soon:highfive:
Kunal.Kene.1797 said:
Its Source Is Damaged...No Customization Options Available except (Theme Engine) hope He Fixes It Soon:highfive:
Click to expand...
Click to collapse
Now I get it. PA hasn't actually updated their customization options source since jellybean. They're trying hard to bring it back, but no luck. Paranoid Android 4.4.4 has NO CUSTOMIZATION options.
##W4TCH0UT## said:
Now I get it. PA hasn't actually updated their customization options source since jellybean. They're trying hard to bring it back, but no luck. Paranoid Android 4.4.4 has NO CUSTOMIZATION options.
Click to expand...
Click to collapse
That made me cry...i loved PA a lot [emoji22]...well then what will you be working on next [emoji4] ?
Posted Using Android One SmartPhone Using Tapatalk.
Kunal.Kene.1797 said:
That made me cry...i loved PA a lot [emoji22]...well then what will you be working on next [emoji4] ?
Posted Using Android One SmartPhone Using Tapatalk.
Click to expand...
Click to collapse
It's a secret
##W4TCH0UT## said:
It's a secret
Click to expand...
Click to collapse
Well I and WE Love Them [emoji6]
Posted Using Android One SmartPhone Using Tapatalk.
##W4TCH0UT## said:
It's a secret
Click to expand...
Click to collapse
Port miui ROM lots of people losing great android one mobiles with kernel sources for that ROM..[emoji6]
Miui sucks
deccen90 said:
Port miui ROM lots of people losing great android one mobiles with kernel sources for that ROM..[emoji6]
Click to expand...
Click to collapse
Uses A Lot Of RAM ANd Slows DOwn The Performance! Even Visually not of my liking!
Please develop kernels with "double tap to wake up device" feature
Kernel for overlcocking
REQUEST
A kernel with options available for overclocking. There is the Thunderzap kernel...but it doesn't allow overclocking..
Pleaser work on it! Please!
Thanks in advance :victory: :laugh: :laugh: :good:
I'm on stock rooted ROM with custom kernel and recovery with some bloat removed even planning to flash custom roms .... how to make my mobile ready for android lollipop update give multiple options ??
pls port siyah kernel or any other dual boot kernel
hey devs...pls port siyah or any other dual boot kernel....i want one permanent rom which will be stable and one rom with which i can play with..........and more there will be no issue of restoring stock rom again nd again.....thnqqq devs....rock on.....jai mata di
kapish said:
hey devs...pls port siyah or any other dual boot kernel....i want one permanent rom which will be stable and one rom with which i can play with..........and more there will be no issue of restoring stock rom again nd again.....thnqqq devs....rock on.....jai mata di
Click to expand...
Click to collapse
No need of dual boot kernel just backup ROMs it will backup kernel, ROM just restore .. I'm switching from stock to cm11 without any issue's
deccen90 said:
No need of dual boot kernel just backup ROMs it will backup kernel, ROM just restore .. I'm switching from stock to cm11 without any issue's
Click to expand...
Click to collapse
but backups from cwm are very huge like 800mb..........and can u tell me whats r the bugs in cm11...can i use it for daily purpose
kapish said:
but backups from cwm are very huge like 800mb..........and can u tell me whats r the bugs in cm11...can i use it for daily purpose
Click to expand...
Click to collapse
It's as stable as stock with sim2 data error ..agps fixed on upcoming release .. I'm using it as daily drive more battery backup on standby
FPBug: Meet the very first stable kernel for the Galaxy S2 i9100, S2 AT&T i777, S2 Epic 4G Touch d710 and Note n7000 since Gingerbread days
Every single Android 4.x kernel for these devices has had a serious bug (FPBug) that randomly corrupts the state of processes, starting with Samsungs's stock ICS and JB and spanning every custom kernel out there newer than Gingerbread.
Please refer to the main thread for details.
Downloads
You will find kernels for various CyanogenMod releases, M-snapshots and nightlies here.
XDA:DevDB Information
FPBug-n7000, Kernel for the Samsung Galaxy Note GT-N7000
Contributors
Lanchon
Source Code: https://www.androidfilehost.com/?w=files&flid=22853
Kernel Special Features:
Version Information
Status: Testing
Created 2014-12-19
Last Updated 2014-12-19
Thank you!
Will test it and get back to you!
This... this is awesome...
slimkat last version wifi not turning on!
180490 said:
slimkat last version wifi not turning on!
Click to expand...
Click to collapse
lol these are cyanogenmod kernels!!!
@Lanchon thank you soooo much for all of your hard work for our device even tho you don't even own them!
Hope this is not rude, but may I ask if you plan on releasing a kernel (or kernels) for non-CM-based ROMs? Or are you planning to let them devs themselves merge the fix, and only release CM kernels?
Sorry if this was rude, please ignore me or sth if it was.
Once again, thank you for all or your hard work.
Wow thanks
Does FPBug related somehow to kitkat overheating and random reboots?
LAKAME_MAN said:
@Lanchon thank you soooo much for all of your hard work for our device even tho you don't even own them!
Hope this is not rude, but may I ask if you plan on releasing a kernel (or kernels) for non-CM-based ROMs? Or are you planning to let them devs themselves merge the fix, and only release CM kernels?
Sorry if this was rude, please ignore me or sth if it was.
Once again, thank you for all or your hard work.
Click to expand...
Click to collapse
nothing rude! i will only release kernels for CM. but i published the fix and others will merge it into their kernels soon
Lanchon said:
nothing rude! i will only release kernels for CM. but i published the fix and others will merge it into their kernels soon
Click to expand...
Click to collapse
Yep, I'm cooking something right now for Touchwiz and AOSP. The fix seems to be working well, tested with the detector.
ASMI1 said:
Wow thanks
Does FPBug related somehow to kitkat overheating and random reboots?
Click to expand...
Click to collapse
yes!
Lunchon, if i may, a paired request Could you make a TRIM + FPbug kernel, for LP ?
Wow! You're a hero, been using your kernel only for 24h, but no problems yet. One question tough, can i switch to the ART runtime when using your kernel, or should i stay on dalvik?
daedric said:
Lunchon, if i may, a paired request Could you make a TRIM + FPbug kernel, for LP ?
Click to expand...
Click to collapse
dont know what LP is. is it a rom? then no!
pls ask you kernel maintainer to merge
mkalic said:
Wow! You're a hero, been using your kernel only for 24h, but no problems yet. One question tough, can i switch to the ART runtime when using your kernel, or should i stay on dalvik?
Click to expand...
Click to collapse
dont know. answer is same answer that applies to the standard CM kernel
Sorry,I'm new to all of this. I've all but given up on a stable kitkat experience on my good old note, but you madw it happen. Thank you, and happy hollidays!
Lanchon said:
dont know what LP is. is it a rom? then no!
pls ask you kernel maintainer to merge
Click to expand...
Click to collapse
By lp he means android 5.0 overall. Not specific rom. Are you able to prepare lollipop kernel for community?
Sent from my GT-N7000 using XDA Free mobile app
KalZakath said:
By lp he means android 5.0 overall. Not specific rom. Are you able to prepare lollipop kernel for community?
Sent from my GT-N7000 using XDA Free mobile app
Click to expand...
Click to collapse
the fpbug should be integrated in cm soon. so i think official cm will be fixed long before cm12 is released.
mkalic said:
Wow! You're a hero, been using your kernel only for 24h, but no problems yet. One question tough, can i switch to the ART runtime when using your kernel, or should i stay on dalvik?
Click to expand...
Click to collapse
I`m using ART with latest CM11 and this kernel — everything is working fine for me.
Lanchon said:
the fpbug should be integrated in cm soon. so i think official cm will be fixed long before cm12 is released.
Click to expand...
Click to collapse
Fpbug- yes, but what with trim?
Sent from my GT-N7000 using XDA Free mobile app
Grok said:
I`m using ART with latest CM11 and this kernel — everything is working fine for me.
Click to expand...
Click to collapse
Just switched to SlimSaber, i don't like CM. The developer included the FPbug fix and it runs great with ART.