[KERNEL][2.6.27]Midnight's kernel and Midnight's Bundle

Search This thread

reza3310

Senior Member
Aug 17, 2010
103
5
I just copied all bundle.zip's content to my SDcard....just installed the build,but when It done and i try to run android I got some error about CSV files,The error said copy CSV files to root,I done It,but I got some serious errors now!!!
what should I do,fresh install or wiping or sth??
PS:is there any better and simpler way than inserting sd card to a cart reader and delete partitions,creating new ones and ....???
 

wallaceff

Senior Member
Aug 10, 2006
260
43
Did you copy the unzipped csv files posted earlier to the root of the sd card? I assume you have partitioned everything properly to ext3
 

reza3310

Senior Member
Aug 17, 2010
103
5
yup man!
and one more question,I should select install zip file from SDcard or install?
coz update.zip makes me doubt....
ps:after install or update zip file I got errors about sd card.it appears after compelete notify....
 
Last edited:

reza3310

Senior Member
Aug 17, 2010
103
5
I don't know how should I install it,any helps? :(
somebody tell me what should I from beginning to install....
 

silver2004

Senior Member
Feb 10, 2017
105
18
Does anyone have the kernel and can upload it? It would be great, the file is nowhere to be found, the link is dead :(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 7
    Hi all!
    After being for a long time a neopeek.com thread only,i've choosen to post the kernel here too..

    Please note that i'm using codesourcery's toolchain 9-2010
    If the kernel fails at booting
    Please check this startup and this haret
    Please change
    Code:
    set INITRD_OFFSET 0xSOMETHING
    to
    Code:
    set INITRD_OFFSET 0xA00000
    in startup.txt
    If you don't have the line in startup,add it,it must be anywhere before "boot"

    DOWNLOADS

    CREDITS
    Alex[sp3dev] for the gpu overclock,for the charger and for many X1 fixes..
    Blackra1n for help with the overclocking part
    Xdandroid team for the kernel source
    Caliban2 for testing everything I uploaded
    Everyone who has helped me improving this kernel with reviews and tips
    Everyone who has bundled this kernel in the builds

    SOURCES

    CHANGELOG

    • V12
      • 642200 MHz now runs with 200 Mhz AXI and AHB clocks
      • Fixed a small issue with AXI and AHB clocks,them weren't set properly
      • PLL clock is now mantained after panel blank-unblank
    • V11
      • Added some scaling steps,642200 MHz and 100800 MHz
      • Last frequence(642200) runs off PLL3,making a small speed bost
      • AXI and AHB are clocked at 160 MHz for PLL3,when making it higher the phone became unresponsive and slow
      • Default governor is On demand if you don't use my new rootfs
      • Kernel uses now 642200 as default max frequency
      • CIFS is back
      • V(R) is now default I/O scheduler,however you can always go back to No-op
      • Worked a bit on Kovksy battery meter,should be a bit more responsive now
    • V10
      • EXPERIMENTAL,Topaz should boot now
      • Kovsky battery fix,now is being more precise
      • Reverted to the old way to handle clock,doesn't bring more performance,could make the battery last a bit more
    • V9
      • EXPERIMENTAL,EXT4 support
      • Kovsky battery fix,now is being read properly
      • CIFS is being built as a module
      • No-Op I/O scheduler
      • Small but useful change in the way cpu handles clock
    • V8
      • Partially fixed kovsky battery meter
        Now battery discharges and charges,is just bad calibrated

    DISCLAIMER:

    If your phone(or SD-CARD) burns,explodes,or does unexpected things when using my kernel i take no responsability.

    BUG LIST
    • Camera not working on X1,that's a common issue,pheraps it's time to backport from alex's .35
    • Class 6 and above sd-cards don't work well on blackstone
    3
    Little delay,sorry
    Here's a newer kernel
    http://dl.dropbox.com/u/27345952/2.6.27/2.6.27.46_EXT3-01372-g9845cd6.7z
    Changelog:
    V(R) I/O scheduler,performance may vary,but often goes smooth,if you don't like it,you can always switch to No-Op
    Governor is Performance now.
    Worked on the battery code.
    Small changes here and there
    3
    A new kernel will come tomorrow,changed I/O scheduler to V(R),don't ask me where I've found it,but it does a good job..
    2
    Bundle

    Since ext3 is bringing good results and since everyone is saying good things about it
    I've decided to make it more noob friendly.

    DOWNLOADS

    INSTRUCTIONS:
    Please read carefully README.txt
    If you can't extract it,please download latest 7zip..

    NOTES FOR DEVELOPERS/CHEFS:
    You need to update /META-INF/com/google/android/updater-script to make the build working with ext3
    Change all the format and mount lines to ext3 instead of ext2.

    Example
    Code:
    format("ext2", "EMMC", "/dev/block/mmcblk0p2");
    has to be
    Code:
    format("ext3", "EMMC", "/dev/block/mmcblk0p2");

    CHANGELOG:
    • V9
      • ROOTFS: Rel_path fixed
      • ROOTFS: Removed some hardcoded /sdcard/npkboot,now system can run from any folder
      • ROOTFS: Added some checks for the existance of CSV files in root of the SD-Card
      • ROOTFS: Boot will now fail if no CSV are found to avoid missing audio
      • ROOTFS: Updated Gingerbread's init.rc
      • KERNEL: New Acoustic code,improves audio in all the system,allows more tweaks to be performed by editing manually CSV files
      • KERNEL: Fixed static sound with data enabled
      • KERNEL: Brought back wlan.ko
      • KERNEL: Kexec working
      • BUILD : New GBX0B build included
      • BUILD : This build contains the new acoustic code
      • BUILD : Completely based on latest Gingerbread release by XDANDROID team,with some small tweaks for speed and working with CWM
    • V8
      • KERNEL:642200 MHz now runs with 200 Mhz AXI and AHB clocks
      • KERNEL:Fixed a small issue with AXI and AHB clocks,them weren't set properly
      • KERNEL:pLL clock is now mantained after panel blank-unblank
      • ROOTFS:New RIL and new Lights.ko for froyo
      • ROOTFS:Updated init.rc's
    • V7
      • KERNEL:Added some scaling steps,642200 MHz and 100800 MHz
      • KERNEL:Last frequence(642200) runs off PLL3,making a small speed bost
      • KERNEL:AXI and AHB are clocked at 160 MHz for PLL3,when making it higher the phone became unresponsive and slow
      • KERNEL:Kernel uses now 642200 as default max frequency
      • KERNEL:CIFS is back
      • KERNEL:V(R) is now default I/O scheduler,however you can always go back to No-op
      • KERNEL:Worked a bit on Kovsky battery meter,should be a bit more responsive now
      • ROOTFS:"Performance" is now the default governor
      • ROOTFS:Fixed init.d support
    • V6
      • KERNEL:Reverted the screen on/off frequencies
      • KERNEL:Kovsky battery should be more precise
      • ROOTFS:init.d support
    • V5
      • KERNEL:Kovsky battery working
      • KERNEL:EXT4 is back
      • KERNEL:No-Op is the I/O scheduler now
      • ROOTFS:XDANDROID partition layout can be used now
        Read readme please
    • V4
      • KERNEL:Some small clocks changes
      • ROOTFS:Things that needs an explanation,please read readme
    • V3
      • KERNEL:Reverted some changes to Epson panel (Kovsky,Blackstone and RAPH800)
      • KERNEL:Added JB's audio stuttering fix/hack for Diamond and Blackstone
    • V2
      • KERNEL:Reverted turbo to 960 MHz
      • ROOTFS:Enabled fail,this is going to stop boot process when no partitions are made.
      • ROOTFS:Readahead back to 1024
    • V1
      • Initial Release
    Sources:


    CREDITS TO:
    • Neopeek for Neofroyo and CWM
    • Xdandroid team for the kernel,rootfs source and inird
    • Turbolapin/lapin for the inird repacking trick,really really thank you!
    2
    I don't know if this helps, but:

    The sound is active when data connection (EDGE/GPRS) is used. It stops right after a phone call and the speaker is off for a while. But it starts again after a while, maybe 2-3 minutes and the speaker is on again.

    I don't know if this is kernel related, but i can't recieve mms messages. The truth is, that I didn't test this with other kernels cause I don't usually use MMS.

    I've also tried V9 ... the hizzing sound is less frequent but it's always on when I'm using internet mobile as mentioned before ... V9 is very fast and stable. with an EXT3 rom it was working amazing ... I think it uses a bit more battery than the Turbo kernel but with the option to charge from Android itself ... I don't mind that as I mostly carry a charger around if I'm going out for long ...

    also, there's a second of black screen after you press the power button ... the hizzing sounds stops once the screen is off ...

    The other only problem I see so far the battery meter but u are already working on that in V10 ... Thanks so much for the great efforts :)

    Hey dear friend,tnx for ur reports....
    But I hear hizzing when I'm not using internet too!! :confused:
    I have pressed the power button several time to sleep and wake up my device to check the hizzing....no changes!
    I say tnx dear Midnight again:)
    super fast and stable.....But the battery drains so fast for me,maybe 5 6 hours(in less uses than normal use)
    speaker hizzing,and still I have to turn speaker on for incoming call to hear my friend voice[I don't know how this issue is solved for somebodies]
    I don't have data connection,so i can't test this..
    I can't see why this bug is present..
    about battery drain,uhm..,trying to fix it..