[DEV][Kernel]White-Kernel 12/18 ! V:1.3.3[Final release][ZRAM][100+ patches]and more

Search This thread

raj.parekh07

Senior Member
May 18, 2012
2,669
598
can ny one mirror it?

If i help you press thanks button

sent by my Y using hyperion rom frm XDA Premium
 

mai77

Senior Member
Nov 16, 2011
1,429
580
instructions which were never tested

since the CM7 thread by whitexp is locked at the moment:

turns out that installation instructions for whitexp's kernel & CM7 failed to mention, that it won't work on a stock SGY unless it is rooted.

another instructions, which not a single person actually carried out, like the one about boot animations. xda can do better. ;):angel:
 
  • Like
Reactions: percy_g2
Jun 27, 2012
57
5
Pune
:confused::eek::sly:Sir white I got a big problem after flashing 1.2.5 kernel.
It flashed complete after 1st reboot my phone turned on normally.
But when I second time reboot it to recovery I stuck on Samsung logo.
I pulled battery and tried to on of also stuck on Samsung logo.No recovery access so please Check this problem.
IM ON HYPERION 7.X CURRENTLY

Best KERNEL DEVELOPER BEST REGARDING:thumbup:

:thumbup:Thanks if I helped :):thumbup:

sent from GT-S5360 with Hyperion 7.x
 

kykemejia

Senior Member
Apr 24, 2012
515
52
Bogotá
Xiaomi Redmi 8
:confused::eek::sly:Sir white I got a big problem after flashing 1.2.5 kernel.
It flashed complete after 1st reboot my phone turned on normally.
But when I second time reboot it to recovery I stuck on Samsung logo.
I pulled battery and tried to on of also stuck on Samsung logo.No recovery access so please Check this problem.
IM ON HYPERION 7.X CURRENTLY

Best KERNEL DEVELOPER BEST REGARDING:thumbup:

:thumbup:Thanks if I helped :):thumbup:

sent from GT-S5360 with Hyperion 7.x

I have same problem.

Enviado desde mi GT-S5360 usando Tapatalk 2
 

raj.parekh07

Senior Member
May 18, 2012
2,669
598
so its safe to use 1.2.0 with hyperion

If i help you press thanks button

sent by my Y using hyperion rom frm XDA Premium
 
  • Like
Reactions: whitexp

blackpanther2209

Senior Member
Sep 6, 2010
931
191
davao city
I used 1.2.5 with hyperon and everything is fine until i go to recovery mode and i got bootloop.i think 1.2.0 is good for custom rom i have no problem with it.

Sent from my GT-S5360 using Xparent Blue Tapatalk 2
 

vincz27

Senior Member
Sep 30, 2012
549
57
Batanags-Los Baños
:confused::eek::sly:Sir white I got a big problem after flashing 1.2.5 kernel.
It flashed complete after 1st reboot my phone turned on normally.
But when I second time reboot it to recovery I stuck on Samsung logo.
I pulled battery and tried to on of also stuck on Samsung logo.No recovery access so please Check this problem.
IM ON HYPERION 7.X CURRENTLY

Best KERNEL DEVELOPER BEST REGARDING:thumbup:

:thumbup:Thanks if I helped :):thumbup:

sent from GT-S5360 with Hyperion 7.x

same problem hir stock in botlogo in 1.2.0 in 1.2.5 is working on me no problem yet... im on hyprrion

Sent from my GT-S5360 using xda app-developers app
 

PREMOLIKES

Senior Member
Mar 23, 2009
1,202
105
Imphal
Is "fi" really necessary.
#!/system/bin/sh
# auto zram activation init script with
busybox search
# by show-p1984
echo "[90ZRAM]: Firing up /system/
etc/init.d/90zram";
if [ ! -e /sys/block/zram0/disksize ] ;
then
echo "[90ZRAM]: ERROR unable
to find /sys/block/zram0/disksize";
echo "[90ZRAM]: Is this a ZRAM
kernel?";
echo "[90ZRAM]: ZRAM NOT
ACTIVATED. (404)";
else
#find busybox in /system
bblocation=$(find /system/ -
name 'busybox')
if [ -n "$bblocation" ] && [ -e "$
bblocation" ] ; then
echo "[90ZRAM]: busybox
found in:" $bblocation;
echo "[90ZRAM]: Setting
ZRAM disksize.";
echo $((100*1024*1024)) > /
sys/block/zram0/disksize
echo "[90ZRAM]: Starting
ZRAM...";
bblocation=${bblocation%/*}
cd $bblocation
./busybox mkswap /dev/
block/zram0
./busybox swapon /dev/
block/zram0
echo "[90ZRAM]: ZRAM
activated.";
else
echo "[90ZRAM]: ERROR!
busybox not found!";
echo "[90ZRAM]: Is busybox
installed? Symlinks set?";
echo "[90ZRAM]: ZRAM NOT
ACTIVATED. (404)";
fi
fi
 
May 16, 2012
35
21
ecelis.sdf.org
WiFi breaks in 1.3.0

please try this guys..

http://adv.li/nl58 (kernel RC )

and said me about perfomance !!!

There is a noticeable performance improvement, I've been running the 1.3.0 kernel 3 hours straight. Mostly using it as music player, and ran some intensive tasks like unziping a large file and such, while playing music and navigating the screens. The UI response is smooth and fast, usually it gets laggy if I'm listening music or doing something else. Also usually music player is affected if I do some other tasks, and with 1.3.0 build its been playing nonstop.

WiFi is not working in this build, I have logcat that I can send you in PM if you wish. Besides wifi everything else works fine.

I'm running stock ROM, flashed your 1.3.0 kernel with Odin and also through CWM and it upgrades fine from 1.2.x.

NOTE: If running 1.2.5 it won't allow me to get into recovery (which I already knew), but using Odin to revert back to 1.2.0 or upgrade to 1.3.0 works fine and restores the access to recovery.

@whitexp Keep the good work mate! I've been running your kernel since the second or third build and no major issues until now.
 
Last edited:
  • Like
Reactions: whitexp

shoutokuyaki

Senior Member
Feb 12, 2012
350
34
REPORT:
Ik kernel v1.3.0 performance is good, init.d work, busybox work

Good sir...thanks i'am loke ur work....

But, i look userscript.log in /data/local/...i see this:

test: bad number
mount: can't read '/etc/fstab': No such file or directory
Bad mode
ln: /sbin/busybox: File exists
Unable to chmod /fsr.ko/*: Not a directory
Unable to chmod /fsr_stl.ko/*: Not a directory
Unable to chmod /j4fs.ko/*: Not a directory
Unable to chmod /rfs_fat.ko/*: Not a directory
Unable to chmod /rfs_glue.ko/*: Not a directory
Unable to chmod /sec_param.ko/*: Not a directory
Unable to chmod /default.prop/*: Not a directory
Unable to chmod /init/*: Not a directory
Unable to chmod /init.goldfish.rc/*: Not a directory
Unable to chmod /init.rc/*: Not a directory
Unable to chmod /init.charge.rc/*: Not a directory
Unable to chmod /init.bcm21553.rc/*: Not a directory
Unable to chmod /ueventd.rc/*: Not a directory
Unable to chmod /recovery.rc/*: Not a directory
Unable to chmod /fota.rc/*: Not a directory
Unable to chmod /lib/modules/*: No such file or directory
cp: can't stat '/sdcard/scripts/*': No such file or directory
insmod: can't open '/system/lib/modules/usbcore.ko'
insmod: can't open '/system/lib/modules/usbhid.ko'
insmod: can't open '/system/lib/modules/tun.ko'
insmod: can't open '/system/lib/modules/ipip.ko'
insmod: can't open '/system/lib/modules/tpm.ko'
insmod: can't open '/system/lib/modules/raw.ko'
insmod: can't open '/system/lib/modules/ssb.ko'
insmod: can't open '/system/lib/modules/cifs.ko'
insmod: can't open '/system/lib/modules/nls_utf8.ko'
insmod: can't open '/system/lib/modules/ns558.ko'
insmod: can't open '/system/lib/modules/lightning.ko'
insmod: can't open '/system/lib/modules/vibrator.ko'
insmod: can't open '/system/lib/modules/gameport.ko'
ln: /devices/devices: No such file or directory
mkdir failed for device/platform, No such file or directory
mkdir failed for device/platform/usb_mass_storage, No such file or directory
mkdir failed for device/platform/usb_mass_storage/lun0, No such file or directory
ln: devices/lm-2/gadget/lun0/lun0: No such file or directory

Error or no sir?:confused:

Sent from my GT-S5360 using xda app-developers app
 

whitexp

Senior Member
Jan 3, 2012
1,071
3,205
Rio De Janeiro
madteam.co
Amazfit
REPORT:
Ik kernel v1.3.0 performance is good, init.d work, busybox work

Good sir...thanks i'am loke ur work....

But, i look userscript.log in /data/local/...i see this:

test: bad number
mount: can't read '/etc/fstab': No such file or directory
Bad mode
ln: /sbin/busybox: File exists
Unable to chmod /fsr.ko/*: Not a directory
Unable to chmod /fota.rc/*: Not a directory
Unable to chmod /lib/modules/*: No such file or directory
cp: can't stat '/sdcard/scripts/*': No such file or directory
insmod: can't open '/system/lib/modules/usbcore.ko'
insmod: can't open '/system/lib/modules/usbhid.ko'
insmod: can't open '/system/lib/modules/tun.ko'

mkdir failed for device/platform/usb_mass_storage/lun0, No such file or directory
ln: devices/lm-2/gadget/lun0/lun0: No such file or directory

Error or no sir?:confused:

Sent from my GT-S5360 using xda app-developers app

no its just a log :D



i apply a lot of patchs for perfomance !!


hey ..
please confirm for me ...


wifi no work in this version ?
http://adv.li/nl58
 
Last edited:
  • Like
Reactions: shoutokuyaki

sandyworsnop

Senior Member
Oct 2, 2012
473
136
A Place Where The Sun Is Silent
no its just a log :D



i apply a lot of patchs for perfomance !!


hey ..
please confirm for me ...


wifi no work in this version ?
http://adv.li/nl58
confirmed,
yes sir. wifi no working ...
see image
sc20121203190308.png
sc20121203190456.png
 

Top Liked Posts

  • There are no posts matching your filters.
  • 176
    Broadcom finally help me in development . thankyou broadcom !





    You like my hard work ?
    consider making a donation !
    http://xdaforums.com/donatetome.php?u=4418296
    sigpic4418296_1.gif



    No need mirrors

    kernel for Galaxy Y (GT-5360)
    Version: Olders Versionsmediafire
    Version: 0.8.0 RC3mediafire
    Version: 1.3.3 MOD EDIT: Link Removed
    Version: 1.3.3mediafire without AD



    LOG:
    version 0.1
    added adb suport
    added init.d
    added dnsproxyd

    Version 0.2
    added droidwall support

    Version 0.3
    added cpu governors ( conservative, userspace, powersave )

    Version 0.3.1
    added cpu governor (interactive ) thanks infarburgs for governor !

    Version 0.3.5
    added cpu governor smartassV2

    Version 0.4.0
    added swap suport
    zramswap
    zramswap compression !

    Version 0.6.0
    applied patch
    CPUSpy support app (http://goo.gl/qEQxw)
    3 cpu frequencies (312,624 and 832 mhz)
    fixed error in reading CPU clock

    Version 0.6.5
    add i/o schedulers
    cfq-iosched
    deadline-iosched
    sio-iosched
    vr-iosched

    Version 0.7.0
    support EXT2/3/4 and JBD2
    fixed compatibility with alls governors
    tweaked ondemand governor and smartassV2

    Version 0.7.2 RC
    fixed init.d (no work )

    Version 0.7.3
    fixed init.d (finally) :highfive:

    Version 0.8.0RC
    using merruk ramdisk!
    added clockwork!
    added root (super user)
    added busybox
    added other things !

    Version 0.8.0 RC 2
    removed superuser (90 % user using custom roms )
    fixed compatibility with roms !

    Version 0.8.0 RC 3
    fixed busybox
    fixed compatibility with alllllls roms ! (creeds,repencis,bla bla ,blu blu !! :D )

    Version 1.0
    - Added support alls bootanimations like my kernel cm9 (its in ramdisk )
    - 5 frequencies (832-624-468-312-156) merged from kurotsugi
    - + profiles of brightness merged from koneu
    - fixes for clocks speeds ...
    - tweak block size of files (more speed in read and write )

    Version 1.0.1
    - fixed bug where some of governors not worked

    Version 1.2.0
    - Added Zram (read post 2 for more informations )
    - More netfilters
    - EXT4 support for system,data and cache
    - Fixed minor bugs

    Version 1.2.5
    - minor fixes
    - update busybox (some apps can not detect it (same system installer app) but a lot of titanium and other vain decta it .. anyway he is working
    - added 2 metods init.d now ...

    Version 1.3.3
    - + 100 patches on kernel linux
    - tweaks and patches for system rfs ,ext 2,ext3, ext4
    - modified memory allocation on kernel linux
    - battery drain reduced with +20 tweaks ...
    - more thinks ( i no remeber )
    -PS : need install new wifi driver ! go for wifi theard

    Instructions for .tar file:
    Download odin 1.8.5 mediafire
    Connect phone in download mode
    Select PDA
    Select kernel
    Press start
    Ready

    Instructions for .zip file:
    Download cwm mediafire
    Turn on recovery mode
    Install from sdcard*
    Select cwm madteam
    In cwm select install zip from sdcard
    Select kernel.zip*
    YES and enjoy ;)









    thanks for :
    Maroc
    irfanbagus
    mikstev
    savie
    hellock(merged thinks on ramdisk )

    If it helps you, please press thanks
    53
    zRAM
    What is zRAM?

    This is a mainline kernel feature for Compressed RAM block device support (CONFIG_ZRAM)
    http://en.wikipedia.org/wiki/ZRam

    Like many of the other tweaks done in the Android world, ZRAM is another one of them that is controversial, probably because people only think in terms of immediate performance they can measure easily with benchmarks etc. *Here is my take...think I will add this to the Q&A section as well.

    But, will it make my device faster? Will I score higher on benchmarks?
    It depends, but for normal usage, the answer is no. zRAM is most useful for those that are configuring Android to be a true multitasking workhorse. For example, if I enable zRAM, open an bunch of apps at one time, and actually start to work towards depleting the memory of the system. *For example, say I open system tuner, a browser with several tabs, a word processing app, a game, and perhaps a picture viewing app or a movie. If I don't formally close out of each one by hitting back and just begin switching between apps and the home screen, you will see zRAM start showing benefits.*

    If you tweak the Android memory and swappiness settings, this can also be useful in this type of environment.

    So, unless you have a heavy workload as stated above, then it won't be of a lot of use for the casual user.

    How do I enable zram?
    It must be enabled by a script. Some ROMs may support activating it. If you need to do it yourself you have two choices.

    1) Save this to a file and run the script from terminal, Script Manager or System Tuner.
    2) Or better yet, save this to a file called 90zram (or whatever you prefer) in /system/etc/init.d and automate it (The ROM's ramdisk needs to supports init.d)

    Code:
    #!/system/bin/sh
    # auto zram activation init script with busybox search
    # by show-p1984
    
    echo "[90ZRAM]: Firing up /system/etc/init.d/90zram";
    
    if [ ! -e /sys/block/zram0/disksize ] ; then
            echo "[90ZRAM]: ERROR unable to find /sys/block/zram0/disksize";
            echo "[90ZRAM]: Is this a ZRAM kernel?";
            echo "[90ZRAM]: ZRAM NOT ACTIVATED. (404)";
    else
            #find busybox in /system
            bblocation=$(find /system/ -name 'busybox')
            if [ -n "$bblocation" ] && [ -e "$bblocation" ] ; then
                    echo "[90ZRAM]: busybox found in:" $bblocation;
                    echo "[90ZRAM]: Setting ZRAM disksize.";
                    echo $((100*1024*1024)) > /sys/block/zram0/disksize
    
                    echo "[90ZRAM]: Starting ZRAM...";
                    bblocation=${bblocation%/*}
                    cd $bblocation
                    ./busybox mkswap /dev/block/zram0
                    ./busybox swapon /dev/block/zram0
    
                    echo "[90ZRAM]: ZRAM activated.";
            else
                    echo "[90ZRAM]: ERROR! busybox not found!";
                    echo "[90ZRAM]: Is busybox installed? Symlinks set?";
                    echo "[90ZRAM]: ZRAM NOT ACTIVATED. (404)";
            fi
    fi

    Performance Tweaks
    These are a couple of tweaks that many are using for faster benchmarks and better battery performance. Google it and decide for yourself if you like the risk or not. I recommend that you do a full backup in recovery and regularly backup your /data partion or cloud sync if you enable these options. Will many run them daily as I now do, there is some additional risk. These can be added to scripts and automated via init.d or other apps/tools that support them.

    To disable fsync for better battery and better disk i/o performance:

    Code:
    echo 0 > /sys/class/misc/fsynccontrol/fsync_enabled

    To enable fsync for better data integrity (default)

    Code:
    echo 1 > /sys/class/misc/fsynccontrol/fsync_enabled

    Faster disk i/o - remount /data partition with noauto_da_alloc option (google it, better battery, less data integrity)

    Code:
    mount -o remount,noauto_da_alloc /data /data
    28
    kernel build from GT-S5360_GB_Opensource_Update2 (opensource samsung )
    version 2.6.35.7


    Sources



    https://github.com/Whitexp/GT-S5360-opensource-Update-2
    15
    new script for zram !

    hey guys
    install it via cwm http://www.mediafire.com/?kua21it474gjh82 (new script for zram ! ) :good:
    and zram work perfect ! :p


    bye !
    11
    Hello after a loooong time finally am in xda :) new graphic's and other things :)

    and the new kernel from Gustavo here :) it's great the 2nd best one after Merruk's Kernel :) and now he is the first one great work :)

    and i have some surprises to this community me and Gustavo (whitexp) :) we are back for you working on the shadow :)

    after some days or week's you will see new things here :) good luck for other and thanks Gustavo