[KERNEL][11/09][2.5] 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 on GT-I9505 EUR for Samsung Touchwiz 4.4.2 ROMs-

/!\ Flash it at your own Risk /!\

This kernel is built from Samsung sources update8, Rooted with the latest Supersu, the main goal of this kernel is to keep it close to stock with a few improvements.

Features:
pic.png
Built from Samsung sources Update9 (NG8 - Kitkat)
pic.png
Init.d support
pic.png
Busybox (/sbin)
pic.png
Built with Stock ARM Toolchain 4.7
pic.png
SELinux set to Permissive
pic.png
AutoRoot with SuperSU
pic.png
NTFS and CIFS File System support built as modules (Stored on "system/lib/modules")
pic.png
Built-in exFAT sdcard support
pic.png
Built-in NFS support
pic.png
Tweaked Ondemand CPU Governor for better performance/power balance
pic.png
Disabled Android Logger (can be enabled through Stweaks)
pic.png
Disabled TIMA verifications and logs
pic.png
Disabled some useless tracers
pic.png
Remove Knox Apps

Download.

Thanks to @hanspampel for Build.prop patcher, included on the Kernel installer.

For general questions and people who can't post on development thread, can ask their questions on this thread (Thanks to saywhatt)

Sources:


___________________________________________
Thanks to: Samsung; Google, @dsixda; @AndreiLux; @gokhanmoral; @Chainfire; @Entropy512; @andiP; @faux; @Fenny; @hanspampel
 

Attachments

  • Screenshot_2014-02-28-16-30-03.png
    Screenshot_2014-02-28-16-30-03.png
    198.1 KB · Views: 12,246
Last edited:

wanam

Recognized Developer / Inactive RC
Jan 26, 2011
6,209
30,012
Toulouse
wanam.net
OnePlus 7T
Sony Xperia 5 III
Changelog 2.5:
pic.png
Merge with Samsung sources update 9
pic.png
Charging support (device off) on older Bootloader

Changelog 2.4:

pic.png
Merge with Samsung sources update 8
pic.png
Update Ramfs to GNG8
pic.png
Update Root files

Changelog 2.1:

pic.png
Remove Knox Apps
pic.png
Minor config changes
Changelog 2.0:

pic.png
Merge with Samsung sources NB8 (Kitkat)
pic.png
Updated SuperSU to 1.93
pic.png
Disabled TIMA verifications and logs

Changelog 1.6:

pic.png
Disabled some useless debuggers
pic.png
Updated SuperSU to 1.55
pic.png
Added a Knox security removal

Changelog 1.5:

pic.png
Updated Root to 1.41
pic.png
Updated InitRamfs/exFAT to MGA
pic.png
Many Battery life tweaks (MC Sched and Ondemand CPU Gov)

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
Updated InitRamfs to MF4
pic.png
Some Battery life tweaks

Changelog 1.3.3:
pic.png
Patched with ME4 Samsung kernel sources (Thanks to Faux)
pic.png
Updated Root to 1.32
pic.png
Updated InitRamfs to MF2
pic.png
Some Battery life tweaks

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

Changelog 1.3.1:

pic.png
ExFAT Sdcard support (Thanks to AndreiLux)
pic.png
Enable Sdcard encryption
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
CIFS/NFS/NTFS built as modules (located on /system/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)

Changelog 1.1:
pic.png
CIFS, EFS, NTFS support (built as modules “/system/lib/modules”)
pic.png
Stweak App support (Just introducing some basic stock options, more to come on next updates)
pic.png
Keep your busybox (/system/xbin” or “/system/bin”) on reboot
pic.png
Some Ram and Battery life tweaks

Initial release:
pic.png
Built from Samsung sources Update1
pic.png
Init.d support
pic.png
Busybox
pic.png
Built with Stock ARM Toolchain 4.6
pic.png
AutoRoot with SuperSU v1.25
 
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:/system/lib/modules $ su
su
root@android:/system/lib/modules # insmod cifs.ko
insmod cifs.ko
root@android:/system/lib/modules # insmod sunrpc.ko
insmod sunrpc.ko
root@android:/system/lib/modules # insmod lockd.ko
insmod lockd.ko
2|root@android:/system/lib/modules # insmod nfs_acl.ko
insmod nfs_acl.ko
2|root@android:/system/lib/modules # insmod auth_rpcgss.ko
insmod auth_rpcgss.ko
root@android:/system/lib/modules # insmod nfs.ko
insmod nfs.ko
root@android:/system/lib/modules # insmod ntfs.ko
insmod ntfs.ko
root@android:/system/lib/modules # lsmod
lsmod
ntfs 95987 0 - Live 0x00000000
nfs 224444 0 - Live 0x00000000
auth_rpcgss 26475 1 nfs, Live 0x00000000
nfs_acl 2169 1 nfs, Live 0x00000000
lockd 50918 1 nfs, Live 0x00000000
sunrpc 151468 4 nfs,auth_rpcgss,nfs_acl,lockd, 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:

HellRoot

Senior Member
Feb 12, 2012
1,484
300
yeah i would love to know if this is for the i9505... as it is posted here... but the OP is saying i9500...
i simply dont dare flashing it :(
 

Matarese171

Senior Member
Dec 31, 2010
81
29
Dublin
Oeps almost missed that, you saved me. But we must be patient. All versions will come. Let's not start filling this thread with that kind of questions.

I'm not giving out at all, very happy to see wanam here I was just curious why there might be a problem with european variant.

I allmost missed myself, downloaded, copied to sd card and then decided to properly read op. caught it then :D

Anyways, will run a full backup and test it myself
 

Lucius1972

Senior Member
May 6, 2010
759
443
Many thx wanam for bringing us this kernel to 9505!

Sent from my GT-I9000 using Tapatalk
 

Faschoda

Senior Member
Mar 19, 2012
196
49
Dumb question. But i can install this kernel on rooted Stock ROM?

Sent from my GT-I9505 using xda app-developers app
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 227

    -This kernel works only on GT-I9505 EUR for Samsung Touchwiz 4.4.2 ROMs-

    /!\ Flash it at your own Risk /!\

    This kernel is built from Samsung sources update8, Rooted with the latest Supersu, the main goal of this kernel is to keep it close to stock with a few improvements.

    Features:
    pic.png
    Built from Samsung sources Update9 (NG8 - Kitkat)
    pic.png
    Init.d support
    pic.png
    Busybox (/sbin)
    pic.png
    Built with Stock ARM Toolchain 4.7
    pic.png
    SELinux set to Permissive
    pic.png
    AutoRoot with SuperSU
    pic.png
    NTFS and CIFS File System support built as modules (Stored on "system/lib/modules")
    pic.png
    Built-in exFAT sdcard support
    pic.png
    Built-in NFS support
    pic.png
    Tweaked Ondemand CPU Governor for better performance/power balance
    pic.png
    Disabled Android Logger (can be enabled through Stweaks)
    pic.png
    Disabled TIMA verifications and logs
    pic.png
    Disabled some useless tracers
    pic.png
    Remove Knox Apps

    Download.

    Thanks to @hanspampel for Build.prop patcher, included on the Kernel installer.

    For general questions and people who can't post on development thread, can ask their questions on this thread (Thanks to saywhatt)

    Sources:


    ___________________________________________
    Thanks to: Samsung; Google, @dsixda; @AndreiLux; @gokhanmoral; @Chainfire; @Entropy512; @andiP; @faux; @Fenny; @hanspampel
    53
    Adam kernel 1.6 posted.

    Changelog 1.6:
    pic.png
    Disabled some useless debuggers
    pic.png
    Updated SuperSU to 1.55
    pic.png
    Added a Knox security removal

    As stated on my Rom thread, the reported issues above were caused by a bad reaction to the knox security warning and it was just a soft brick, fixed by re-flashing a stock FW, I included a script on the new update to remove Knox security services.

    The new update was tested by more than 1000 user, so yes it's safe to flash on stock and custom Roms.

    But remember you are using it at your own risk.
    46
    New update based on Samsung Kitkat sources posted.

    Adam 2.0:
    Merge with Samsung sources NB8 (Kitkat)
    Updated SuperSU to 1.93
    Disabled TIMA verifications and logs
    39
    Changelog 2.5:
    pic.png
    Merge with Samsung sources update 9
    pic.png
    Charging support (device off) on older Bootloader

    Changelog 2.4:

    pic.png
    Merge with Samsung sources update 8
    pic.png
    Update Ramfs to GNG8
    pic.png
    Update Root files

    Changelog 2.1:

    pic.png
    Remove Knox Apps
    pic.png
    Minor config changes
    Changelog 2.0:

    pic.png
    Merge with Samsung sources NB8 (Kitkat)
    pic.png
    Updated SuperSU to 1.93
    pic.png
    Disabled TIMA verifications and logs

    Changelog 1.6:

    pic.png
    Disabled some useless debuggers
    pic.png
    Updated SuperSU to 1.55
    pic.png
    Added a Knox security removal

    Changelog 1.5:

    pic.png
    Updated Root to 1.41
    pic.png
    Updated InitRamfs/exFAT to MGA
    pic.png
    Many Battery life tweaks (MC Sched and Ondemand CPU Gov)

    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
    Updated InitRamfs to MF4
    pic.png
    Some Battery life tweaks

    Changelog 1.3.3:
    pic.png
    Patched with ME4 Samsung kernel sources (Thanks to Faux)
    pic.png
    Updated Root to 1.32
    pic.png
    Updated InitRamfs to MF2
    pic.png
    Some Battery life tweaks

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

    Changelog 1.3.1:

    pic.png
    ExFAT Sdcard support (Thanks to AndreiLux)
    pic.png
    Enable Sdcard encryption
    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
    CIFS/NFS/NTFS built as modules (located on /system/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)

    Changelog 1.1:
    pic.png
    CIFS, EFS, NTFS support (built as modules “/system/lib/modules”)
    pic.png
    Stweak App support (Just introducing some basic stock options, more to come on next updates)
    pic.png
    Keep your busybox (/system/xbin” or “/system/bin”) on reboot
    pic.png
    Some Ram and Battery life tweaks

    Initial release:
    pic.png
    Built from Samsung sources Update1
    pic.png
    Init.d support
    pic.png
    Busybox
    pic.png
    Built with Stock ARM Toolchain 4.6
    pic.png
    AutoRoot with SuperSU v1.25
    37
    Hey wanam i ****ing hate your adam kernel!! :D fcked up my phone lost a lot of data thnx ^^ hope your fcking laptop dies

    Verstuurd van mijn GT-I9505 met Tapatalk

    Bricked my S4.. thnx..

    Best kernel on Note 2.. dont try on S4..

    Installed on clean rom. After flash bricked.

    I'm sorry for your loss, can you PM me more detail about your issue?

    • Device model
    • Current Rom
    • Recovery

    This kernel was downloaded 1789 times, and it's included on my Rom which was downloaded more than 5000 times, no one claimed a such issue.

    Download link removed, this thread is discontinued and closed.