[KERNEL][WIP}i920X Touchwiz JB(4.2.2)(Production Phase)

Status
Not open for further replies.
Search This thread
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 4
    This kernel will be kept simple and inline with stock and free from buzzfree stuff..as the aim is a stable day-to-day use kernel..this kernel is NOT for those who want to break records..as i do not believe and rely on benchmarks..(its me..)

    Disclaimer:
    i nor xda would be at fault if something weird beyond my test results happen to your phone..also this is not a benchmark kernel..if you like crunching numbers and breaking records go use another kernel..this is meant to save juice and be efficient and stable as a daily driver for Samsung based ROMS..

    Features:
    - Based on i9205/i9195 source from Samsung OSRC(Thanks for the borked source)
    - Fixed a few things left by Samsung to be broken
    - Simple and no fancy stuff thats gonna bork your phones..more stuff does not guarantee it's better..
    - User voltage control from faux123 for Krait CPU's..
    - EXFat support(by Samsung OSRC..)
    - OC(if already stable)
    - will populate more as things get stable
    - Selinux permission is set from enforcing to permissive via ramdisk
    - insecure boot image
    - Disabled Rooting security measures implemented by Samsung..

    Pre-requisites
    - Install busybox via CWM or via Playstore before installing my kernel..this is to make sure init.d and also some scripts work properly..

    Downloads here: Test build 5(ML1 Ramdisk)

    My git: source

    Credits:
    - noone in particular but thanks to ALL the wonderful devs here in XDA..

    If you like the builds please help me get a Soda/pay bills..or the least is just hit the Thanks Button..
    2
    I tried it on a I9200.

    • Device boots
    • No wifi
    • Lost root
    • For some reason, Google+ stopped working

    Logcat attached.
    1
    update: new test build here OP updated as well

    kindly test and provide feedback so i can push more stuff in..i have to do alot more maintaining also to my git..

    I am testing my slimkat build. Will flash and let you know in an hour.
    1

    Still no wifi. Root works, both SuperSU and Koush. Logs attached.
    1
    Samsung implemented a stupid move like Xperia where the wifi module is symlinked..i have the ml1 config and it was used on that build..kindly report if the same issue persist as i will attempt another fix..

    insatll abord status 6
    now try to check your update-script

    ui_print("");
    ui_print("Flashing kairi's Kernel...");
    show_progress(0.100000, 0);
    mount("ext4", "EMMC", "/dev/block/mmcblk0p20", "/system");
    ui_print("");
    ui_print("flashing new files...");
    package_extract_dir("system", "/system");
    symlink("/system/lib/modules/prima/prima_wlan.ko", "/system/lib/modules/wlan.ko")
    set_perm_recursive(0, 0, 0755, 0755, "/system/etc/init.d");

    ui_print("");
    ui_print("updating kernel boot.img...");
    assert(package_extract_file("boot.img", "/tmp/boot.img"),
    show_progress(0.100000, 80);
    write_raw_image("/tmp/boot.img", "/dev/block/mmcblk0p13"),
    show_progress(0.100000, 90);
    delete("/tmp/boot.img"));
    show_progress(0.100000, 100);

    ui_print("ALL DONE! Enjoy!");
    show_progress(1.000000, 0);