[KERNEL][GPL][ICS/CM9][23 Feb.] Icy.Kernel 1.0.2/1.1.1 | 2.6.35.10/2.6.35.14

Search This thread

yuripg1

Senior Member
Oct 9, 2011
288
199
33
Canoas, Brazil
On installation..

No wipe will be done?

Sent from my LG-P500 using xda premium

I would recommend the usual wipes of Cache and Dalvik cache. After a longer-than-usual boot, you are free to enjoy your new kernel. :)

----------edit----------
Now I think I got your question.
I don't think kernel installation scripts ever wiped anything, so I would say no.
But, as I stated before, I recommend that you do the mentioned wipes after flashing a new kernel.
 
Last edited:

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
Guess it's always recommended to whipe dalvik cache. Will add it to first post.

Sent from my LG-P500 using XDA App
 

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
I'm getting very frustated...
In CWM i can mount ext4 correctly now (which I couldn't), but in CM9 I can't.
Tonight I will take a look in logcat to see if I can discover why it doesn't work.

Source for 3.0 kernel (still WIP!!!) is being uploaded to github.
 

RockR172

Senior Member
Jun 12, 2011
1,420
1,503
I'm getting very frustated...
In CWM i can mount ext4 correctly now (which I couldn't), but in CM9 I can't.
Tonight I will take a look in logcat to see if I can discover why it doesn't work.

Source for 3.0 kernel (still WIP!!!) is being uploaded to github.

So 3.0 boots up atleast??

Sent from XDA App using LG-P500
 

paul678

Senior Member
Sep 20, 2011
473
654
Craiova
Der_Caveman display driver is so much better, many things run better now but don't trust benchmarks..i got a lower fps touch-on with this one but it performs better in every game ;) Thanks Arjen and Der_Caveman for this :D
 

vlt96

Senior Member
Oct 9, 2011
3,591
916
Does it fix battery drain? It is back in beta4...

Sent from my LG-P500
 

Arjen

Retired Forum Moderator
Feb 26, 2011
2,150
5,902
48
Musselkanaal
My phone drains also, but that is normal :D
It lasts about 1 1/2 day with normal use.

New 2.6.35 kernel based on cm-sources will be up within a day or two.
Still porting necessary stuff to 3.0 msm-kernel so that will take some longer.

Now back to sleep, I feel terrible :(
 

vlt96

Senior Member
Oct 9, 2011
3,591
916
Mine doesn't drain, i am on beta #4 too. Does anyone else except you reported the same problem ?

Sent from my LG-P500 using Tapatalk

Well, I have same apps like on gb, I'm on stock kernel, I see 0 wakelocks, and still battery drained 1 hour (7hours total) earlier than usual with even less usage...

Sent from my LG-P500
 

Top Liked Posts

  • There are no posts matching your filters.
  • 38
    About

    Based on Lupohirps kernel sources I present Icy.Kernel.

    By request I made two branches, one with multitouch fix and one without.


    Changelog

    1.0 Recompile from Lupohirps sources with ext2/3/4 enabled

    1.1 Added improved touchscreendriver from Der_Caveman

    23 feb. Changed branches

    Standard Icy.Kernel
    1.0.1 Fixed WiFi
    1.0.2 Based on cm-sources
    Fixed ext4
    Added tun.ko for vpn support

    Improved Icy.Kernel (with multitouch fix)
    1.1.1 Fixed WiFi

    3.0 Alpha kernel

    Installation

    1 - Reboot into recovery
    2 - Flash kernel version from this topic
    3 - Reboot
    4 - Done!

    Downloads

    Github for 3.0 kernel (still a WIP!!!)

    Bugs:
    No wifi in 1.0.2.
    9
    My phone drains also, but that is normal :D
    It lasts about 1 1/2 day with normal use.

    New 2.6.35 kernel based on cm-sources will be up within a day or two.
    Still porting necessary stuff to 3.0 msm-kernel so that will take some longer.

    Now back to sleep, I feel terrible :(
    6
    Well, I know the solution now :D
    What I allready was planning will be done now, basing on cm kernel source.
    Will submit the fixes to cm-team too when we are ready to submit our cm9 source to them :D
    5
    Did not try it yet, first I'm working on porting all LGE crap in it ;)

    But I'm making the move to msm-3.0 kernel, this one is based on the generic 3.0 kernel.
    I will merge all different changes so we have a commit history (thanks woglinde ;))
    4
    Arjen could you please import the 3.0Kgsl drivers and genlock suport to franco's latest kernel#4(i don't now yet how to do that so:( ) I think it will end up quite nice. What do you think?

    Will think about it ;)
    First I want to finish 3.0 kernel.


    Stuck at mmc, hope someone has an idea how/where to solved it, so far other things were easy to solve:
    Code:
    arch/arm/mach-msm/built-in.o: In function `msm_gpio_free':
    /home/arjen/android/kernel/3.0/arch/arm/mach-msm/gpio.c:187: undefined reference to `msm_gpiomux_put'
    arch/arm/mach-msm/built-in.o: In function `msm_gpio_request':
    /home/arjen/android/kernel/3.0/arch/arm/mach-msm/gpio.c:182: undefined reference to `msm_gpiomux_get'
    drivers/built-in.o: In function `msm_hs_stop_rx_locked':
    /home/arjen/android/kernel/3.0/drivers/tty/serial/msm_serial_hs.c:764: undefined reference to `msm_dmov_stop_cmd'
    drivers/built-in.o: In function `msm_hs_set_termios':
    /home/arjen/android/kernel/3.0/drivers/tty/serial/msm_serial_hs.c:700: undefined reference to `msm_dmov_stop_cmd'
    drivers/built-in.o: In function `msm_hs_submit_tx_locked':
    /home/arjen/android/kernel/3.0/drivers/tty/serial/msm_serial_hs.c:822: undefined reference to `msm_dmov_enqueue_cmd'
    drivers/built-in.o: In function `msm_hs_start_rx_locked':
    /home/arjen/android/kernel/3.0/drivers/tty/serial/msm_serial_hs.c:837: undefined reference to `msm_dmov_enqueue_cmd'
    drivers/built-in.o: In function `msm_hs_isr':
    /home/arjen/android/kernel/3.0/drivers/tty/serial/msm_serial_hs.c:1211: undefined reference to `msm_dmov_stop_cmd'
    drivers/built-in.o: In function `msmsdcc_start_data':
    /home/arjen/android/kernel/3.0/drivers/mmc/host/msm_sdcc.c:538: undefined reference to `msm_dmov_enqueue_cmd'
    drivers/built-in.o: In function `msmsdcc_do_cmdirq':
    /home/arjen/android/kernel/3.0/drivers/mmc/host/msm_sdcc.c:750: undefined reference to `msm_dmov_stop_cmd'
    drivers/built-in.o: In function `msmsdcc_handle_irq_data':
    /home/arjen/android/kernel/3.0/drivers/mmc/host/msm_sdcc.c:799: undefined reference to `msm_dmov_stop_cmd'
    make: *** [.tmp_vmlinux1] Error 1