[Kernel][D5322]MaXiMuS Kernel[UPDATE V2.1]

Search This thread

abcdjdj

Senior Member
May 28, 2012
1,732
3,228
Thane

abcdjdj

Senior Member
May 28, 2012
1,732
3,228
Thane
hey @abcdjdj

how did you deal with prima wlan? I'm still struggling with it, can't make WiFi working
Surprisingly, I never had any problems with wifi even after changing the kernel string in the defconfig (I'm talking about the JB sources, haven't tried changing the string in the kk sources). Afaik, the wlan module sources are available on sonyxperiadev's github.
 

lozohcum

Senior Member
Jan 14, 2013
1,919
1,744
Internety
Surprisingly, I never had any problems with wifi even after changing the kernel string in the defconfig (I'm talking about the JB sources, haven't tried changing the string in the kk sources). Afaik, the wlan module sources are available on sonyxperiadev's github.

oh okay nevermind then.

I know sonyxperiadev has prima wlan, I added it to kernel and compiled successfully but Wifi still doesn't work ^^
nvm
 

Top Liked Posts

  • There are no posts matching your filters.
  • 15
    Hi people,

    So here's my maximus kernel for the Xperia T2 Ultra Dual (D5322). Please bear in mind that it works only on the dual sim variant. Your device won't boot if you flash it on the single sim variant!

    Kernel features :-
    Code:
    -->Compiled with Christopher83's Linaro 4.9.1 for Cortex-A15 CPUs
    -->Compiled with -O3 and many other optimizations
    -->XZ compression enabled
    -->Update all governors from CAF sources (no more restarts when changing to interactive governor)
    -->Disable CRC in mmc driver (might give a 30% performance boost)
    -->Overclocking upto 1.6 GHz
    -->3x faster integer square root algorithm
    -->Many oom and memory related patches and fixes
    -->Enabled garbage collection for user space wakeup sources
    -->Intelliplug - An intelligent hotplugging driver!
    -->Cpufreq smooth scrolling patch
    -->Enabled last_kmsg
    -->Added intelliactive governor
    -->Many more patches and fixes

    Ramdisk features
    :-
    Code:
    -->Dual recovery (TWRP 2.7.1.0 and CWM 6.0.4.9) [Special thanks to DoomLoRd for his kernel - [url]http://xdaforums.com/showthread.php?t=2735137[/url]]
       * Press the volume down button to access TWRP
       * Press the camera button to access CWM
       * The default recovery is TWRP (suppose you select to reboot into recovery from the rom, TWRP will get loaded)
    -->Init.d support
    -->ro.debuggable and ro.secure set to 0

    mh7evs.jpg


    Instructions :-
    1. Download the kernel and make sure that your bootloader is unlocked. If not, then check this - http://unlockbootloader.sonymobile.com

    2. Power off your phone and connect the usb cable while holding down the volume up key. You'll get a blue led on the phone.

    3. Open a terminal window and use fastboot to flash the kernel. Command -
    Code:
    fastboot flash boot <file name>.img

    4. Disconnect your phone once it is done and start it normally.

    Downloads :-
    Maximus Downloads JELLYBEAN .253 ONLY (D5322 - DUAL SIM only)

    Changelog & sources in the second post.

    Credits:-
    -->DoomLoRD
    -->Faux123
    -->Dhacker29 and all other Moto G devs
    -->deedwar
    -->Androlover98
    -->Abhinav1997

    XDA:DevDB Information
    Maximus Kernel, ROM for the Sony Xperia Z2

    Contributors
    abcdjdj
    ROM OS Version: 4.3.x Jellybean
    ROM Kernel: Linux 3.4.x

    Version Information
    Status: Stable
    Current Stable Version: Maximus V1
    Stable Release Date: 2014-06-30

    Created 2014-06-30
    Last Updated 2014-07-10
    5
    @abcdjdj has any plans for an update to the KitKat?
    Yeah. I have already started working (got the sources on my git). I'll try to release it as soon as possible.
    Please build for lte variant...
    The sources for the lte variant are different. I'll see if something can be done to merge them or do something else.
    3
    Changelog :-
    Code:
    V2.1
    -->Re-introduced overclocking
    
    V2
    -->Enabled last_kmsg
    -->Added init.d support in the ramdisk
    -->Added intelliplug - An intelligent hot plugging driver! (thanks to faux123)
    -->Add intelliactive governor
    -->Merged .269 kernel sources
    -->Bulk update all cpu governors from caf/kk_3.5_rb4.1
    -->Disabled overclocking (doesn't seem to be working)
    -->Smooth scrolling cpufreq patch (thanks to DoomLoRD)
    -->Many other patches and fixes
    -->Entire list of commits over here - [url]https://github.com/abcdjdj/maximus/compare/0ae0c76828...be14ec6658[/url]
    
    V1
    -->Initial release

    Sources :-
    Kernel - https://github.com/abcdjdj/maximus
    Ramdisk - https://github.com/abcdjdj/ramdisk_tianchi
    3
    which is the best governor and io according to you that we should use ?
    I have been using the default settings (ondemand with cfq) and it is pretty good. I have not added any governors or I/O schedulers in V1 as I was focusing on improving the ram problem.
    3
    Please release it for .116 Kitkat. I have been waiting for your release since July.
    Thank you so much....

    Sources have been released just 2 days ago.

    AJ