[Kernel] Crypt0kernel Project [21 OCT]

Search This thread

crypt0night

Senior Member
Dec 5, 2007
182
200
Venlo
Hi Guys,

Finally i can show you guys my knowledge where i'm realy strong in. C programming:D

I started this project to gain a good and stable kernel thats is support many roms. I'll hope some other devs want to join me in on this project to create together one good kernel instead of many splintered releases of the kernel. (At the end we only need 1 kernel right?)

Main project goals:
  • 2.3.5 compatible (Sound problem etc)
  • MIUI and AOSP/CyanogenMod compatible
  • Tweaked to the bone
  • two way call record (2WCR)
  • You name it:)

What i already done:
  • OC to 1.5ghz
  • Fixed codec problem for 2.3.5 Roms
  • Added SmartassV2 governor
  • Snapdragon optimisations

If you want to help me in this project give em a pm and i hook you up to the proejct page:)

http://code.google.com/p/crypt0kernel/ commiting the init code takes longer then i expected...

Flash method for S-On users:
Follow this how-to:http://xdaforums.com/show...59&postcount=2
And use this to copy the libs:
1. unpack downloaded ZIP file (for example to d:/temp)
2. connect device with computer with Android SDK tools (adb, fastboot)
3. reboot to bootloader
adb reboot bootloader
4. flash new kernel
fastboot flash zimage d:/temp/zImage
5. restart device
fastboot reboot
6. push new wifi module
adb push *.ko /data/local/
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p22 /system
busybox cp /data/local/*.ko /system/lib/modules/

Ps. Zip files are CWM zip files so can be flashed by ClockwordMod
 

Attachments

  • Crypt0kernel.zip
    4 MB · Views: 1,253
Last edited:

ozkaya

Senior Member
Mar 22, 2006
649
302
excellent! always good to have a new kernel :) do you think 1080p 2D video recording can be solved in kernel level?
 

ilovemeow

Senior Member
Sep 18, 2006
1,077
128
I dont see the problem why not. Try it and make sure you do a backup before flashing.

hey man
would you pleased post this link:http://xdaforums.com/showpost.php?p=18416359&postcount=2

to the first post incase S-on user like me need the alternative way to flash?

and this link for wifi issue
from: http://xdaforums.com/showthread.php?t=1311812

How to install
1. unpack downloaded ZIP file (for example to d:/temp)
2. connect device with computer with Android SDK tools (adb, fastboot)
3. reboot to bootloader
adb reboot bootloader
4. flash new kernel
fastboot flash zimage d:/temp/zImage
5. restart device
fastboot reboot
6. push new wifi module
adb push *.ko /data/local/
adb shell
su
mount -o rw,remount /dev/block/mmcblk0p22 /system
busybox cp /data/local/*.ko /system/lib/modules/
 
  • Like
Reactions: liquidz17

DJGurth

Senior Member
Aug 17, 2008
432
27
Should we trust quadrant score on these? It seems setcpu doesn't want to play nice with leedroids ROM or these new kernals haha

Sent from my HTC EVO 3D X515m using XDA App
 

ilovemeow

Senior Member
Sep 18, 2006
1,077
128
Should we trust quadrant score on these? It seems setcpu doesn't want to play nice with leedroids ROM or these new kernals haha

Sent from my HTC EVO 3D X515m using XDA App

dun use setcpu as only mod 1st core as they said before. i didnt try it. use cpumaster or system tuner to oc ;)
 

steveruthless

Senior Member
Apr 19, 2011
166
18
world of smartphones
can't flash it:
assert failed:write_raw_image("/tmp/newboot.img", "boot")
error in /sdcard/Cript0kernel.zip
(Status 7)
Installation aborted

im using cript0 rom 1.2
hboot 1.49.0011 s-on
 

osrix

Senior Member
Sep 18, 2008
1,126
111
Installed through CWM no problem for me, just waiting for Villain ROM to boot.

Looking forward to Smartass govenor2 :D

Thanks for this Crypt0night, it is great to now see some movement from great devs now we have the source code.

keep it up buddy your work is much appreciated.


Edit:
Seems to be working well, Wifi Ok, governor set, Oc'ed to 1536 with CPU Master
 
Last edited:

michiganoao

Senior Member
Jun 25, 2007
114
4
41
Bad salzuflen
Is it possible to implement a zero shutter lag code?
Would be really nice! :-D

And may be two versions with and without two way recording because i read that it can drain the battery bad sometimes..



Sent from my HTC EVO 3D X515m using Tapatalk
 

FitzysN6

Senior Member
Nov 1, 2010
287
67
Adelaide
Installed through CWM no problem for me, just waiting for Villain ROM to boot.

Looking forward to Smartass govenor2 :D

Thanks for this Crypt0night, it is great to now see some movement from great devs now we have the source code.

keep it up buddy your work is much appreciated.


Edit:
Seems to be working well, Wifi Ok, governor set, Oc'ed to 1536 with CPU Master

Are you s-on or s-off mate ?

I don't think anyone that is s-off is having issues with any of the new kernel's. It's just us with s-on using the htc unlock method that we can't OC. Installing via recovery works with no errors, but still no option to OC as default values only avail..

Cheers
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 17
    Hi Guys,

    Finally i can show you guys my knowledge where i'm realy strong in. C programming:D

    I started this project to gain a good and stable kernel thats is support many roms. I'll hope some other devs want to join me in on this project to create together one good kernel instead of many splintered releases of the kernel. (At the end we only need 1 kernel right?)

    Main project goals:
    • 2.3.5 compatible (Sound problem etc)
    • MIUI and AOSP/CyanogenMod compatible
    • Tweaked to the bone
    • two way call record (2WCR)
    • You name it:)

    What i already done:
    • OC to 1.5ghz
    • Fixed codec problem for 2.3.5 Roms
    • Added SmartassV2 governor
    • Snapdragon optimisations

    If you want to help me in this project give em a pm and i hook you up to the proejct page:)

    http://code.google.com/p/crypt0kernel/ commiting the init code takes longer then i expected...

    Flash method for S-On users:
    Follow this how-to:http://xdaforums.com/show...59&postcount=2
    And use this to copy the libs:
    1. unpack downloaded ZIP file (for example to d:/temp)
    2. connect device with computer with Android SDK tools (adb, fastboot)
    3. reboot to bootloader
    adb reboot bootloader
    4. flash new kernel
    fastboot flash zimage d:/temp/zImage
    5. restart device
    fastboot reboot
    6. push new wifi module
    adb push *.ko /data/local/
    adb shell
    su
    mount -o rw,remount /dev/block/mmcblk0p22 /system
    busybox cp /data/local/*.ko /system/lib/modules/

    Ps. Zip files are CWM zip files so can be flashed by ClockwordMod
    4
    Hi guys I have been struggling to flash any kernel since they came out.
    I have 1.49.0012 and S-ON

    I have just successfully flashed the this kernel and everything seems to be working great.

    Do the first step only if your having problems with the second step
    First - need to flash boot image - follow instructions below:
    1. Download Kamma's Kernel - http://xdaforums.com/attachment.php?attachmentid=755568&d=1319125909.

    2. Extract the boot.img from the tmp folder in the zip file and copy it to your adb folder.

    3. Boot your phone into fastboot manually then connect your phone to your pc.

    4. Open command promt and cd to your adb folder

    5. Then type <fastboot flash boot boot.img> - hopefully it flashes.

    6. Then type <fastboot reboot> then go to settings - about phone - software information - more - and the kernel version should be different.

    Second flash the kernal - follow instructins below.
    1. Download this recovery image http://download.clockworkmod.com/recoveries/recovery-clockwork-5.0.2.0-shooteru.img and put in your adb folder.

    2. Connect your phone to your pc on charge only mode.

    3. Open command promt and cd to your adb folder.

    4. then type <fastboot boot recovery-clockwork-5.0.2.0-shooteru.img> it will say <waiting for device>.

    5. Boot your phone into fastboot manually.

    6. Once booted into fastboot command promt will load the recovery-clockwork-5.0.2.0-shooteru.img and take you to the recovery screen.

    7. From here install the Crypt0kernel.zip it should not give any errors - hopefully....

    8. The reboot and then go to settings - about phone - software information - more - and the kernel version should say Crypt0kernel in the first line for here you should be able to overclock the device - I use CPU Master

    If your having problems after doing the second step then do all the steps again from the first step
    1
    I dont see the problem why not. Try it and make sure you do a backup before flashing.

    hey man
    would you pleased post this link:http://xdaforums.com/showpost.php?p=18416359&postcount=2

    to the first post incase S-on user like me need the alternative way to flash?

    and this link for wifi issue
    from: http://xdaforums.com/showthread.php?t=1311812

    How to install
    1. unpack downloaded ZIP file (for example to d:/temp)
    2. connect device with computer with Android SDK tools (adb, fastboot)
    3. reboot to bootloader
    adb reboot bootloader
    4. flash new kernel
    fastboot flash zimage d:/temp/zImage
    5. restart device
    fastboot reboot
    6. push new wifi module
    adb push *.ko /data/local/
    adb shell
    su
    mount -o rw,remount /dev/block/mmcblk0p22 /system
    busybox cp /data/local/*.ko /system/lib/modules/
    1
    I get 'page not found' clicking on this link-- http://xdaforums.com/show...59&postcount=2 from the OP


    Cheers for your work.

    http://xdaforums.com/showthread.php?t=1311812
    he miss copy the link in my reply:) try this
    1
    Hi Crypt0,

    have you thought about implementing the overclocking daemon from Virtuous? Third post from this thread gives info:http://xdaforums.com/showthread.php?t=1202422
    It should be no problem as it is open source, coded in C.

    Its on my ToDo list:)