[Kernel][9.0] NSFW-kernel R25 - Google Pixel XL ROMs, Kernels, Recoveries, & Other

​Hello XDA .
Since kernel options are limited on our phones I decided to release my personal kernel builds for anyone who wishes to use it .
I am just an amateur kernel builder who can read commits and understands how linux generally works . I used to make kernels for the Galaxy nexus if anyone here remembers back that far lol .
Anyways . I started with android-msm-marlin-3.18-oreo-mr1 and added all the goodies back in .
- For Android 9
- Patched to Linux 3.18.123 + October 2018 Security Updates
- Built with Linaro 7.3-2018.04-rc2~dev GCC
- Big Core Overclocked to 2.3 GHz
- Little Core Overclocked to 1.9 GHz
- GPU Overclocked to 710 MHz
- Slimbus Overclocked
- Voltage Control ( /sys/devices/system/cpu/cpu"N"/cpufreq/UV_mV_table )
- Thermal Control ( /sys/module/msm_thermal/parameters/ )
- IO-Schedulers : Noop Deadline CFQ BFQv8r12 Test-io Fiops Sio+ Tripndroid Zen Maple ROW VR
- CPU governors : Sched Performance Interactive Conservative OnDemand Userspace Powersave Blu_Active ZZmove ElementalX Chill
- TCP Congestion Controllers : cubic reno bic CDG westwood highspeed hybla htcp vegas veno scalable lp yeah illinois sociopath agileSD china
- Boeffla Wakelock Blocker ( NO wakelocks are blocked by default )
- Fingerprint Boost ( like touchboost for fp sensor ) ( Must Be set manually via command line : echo "1" > sys/kernel/fp_boost/enabled )
- Adreno Boost and Adreno Idler driver
- FSYNC control
- Color control ( savoca )
- Force fast charge
- KSM enabled
- Zen-Tuned
- ZSWAP enabled ( can be enabled/disabled on the fly via command line : echo "Y" > /sys/module/zswap/parameters/enabled
other ZSWAP tunables can be found in sys/module/zswap/parameters/ )
- CleanCache and FrontSwap enabled
- Transparent HugePage Support enabled
- Zcache enabled ( off by default )
- Flar2's Sound control
- Flar2's Wake/Sleep control ( d2tw s2w s2s gestures )
- SafteyNet patched
- MAC address randomization ( off by default ) ( proc/sys/dev/cnss/randomize_mac )
- High Brightness Mode supported
- exfat file system support
- WireGuard supported
- Various performance minded commits
As I said before :
- I do this for fun -- ( I am married and have 2 little kids and a full time job )
- This is my personal kernel ( I'm not looking for feature requests )
ALL credit should go to those who wrote the commits ( my commit history is correct in authorship )
FLASH INSTRUCTIONS :
- flash kernel.zip via TWRP recovery .
( This kernel should install over any ROM's stock boot.img // If you have another custom kernel installed besides this one then first flash the ROM's boot.img again before flashing this kernel )
- Grab Fire Extinguisher && Prepare for your phone to melt through the floor
- If previous step fails to happen : don't blame me
DOWNLOADS
CURRENT VERSION :
R25-NSFW-Kernel-PIE
MD5- 31a8687ab8f46abd309ea254048a1c7d
OLD VERSIONS :
https://www.androidfilehost.com/?w=files&flid=237278
CHANGELOG
- R1
- Initial Release
- R2
- Some updates from MSM android 4.4 kernel tree to MM/ and to memcontrol
- R3
- Linux 3.18.89. Switched to UKSM
- Also zswap can now be enabled/disabled on the fly insted of just at boot
- R4
- Frontswap and cleancache inline with linux 4.15
- added new zswap allocator "z3fold" can compress 3 pages at once vs 2 for zbud
- can now choose zswap compressor lz4 or lzo
- selinux improvements
- binder is inline with msm-kernel-4.4
- updates to android low memory killer (Adaptive LMK)
- updates to mm/compaction
- R5
- Linux 3.18.90
- patched zram to linux 4.4
- some mm updates
- R6
- All behind the scenes changes
- updates to sysfs and arm64
- updated blu_active
- various other updates from Linux 4.x+
- R6.1
- fix for NX-Camera app
- R7
- Linux 3.18.91
- Jan 2018 security updates
- R8
- Added ZZmove governor VR io-scheduler and sociopath TCP controller
- Minor code change to io-schedule switcher
- R9
- added Adreno Boost parameters to msm-adreno-tz GPU freq governor
- added TCP congestion controllers agileSD and CHINA.
- a few other small commits that should go unnoticed
- R10
- Linux 3.18.92
- minor updates to fscrypt and ext4 as well as lz4
- R11
- added voltage control for msm 8996
- updated zram to use crypto compression
- GPU is now overclocked to 729 MHz max
- added mac randomization from copperhead os . it is disabled by default
- R12
- Replaced Sched with SchedUtil governor
- Experimental EAS changes
- R13
- Added Chill governor and re-included sched gov
- Added Thermal Control via sysfs
- updated UKSM ( now works alongside KSM )
- added CAKE net packet scheduler
- added configurable printk ( can be enabled/disabled via sysfs )
/sys/kernel/printk_mode interface
- updated Adreno Idler
- removed powersave governor ( unusable IMO )
- various minor updates
- R14
- Linux 3.18.93
- Reduced max GPU freq to 710MHz ( from 729MHz )
- R15
- February kernel security updates
- added savoca's Advanced Color Control ( KCAL )
- re-enabled sched governor
- R16
- Linux 3.18.94
- updated Low Memory Killer
- switched back to Linaro GCC
- R17
- updated wake gesture timing for 1000Hz
- removed direct references to Hz in i2c hwmon gsi ipa mdss & fbdev
- updated Adreno Idler tunables
- updated Slimbus overclock ( from @poondog :good: )
- few compiler warning fixes
- R18
- Linux 3.18.95
- updates to binder from mainline linux
- various commits
- R19.1
- Linux 3.18.98
- added non-overclocked version (NO-OC)
- updated sdcardfs and some various other small commits
- R20
- Linux 3.18.99
- March security updates
- R21
- Linux 3.18.100
- Linaro 7.3.1 GCC
- Added P-dev branch version ( P1 )
- R22
- Linux 3.18.105
- April security updates
- vibration adjustment fixed
- R23
- Linux 3.18.108
- May Security updates
- disabled CPU input boost
- R24
- Linux 3.18.122
- Android 9 support
- sept security updates
- R25
- Linux 3.18.123
- Oct security updates
- vibration control fix (flar2)
Happy Flashing
NSFW-kernel, Fireball for the Google Pixel XL
Source Code: https://github.com/bsmitty83/NSFW-Pixel-XL

Man I miss the dirty v
---------- Post added at 10:30 AM ---------- Previous post was at 10:26 AM ----------
bsmitty83 said:
​Hello XDA .
Since kernel options are limited on our phones I decided to release my personal kernel builds for anyone who wishes to use it .
I am just an amateur kernel builder who can read commits and understands how linux generally works . I used to make kernels for the Galaxy nexus if anyone here remembers back that far lol .
Anyways . I started with @DespairFactor 's Sharkey kernel source -- any base modifications that are in that kernel are present here .
- Patched to Linux 3.18.82
- Built with Linaro 4.9 GCC
- noop deadline cfq bfq test-io fiops sio sio+ tripndroid zen maple ROW
- all TCP controllers enabled
- Fingerprint Boost ( like touchboost for fp sensor )
- FSYNC control
- Force fast charge
- IO stats / Add Random disabled
- Gentle Fair Sleepers disabled
- KSM enabled and optimized
- Sound and color control from Sharkey kernel
As I said before :
- This is my personal kernel ( I'm not looking for feature requests )
- I am just a kanger -- ALL credit should go to those who wrote the commits
FLASH INSTRUCTIONS :
- fastboot flash factory boot.img via bootloader before flashing kernel.zip via TWRP recovery
DOWNLOAD-
View attachment 4336963
or
DROPBOX
Happy Flashing
XDA:DevDB Information
NSFW-kernel, Kernel for the Google Pixel XL
Contributors
bsmitty83
Source Code: https://github.com/bsmitty83/marlin
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: Public-1
Stable Release Date: 2017-11-19
Created 2017-11-20
Last Updated 2017-11-19
Click to expand...
Click to collapse
Didn't you bring us f2fs?

DR3W5K1 said:
Man I miss the dirty v
---------- Post added at 10:30 AM ---------- Previous post was at 10:26 AM ----------
Didn't you bring us f2fs?
Click to expand...
Click to collapse
For the Galaxy Nexus ? Yeah , I was part of that bring up lol . Credit for that should go to @aosp and @osm0sis , as well as the omap guys .
Sent from my Pixel XL using Tapatalk

bsmitty83 said:
For the Galaxy Nexus ? Yeah , I was part of that bring up lol . Credit for that should go to @aosp and @osm0sis , as well as the omap guys .
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
The good ole days lol. You're going to like the pixel. Give dirty unicorns a flash if you get bored.

Would i be able to use flashfire to install if I'm just stock 8.0 rooted with no TWRP? Or am I just better off installing TWRP and using that instead?

chachh said:
Would i be able to use flashfire to install if I'm just stock 8.0 rooted with no TWRP? Or am I just better off installing TWRP and using that instead?
Click to expand...
Click to collapse
I would say it should be safe to use flashfire , I personally use fastbooted TWRP to flash , just because usually I am by my laptop when flashing anyways. I don't have TWRP Installed on my phone. I'd say to be safe , have TWRP and a computer handy just in case [emoji39]
Also i haven't had any problems with this kernel booting stock Oreo with root . I've been using a variation for weeks now and so far so good .
Sent from my Pixel XL using Tapatalk

bsmitty83 said:
I would say it should be safe to use flashfire , I personally use fastbooted TWRP to flash , just because usually I am by my laptop when flashing anyways. I don't have TWRP Installed on my phone. I'd say to be safe , have TWRP and a computer handy just in case [emoji39]
Also i haven't had any problems with this kernel booting stock Oreo with root . I've been using a variation for weeks now and so far so good .
Click to expand...
Click to collapse
Cool I'll give it a shot later tonight, thank you

Smitty I know you aren't taking request but maybe the unlocked bootloader safety net patch? If you included that I would actually give Oreo a whirl. Haven't even used it lol

DR3W5K1 said:
Smitty I know you aren't taking request but maybe the unlocked bootloader safety net patch? If you included that I would actually give Oreo a whirl. Haven't even used it lol
Click to expand...
Click to collapse
It should be included .
Remove verifiedbootstate flag from proc/cmdline
https://github.com/bsmitty83/marlin/commit/6fac65585e1b04fa27561aba24b2762f0f1f8b0a
If your needing Android pay , it crashes for me with superSu and suhide , but I really didn't mess with it because I don't use it much if ever. I mean it's nice , but it's just as fast using my debit card .
Sent from my Pixel XL using Tapatalk

bsmitty83 said:
It should be included .
Remove verifiedbootstate flag from proc/cmdline
https://github.com/bsmitty83/marlin/commit/6fac65585e1b04fa27561aba24b2762f0f1f8b0a
If your needing Android pay , it crashes for me with superSu and suhide , but I really didn't mess with it because I don't use it much if ever. I mean it's nice , but it's just as fast using my debit card .
Sent from my Pixel XL using Tapatalk
Click to expand...
Click to collapse
Magisk 14.1,14.2, and 14.3 have been working well for me on nougat. Im hiding root for a couple banking apps.
Thank you Smitty!
Just gotta find the time too setup the sdk on my new PC

I'm intrigued by this kernel but I can't find any information on what's included in the kernel its built on? Could anyone help me find this information please?

spr33 said:
I'm intrigued by this kernel but I can't find any information on what's included in the kernel its built on? Could anyone help me find this information please?
Click to expand...
Click to collapse
the base kernel source is used for Uberstock ROM
(I used the Oreo branch instead of the Nougat branch though.)
--based on msm-kernel-3.18.52-oreo-R3 . It included wake/sleep gestures sound control the linaro optimization flags some of the IO-schedulers ( BFQ zen SIO and FIOPS . Also color control as well as a few other performance related commits .
I added the rest .

bsmitty83 said:
the base kernel source is used for Uberstock ROM
(I used the Oreo branch instead of the Nougat branch though.)
--based on msm-kernel-3.18.52-oreo-R3 . It included wake/sleep gestures sound control the linaro optimization flags some of the IO-schedulers ( BFQ zen SIO and FIOPS . Also color control as well as a few other performance related commits .
I added the rest .
Click to expand...
Click to collapse
Thanks for that. One last question, does it have schedutil governor?

spr33 said:
Thanks for that. One last question, does it have schedutil governor?
Click to expand...
Click to collapse
Yes , it's included as well
Sent from my Pixel XL using Tapatalk

Thanks for sharing because you're right, there is not a lot for us to flash to our devices. But I guess that's the price of stability. Going to take NSFW for a spin.

Bryanx86 said:
Thanks for sharing because you're right, there is not a lot for us to flash to our devices. But I guess that's the price of stability. Going to take NSFW for a spin.
Click to expand...
Click to collapse
yeah I agree . Plus the OP3 development seems to be much more active .
But thats ok since there are so many devices using the same SOC and kernel version there lots of features for me to import to try to keep this phone as current as possible .
And for me reading the linux 3.18 MSM kernel source is much easier than OMAP4 linux 3.0 lol. what a mess .....
Enjoy . hope it runs well for you . I shoud have a new version out soon . I added the Adreno Idler driver and pushed up to linux 3.18.83
also added the blu_active governor . testing it out now

OP Updated with current features and I uploaded a new version .
Updated to Linux 3.18.83
Added adreno gpu idler driver
Added blu_active CPU gov
Added io scheduler switch
Few commits for performance and USB
Happy flashing ....
Sent from my Pixel XL using Tapatalk

Thank you! Going to give this a flash!

Set blu_active, any suggestions on Governor options? Or should I use all default.
Thanks in advance!
Sent from my sailfish using XDA Labs

Nil253259 said:
Set blu_active, any suggestions on Governor options? Or should I use all default.
Thanks in advance!
Sent from my sailfish using XDA Labs
Click to expand...
Click to collapse
usually I keep governor settings stock myself . Also I still use interactive , just my personal preference
Sent from my Pixel XL using Tapatalk

Related

[KERNEL]TW 5.0. for Samsung galaxy S5 G900F v.2.1.1

tn2009_kernel v.2.1.1
THIS KERNEL ONLY FOR G900F!!!​
Change log:
- Build from Samsung LL Update 2 new sources;
- Build with GCC Sabermod 5.1.x;
-Linux kernel 3.4.0;
- Selinux status set to Permissive;
- ExFAt sdcard support;
- init.d support;
- Insecure;
- Adb Insecure;
- Increased entropy levels (both read and write);
- Disable restrict ROOT;
- SELinux: Fix memory leak upon loading policy;
- SELinux: just shut up;
- Kernel FULLY permissive;
- Remove sign version on dirty builds;
- Support Force fast charge;
- Support NTFS;
- Add NEW thermal driver v2 (Intellitermal 2.0 is based on the latest Qualcomm thermal driver adapted for in-kernel use control. Newer MSM8974+ chipsets should use this driver going forward);
- lowmemorykiller: swap optimization;
- Low memory solution in lollipop;
- Makefile: don't use GCC wrapper;
- Make Art Optimize Everything;
- Google play services wakelock fix
- Make SELinux quiet;
- Network Speed Tweak;
- Set SELinux to permissive permanently;
- disable crc to improve performance;
- Double min-max Read Ahead;
- Fix memory leak in mass_storage_function_init();
- Removed "KERNEL IS NOT SEANDROID ENFORCE" (thanks to kykint);
- Fix the too small buffer for dname;
- Add Simple GPU Algorithm;
- Interactive - implement tunables lock function to prevent Samsung...;
- msm_adreno_tz - Make GPU use lowest idle frequency when no load;
- Add KCAL (MDSS color control) support for post processing control [v2];
- Clever oupravleniye frequencies of kernels;
- Add Boeffla charge control;
- Add 10 governors:
Impulse
Intellidemand
Itelliactive
WHEATLEY
SMARTMAX
INTELLIMM
SLIM
LIONHEART
NIGHTMARE
PEGASUSQ
-Add 3 I/O schedulers:
SIO
FIOPS
ZEN
-lowmemorykiller: implement task's adj rbtree;
- add frandom support;
- XXU1BOE6 Ramdisk;
- Add undervolting interface;
- Add sound control (load and insatall Faux Sound app from PlayMarket).
Change log v.2.1.1:
- Build with GCC Sabermod 5.1.x;
- Update ramdisk (G900FXXU1BOE6);
- the improved energy saving;
- Optimizations.
Downloads:
Mod edit link removed no sources
Click to expand...
Click to collapse
Configuration of the kernel:
To tweak and configure the kernel, manually load and install the app "Trickster mod and Kernel auditor" from Google Play.
Credits:
- Lord Boeffla
- tamirda
- kykint
- NowenUI
- zparallax
- faux123
- googy_anas
- and more..
Thanks super kernel
waiting rom
wainting for comments....
Works fine on xtrestolite after wiping dalvik and cache. Will you post further updates of this kernel?
Frandom enabled by default???
MewCore said:
Works fine on xtrestolite after wiping dalvik and cache. Will you post further updates of this kernel?
Click to expand...
Click to collapse
yes
It's a good work Thank you, continued to creativity
Testing!!! ??
no undervolt aviable?
core720 said:
no undervolt aviable?
Click to expand...
Click to collapse
+1
sensejstg said:
Frandom enabled by default???
Click to expand...
Click to collapse
yes
Please add undervolt option
I'm very happy with battery life and performance. Works great after flashing.
Bummer no sound mods are available for S5 kernels
Add NEW version Kernel!
Is battery life good can someone post pictures
Sent from my SM-G900T powered by Phoenix rom and ktoonsez kernel
Lollipop ?
I tested 1.8.7 and got better bench results then in 1.8.0, very nice
I'll try to get a full discharge and post some battery life pics.
MewCore said:
I tested 1.8.7 and got better bench results then in 1.8.0, very nice
I'll try to get a full discharge and post some battery life pics.
Click to expand...
Click to collapse
Thanks and ur settings. ..
Sent from my SM-G900T powered by Phoenix rom and ktoonsez kernel
Lollipop ?
Good job...
Tamerlan2009 said:
Add NEW version Kernel!
Click to expand...
Click to collapse
Your latest kernal is v2.0 and not 1.8.7?
Thank.
2.0

[Kernel][TW][SM-G901F] GUYVER Kernel v0.9[04/01/16]

GUYVER KERNEL​
This kernel is ONLY for SM-G901F TouchWiz Lollipop​You will void your warranty after flashing this ROM (knox @ 0x1)​I'am not responsible of any damage caused to your device after flashing this KERNEL​
Features:
Code:
- Based on the last Samsung source (OE2)
- Compiled with the last @Christopher83 LINARO 4.9.4 2015.06 optimized for Cortex A15 - build 14/07/2015
- Init.d support
- CRC Disabled
- Android logger disabled
- Kernel logger disabled
- Busybox
- SELinux set to "Permissive"
- Disabled restrict rooting
- Added Simple GPU Algorithm
- CPU undervolt support
- Fast charge
- Dynamic Fsync Control
- IntelliPlug
- Intelli_Thermal
- KCAL
- PowerSuspend
- Google Services wakelock fix
DOWNLOAD:
VERSION 0.9
VERSION 0.8(revision 2)
Credits:
- Alcolawl
- Alucard_24
- AndroidGX
- arter97
- bbedward
- faux123
- flar2
- franciscofranco
- javilonas
- mrg666
- neobuddy89
- savoca
- showp1984
- Tkkg1994
- TripNRaVeR
- twistedumbrella
- ZaneZam
XDAevDB Information
GUYVER Kernel, Kernel for the Samsung Galaxy S 5 Plus ( SM-G901F )
Contributors
MEGAX91
Source
Version Information
Status: Stable
Current Stable Version: 0.8
Stable Release Date: 2015-11-25
How to Flash:
1. Restart to recovery
2. Flash attached .zip file.
3. Restart to system
Changelog :
v0.9 :
- Base on OK2 Source
- added governors ( pegasus - impulse - intellimm - smartmax - racoon_city )
- Scheduler patches
- added o.c
v0.8:
- removed intelli_plug
- added intelli_hotplug v5.1
- added bricked_hotplug ( The 'MSM Mp-Decision' in kernel adiutor is the bricked hotplug )
- added msm_hotplug
- added vibration control
- added governors ( bioshock - alucard , ... )
v0.7:
- -o3 OPTIMIZATION
- removed o.c
- added Sioplus & tripndroid i/o schedulers
- reduced wlan wakelocks
- added Sound Control: 3.6
*This is not working properly in Kernel Adiutor for now use FauxSound Audio/Sound Control*
v0.6:
- Compiled with the SaberMod 6.0.x Toolchain tuned for Cortex-A15 devices with NEON-vfpv4
- updated intelliplug to v4
- updated Intellithermal to v3
v0.5:
- Patched to Linux 3.10.93
- GOVERNORS ( ondemand Plus - Interactive Pro - Conservativex - yankactive - barry_allen - Intelliactive , .... )
- removed Sound Control: 3.6
- removed lcd notifier
- added Alucard Hotplug
- added Stereo Call Recording Support
v0.4:
added lcd notifier
added msm_zen_decision
added hwgenerator randomness
added Adreno idler
added e/frandom for reseeding
added zzmoove
v0.3 :
- added CPU O.C To 2.7GHz
- aded LED fading control
- added frandom support
- added Sound Control: 3.6
I'll test it tomorrow!
Sent from my SM-T325
Test it since yesterday.
Very good at the wlan-wow wakelock. It reduced it to 15min of 8h deepsleep.
(45min at SimpleGX 1.2.3)
53000 at Antutu.
Very fine.
Thanks for creating a kernel for our (exotic) device.
i'm already working on version 0.3 , it include O.C ( both CPU & GPU ) / frandom support / New random generator ( more I/O perfomance ) / LED controll / ....
Stay Positive:
https://en.wikipedia.org/wiki/GNU_General_Public_License
https://github.com/MEGAX91/GUYVER-KERNEL/commits/master
DienoX said:
Stay Positive:
https://en.wikipedia.org/wiki/GNU_General_Public_License
https://github.com/MEGAX91/GUYVER-KERNEL/commits/master
Click to expand...
Click to collapse
thanks for the tip.
God job guy!!
0,2%/h
I love u
And I am not in your credits? As I helped you so much? Not really nice of you
somehow cant download it from the link...404 not found...hmmm?
Tkkg1994 said:
And I am not in your credits? As I helped you so much? Not really nice of you
Click to expand...
Click to collapse
man i think i got amnesia!
i hope you forgive me.
i'm disappointed with FauxSound output quality! viper4android is way better.
for some reason i cant O.C CPU more than 2.7GHz!!!
MEGAX91 said:
man i think i got amnesia!
i hope you forgive me.
Click to expand...
Click to collapse
Of course I can
MEGAX91 said:
i'm disappointed with FauxSound output quality! viper4android is way better.
for some reason i cant O.C CPU more than 2.7GHz!!!
Click to expand...
Click to collapse
For your sound problem, there is boeffla sound control. And Lord Boeffla has the galaxy s5 so I think it is way more optimised for our device than faux
Edit: Here you can find it. But I have to say that this is for 3.4.y kernels and not for 3.10, but you will see
Tkkg1994 said:
Of course I can
For your sound problem, there is boeffla sound control. And Lord Boeffla has the galaxy s5 so I think it is way more optimised for our device than faux
Edit: Here you can find it. But I have to say that this is for 3.4.y kernels and not for 3.10, but you will see
Click to expand...
Click to collapse
thanks man.( you were totally right about github )
about 1 hr ago i tested the boeffla sound , it didnt work with 3.10.X ( i also tested the rem sound but i didn't noticed any improvement compared to stock )
i can easily O.C CPU to 2.7 but i cant O.C GPU !
https://github.com/MEGAX91/GUYVER-KERNEL/blob/master/arch/arm/boot/dts/qcom/apq8084-gpu.dtsi
MEGAX91 said:
thanks man.( you were totally right about github )
about 1 hr ago i tested the boeffla sound , it didnt work with 3.10.X ( i also tested the rem sound but i didn't noticed any improvement compared to stock )
i can easily O.C CPU to 2.7 but i cant O.C GPU !
https://github.com/MEGAX91/GUYVER-KERNEL/blob/master/arch/arm/boot/dts/qcom/apq8084-gpu.dtsi
Click to expand...
Click to collapse
Github is a must for kernels, GNU license...
If you want to OC the kernel even more, go and look here.
About GPU I haven't had a look until now, if I find something, I will tell you
If you got questions, you know where I am :good:
I tried to install it but i get bootloop. I have to say im on simplegx and i can't install lonas anymore as well. Only simplegx kernels work for me
I tried the lonas 1.0 - 1.3 many times. Always bootloop or freeze. SimpleGX worked everytime. Installed the GUYVER and it worked too.
@Cissiboy
Try to install lonas, then reinstall SimpleGX 1.2.3, then try Guyver's.
Good luck
Android2003 said:
I tried the lonas 1.0 - 1.3 many times. Always bootloop or freeze. SimpleGX worked everytime. Installed the GUYVER and it worked too.
@Cissiboy
Try to install lonas, then reinstall SimpleGX 1.2.3, then try Guyver's.
Good luck
Click to expand...
Click to collapse
thanks for the suggestion but Im not in a position in which i can try this at the moment
Luckily I have a pretty stable, longlasting and greatly performing rom nevertheless
Tkkg1994 said:
For your sound problem, there is boeffla sound control. And Lord Boeffla has the galaxy s5 so I think it is way more optimised for our device than faux
Click to expand...
Click to collapse
I tried already to port it into my kernel, but unfortunately, there is no app compatible to control it and even with some echo scripts in init.d it crashes if any other value different than default (off then).
So I concluded that boeffla sound for S5 is not compatible for S5 Plus :good:
Moreover boeffla sound for S5 is not interesting as much because you can only control speaker volume output, unlike on the S3 : a real hardware equalizer + mic control + some great features etc.

[Kernel][CM 13][SM-G901F] Lucifer Kernel [29/01/16]

Lucifer KERNEL​
This kernel is ONLY for SM-G901F CM 13​You will void your warranty after flashing this ROM (knox @ 0x1)​I'am not responsible of any damage caused to your device after flashing this KERNEL​
Features:
Code:
- Compiled with the UBER 6.0.x Toolchain
- 03 Opitimizations
- Upstream stable updates to 3.10.94
- LZ4 Compression
- CRC Disabled
- Kernel logger disabled
- Simple GPU Algorithm
- Adreno idler
- voltage control
- Fast charge
- Dynamic Fsync Control
- Intelli_Thermal
- KCAL
- PowerSuspend
- intelli_hotplug v5.1
- msm_hotplug
- AutoSMP
- Sioplus & tripndroid i/o schedulers
- Reduced WAKELOCKS
- NVIDIA enhance power efficiency patch
- GOVERNORS ( ondemand Plus - Interactive Pro - Conservativex - yankactive - barry_allen - Intelliactive - bioshock - alucard - zzmoove - Darkness - Umbrella_Core - Nightmare - Elementalx - Smartass V2 - LionHeart - Tripndroid )
DOWNLOAD:
Lucifer v1.0
Lucifer v2.0
Lucifer v3.0
Lucifer v4.0
Credits:
- Alcolawl
- Alucard_24
- arter97
- bbedward
- faux123
- flar2
- franciscofranco
- javilonas
- klozz
- mrg666
- neobuddy89
- savoca
- showp1984
- TripNRaVeR
- twistedumbrella
- ZaneZam
XDAevDB Information
Lucifer Kernel, Kernel for the Samsung Galaxy S 5 Plus ( SM-G901F )
Contributors
MEGAX91
Source
Version Information
Status: Stable
Current Stable Version:
Stable Release Date:
How to Flash:
1. Restart to recovery
2. Flash .zip file.
3. Restart to system
Changelog :
v4.0 :
- added frandom support
- Massive sound driver updates
v3.0 :
- Linux 3.10.95 update
- added cafactive governor ( version of interactive by CodeAurora )
- added zram support
- reduced wakelocks
- Updates and fixes for GPU
v2.0 :
- Fixed Vibration Issue
- added S2S/S2W
- added bricked_hotplug
- added nvidia power efficiency patches
- removed raccoon_city governor
- LED fading/blinking support
* use this script to control it *
- Implement kexec-hardboot
v1.0 :
- added o.c
- removed rem Sound/added sound control
- Fixed interactive governor
Beta 02 :
- added governors ( pegasus - impulse - intellimm - smartmax - racoon_city )
- removed autosmp/added mako_hotplug
- Scheduler patches
Thanks MEGAX91!
Will test it out as soon vibration works. I only use vibration on notification and calls.
testing (i hope to see an improvement in deep sleep!)
Will flash it as soon as vibration works. Thanks dude!
Envoyé de mon SM-G901F avec XDA Forums

			
				
The kernel's governors feels a bit slowed down from its stock counterparts
overlordofdoom1 said:
The kernel's governors feels a bit slowed down from its stock counterparts
Click to expand...
Click to collapse
what's your settings ?
* i suggest you using elementalx with intelli_hotplug *
MEGAX91 said:
what's your settings ?
* i suggest you using elementalx with intelli_hotplug *
Click to expand...
Click to collapse
yeah i tried it but it felt smoother with stock kernel and conservative governor, weird
overlordofdoom1 said:
yeah i tried it but it felt smoother with stock kernel and conservative governor, weird
Click to expand...
Click to collapse
Test the new version.
MEGAX91 said:
Test the new version.
Click to expand...
Click to collapse
Hi does vibration works in new version?
Envoyé de mon SM-G901F avec XDA Forums
audren49 said:
Hi does vibration works in new version?
Envoyé de mon SM-G901F avec XDA Forums
Click to expand...
Click to collapse
No.
MEGAX91 said:
Test the new version.
Click to expand...
Click to collapse
Yeah thanks elementalx is very smooth now
I saw on your github that you are just commiting things without any source (where you got it from) or who the author was. Credits have to be given for each commit. For example;
Update zram to Neobuddy's branch. Check out his githubpage (with a link) you understand?
Sent with my Nova powered SM-G901F
@Tkkg1994
Hi
all credits belong to people in the first post.
i got Zram commit from here :
https://github.com/neobuddy89/shamu/commits/marshmallow/drivers/block/zram?page=3
i got nvidia power efficiency patches from here : ( but i modified them to work with arm )
https://github.com/XileForce/Vindicator-S6-Unified/commit/df230500da807ae78e0a2123ed517f6a05ed9513
MEGAX91 said:
@Tkkg1994
Hi
all credits belong to people in the first post.
i got Zram commit from here :
https://github.com/neobuddy89/shamu/commits/marshmallow/drivers/block/zram?page=3
i got nvidia power efficiency patches from here : ( but i modified them to work with arm )
https://github.com/XileForce/Vindicator-S6-Unified/commit/df230500da807ae78e0a2123ed517f6a05ed9513
Click to expand...
Click to collapse
Well you don't have to publish that here. Instead you have to tell that on each commit. Do you know what I mean?
Sent with my Nova powered SM-G901F
@Tkkg1994
Ok , i got it.
先生ありがとうございました
----------------------------------------------------------------
i added some gestures like s2w/s2s/dt2w but i dont see gestures in kernel auditor! i think i need to compile my own K.A version
do you know any alternative app with gesture support ?

			
				
MEGAX91 said:
@Tkkg1994
Ok , i got it.
先生ありがとうございました
----------------------------------------------------------------
i added some gestures like s2w/s2s/dt2w but i dont see gestures in kernel auditor! i think i need to compile my own K.A version
do you know any alternative app with gesture support ?
Click to expand...
Click to collapse
You have to write your own app (stweaks or synapse). There you can add your own control things
Sent with my Nova powered SM-G901F
MEGAX91 said:
Click to expand...
Click to collapse
BTW there is a new update for cm13: build 2015/01/5 and thanks for the new kernel build, looks amazing

[KERNEL] [MM] [OMNI] [KCAL][OTG][MTP][F2FS] [31 AUG] stranostrano kernel ver. 2.2.4 - Discontinued

S=T=R=A=N=O=S=T=R=A=N=O
Kernel
31-august-2016 update to ver 2.2.4
An OMNI based kernel for OnePlus One (aka Bacon)
Based on OMNI source
Works on OMNI and OMNI based Marsh Mellow roms.
Reported it works on official OMNI nightly, Herna HomeBuild, SlimSaber, SAOSP and OmniSense
Probably works on all other Omni based rom MM builds. Try and report
An OMNI based kernel with working MTP, OTG, KCAL, Franco's SoundControl, Boeffla touchboost, Voltage Control and other feature​
Based on OMNI NIGHTLY kernel source with the addition of Savoca's Kcal, Franco's SoundControl, Boeffla's Touchboost, Voltage Control, Simple_gpu_algorithm and other features ported from their respective sources and reworked by me .
CPU Governors
Smartmax / Interactive / Conservative / Userspace / Powersave / Ondemand / Performance / Slim / Ondemandplus / Alucard / Zzmoove / Intellimm / HYPER
16 march - added Wheatley and Slim governors
19 march - added OndemandPlus governor
12 april - added Adaptive, Darkness and Nightmare governors
15 april - added Voltage Control
24 april - added Intelliactive, Intellidemand and Alucard governors
25 april - removed Conservative, Wheatley and Yankactive cpu governors
02 may - removed all unnecessary cpufreq governors - just added Alucard to defaults
07 may - added again Slim and OndemandPlus governors
11 may - Awake CPU schedule workqueue
24 june - added zzmoove governor - thanks to @ZaneZam
27 june - fix - enabled hotplug in zzmoove governor - thanks to @kodora that has reported malfunction
31 august - added HYPER and Intellimm cpu governors and applied update to source code
GPU Governors
Cpubw_hwmon / Msm_cpufreq / Msm-adreno-tz / Userspace / Powersave / Performance / Simple_ondemand
15 april - Added Simple_gpu_algorithm
17 april - removed cpubw_hwmon because it freeze OPO
02 may - Added Adreno Idler
11 may - GPU overclock to 657MHz and idle to 27MHz
I/O Scheduler
NOOP / DEADLINE / ROW / CFQ / BFQ / TEST-IOSCHED / SIO / TRIPNDROID 19 march - added SIOPLUS, FIOPS and ZEN
Hotplug
24 april - Added Alucard hotplug
02 may - Added MSM hotplug
27 june - Added "Bricked hotplug" - thanks to @show-p1984
Custom Features & Optimizations
28 July - switched to @francisco Franco thermal control
added Adaptive Low Memory Killer
Built with UBER 4.8
KCAL v2 Control - credits to @savoca
Vibrator Intensity interface
Franco's Sound Control - credits to @franciscofranco
Boeffla TouchBoost - credits to @Lord Boeffla
Voltage Control - credits to @faux123
Simple_gpu_algorithm - credits to @faux123
Alucard hotplug - credits to @alucard_24
MSM Hotplug - credits to @myfluxy
Adreno idler - credits to @arter97
Tuned and updated Powersuspend feature on 02 May release. - thanks to @faux123 and @Yank555
Fsync on/off toggle - credits to @franciscofranco
CRC Software - disabled by default and added toggle switch.
Schedule workqueues on awake CPU and added toggle switch.
FS - added F2FS support
DISCLAIMER: flash at your own risk; I've tested for hours and all gone right. My goal was to add KCAL and other missed features to the OMNI Rom Official kernel and share with you for improve our android experience.
Contributors
stranostrano
Source Code: github.com/stranostrano
Special thanks for their source goes to: OmniRom team, savoca, herna, fermasia, derromtester, osm0sis, Francisco Franco, Lord Boeffla, Faux123, Alucard_24, myfluxi, arter97, yank555, zanezam, show-p1984 and many others.
My very special thank goes to @DerRomtester that helped me at the beginning.
Created on 28/01/2016
Updated on 31/08/2016
Download
current version: Ver. 2.2.4 - 31 august release
OLD RELEASE:
Ver. 2.2.3 - 28 july release
Ver.2.2.2 - 18 july release
Ver.2.2.1 f2fs - 13 july release
Ver.2.2.1 - 27 june release
Ver.2.2 - 24 june release
Ver.2.1 - 11 may release
Ver.2.0 - 07 may release
Ver.1.8.0 - 02 May release - lags fixed
Ver.1.7.3 release - deprecated - there are lags
Ver.1.7.2 release - deprecated - there are lags
Ver.1.7.1 release
Ver.1.7 release
Ver.1.6 release
Ver.1.5 release
ver 1.4 release
ver 1.3 release
ver 1.2 release
ver 1.1 release
ver 1.0 release
extras:
Screen Control App by savoca
Flashing Instructions:
- Flash through recovery (PhilZ Touch 6.59.2 and TWRP recommended)
- Clean cache (recommended)
- Reboot
- Install Kernel Adiutor or Synapse (optional)
- Have fun ...always!
Changelogs:
Version 2.2.4 - 31 august release
- cpu governors - added HYPER (works really good) and IntelliMM governors
- updated source code to latest omnirom commits
Version 2.2.3 - 28 july release
- thermal: switched to Francisco Franco thermal control
- managed some code
Version 2.2.2 - 18 july release
- added Adaptive Low Memory Killer (toggle available)
- disable Config_pft for secure kernel
- other fix (see source code)
Version 2.2.1_f2fs - 13 July release
- added f2fs support
Version 2.2.1 - 27 June release
- fixed zzmoove cpufreq governor - thanks to @ZaneZam
- Added "Bricked hotplug" and fixed some error
Version 2.2 - 24 June release
[/B]- Added zzmoove cpufreq governor - thanks to @ZaneZam
- fixed some bugs and security issue. (see commits @source )
Version 2.1 - 11 May release
- GPU overclock to 657MHz and idle to 27MHz;
- Disabled software CRC at boot and introduced a toggle switch;- Introduced toggled schedule workqueues on awake CPUs to save power;
- USB: cdc-acm - more sanity checking;
- Various optimization to source code.
Version 2.0 - 07 May release
- cpufreq - added OndemandPlus and Slim governor;
- Fsync on/off toggle.
Version 1.8.0 - 02 May release
- Reworked from a clean code to fix lags;
- Removed a lot of unnecessary cpu governors - now just the Omni defaults plus Alucard;
- Updated Alucard hotplug;
- Added MSM Hotplug;
- Cleaned Simple Gpu Algorithm and added Adreno Idler;
- Updated Powersuspend feature;
- Enabled some TCP congestion algorithm;
- Tuned a lot of code (my fault);
Version 1.7.3
- added again Powersuspend feature.
- removed Conservative, Yankactive and Wheatley cpu governors
Version 1.7.2
- Moved get_cpu_idle_time() to cpufreq.c to align Omni source to current standard;
- Updated and adapted to "get_cpu_idle_time()" change, all cpu governors;- Added Alucard hotplug and Alucard, Intelliactive and Intellidemand Cpu Governors;
- Added Powersuspend feature;
- Updated some code in sourceVersion 1.7.1
- Removed "cpubw_hwmon" from GPU governors because it freeze OPO
Version 1.7
- Added GPU Simple_gpu_Algorithm and Voltage Control
Version 1.6
- Added Adaptive, Darkness and Nightmare cpufreq governors
Version 1.5
- Added OndemandPlus cpufreq
- Added SIOPLUS, FIOPS and ZEN I/O scheduler
Version 1.4
- Rebased on OMNI official Source
- Added SLIM and WHEATLEY cpufreq
- Reworked KCAL feature keeping KCAL within its own source file removing unnecessary mdss_mdp_kcal_ctrl.h
Version 1.3
- Added Boeffla's TOUCHBOOST
- Added SIO and TRIPNDROID I/O Scheduler
Version 1.2:
- Added Franco's SOUNDCONTROL
- Added YANKACTIVE governor
Version 1.1:
- Fixed some bugs
Version 1:
- Added @savoca KCal
Hi, it sounds good, but where is the download link?
@stranostrano
Why didn't you base on official nightlies source?
Sent from my A0001 using Tapatalk
photobix said:
Hi, it sounds good, but where is the download link?
Click to expand...
Click to collapse
in the second post I think you are too fast and didn't give my time to edit the post :laugh:
Renosh said:
@stranostrano
Why didn't you base on official nightlies source?
Sent from my A0001 using Tapatalk
Click to expand...
Click to collapse
my choice
Works on SAOSP. Will test for a couple days and report back.
Sent from my A0001 using XDA Labs
stranostrano said:
in the second post I think you are too fast and didn't give my time to edit the post :laugh:
Click to expand...
Click to collapse
Yes, found the link
It's booting with the official nightly, will test the kernel, thank you!
I tried the kernel and loved it ,Can I use the kernel in my ROM , OmniSense ? Only if you don't mind , also , all credits for the kernel will obviously go to you .
Manav Bhagia said:
I tried the kernel and loved it ,Can I use the kernel in my ROM , OmniSense ? Only if you don't mind , also , all credits for the kernel will obviously go to you .
Click to expand...
Click to collapse
Sure that you can.
Just insert a link to this tread on your thread op and don't forget to thanks all other devs.
I'm recompiling kernel to set "Smartmax" governor as default instead of "Interactive". I've noticed some UI lags with "Interactive" that seem solved switching to others except "ondemand".
Please, if you have lags UI, try to switch to other governor and report back.
Just for info: Version 1.1 is online
It's so good to see new OMNI kernel !!! You are a hero.
Any info on hotplugs ? Zen? Bricked ? Cannot test ATM.
FunkyRasta said:
It's so good to see new OMNI kernel !!! You are a hero.
Any info on hotplugs ? Zen? Bricked ? Cannot test ATM.
Click to expand...
Click to collapse
Hi funkyrasta,
Avaulable cpu Governor are in the op description.
To guys that are running my kernel. Please report how it works.
Thank you
stranostrano said:
To guys that are running my kernel. Please report how it works.
Thank you
Click to expand...
Click to collapse
It's been running good seems just as stable as stock kernel. Battery life is about the same as well which has been excellent for me.
Sent from my A0001 using XDA Labs
tekanina said:
It's been running good seems just as stable as stock kernel. Battery life is about the same as well which has been excellent for me.
Sent from my A0001 using XDA Labs
Click to expand...
Click to collapse
Hi mate and thank you for sharing your opinion.
Anyway, did you using kcal feature?
If you do, have noticed anomalous battery drain using it?
please report.
stranostrano said:
Hi mate and thank you for sharing your opinion.
Anyway, did you using kcal feature?
If you do, have noticed anomalous battery drain using it?
please report.
Click to expand...
Click to collapse
No I haven't used kcal. I just installed Color Control, I will try it out and see how it goes. Will report back.
Sent from my A0001 using XDA Labs
Tekanina, the color control from savoca is the app to set up the kcal kernel based feature. If you're using color control, then you have Kcal working.
What I want to kniw is if you notice anomalous battery drain compared to stock kernel.

[EOL][KERNEL][G92X][7.0/7.1] N0G33K Kernel V7 - 24 DEC 2018

Mod Edit: Thread Closed per OP request
Welcome to the N0G33K edition Kernel ​
This kernel is built on the idea of having optimized battery life and performance. A well made balance between these two is what you get.
Read this first
Please do not post requests, because this is my personal kernel and I won't add any stuff I do not want myself (i.e D2W, S2W, AOD, sound control etc). Also I won't add any other support for other devices. Last but not least: I don't reply to questions like: "which governor/scheduler is the best" etc. The choice is all yours.
PS: You need to root yourself (Magisk on Nougat or SuperSU on Marshmallow)
Features
- Based on A810FXXU2CRH7 source
- Unified kernel that supports G920/G925 F/I/S/K/L/T/W8 models
- Upstreamed to Linux version 3.10.108
- Extra governors & I/O schedulers
- Linaro 6.5 compiler
- Always on display (AOD) support
- Wireguard support
- Knox 0x0 with safetynet bypass
- Permissive mode by default
- Synapse Control for OC/UC, voltages and a lot more
- LZ4 1.8.3
- Other misc optimizations
Download:
- V4 Marshmallowhttps://mega.nz/#!xxAAwBTA!2IL8I5Dx5IZsZp_uwrIT_DKTabzFu8_P6NlkD2EFORk
- Final Nougat https://mega.nz/#!RxhTHaaR!OLsnZ7yulPnaWd-mfSB1JCfMql3M_PjaUWyiFTMi1_U
Changelog:
V1
- Reworked whole kernel
- Optimized battery and performance
V1.1
- Reverted some stuff to test 3
- Fixed Fading LED
V1.5
- Tweaked LMK
- Optimized Workqueue
- Added battery efficiency patches
- AES put to x4 for more speed
- Readahead tweaked
- Vnswap to fast device
- HMP adjusted for more smoothness / battery efficiency
V1.8
- Reverted LMK and Workqueue edits.
- Enabled powereffici�nt Workqueue
- Tweaked Interactive governor
- Added Powersuspend
- Added more Binder changes for UI smoothness
- HMP and Cpuidle improvements.
- LZ4 Compressed
1.9
- Went back to UBERTC 5.3 because N0G33K V1.8 had kernel panics.
- Removed wlan wakelock control and reduced it myself.
- Some other edits and reverts
V2.0
- Reverted ALOT of changes I made in previous versions.
- Updated Kernel source to the latest DPJ2 source
- Compiled with Sabermod 7.0 Toolchain with CCache (should be stable now)
- Updated Linux to 3.10.104
- Backport latest Linux 4.8 random driver (= like super Seeder)
- Backport latest crypto algorithm Chacha20
- Added new battery efficiency patches
- Tweaked interactive governor for better performance/battery.
- Added new governors: Yankactive, Smartmax and Smartmax_eps
- Updated BFQ I/O
- Added dual sim support
- Fixed Invisible CPUset (should actually work now)
- Screen on hotplug disabled (Dynamic hotplug wasnt good enough)
- Added wakelock controls again.
- Updated Synapse
- Patched "Dirty Cow" (CVE-2016-5195) exploit
- Zswap improvements
- Disabled big cores on screen off
- Improved CPUIdle
- Powersuspend hooks added
- and more
V3
Reworked the whole kernel:
- Based on U5DPL4 source
- Powersuspend is out, State Notifier is in.
- Replaced Linux 4.8 random driver with Frandom
- Interactive governor: merged Galaxy S7 Interactive changes (android N changes wont boot, so kept it MM)
- Merged S7 zswap/zpool and zsmalloc android N changes
- Added Impulse governor
- Tweaked I/O Schedulers for our SSD + Zen V2 update
- Xbox control support added and updated to latest upstream (can be enabled in Synapse)
- Noatime as default for better performance
- SafetyNet patched (soon there probably will be a workaround for it...so enjoy as long it lasts)
- More wakelocks toggles added
- Sync on suspend disabled
- Improved Idle drain
- Android OS drain should be better now.
- Removed some other stuff that caused yank like invisible cpusets
V4
- Updated Linux kernel to 3.10.105
- Updated Safetynet patch
- Binder updated to latest Linux 4.6 (smoother UI)
- Backported Linux 4.1.38 random driver and removed Frandom
- DVFS decision mode in Synapse added
- DVFS: scale to 1k instead of 1.2k GHz
- Backported latest CPUidle driver from Linux 4.7 (should give better idle experience throughout the day)
- Other misc optimizations
V7
- Rebased kernel and kept it quite stock/light
- Doesn't use recycle commits (= commits that have been using in all S6 kernels for the last 4 years, without anything new).
- Based on the A810FXXU2CRH7 source code, which means that its newer than any G920x source out there.
- Upstreamed to 3.10.108
- Unification added to work for nearly all S6(e) devices (No A & P model support)
- Improved touch latency
- LZ4 fast 1.8.3
- Compiled with Linaro 6.5
- Added Wireguard support
- Great performance and battery life -> Ask @ananjaser1211 who copied the kernel
The kernel wont be updated anymore (no oreo support/updates), therefore enjoy this last kernel while it lasts. If something is broken in Synapse, then so be it.
Credits:
- CODEG33K - Dear friend that I partially named kernel after
- Aria.A97 - Intensive daily testing
- Everyone else I cherry-picked from.
Source Code: https://github.com/Noxxxious/S6
Want to use this in your rom?: Don't, just forward to the thread.
Disclaimer: I am not responsible for all the damages followed by or to your phone after flashing this kernel. If it bricks, wipes, explodes and you will hold me responsible I will only laugh
Known issues:
- Probably Synapse "backup profile" doesnt work.
F.A.Q. - Frequently Asked Questions
Q: Synapse says no UCI detected
A: Install Busybox to system/xbin
Q: I had a reboot
A: Only report it here if you didn't undervolt and do it with a log.
A2: If you had random reboot without undervolting, then make a proper log please. Which means I need a last_kmsg from right after the reboot.
You create the log by using this command in adb shell or a terminal or use any 3rd party app like Syslog.
Code:
cat /proc/last_kmsg > /sdcard/last_kmsg.txt
Good luck .
Maybe you will add for g925F support to .
senzatiOn- said:
Good luck .
Maybe you will add for g925F support to .
Click to expand...
Click to collapse
+1
That will be awesome
@senzatiOn- @Sommerrain
Read my "Read this first". Already said that I wont.
But never say never, who knows.
So if rhis works with 920f does that mean it work with 920i
panda968 said:
So if rhis works with 920f does that mean it work with 920i
Click to expand...
Click to collapse
Yes, 920F/I same device, just different regions.
Happy flashing :good:
Quintz said:
@senzatiOn- @Sommerrain
Read my "Read this first". Already said that I wont.
But never say never, who knows.
Click to expand...
Click to collapse
I have read this.... i just ask... MAYBE
GL & HF
I lost RIL (signal) after flashing V3.
Unknown IMEI, but efs partition intact.
Going back to Arter v22 Grace, fixes this issue.
OP is aware of this, and will look into it, so have a nandroid backup in your hands, and be sure you have a fresh efs backup, prior to flashing V3.
It might not happen to you, but since some users have V3 installed already without issues, consider your self warned.
-----
senzatiOn- said:
I have read this.... i just ask... MAYBE
GL & HF
Click to expand...
Click to collapse
Thanks !
CODEG33K said:
I lost RIL (signal) after flashing V3.
Unknown IMEI, but efs partition intact.
Going back to Arter v22 Grace, fixes this issue.
OP is aware of this, and will look into it, so have a nandroid backup in your hands, and be sure you have a fresh efs backup, prior to flashing V3.
It might not happen to you, but since some users have V3 installed already without issues, consider your self warned.
-----
Click to expand...
Click to collapse
Yes like I stated the N7 compatibility is still in beta. So far this is the first case where there is no signal. I am taking a look into it.
Also people you dont need an EFS backup or something, flashing back to stock or arter N7 kernel will just be fine.
I'm happy to see you finally here ?
Inviato dal mio SM-G925F utilizzando Tapatalk
Quintz said:
Thanks !
Also people you dont need an EFS backup or something, flashing back to stock or arter N7 kernel will just be fine.
Click to expand...
Click to collapse
Couldn't hurt
It's refreshing seeing a new kernel here, thank you for your efforts and your development, I shall surely be trying this out.
like u my bro and thanks for hard work
gave glory make perfect kernel for us
keep going im with you:fingers-crossed:
CODEG33K said:
Yes, 920F/I same device, just different regions.
Happy flashing :good:
Click to expand...
Click to collapse
If thats the case if i find a rom that only says 920f it will work for my phone
Great work!
Quintz said:
Thanks !
Yes like I stated the N7 compatibility is still in beta. So far this is the first case where there is no signal. I am taking a look into it.
Also people you dont need an EFS backup or something, flashing back to stock or arter N7 kernel will just be fine.
Click to expand...
Click to collapse
I can confirm, using tamerlan n7 port ROM, I lost signal and my IMEI
And thanks for your hard work , nice to see other developers on our device.
Netmain36 said:
I can confirm, using tamerlan n7 port ROM, I lost signal and my IMEI
And thanks for your hard work , nice to see other developers on our device.
Click to expand...
Click to collapse
Lol I'm using tamerlan and is all good
Cesarcami53 said:
Lol I'm using tamerlan and is all good
Click to expand...
Click to collapse
Yes wait, I help my friend to fix this
AlexisXDA said:
Yes wait, I help my friend to fix this
Click to expand...
Click to collapse
Alexis signal works the problem is after every reboots takes like 2 minutes to get signal again

Categories

Resources