[KERNEL] [20 Nov][3.5][exFAT] Adam Kernel

Status
Not open for further replies.
Search This thread

wanam

Recognized Developer / Inactive RC
Jan 26, 2011
6,209
30,012
Toulouse
wanam.net
OnePlus 7T
Sony Xperia 5 III

-This kernel works only for Samsung TW 4.3 ROMs-
/!\ Discontinued /!\
/!\ Flash it at your own Risk /!\

This kernel is built fom Samsung sources , Rooted with the latest SuperSu.
This is a close to stock kernel with few optimizations and some great features from our kernel dev: AndreiLux, GokhanMoral,
Entropy512, AndiP, ...



Features:
pic.png
Built from Samsung sources MJ5
pic.png
Init.d support
pic.png
Busybox (/sbin)
pic.png
Built with Stock ARM Toolchain 4.7
pic.png
AutoRoot with SuperSU (If Not Rooted)
pic.png
NFS File System builtin support
pic.png
CIFS, NTFS File System built as modules (Stored on "/lib/modules")
pic.png
ExFAT sdcard support (Built from Samsung Sources)
pic.png
Stweak App support
pic.png
Disabled Wifi multicast for lower battery drain (Thanks to Entropy512 and GokhanMoral)
pic.png
Tweaked Ondemand CPU Governor for better performance/power balance
pic.png
Disabled Android Logger
pic.png
Android Logger switch trough Stweaks App (No Reboot required)
pic.png
Disabled some useless tracers
pic.png
Tweaked Ondemand CPU Governor for better performance/power balance
pic.png
Wolfson Sound Control (AndreiLux implementation)
pic.png
CPU Voltage Control (Thanks to AndreiLux)
pic.png
Screen Color and Brightness Control (Thanks to AndreiLux)
pic.png
Added Anti-smearing fix to Screen control trough Stweaks App (Thanks to AndreiLux)
pic.png
MAX77803 Charging control

Download.


How to install:

  • Flash through a CWM recovery
Sources:


___________________________________________
Thanks to: Samsung; Google, Dsixda; Andreilux; GokhanMoral; Chainfire; Entropy512; AndiP
 

Attachments

  • Screenshot_2013-11-10-14-05-52.png
    Screenshot_2013-11-10-14-05-52.png
    166.9 KB · Views: 9,977
  • Screenshot_2013-11-10-14-06-40.png
    Screenshot_2013-11-10-14-06-40.png
    220.3 KB · Views: 9,547
Last edited:

wanam

Recognized Developer / Inactive RC
Jan 26, 2011
6,209
30,012
Toulouse
wanam.net
OnePlus 7T
Sony Xperia 5 III
Changelog 3.5:

pic.png
Disable Sec debuggers
pic.png
Enable Front swap
pic.png
Few other fixes

Changelog 3.4:

pic.png
Merge with Samsung sources MJ5
pic.png
NFS builtin kernel
pic.png
Built with Toolchain 4.7

Changelog 2.2:

pic.png
Re-based build configuration on the Stock defconfig
pic.png
Updated Root (SuperSU 1.65)
pic.png
NFS support built as a loadable module
pic.png
Removed NTFS support
pic.png
Few other fixes

Changelog 2.1:

pic.png
Patched with Samsung sources MG7
pic.png
Updated Root (SuperSU 1.60)
pic.png
Zram built as module
pic.png
exFAT modules built from the new Samsung sources
pic.png
Few other fixes

Changelog 2.0:
pic.png
Patched with Samsung sources update 4
pic.png
Added MAX77803 Charging control (Thanks to AndreiLux)
pic.png
Update Root files

Changelog 1.8:
pic.png
Enabled FrontSwap
pic.png
Added Anti-smearing fix to Screen control trough Stweaks App (Thanks to AndreiLux)
pic.png
Notifications Leds control trough Swteaks App (Thanks to AndreiLux)
pic.png
Disabled some useless debuggers

Changelog 1.7:
pic.png
Enabled Zram
pic.png
Disabled Zswap (Conflicted with Zram)
pic.png
Many battery life tweaks (Ondemand CPU Gov and MC sched power saving)
pic.png
Source code cleanup (after merging with Samsung update2 sources)
pic.png
Trimmed some Stweaks tabs title for better readability
pic.png
Reverted a Tmu commit (Thanks to AndreiLux)

Changelog 1.6:
pic.png
Lowered CPU frequency step to reach both limits on Stweaks (250 Mhz and 1600Mhz)
pic.png
Updated Root files
pic.png
Reduced Fast dormancy wake-lock timeout
pic.png
Some Battery life improvements

Changelog 1.5:
pic.png
CPU Voltage Control (Thanks to AndreiLux)
pic.png
Screen Color and Brightness Control (Thanks to AndreiLux)
pic.png
All control values (Sound, Screen) set to default stock values
pic.png
Increase CPU Up_threshold

Changelog 1.4:
pic.png
Patched with Samsung kernel sources update 2
pic.png
Updated Root to 1.34
pic.png
NFS Built-in kernel
pic.png
Wolfson Sound Control (Thanks to AndreiLux for this masterpiece)

Changelog 1.3.2:
pic.png
Lower Ondemand CPU up_threshold
pic.png
Auto Wipe cache and dalvik_cache (CWM version)
pic.png
Few other fixes

Changelog 1.3.1:
pic.png
Enable Sdcard encryption
pic.png
Enable USB OTG support

Changelog 1.3:
pic.png
Update Root files V1.30 (Thanks to Chainfire)
pic.png
Disabled Android Logger
pic.png
Android Logger switch trough Stweaks App (No Reboot required) (Thanks to AndiP)
pic.png
Enabled Car Dock support
pic.png
CIFS/NFS/NTFS built as modules (moved to /lib/modules)
pic.png
Disabled some useless tracers
pic.png
Increased timeout for some bad sdcards (Thanks to AndreiLux and AndiP)
pic.png
improved Ondemand CPU Governor tweaks for faster response

Changelog 1.2:
pic.png
Disabled Wifi multicast for less battery drain (Thanks to Entropy512 and GokhanMoral)
pic.png
Tweaked Ondemand CPU Governor for better performance/power balance
pic.png
Enabled available stock CPU governors (conservative, powersave,interactive)
pic.png
Removed NTFS support (you can mount it trough Cifs)

Initial release:
pic.png
Built from Samsung sources Update1
pic.png
Root + Init.d support
 
Last edited:

wanam

Recognized Developer / Inactive RC
Jan 26, 2011
6,209
30,012
Toulouse
wanam.net
OnePlus 7T
Sony Xperia 5 III
How to mount extra modules (CIFS, NFS, NTFS):
Code:
255|shell@android:/lib/modules $ su
su
root@android:/lib/modules # insmod cifs.ko
insmod cifs.ko
root@android:/lib/modules # insmod ntfs.ko
insmod ntfs.ko
root@android:/lib/modules # lsmod
lsmod
ntfs 95987 0 - Live 0x00000000
cifs 232834 0 - Live 0x00000000
dhd 476319 0 - Live 0x00000000
exfat_fs 17066 1 - Live 0x00000000 (PF)
exfat_core 59222 1 exfat_fs, Live 0x00000000 (PF)
 
Last edited:

Fishawy

Senior Member
Mar 26, 2010
3,718
1,312
Melbourne
Google Pixel 7 Pro
Thank you, successfully flashed. :)

On a side note, may I ask when will we be seeing your ROM for the S4? Also, will you be able to supply those good Arabic font patches of yours? :)
 

hazri1974

Senior Member
Jun 13, 2012
897
108
Can i get root when flashing this kernel through ODIN on my (i9500 - XXUAMDL)?...tq

Sent from my GT-I9300 using xda premium
 

cmd512

Senior Member
Aug 25, 2009
3,348
841
Shanghai
XXUAMDL: 526212 changelist
UBUAMDK: 534999 changelist

For those of us on UBUAMDK, are we losing any noticeable bug fixes going to XXUAMDL?

Cheers!
 
  • Like
Reactions: mw86

papi92

Senior Member
Nov 15, 2009
2,434
1,565
XXUAMDL: 526212 changelist
UBUAMDK: 534999 changelist

For those of us on UBUAMDK, are we losing any noticeable bug fixes going to XXUAMDL?

Cheers!

I am using this kernel on UBUAMDK. There are no issues. No reason to flash your rom to DL.

Sent from my GT-I9500 using Tapatalk 2
 

Paolonicus

Senior Member
Apr 3, 2012
564
69
Bulacan
Does it have the same sound volume boost and support for Booflea Mod App like in S3?

Sent from my GT-I9500 using xda premium
 

vorapoap

Member
Nov 3, 2006
36
1
Bangkok
Successfully flashed for Thailand device.

Flashing this kernel can be used as a rooting method for Thailand device
If the cofface_samsungI9500_recovery_en_0503 fail, you can try this one.

This is a one go from Odin.
 
  • Like
Reactions: UpInTheAir

hazri1974

Senior Member
Jun 13, 2012
897
108
Can i used triangle.away after flashing this kernel?.tq

Sent from my GT-I9500 using xda premium
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 163

    -This kernel works only for Samsung TW 4.3 ROMs-
    /!\ Discontinued /!\
    /!\ Flash it at your own Risk /!\

    This kernel is built fom Samsung sources , Rooted with the latest SuperSu.
    This is a close to stock kernel with few optimizations and some great features from our kernel dev: AndreiLux, GokhanMoral,
    Entropy512, AndiP, ...



    Features:
    pic.png
    Built from Samsung sources MJ5
    pic.png
    Init.d support
    pic.png
    Busybox (/sbin)
    pic.png
    Built with Stock ARM Toolchain 4.7
    pic.png
    AutoRoot with SuperSU (If Not Rooted)
    pic.png
    NFS File System builtin support
    pic.png
    CIFS, NTFS File System built as modules (Stored on "/lib/modules")
    pic.png
    ExFAT sdcard support (Built from Samsung Sources)
    pic.png
    Stweak App support
    pic.png
    Disabled Wifi multicast for lower battery drain (Thanks to Entropy512 and GokhanMoral)
    pic.png
    Tweaked Ondemand CPU Governor for better performance/power balance
    pic.png
    Disabled Android Logger
    pic.png
    Android Logger switch trough Stweaks App (No Reboot required)
    pic.png
    Disabled some useless tracers
    pic.png
    Tweaked Ondemand CPU Governor for better performance/power balance
    pic.png
    Wolfson Sound Control (AndreiLux implementation)
    pic.png
    CPU Voltage Control (Thanks to AndreiLux)
    pic.png
    Screen Color and Brightness Control (Thanks to AndreiLux)
    pic.png
    Added Anti-smearing fix to Screen control trough Stweaks App (Thanks to AndreiLux)
    pic.png
    MAX77803 Charging control

    Download.


    How to install:

    • Flash through a CWM recovery
    Sources:


    ___________________________________________
    Thanks to: Samsung; Google, Dsixda; Andreilux; GokhanMoral; Chainfire; Entropy512; AndiP
    48
    Changelog 3.5:

    pic.png
    Disable Sec debuggers
    pic.png
    Enable Front swap
    pic.png
    Few other fixes

    Changelog 3.4:

    pic.png
    Merge with Samsung sources MJ5
    pic.png
    NFS builtin kernel
    pic.png
    Built with Toolchain 4.7

    Changelog 2.2:

    pic.png
    Re-based build configuration on the Stock defconfig
    pic.png
    Updated Root (SuperSU 1.65)
    pic.png
    NFS support built as a loadable module
    pic.png
    Removed NTFS support
    pic.png
    Few other fixes

    Changelog 2.1:

    pic.png
    Patched with Samsung sources MG7
    pic.png
    Updated Root (SuperSU 1.60)
    pic.png
    Zram built as module
    pic.png
    exFAT modules built from the new Samsung sources
    pic.png
    Few other fixes

    Changelog 2.0:
    pic.png
    Patched with Samsung sources update 4
    pic.png
    Added MAX77803 Charging control (Thanks to AndreiLux)
    pic.png
    Update Root files

    Changelog 1.8:
    pic.png
    Enabled FrontSwap
    pic.png
    Added Anti-smearing fix to Screen control trough Stweaks App (Thanks to AndreiLux)
    pic.png
    Notifications Leds control trough Swteaks App (Thanks to AndreiLux)
    pic.png
    Disabled some useless debuggers

    Changelog 1.7:
    pic.png
    Enabled Zram
    pic.png
    Disabled Zswap (Conflicted with Zram)
    pic.png
    Many battery life tweaks (Ondemand CPU Gov and MC sched power saving)
    pic.png
    Source code cleanup (after merging with Samsung update2 sources)
    pic.png
    Trimmed some Stweaks tabs title for better readability
    pic.png
    Reverted a Tmu commit (Thanks to AndreiLux)

    Changelog 1.6:
    pic.png
    Lowered CPU frequency step to reach both limits on Stweaks (250 Mhz and 1600Mhz)
    pic.png
    Updated Root files
    pic.png
    Reduced Fast dormancy wake-lock timeout
    pic.png
    Some Battery life improvements

    Changelog 1.5:
    pic.png
    CPU Voltage Control (Thanks to AndreiLux)
    pic.png
    Screen Color and Brightness Control (Thanks to AndreiLux)
    pic.png
    All control values (Sound, Screen) set to default stock values
    pic.png
    Increase CPU Up_threshold

    Changelog 1.4:
    pic.png
    Patched with Samsung kernel sources update 2
    pic.png
    Updated Root to 1.34
    pic.png
    NFS Built-in kernel
    pic.png
    Wolfson Sound Control (Thanks to AndreiLux for this masterpiece)

    Changelog 1.3.2:
    pic.png
    Lower Ondemand CPU up_threshold
    pic.png
    Auto Wipe cache and dalvik_cache (CWM version)
    pic.png
    Few other fixes

    Changelog 1.3.1:
    pic.png
    Enable Sdcard encryption
    pic.png
    Enable USB OTG support

    Changelog 1.3:
    pic.png
    Update Root files V1.30 (Thanks to Chainfire)
    pic.png
    Disabled Android Logger
    pic.png
    Android Logger switch trough Stweaks App (No Reboot required) (Thanks to AndiP)
    pic.png
    Enabled Car Dock support
    pic.png
    CIFS/NFS/NTFS built as modules (moved to /lib/modules)
    pic.png
    Disabled some useless tracers
    pic.png
    Increased timeout for some bad sdcards (Thanks to AndreiLux and AndiP)
    pic.png
    improved Ondemand CPU Governor tweaks for faster response

    Changelog 1.2:
    pic.png
    Disabled Wifi multicast for less battery drain (Thanks to Entropy512 and GokhanMoral)
    pic.png
    Tweaked Ondemand CPU Governor for better performance/power balance
    pic.png
    Enabled available stock CPU governors (conservative, powersave,interactive)
    pic.png
    Removed NTFS support (you can mount it trough Cifs)

    Initial release:
    pic.png
    Built from Samsung sources Update1
    pic.png
    Root + Init.d support
    27
    How to mount extra modules (CIFS, NFS, NTFS):
    Code:
    255|shell@android:/lib/modules $ su
    su
    root@android:/lib/modules # insmod cifs.ko
    insmod cifs.ko
    root@android:/lib/modules # insmod ntfs.ko
    insmod ntfs.ko
    root@android:/lib/modules # lsmod
    lsmod
    ntfs 95987 0 - Live 0x00000000
    cifs 232834 0 - Live 0x00000000
    dhd 476319 0 - Live 0x00000000
    exfat_fs 17066 1 - Live 0x00000000 (PF)
    exfat_core 59222 1 exfat_fs, Live 0x00000000 (PF)
    23
    Adam kernel 2.1 posted.

    Changelog 2.1:
    pic.png
    Patched with Samsung sources MG7
    pic.png
    Updated Root (SuperSU 1.60)
    pic.png
    Zram built as module
    pic.png
    exFAT modules built from the new Samsung sources
    pic.png
    Few other fixes
    17
    Adam Kernel 1.8 posted, i built it 2 days ago but i didn't have time to post it, big thanks to AndreiLux for the new features.

    Changelog 1.8:
    pic.png
    Enabled FrontSwap
    pic.png
    Added Anti-smearing fix to Screen control trough Stweaks App (Thanks to AndreiLux)
    pic.png
    Notifications Leds control trough Swteaks App (Thanks to AndreiLux)
    pic.png
    Disabled some useless debuggers