[Kernel]Froyo/AOSP[2.6.32.27](ver2.0.0)MaxOC~1.84GHz,SmartAss/UV/BFS/SLQB/BFQ[Jun-19] - myTouch 4G Android Development

NOTICE: I am changing the title of my kernel thread to be clearer. ALL FROYO AOSP ROMS:
Froyo MIUI (Evil D and Gr8Gorilla Ports),
Liquid Metal Ports,
CM6,
G2 and any other Froyo AOSP ROM series​
All Froyo Sense ROMs should use my Froyo Sense Kernel
All Gingerbread ROMs should use my Gingerbread Kernel
Hi XDA members and fellow MT4G users:
This is my THIRD kernel hack. I want to thank Grankin, Gr8Gorilla, Erasmux, dumfuq, Cyanogen, Zinx, Snq, Pershoot and several others I cannot recall for inspiring me to venture into this unfamiliar territory for me.
What is a Kernel? The Kernel is the Foundation in which everything else builds upon in any software system.
[Car Analogy]: Kernel is like the Engine, Electrical system and the Transmission to a car. The Library, Framework and the Apps [AKA ROM] are the body frame and the rest of the Car.
​
Updated Note: Newest ClockworkMod Recovery VERSION 3.0.0.6+ IS COMPATIBLE with this Kernel.
(NOTE: My Froyo kernel DOES NOT format EXT 4 file system directly -- Orange Color Text -- ClockworkMod Recovery 2.5.1.4 or 3.0.0.5, so if your existing kernel is using using EXT 4 file system, you need to restore back to ClockworkMod Version 2.5.1.2 -- Green Color Text --, then WIPE EVERYTHING include Cache, System and Data)
My goal for this Sense Based Kernel is to provide maximum Sense ROM compatibility, and only apply updates/patches/enhancements once I understand how they work and their cost/benefit to the kernel as a whole...
Please DO NOT use any task killers, they DO NOT improve performance nor battery life. They INTERFERE with your phone's stability (more crashes) and App compatibilities (Forced Close).
My kernel is based on the HTC source code directly from developer.htc.com.
MinMax Governor (Battery Saver)
This governor will try to minimize the frequency jumps/changes which cause voltage spikes/changes which supposedly drains more battery life... Supposedly designed to work with SetCPU... so give it a whirl...
SmartAss Governor (Balanced)
This governor has a built-in "profile" similar to SetCPU, so screen off will use lower clock rate thus conserve more battery, but it also has a fast wake up feature so that user interaction will not see the lag when switching from Sleep to Wake state.... (So SetCPU Profiles are sorta redundant when using this governor, you can still use SetCPU to OC to higher than default Clock frequency).
Interactive Governor (Performance)
This governor is designed to put more priority to User Interface (UI aka Apps) tasks, therefore appears more responsive then the traditional OnDemand governor. So if you want the smoothest UI interaction, this governor is for you...
Brain F*ck Scheduler - (BFS)
This scheduler is designed to be simple and speedy tailor specifically for user interface type systems such as desktop/smart phone devices where user interaction is MORE important than serving 1 million web requests at the same time (think of nimble desktop workstations vs large corporate servers). CM7 main line is using this as its default scheduler, now I bring you the same performance as CM7 with compatibility to Sense Series ROMs.
SLQB - (SLAB allocator with Queue)
This memory allocator is designed for small number of CPUs system (such as desktop or smart phone devices). This allocator is design to be simple and it is optimized for using order-0 pages as much as possible (order-0 pages are the simplest therefore quickest type of memory in a Linux system to allocate). Not all kernels are using SLQB including CM7 main line...
Fair Budget Queue (BFQ I/O scheduler)
This I/O scheduler is an improvement on top of Completely Fair Queue (CFQ). CFQ is fair in terms of time but not in terms of throughput / bandwidth, so BFQ make sure that both time and throughput / bandwidth are balanced across all requests.
Installation Instructions:
Here's a step by step instruction to install this kernel to work with Froyo based ROMs:
[ Aurum Edition ]
[ CFS-Smartass ]
The File ==> Version 2.0.0 CFS Low Voltage <==
The File ==> Version 2.0.0 CFS Stock Voltage <==
[ BFS-Interactive ]
The File ==> Version 2.0.0 BFS Low Voltage <==
The File ==> Version 2.0.0 BFS Stock Voltage <==
[NOTE]: If your WiFi driver is working but somehow are are UNABLE to connect, you need to apply the following Patch:
Patch 1: WPA_Supplicant
Post your problem IN DETAIL:
A [good example] of error reporting... (from vinsane)
Here's a template to use if you don't know how to report your issue
1. download the above file (via phone directly or to a PC)
2. copy the downloaded zip file to /sdcard/download/
3. Open ROM Manager and select "Reboot into Recovery" and select "OK"
4. Once in recovery, select "wipe cache partition", select "Yes", then select "advanced", then select "Wipe Dalvik Cache", then select "Yes" again. Once finished, click the back button to go back to the main recovery menu. On that menu, select "Install Zip From SDCad", then select "Choose zip from SDCard", then go to /sdcard/download and select the downloaded zip file and let it run its script.
5. Once the script is done, select "reboot system now"
After FLASHING, the first reboot may take longer than usual, please be patient (rebuilding cache structures)... After the first reboot, it may lag during initial load (let everything finish loading). Once everything is loaded and phone is ready for use, reboot the phone a 2nd time and the lag will be gone and everything should be silky smooth...[more detail]
NEWS BULLETIN:
Version 2.0.0 is OUT! Completely rebuilt from scratch from CM source code. Added many technologies back, added LOTS and LOTS of optimization.
BFS is BAAAACK...
Geek Talk Below:
Froyo AOSP kernels were sufficiently different from the HTC Sense Kernels, so I have no choice but to create another kernel for Froyo AOSP ROMs such as Liquid Metal, MIUI, CM6, G2 or any ROM series with AOSP roots...
BUGS:
None so far...
TO DO:
Don't know yet...
History:
Version 1.0.0 (Deprecated)
Split from Froyo Sense Kernel, based on CM7 GB kernel back ported to Froyo
Version 1.5.0 (Deprecated)
Added Native CIFS+UTF-8 support (no need more cifs.ko and utf-8.ko)
Added Native VPN support
Added Native gan-eth support (WiFi Calling)
Added FUSE FS (file system in user space, same as CM7)
Updated core Linux Kernel version from 2.6.32.33 to 2.6.32.36
Fixed WiFi compile option (should fix WiFi issues)
Updated Battery Driver from HTC Thunderbolt kernel
Updated LED Driver from HTC Thunderbolt kernel
Updated Power Driver from HTC Thunderbolt kernel
Updated SPI Master Driver from HTC Thunderbolt kernel
Updated MMC/SD Driver from HTC Thunderbolt kernel
Updated USB Dock Driver from HTC Thunderbolt kernel
Version 1.5.6 (deprecated)
Revert back to original CM6 WiFi driver
Revert back to original CM6 USB RNDIS driver
Updated CPU Freq Table 536MHz -> 576MHz from using PLL_2 to PLL_3
Update SmartAss Governor to use new 576MHz as max wake up frequency
Version 1.5.7 (deprecated)
BFS scheduler is back!
Compiled with newer toolchain from 4.4.0 to 4.4.3 [more optimization = better performance]
Version 1.6.0 (deprecated)
Patched to latest stable kernel version 2.6.32.41
Patched Youtube video while screen off crash bug
Version 1.7.0 (deprecated)
Revert to old Video Codec
Version 2.0.0 (Current)
Rebuilt FROM SCRATCH based on CM source code
Added BFS
Tweaked SmartAss
SLAB, BFQ default
Fixed YOUTUBE/Video issues FOR GOOD
Compiler, Video, Process and many other optimization added
Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this kernel!!!
Follow me on Twiiter :
My Github Complying with GPL
If you find this Kernel useful, feel free to hit the [Thanks] button below

Reserved 1 for sure...

Reserved 2 Just in Case

Hurry up and get those links up!! So ready to try this!
Sent from my HTC Glacier using XDA App

Fabulous
Finally we get the ultra one~~Hoping the link would come soon!!!
Testing~~great~~
Edit: would the wifi issue be solved??Trying terminal ~~~

super hype for this cm6 rules!!!
Faux is my hero
edit: first to download yay

Anyone having wifi issues?? I was able to connect using .9.1, flashed this and now it won't even find it. I'm running the latest miui and have wiped cache and dalvik, fixed permissions, did it all over again, reflashed, and still nothing. Checked my router and internet connection on my laptop and its all good there. Not sure, kind of stumped.
Sent from my HTC Glacier using XDA App

Awesome! Thank you so much Faux! You da man!

Amac1222 said:
Anyone having wifi issues?? I was able to connect using .9.1, flashed this and now it won't even find it. I'm running the latest miui and have wiped cache and dalvik, fixed permissions, did it all over again, reflashed, and still nothing. Checked my router and internet connection on my laptop and its all good there. Not sure, kind of stumped.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
It's missing a file WPA_Supplicant from the framework... ugh.. tell Option94 to put that file in

Lol in the meantime what is my short term option?? (haha I made a funny ) go back to .9.1 or what??
Sent from my HTC Glacier using XDA App

faux123 said:
It's missing a file WPA_Supplicant from the framework... ugh.. tell Option94 to put that file in
Click to expand...
Click to collapse
Or can you pm me the file/post it on here and if there is a way I can move wpa_supplicant to the right spot???
Sent from my HTC Glacier using XDA App

Same~
Amac1222 said:
Anyone having wifi issues?? I was able to connect using .9.1, flashed this and now it won't even find it. I'm running the latest miui and have wiped cache and dalvik, fixed permissions, did it all over again, reflashed, and still nothing. Checked my router and internet connection on my laptop and its all good there. Not sure, kind of stumped.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Same as yours ~

hunteryezd said:
Same as yours ~
Click to expand...
Click to collapse
Option has already taken note of this and will be added to New update of miui to be released either today or early tomorrow

Amac1222 said:
Anyone having wifi issues?? I was able to connect using .9.1, flashed this and now it won't even find it. I'm running the latest miui and have wiped cache and dalvik, fixed permissions, did it all over again, reflashed, and still nothing. Checked my router and internet connection on my laptop and its all good there. Not sure, kind of stumped.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Option has already taken note of this and will be added to New update of miui to be released either today or early tomorrow

Thanks I just saw that over on the miui thread.. Hard to keep up on the app lol
Sent from my HTC Glacier using XDA App

Grab the file here for those of you who can't wait...
COPY the file to /system/bin and OVERWRITE the existing file, then use terminal emulator and do
Code:
su
cd /system/bin
chmod 755 wpa*
chown 0.2000 wpa*
VOILA! Instant WiFi access. I tested WiFi calling on this baby and it WORKS too!!!!

faux123 said:
Grab the file here for those of you who can't wait...
COPY the file to /system/bin and OVERWRITE the existing file, then use terminal emulator and do
Code:
su
cd /system/bin
chmod 755 wpa*
chown 0.2000 wpa*
VOILA! Instant WiFi access. I tested WiFi calling on this baby and it WORKS too!!!!
Click to expand...
Click to collapse
Sweeeettt!! You guys are the ****!!
Edit: worked like a charm, thanks man!
Sent from my HTC Glacier using XDA App

Amac1222 said:
Sweeeettt!! You guys are the ****!!
Edit: worked like a charm, thanks man!
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Does not work on RoyalThunder ROM. Tries to connect and then disconnects. scans, tries, disconnects...

Amac1222 said:
Sweeeettt!! You guys are the ****!!
Edit: worked like a charm, thanks man!
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
What I got is
su
#cd /system/wpa*
cd: can't cd to /system/wpa*
#chmod 755 wpa*
chmod: wpa*: No such file or directory
#chown 0.2000 wpa*
chown: wap*: No such file or directory
???????????????????

hunteryezd said:
What I got is
su
#cd /system/wpa*
cd: can't cd to /system/wpa*
#chmod 755 wpa*
chmod: wpa*: No such file or directory
#chown 0.2000 wpa*
chown: wap*: No such file or directory
???????????????????
Click to expand...
Click to collapse
It's system/bin not system/wpa*
Sent from my HTC Glacier using Tapatalk

Related

Stock O/C Kernel 1.7Ghz and CM/MIUI/GB O/C Kernel 1.8Ghz UPDATED 01/09 - Grankin01

First is an O/C kernel that I built from the HTC source. This kernel is stable and with the right profiles setup in setCPU has given me very good battery life. I'm giving coolbho3000 credit here as his post in the G2 forums is what helped me to do this. I am also acknowledging gr8gorilla who helped me several times through this process. Second is a kernel built from the latest CM kernel zource from zinx. It has proven to be very stable (after tweaking the voltages).
Now for the boring part ... If you choose to flash this you do it at your own risk. I am in no way, shape, or form responsible if you flash this and your phone turns into a paperweight. Once again, flash this at your own risk.
There, now that that is out of the way we can get on to the good stuff.
Make sure you choose the right kernel. The stock kernel will break your CM install if you flash it.
Kernels for Stock and Stock based roms
Kernel 2.6.32.21grankin010OC0v0.05
http://t1mgmaps.com/file.php?id=24
Md5Sum: 72c3430177eeefc6ff4b2c658efa0949
Features:
adb root enabled by default
system set r/w at boot (no need to remount)
voltages tweaked
cacheflush hack from zodttd integrated
noatime for better FS performance
Kernel 2.6.32.21grankin01-OC-v0.04
http://t1mgmaps.com/file.php?id=20
Md5Sum: a8668bdb2c1c7ca6ef0d9fbdafbe6969
Features(+v0.03):
Same features as v03 but with different voltages
Kernel 2.6.32.21grankin-OC-v0.03
http://t1mgmaps.com/file.php?id=19
Md5Sum: a82111399a9a4d570def14dce563a073
Features(+v0.01):
Voltages tweaked - Hopefully this one is more stable for you guys.
Kernel 2.6.32.21grankin01-OC-v0.02
http://www.mediafire.com/?o216o3b6jea13f9
Md5Sum: 2fdcde29532339743f0c41daae32db7f
Features(+v0.01):
O/C'd to 1.8Ghz with several intermediate clock speeds
Voltages for 1.7Ghz have been turned up a little bit to address stability concerns
Kernel 2.6.32.21grankin01-OC-v0.01
http://www.mediafire.com/?bqbdgb38m15n789
Md5Sum: af73907d0f9d8fbc1b5dcc41ea6b9552
Features:
Ext4 support (if you want to play with it)
O/C'd to 1.7Ghz with several intermediate clock speeds
ADB has root privileges automatically
System is set R/W on boot (no need to mount anymore)
HTC Perflock is disabled (pre-requisite for over-clocking)
CPU Governors:
Performance
Conservative
OnDemand
UserSpace
PowerSave
Kernels for CyanogenMod and MIUI
Do not use these with CM7-GB. They will not boot properly.
Kernel_grankin01-CM-OC-v0.10
http://t1mgmaps.com/file.php?id=26
Md5Sum: 6c4f5b18ca5509cc83cf5eac0667b3e0
Features:
Same as v09 but video works
Kernel_grankin01-CM-OC-v0.09
http://t1mgmaps.com/file.php?id=25
Md5Sum: 63bcc734bf33cb30eb0dd335f807bf10
Features(+v0.08):
Wifi is fixed in this release
Kernel 2.6.32.27grankin01-CM-OC-v0.08
http://www.mediafire.com/?4hs3ix1b8rdmz36
Md5Sum: 7822eb4dcf547d712c455c72c83d4118
Features:
Noatime for better FS performance
Cacheflush hack by zodttd is integrated
Voltages have been tweaked (again )
Inludes all the standard features also
Kernel 2.6.32.27grankin01-CM-OC-v0.07
http://t1mgmaps.com/file.php?id=18
Md5Sum: 9273d9405e6bdb76f754c96916e36262
Features(+0.06):
System Permanent R/W Fix (edited code in v06 and left that out ... oops)
Video is fixed
Voltages changed (hopefully for better battery life)
Kernel 2.6.32.27grankin01-CM-OC-v0.06
http://t1mgmaps.com/file.php?id=17
Md5Sum: 55f04250126b6763db2f180b2829e4ac
Features(+0.05):
Newest Bluetooth fixes
Newest Video fixes - broken/missing code
System Permanent R/W - Broken (edited code and left that out ... oops)
Kernel 2.6.32.27grankin01-CM-OC-v0.05
http://t1mgmaps.com/file.php?id=16
Md5Sum: 026e5717311fa42da073ac8a9fc442d5
Features(+0.03):
Bluetooth fix
Charge issue fix
Kernel 2.6.32.27grankin01-CM-OC-v0.03
http://www.mediafire.com/?3g6yv8g9ypsu953
Md5Sum: 0424f5565387f86818c1e67ff636443e
Features(+v0.02):
New version of kernel includes fix for video
Kernel 2.6.32.27grankin01-CM-OC-v0.02
http://www.mediafire.com/?jsux5wtj7mgcvzo
Md5Sum: 8c243df7f53143a6a3be5292073f052b
Features:
Ext4 support (if you want to play with it)
O/C'd to 1.8Ghz with several intermediate clock speeds
ADB has root privileges automatically
System is set R/W on boot (no need to mount anymore)FIXED
HTC Perflock is disabled (pre-requisite for over-clocking)
CPU Governors:
Performance
Conservative
OnDemand
UserSpace
PowerSave
Interactive
CM7-Gingerbread Kernels
Do not use these with CM6-Froyo! They have different ramdisks and wifi options built in.
These kernels have no issue with video. If you are having trouble with youtube and such update your GB rom to one of the newest. There was a memory leak in the source for the rom itself that zinx has fixed. Thirty to Forty-Five minutes of straight youtube action and I had no problem at all.
Kernel_2.6.32.27grankin01-CM-GB-OC-v0.09
http://t1mgmaps.com/file.php?id=29
Md5Sum: 7565340ac31ff7560d45ab42e043acc0
Features(+v0.08):
Changed voltages a tad
I get great battery life with light to moderate usage on this kernel
Kernel 2.6.32.27grankin01-CM-OC-v0.08-GB
http://t1mgmaps.com/file.php?id=22
Md5Sum: b7b5fde8db99a01d827c3b7fc81a387e
Features:
Noatime for better FS performance
Cacheflush hack by zodttd is integrated
Ext4 support (if you want to play with it)
O/C'd to 1.8Ghz with several intermediate clock speeds
ADB has root privileges automatically
System is set R/W on boot (no need to mount anymore)
HTC Perflock is disabled (pre-requisite for over-clocking)
CPU Governors:
Performance
Conservative
OnDemand
UserSpace
PowerSave
Interactive
I have packaged this into an update.zip format that you can flash through your custom recovery. Simply choose to install a zip from the sdcard and pick the update package to install it. It will install the wifi driver at the same time so you don't need to worry about that. Everything works with this kernel so far for me if you have any problems please post them and I'll see what I can do to fix them.
Remember that you hardware is not the same as your neighbor's so while he may be able to max the settings out and run stable your device may need to be set to a lower clock speed to run stable.
Source code for both kernels has been added to github. If you want to play around with them download source from here: https://github.com/grankin01
Happy Modding/Devving!
wow, thank you sir
I was just about to start testing kernels with Zinx's CM6 anyway. Looks like yours is first.
hmmm... could not run update.zip through clockworkmod. I was looking to extract the files and push them manually, however, I don't see a zImage file to push.
No luck with the miui rom. Cant get past the splash screen.
Sent from my HTC Glacier using XDA App
monnietron said:
No luck with the miui rom. Cant get past the splash screen.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Yeah, its based off of CM. I'm working on one built fromthe CM source right now.
Christopher3712 said:
I was just about to start testing kernels with Zinx's CM6 anyway. Looks like yours is first.
hmmm... could not run update.zip through clockworkmod. I was looking to extract the files and push them manually, however, I don't see a zImage file to push.
Click to expand...
Click to collapse
There isn't a zimage. I wrapped it all up in its own boot.img and then packaged it in the update.zip with the wifi module.
Does this break the nightly CM ROM? I know gorilla's kernel does.
I appreciate your work!
TmobileDash12 said:
Does this break the nightly CM ROM? I know gorilla's kernel does.
I appreciate your work!
Click to expand...
Click to collapse
Yes, it breaks it horribly. I'm working on it now.
grankin01 said:
Here is an O/C kernel that I built from the HTC source. This kernel is stable and with the right profiles setup in setCPU has given me very good battery life. I'm giving coolbho3000 credit here as his post in the G2 forums is what helped me to do this. I am also acknowledging gr8gorilla who helped me several times through this process.
Click to expand...
Click to collapse
Thanks for this grankin01. Great work to you and the others involved.
So no miui or cm6 on this kernel correct I just dont wanna break anything.
Sent from my icey cold glacier 4g freezing every phone in its path.
jriv said:
So no miui or cm6 on this kernel correct I just dont wanna break anything.
Sent from my icey cold glacier 4g freezing every phone in its path.
Click to expand...
Click to collapse
Not yet. It will work with the rom that you have installed right now though.
hey guys. im a noob to android. every other phone i have had has been winmo. i wanted to try this oc kernel because it seems easier to install than the gorilla one. however i ran into a problem when installing. i have a stock rom 2.2.1, perm rooted s=off, using clockwork recovery. i backed up my rom and flashed via rom manager. it then began to send me into a boot loop never getting past the first screen. just kept turning off and rebooting. soooooo i rebooted directly into clockwork and tried to do it from there and the same thing happened. so i restored my recovery and now everything is back to normal. can anyone point me in the right direction? i did notice that in clockwork it gave me two options to flash the kernel or to flash an update from the sd card. should i have flashed the update zip instead of the kernel or flash both.. sorry im a partial noob. i know how to use adb a lil and the emulator, this is the first thing i flashed on my phone and nearly had a heart attack from thinking i was bricked! any help is appreciated
Do you already have setCPU installed? Not everyone's phone will be able to reach the maximum speed without bootlooping or locking up. Just the nature of the beast. Try setting your speed down in setCPU (if you already have it installed) and turn set at boot off and then flashing and rebooting. Then you can test the speeds one by one to know what is working for you.
Edit: New kernel for CM and MIUI is nearly ready. 1.8Ghz with over 3200 on quadrant!!!
grankin01 said:
Not yet. It will work with the rom that you have installed right now though.
Click to expand...
Click to collapse
Oh I'm running miui now just haven't changed my sig lol
Sent from my icey cold glacier 4g freezing every phone in its path.
Can't wait for your kernel for CM! I wanna see my phone unleash its true power! Lol thanks dude.
Sent from my HTC Glacier using XDA App
grankin01 said:
Do you already have setCPU installed? Not everyone's phone will be able to reach the maximum speed without bootlooping or locking up. Just the nature of the beast. Try setting your speed down in setCPU (if you already have it installed) and turn set at boot off and then flashing and rebooting. Then you can test the speeds one by one to know what is working for you.
Edit: New kernel for CM and MIUI is nearly ready. 1.8Ghz with over 3200 on quadrant!!!
Click to expand...
Click to collapse
thanks.... stupid me... duuhhh.... i have setcpu installed already and it is set at "set on boot".... thanks for the help man... will give it a go and let you know how that works out!
Edit: turning off set on boot in setcpu didnt work. still boot looped. i will try uninstalling setcpu, then flashing, then reinstalling. i dont get it though because my highest on setcpu is the stock 1024.... hmm maybe its the profiles i have set up... either way, gonna give it another go in a few. im gonna get this working today if its the last thing i do. so thankful for backups to restore lol
grankin01 said:
Do you already have setCPU installed? Not everyone's phone will be able to reach the maximum speed without bootlooping or locking up. Just the nature of the beast. Try setting your speed down in setCPU (if you already have it installed) and turn set at boot off and then flashing and rebooting. Then you can test the speeds one by one to know what is working for you.
Edit: New kernel for CM and MIUI is nearly ready. 1.8Ghz with over 3200 on quadrant!!!
Click to expand...
Click to collapse
That's...retarded. I can't wait to see how that handles. lol! Are you incorporating U/V's on the lower frequencies as well?
UV / OC?
Is this a UV / OC kernel? Thanks for the help.
Christopher3712 said:
That's...retarded. I can't wait to see how that handles. lol! Are you incorporating U/V's on the lower frequencies as well?
Click to expand...
Click to collapse
Yes, and O/V's in the higher frequecies for stability. This one was picky.
InvisibleHero said:
Is this a UV / OC kernel? Thanks for the help.
Click to expand...
Click to collapse
Only in the lower frequencies. The higher frequencies weren't stable running lower voltages.
Thanks OP. When you say the lower ranges, at which MHz did you not UV? Just curious. I am thinking of not OC'ing more than 1.4MHz and didnt know if I would get the UV benefit.
*EDIT* Meant GHz

[Kernel]Cm7/AOSP[2.6.32.40](v2.6.6)MaxOC~1.84GHz,Smartass/UV/BFS/BFQ/SLQB[May-26]

THIS KERNEL IS NOW OBSOLETE. CM7 Nightly 90+ and my Nexus 1.2.5+ require TRUE 2.6.35+ Kernel​
All GB Sense ROMs should use my GB Sense Kernel
All Froyo AOSP ROMs should use my Froyo AOSP Kernel
All Froyo Sense ROMs should use my Froyo Sense Kernel[/b]
Hi XDA members and fellow MT4G users:
This is my SECOND kernel hack. I want to thank Gr8Gorilla, Erasmux, dumfuq and several others I cannot recall for inspiring me to venture into this unfamiliar territory for me.
What is a Kernel? The Kernel is the Foundation in which everything else builds upon in any software system.
[Car Analogy]: Kernel is like the Engine, Electrical system and the Transmission to a car. The Library, Framework and the Apps [AKA ROM] are the body frame and the rest of the Car.
​
THIS KERNEL is BASED ON AOSP/CM7 Source Code. So it is COMPATIBLE ONLY WITH AOSP/CM7 Builds.
Please DO NOT use any task killers, they DO NOT improve performance nor battery life. They INTERFERE with your phone's stability (more crashes) and App compatibilities (Forced Close).
MinMax Governor (Battery Saver)
This governor will try to minimize the frequency jumps/changes which cause voltage spikes/changes which supposedly drains more battery life... Supposedly designed to work with SetCPU... so give it a whirl...
SmartAss Governor (Balanced)
This governor has a built-in "profile" similar to SetCPU, so screen off will use lower clock rate thus conserve more battery, but it also has a fast wake up feature so that user interaction will not see the lag when switching from Sleep to Wake state.... (So SetCPU Profiles are sorta redundant when using this governor, you can still use SetCPU to OC to higher than default Clock frequency).
Interactive Governor (Performance)
This governor is designed to put more priority to User Interface (UI aka Apps) tasks, therefore appears more responsive then the traditional OnDemand governor. So if you want the smoothest UI interaction, this governor is for you...
Brain F*ck Scheduler - (BFS)
This scheduler is designed to be simple and speedy tailor specifically for user interface type systems such as desktop/smart phone devices where user interaction is MORE important than serving 1 million web requests (CFS, the default scheduler) at the same time (think of nimble desktop workstations vs large corporate servers).
SLQB - (SLAB allocator with Queue)
This memory allocator is designed for small number of CPUs system (such as desktop or smart phone devices). This allocator is design to be simple and it is optimized for using order-0 pages as much as possible (order-0 pages are the simplest therefore quickest type of memory in a Linux system to allocate). Not all kernels are using SLQB including CM7 main line...
Fair Budget Queue (BFQ I/O scheduler)
This I/O scheduler is an improvement on top of Completely Fair Queue (CFQ). CFQ is fair in terms of time but not in terms of throughput / bandwidth, so BFQ make sure that both time and throughput / bandwidth are balanced across all requests.
Installation Instructions:
Here's a step by step instruction to install this kernel:
Warning Version 2.6.3+ is COMPATIBLE ONLY with Android 2.3.4 ROMs such as latest CM7 nightlies, MIUI, RoyalGinger.
All Android version 2.3.3 ROMs such as older versions of CM7 including RC1, RC2, RC3, CM 7.0.1~7.0.3 should use version 2.5.2!
[ FINAL VERSION ]
[ CFS-Smartass ] (Mainline)
The File ==> CM Kernel 2.6.6 CFS Low Voltage #162 <==
The File ==> CM Kernel 2.6.6 CFS Stock Voltage #163 <==
[ BFS-Interactive ] (Enthusiast Edition)
The File ==> CM Kernel 2.6.6 BFS Low Voltage #164 <==
The File ==> CM Kernel 2.6.6 BFS Stock Voltage #165 <==
Low Voltage - Under Volt the processor, therefore uses Less Battery, but NOT ALL CHIPS can handle Under Volt.. If you experience instability, try the Stock Voltage Version.
Stock Voltage - Uses the voltage values from ORIGINAL HTC Kernel Source.
There are NO PERFORMANCE DIFFERENCE between the 2 versions!
[Optional CFS kernel ONLY]
If this is first time you FLASH my kernel or you just recently FLASHED any ROM,
To use my CFS-Tweaks from version xxx, you must FLASH xxx first, then FLASH the latest version.
1. download the above file (via phone directly or to a PC)
2. copy the downloaded zip file to /sdcard/download/
3. Open ROM Manager and select "Reboot into Recovery" and select "OK"
4. Once in recovery, select "wipe cache partition", select "Yes", then select "advanced", then select "Wipe Dalvik Cache", then select "Yes" again. Once finished, click the back button to go back to the main recovery menu. On that menu, select "Install Zip From SDCad", then select "Choose zip from SDCard", then go to /sdcard/download and select the downloaded zip file and let it run its script.
5. Once the script is done, select "reboot system now"
Note: After FLASHING, the first reboot may take longer than usual, please be patient... After the first reboot, it may lag during initial load (let everything finish loading). Once everything is loaded and phone is ready for use, reboot the phone a 2nd time and the lag will be gone and everything should be silky smooth...
NEWS BULLETIN:
Version 2.6.6 is OUT!!!!
This is most likely the FINAL VERSION for this kernel. CM7 is moving to a real 2.6.35+ kernel from very soon. Once that happens, this 2.6.32 kernel will be made obsolete!!!
Please don't hesitate to talk among yourselves and help each other out... The MT4G/XDA community is what inspired me to hack kernels for everyone since everyone here is nice and helpful to each other... Keep helping each other.... Famous proverb: It's better to give than to receive...
BUGS:
[ Android 2.3.4 ROM ]
If you experienced WiFi issue, it means the bcm4329.ko modules was NOT installed properly.
Extract the bcm4329.ko from the same zip file, then
[ with ADB ]
adb push bcm4329.ko /system/lib/modules
[ with Root Exploror ]
1. touch Mount R/W
2. copy bcm4329.ko to /system/lib/modules
3. long press on the bcm4329.ko and select Permissions then check read, write for owner, read for group and read for others, click ok
4. long press again on the bcm4329.ko and select Change Owner, then pick 0-root for owner and pick 0-root for group, click ok
I will investigate to see if I can fix the updater script so this would be done automatically with 2.3.4 ROMs
Not All CHIPS ARE CREATED EQUAL
[NOT REALLY A BUG, when OC'ed, everything is questionable]
Interactive and OnDemand Governors will freeze the phone when the delta / difference between the Max and Min frequency is too large..
Ie, Max 1843MHz~Min 245MHz -- will lock up, but Max 1840MHz and Min 1000MHz will NOT...
TO DO:
version 2.x.x -- Haven't thought about it yet...
History:
See Post below...
Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this kernel!!!
My Github Complying with GPL
Follow me on
:
If you find this Kernel useful, feel free to hit the [Thanks] button below
Version History
History:
Version 1.0: (deprecated)
Baseline from CM7 kernel source code
Added OC all the way to 1.8 GHz (drawing Max VDD @ 1400)
Added SmartAss, MinMax Governors
Applied Cache clear routine from HTC Incredible line (better emulator performance)
Under volt (battery savings) frequencies below 902400 Hz (up to -100 mVolts)
Added more intermediate Overclock frequencies (all the way to 1.84 GHz for you brave souls )
Increased Bluetooth Volume Gains and Handset Volume Gains
Added BFS and SLQB technology (see above)
Tweaked SmartAss governor slightly
Made built-in BFQ I/O scheduler as default I/O scheduler (see above)
Version 1.1.0: (deprecated)
Adjusted SmartAss to use the same adjustments as my Sense Kernel (This will further help prolonging battery life)
Updated CM7 CPU freq table to be the same as my Sense Kernel (added 1 more low CPU frequency @ 537600 KHz, to help battery life)
Version 1.2.0: (deprecated)
Adjusted SmartAss to use the same adjustments as my Sense Kernel (reduced Sampling time to 33ms for super smooth response)
Version 1.3.0: (deprecated)
Added my Sense Interactive and OnDemand Governors to CM line
Version 2.0.0: (deprecated)
Updated CPU Frequency/Voltage Table from my Sense ROM (includes the new 536 MHz clock for use with "SmarterAss Governor")
Updated Touch Panel Driver from my Sense ROM (Touch of Silk feeling, aka, Finger Porn)
Updated Sound Driver from my Sense ROM
Updated Bluetooth Driver from my Sense ROM
Updated Camera Driver from my Sense ROM
Updated Keyboard Driver from my Sense ROM
Updated Optical Joystick Driver from my Sense ROM
Updated Battery Driver from my Sense ROM
Version 2.0.2: (deprecated)
Updated WiFi driver
Updated General TCP/IP networking stack
Updated USB driver (not easy)
Compiler optimized for Neon FPU and ARM7 architecture
Version 2.0.3: (deprecated)
Updated Video Driver from EVO Shift 4G
Adjusted DMA Engine to work with CFS
Version 2.0.4: (deprecated)
Updated core Kernel version from 2.6.32.28 to 2.6.32.31 (some bug fixes and performances boost)
Added CIFS (read bulletin for details)
Version 2.0.5: (deprecated)
Corrected Kernel Version to indicate 2.6.32.31
Updated File System Components including Core, NFS and EXT3
Updated Crypto Kernel Component
Added UTF-8 support to show special characters to work with CIFS
Version 2.0.6: (deprecated)
Fixed WiFi error related to county code due to coding error (late night coding is bad )
Version 2.1.0: (deprecated)
Updated core Kernel version from 2.6.32.31 to 2.6.32.32 (Speedy Edition)
Version 2.1.2: (deprecated)
Maintenance release: Fixed minor errors in power management driver and video driver
Revert back from RWSEM_XCHGADD_ALGORITHM to GENERIC_SPIN_LOCK
Version 2.1.2.1: (deprecated)
Fixed screen tearing issue (coding error in private memory flush routine leads to screen tearing)
Version 2.1.4: (deprecated)
Updated Core Linux Kernel from 2.6.32.32 to 26.6.32.33
Fixed few issues in CFS
Updated WiFi driver
Updated I2C driver
Revert back to CM7 OnDemand and Interactive Governors
Updated SmartAss Governor
Added CGroup Freeze/Unfreeze control
Fixed potential stack overflow in BunZip2
Updated with latest base CM7 kernel changes
Version 2.1.5: (deprecated)
Cleaned up all remaining issues in CFS
Updated OnDemand Governor
Updated bunzip2 again
Updated G-Sensor Driver
Updated Compass Driver
Updated KeyReset Code for Inputs
Updated SDCard Driver
Version 2.1.6: (deprecated)
Fixed bugs in Speaker Amp and G-Sensor drivers which prevents screen rotation under certain conditions found by user [MadWolf27] MAJOR PROPS to him!!!
Version 2.2.0: (deprecated)
Updated Video Driver (openVG) per CM7 Changes (Now compatible with Nightly Build 29+)
Version 2.3.0: (deprecated)
Updated Core Linux Kernel from 2.6.32.33 to 2.6.32.34
Updated GPU code from latest HTC Incredible S Kernel (same as CM7 GPU updates)
Added native FUSE (file system in user space) per CM7 changes
Adjusted kernel compile configurations per CM7 changes
Version 2.4.2: (deprecated)
Updated Core Linux Kernel from 2.6.32.34 to 2.6.32.36
Updated kernel to latest HTC WiFi Driver from HTC Incredible S Kernel Source
Included the latest HTC WiFi Firmware from HTC Desire Z (leaked)
Added native CIFS+UTF-8 directly into kernel (CM7 kernel added CIFS+UTF-8 just 5 days ago, we had it for weeks). No more need for .ko files.
Fixed a minor mismatch bug in MMC driver
Revert back to my Old Interactive and OnDemand Governors
Adjusted CPU Voltage Tables again ONLY for LOW VOLTAGE versions.
Version 2.4.3: (deprecated)
Reverted Back to CM7 WiFi Driver to fix WiFi AP issue
Version 2.4.4: (deprecated)
Fixed bugs in Speaker Amp and G-Sensor drivers which prevents screen rotation under certain conditions found by user [MadWolf27] MAJOR PROPS to him!!!
Version 2.4.8: (deprecated)
Updated Headphone driver from HTC Thunderbolt kernel
Updated GPIO driver from HTC Thunderbolt kernel
Updated Battery Driver from HTC Thunderbolt kernel
Updated LED Driver from HTC Thunderbolt kernel
Updated Power Driver from HTC Thunderbolt kernel
Updated SPI Master Driver from HTC Thunderbolt kernel
Updated MMC/SD Driver from HTC Thunderbolt kernel
Updated USB Dock Driver from HTC Thunderbolt kernel
Applied CodeAuroraForum (CAF) Wake_Lock patches to new 2D/3D drivers to improve power management when Video is waiting for I/O to complete (save more JUICE!!!!)
Adjusted CPU Freq Table changed 536 MHz to 576 Mhz from using PLL_2 to PLL_3 (PLL2 reserved exclusively for OC)
Adjusted Smartass Governor's Max_Sleep_Freq to reflect CPU Freq Table change 536->576MHz
Fixed a couple issues in WiFi driver
Removed All Debugging code [boost performance]
BFS scheduler is BACK! [Enthusiast Versions]
Compiled with newer toolchain from 4.4.0 to 4.4.3 [more optimizations = better performance]
Version 2.5.0: (deprecated)
Patched Core Linux Version from .36 to .38
Patched BFS version from 3.3.0 to 3.6.3 (latest stable release of BFS)
Fixed minor Bluetooth driver error
Fixed minor Touch Screen driver error related to wireless charging update from before
Fixed minor issues in Camera Drivers (front and back)
Fixed minor issues in LED drivers
Fixed minor issue in Voice Processor Driver
Removed unnecessary / unused drivers
Version 2.5.1: (deprecated)
Updated PPP network driver (used by VPN)
Updated WiFi driver related to Address Resolution Protocol (ARP) offloading
Updated with Zinx's latest Video Frame Buffer Fix specifically for Glacier (should fix video playing while screen is off, hard lockup issue)
Version 2.5.2: (Long Term Stable Release For GB 2.3.3 ROMs)
The File ==> CM Kernel 2.5.2 CFS Low Voltage #137 <==
The File ==> CM Kernel 2.5.2 CFS Stock Voltage #138 <==
The File ==> CM Kernel 2.5.2 BFS Low Voltage #135 <==
The File ==> CM Kernel 2.5.2 BFS Stock Voltage #136 <==
Updated Core Kernel from .38 to .39
Updated the Light Sensor Value from Zinx
Version 2.6.1: (deprecated, AOSP 2.3.4)
Updated WiFi Driver with latest CM7 patches
Updated USB Driver with latest CM7 patches
Updated MDP (video) Driver with latest CM7 patches
Added USB Accessories Support for AOSP 2.3.4_r1
Version 2.6.3: (deprecated, AOSP 2.3.4)
Added Native GB HTC Kineto_Gan Support directly via kineto_gan.ko
Removed CM7's gan_eth Froyo WiFi Calling Hack
Version 2.6.5: (deprecated, AOSP 2.3.4)
Patched core kernel to .40 from .39
Re-adjusted Voltage table based on HTC's 2.6.35 kernel source for LV and SV
Adjusted SmartAss Governor Ramp Up/Down steps
Default Speed now set at 1.2 GHz
Applied USB Battery Drain patch
Removed more unnecessary drivers
Version 2.6.6: (Current, AOSP 2.3.4)
Revert SmartAss Tweaks back to 2.6.3
Revert AudioDSP drivers back to 2.6.3
Default Speed now set at 1.1 GHz
Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this kernel!!!
Follow me on
:
If you find this Kernel useful, feel free to hit the [Thanks] button below
Reserved 2 Just in case
Downloading...
Sent from my HTC Glacier using XDA App
163 kb???
Sent from my HTC Glacier using XDA App
verysick said:
163 kb???
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Your download is corrupt re dl it the file should be over 3 MB
Sent from my HTC Glacier using XDA App
verysick said:
163 kb???
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
The file is 3.4 MB. Try downloading again.
Everything looking good, thanks.
will try now
Wow is seem more faster than before and Apps works fine.
Sent from my HTC Glacier using XDA App
Had to try bout 6 times to get the 3.44mb \m/ just hit 4th place on linpack
Sent from my HTC Glacier using XDA App
feliciepr7 said:
Wow is seem more faster than before and Apps works fine.
Cool! I put lots of new technologies into this kernel from my Sense Kernels and I was afraid of it not working at all since I was unable to test it myself... I am happy that you guys like it. Please test the heck out of it and report any errors on my thread... now try your best to beat my Sense Kernel Users high scores in synthetic benchmarks..
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Sent from my HTC Glacier using XDA App
Faux123 is this the same version (1.0b) that you posted in the cm7 rc thread? (with a promise of NO SUPPORT) thanks for this, it's fun to play with. Only really stable on my silicon to 1700 with smartass gov. Keep up the good work!
Sent from my HTC Glacier using XDA App
I have a??? If I update from my current version of rom v. 2.0 to the new one, do i have to flash it again the kernel?
Sent from my HTC Glacier using Nexus S 2.0 and XDA App.
feliciepr7 said:
I have a??? If I update from my current version of rom v. 2.0 to the new one, do i have to flash it again the kernel?
Sent from my HTC Glacier using Nexus S 2.0 and XDA App.
Click to expand...
Click to collapse
Yes, if you are running jaywans new release, that should be compatable since it's basically a modified cm7. Nandroid flash and find out.
Sent from my HTC Glacier using XDA App
After flashing this kernel I noticed GPS doesn't lock anymore..anyone else have this problem?
Sent from my HTC Glacier using XDA App
I'm having problems getting the (H) signal
Sent from my HTC Glacier using XDA App
verysick said:
I'm having problems getting the (H) signal
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
I'm getting H ..did you wipe cache before flashing?
Sent from my HTC Glacier using XDA App
I am getting H too, no problem yet.
Sent from my HTC Glacier using Nexus S 2.0 and XDA App.
feliciepr7 said:
I am getting H too, no problem yet.
Sent from my HTC Glacier using Nexus S 2.0 and XDA App.
Click to expand...
Click to collapse
¿ y en Barceloneta hay H ? No pense que llegara hasta aya.
I did not know that H got to his location.

[Kernel]HTC GB[2.6.35.13](v0.0.9)OC~2.03GHz/UV/BFS/BFQ/SLQB/SmartAss/MinMax[Jul-13]

NOTICE: This is ONLY COMPATIBLE with New HTC Gingerbread Sense Leaks!!!!
(Including: Orange Glacier 2.0, Royal Panache, Evil Dee's MyTGB, Virtuous Fusion, Elite Sense, Uber Sense, Deck Sense, ALL of Rafy's GB Sense Ports )
Just a statement regarding kernel source: The Kernel Source is of course covered under GPL version 2. Free software does NOT mean no work or time was spent working on it. I have donated a large sum of my free time to hack this kernel. If you use my modified kernel source in its entirety, I kindly ask you to send me a github pull request or PM whenever you find bugs or think you can help improve my kernel hack further. This way the entire community will truly benefit from the spirit of open source. Thank you
​
All GB CM7/AOSP ROMs should use my GB CM7 / AOSP Kernel
All Froyo AOSP ROMs should use my Froyo AOSP Kernel
All Froyo Sense ROMs should use my Froyo Sense Kernel
Hi XDA members and fellow MT4G users:
This is my Fifth kernel hack. I want to thank Cyanogen, Zinx, Erasmux, and several others I cannot recall for inspiring me to venture into this unfamiliar territory for me.
What is a Kernel? The Kernel is the Foundation in which everything else builds upon in any software system.
[Car Analogy]: Kernel is like the Engine, Electrical system and the Transmission to a car. The Library, Framework and the Apps [AKA ROM] are the body frame and the rest of the Car.
​
THIS KERNEL is BASED ON HTC Source Code. So it is COMPATIBLE ONLY WITH HTC Gingerbread Sense Builds.
Please DO NOT use any task killers, they DO NOT improve performance nor battery life. They INTERFERE with your phone's stability (more crashes) and App compatibilities (Forced Close).
MinMax Governor (Battery Saver)
This governor will try to minimize the frequency jumps/changes which cause voltage spikes/changes which supposedly drains more battery life... Supposedly designed to work with SetCPU... so give it a whirl...
SmartAss Governor (Balanced)
This governor has a built-in "profile" similar to SetCPU, so screen off will use lower clock rate thus conserve more battery, but it also has a fast wake up feature so that user interaction will not see the lag when switching from Sleep to Wake state.... (So SetCPU Profiles are sorta redundant when using this governor, you can still use SetCPU to OC to higher than default Clock frequency).
Interactive Governor (Performance)
This governor is designed to put more priority to User Interface (UI aka Apps) tasks, therefore appears more responsive then the traditional OnDemand governor. So if you want the smoothest UI interaction, this governor is for you...
Brain F*ck Scheduler - (BFS)
This scheduler is designed to be simple and speedy tailor specifically for user interface type systems such as desktop/smart phone devices where user interaction is MORE important than serving 1 million web requests (CFS, the default scheduler) at the same time (think of nimble desktop workstations vs large corporate servers).
SLQB - (SLAB allocator with Queue)
This memory allocator is designed for small number of CPUs system (such as desktop or smart phone devices). This allocator is design to be simple and it is optimized for using order-0 pages as much as possible (order-0 pages are the simplest therefore quickest type of memory in a Linux system to allocate). Not all kernels are using SLQB including CM7 main line...
Fair Budget Queue (BFQ I/O scheduler)
This I/O scheduler is an improvement on top of Completely Fair Queue (CFQ). CFQ is fair in terms of time but not in terms of throughput / bandwidth, so BFQ make sure that both time and throughput / bandwidth are balanced across all requests.
Installation Instructions:
Here's a step by step instruction to install this kernel:
( NOTE: If you experienced BOOT LOOPS, Load the First Time Kernel Before Updating to newer kernels)
The File ==> First Time Kernel <==
[ CFS-Smartass ] (Mainline)
The File ==> HTC GB Sense Kernel 0.0.9 CFS Low Voltage <==
The File ==> HTC GB Sense Kernel 0.0.9 CFS Stock Voltage <==
[ BFS-Interactive ] (Enthusiast Edition)
The File ==> Not Available <==
The File ==> Not Available <==
Low Voltage - Under Volt the processor, therefore uses Less Battery, but NOT ALL CHIPS can handle Under Volt.. If you experience instability, try the Stock Voltage Version.
Stock Voltage - Uses the voltage values from ORIGINAL HTC Kernel Source.
There are NO PERFORMANCE DIFFERENCE between the 2 versions!
1. download the above file (via phone directly or to a PC)
2. copy the downloaded zip file to /sdcard/download/
3. Open ROM Manager and select "Reboot into Recovery" and select "OK"
4. Once in recovery, select "wipe cache partition", select "Yes", then select "advanced", then select "Wipe Dalvik Cache", then select "Yes" again. Once finished, click the back button to go back to the main recovery menu. On that menu, select "Install Zip From SDCad", then select "Choose zip from SDCard", then go to /sdcard/download and select the downloaded zip file and let it run its script.
5. Once the script is done, select "reboot system now"
Note: After FLASHING, the first reboot may take longer than usual, please be patient... After the first reboot, it may lag during initial load (let everything finish loading). Once everything is loaded and phone is ready for use, reboot the phone a 2nd time and the lag will be gone and everything should be silky smooth...
NEWS BULLETIN:
Version 0.0.9 is OUT!
1. Fixed MMS while on WiFi calling
2. Adjusted Frequency/Voltage table to allow upto 2.03 GHz
3. Volume Boost for Speakerphone, Handset and Bluetooth
BFS is not very compatible with Sense.... I am dropping BFS unless huge user demand for it..
Please don't hesitate to talk among yourselves and help each other out... The MT4G/XDA community is what inspired me to hack kernels for everyone since everyone here is nice and helpful to each other... Keep helping each other.... Famous proverb: It's better to give than to receive...
BUGS:
Not All CHIPS ARE CREATED EQUAL
TO DO:
version 1.x.x -- Haven't thought about it yet...
History:
See Post below...
Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this kernel!!!
My Github Complying with GPL
Follow me on
:
If you find this Kernel useful, feel free to hit the [Thanks] button below
Version History
Version 0.0.1
- Based on 100% HTC source code!
- Initial release OC~1.84 GHz
- Under Volt
- BFS Like Tweak to CFS
- EXT 4 Support, CIFS support, NLS Support
- Kineto_gan Support (WiFi Calling)
- CFQ I/O Scheduler default
Version 0.0.2
- CPU Min/Max Frequency Enabled
- 245~1113 Default (For those with Weak CPUs )
Version 0.0.3 (deprecated)
- SmartAss, MinMax, and Interactive Governors Added
- SmartAss Governor Set as Default for CFS
Version 0.0.4 (deprecated)
- TUN VPN support added
- SLQB memory allocator added and made default
- BFQ I/O scheduler added and made default
- Compiler optimization for NEON, ARM, etc...
Version 0.0.5 (deprecated)
- Upgraded BFQ I/O scheduler to version 2.1
- Enabled BFQ CGroup
- Upgraded to new Interactive Governor
- Fixed Freq table error for Stock voltage version
- Fixed minor overclocking bugs
Version 0.0.6 (deprecated)
- Disabled BFQ CGroup
Version 0.0.7 (Short Term Release)
The File ==> HTC GB Sense Kernel 0.0.7 CFS Low Voltage #16 <==
The File ==> HTC GB Sense Kernel 0.0.7 CFS Stock Voltage #17 <==
- Revert to OLD BFQ I/O scheduler (it appears that the new one is NOT compatible with Sense)
Version 0.0.8 (Short Term Release)
The File ==> HTC GB Sense Kernel 0.0.8 BFS Low Voltage <==
The File ==> HTC GB Sense Kernel 0.0.8 BFS Stock Voltage <==
- Patched core kernel from 2.6.35.10 to 2.6.35.13
- Added BFS version 4.0.4
Version 0.0.9 (Current)
Fixed MMS while on WiFi calling
Adjusted Frequency/Voltage table to allow upto 2.03 GHz
Volume Boost for Speakerphone, Handset and Bluetooth
Reserved 2
#beast
Sent from my HTC Glacier using XDA Premium App
Thanks Faux, I will give it a try, you are the KERNEL KING!
Thanks fauxy
Man faux u ar the fauxing man... I faux with u!
Sent from my HTC Glacier using XDA Premium App
Finally we will have this sense kernel im so stoke
Sent from my HTC Vision using XDA Premium App
Can i use [email protected]#$#$&^%*^& helll yeah....BEAST!!!!
Hey faux I just wanna say thanks for not bailing on us dude....im sure I speak for the whole mt4g community when I say thank you and we appreciate everything that uve done for us and will hopfully do for us in the future... Thanks dude!
Sent from my HTC Glacier using XDA Premium App
When was the source released?
MT4G + CM7 + Faux's BFS LV kernel
Got a question faux...my wifi has been dropping in and out like a ***** with any of these new GB sense Roms. Will your kernel help with this problem? I tried stock and the newest radio and it happens on both. Can your kernel help this problem or is it not based on a kernel update. THANKS! l Appreciate it brotha!
It is out!!!!!!!!!!! Check op
I'm waiting for bfs lv
MT4G + CM7 + Faux's BFS LV kernel
kennyp987 said:
I'm waiting for bfs lv
MT4G + CM7 + Faux's BFS LV kernel
Click to expand...
Click to collapse
So greedy BFS will take a while.. I need to Patch it first... .35 is COMPLETELY different from .32, so it's not a simple copy and paste job. This will require some effort
Thanks for the awesome kernel faux!
Sent from my HTC Vision using XDA Premium App
im getting boot loop on the mytouch 4g screen with the kernel
TO ALL USERS:
Please CHECK Youtube and Camera APP.. make sure it is NOT LAGGING.. IF it is LET ME KNOW, I need to patch it!!!! Thanks...
TONYAPEX3 said:
im getting boot loop on the mytouch 4g screen with the kernel
Click to expand...
Click to collapse
What ROM are you using?
Sent from my HTC Vision using XDA Premium App
Virtuous Fusion MT4G v1.0.5 Gingerbread Sense 3.0

[Kernel]Cm7/AOSP[2.6.35.13](v1.0.7)MaxOC~2.03GHz,Smartass/UV/BFS/BFQ/SLQB[Jul-13]

NOTICE: THIS KERNEL IS CURRENTLY ONLY COMPATIBLE WITH CM Nightly 91+ or my Nexus ROM 1.2.5+
Just a statement regarding kernel source: The Kernel Source is of course covered under GPL version 2. Free software does NOT mean no work or time was spent working on it. I have donated a large sum of my free time to hack this kernel. If you use my modified kernel source in its entirety, I kindly ask you to send me a github pull request or PM whenever you find bugs or think you can help improve my kernel hack further. This way the entire community will truly benefit from the spirit of open source. Thank you
​
All Old CM7/AOSP ROMs should use my Old CM7/AOSP Kernel
All GB Sense ROMs should use my GB Sense Kernel
All Froyo AOSP ROMs should use my Froyo AOSP Kernel
All Froyo Sense ROMs should use my Froyo Sense Kernel
Hi XDA members and fellow MT4G users:
This is my SEVENTH kernel hack. I want to thank Cyanogen, Zinx, Ricardo Cerqueira, Erasmux, and several others I cannot recall for inspiring me to venture into this unfamiliar territory for me.
What is a Kernel? The Kernel is the Foundation in which everything else builds upon in any software system.
[Car Analogy]: Kernel is like the Engine, Electrical system and the Transmission to a car. The Library, Framework and the Apps [AKA ROM] are the body frame and the rest of the Car.
​
THIS KERNEL is BASED ON AOSP/CM7 Source Code. So it is COMPATIBLE ONLY WITH AOSP/CM7 Builds.
Please DO NOT use any task killers, they DO NOT improve performance nor battery life. They INTERFERE with your phone's stability (more crashes) and App compatibilities (Forced Close).
MinMax Governor (Battery Saver)
This governor will try to minimize the frequency jumps/changes which cause voltage spikes/changes which supposedly drains more battery life... Supposedly designed to work with SetCPU... so give it a whirl...
SmartAss Governor (Balanced)
This governor has a built-in "profile" similar to SetCPU, so screen off will use lower clock rate thus conserve more battery, but it also has a fast wake up feature so that user interaction will not see the lag when switching from Sleep to Wake state.... (So SetCPU Profiles are sorta redundant when using this governor, you can still use SetCPU to OC to higher than default Clock frequency).
Interactive Governor (Performance)
This governor is designed to put more priority to User Interface (UI aka Apps) tasks, therefore appears more responsive then the traditional OnDemand governor. So if you want the smoothest UI interaction, this governor is for you...
Brain F*ck Scheduler - (BFS)
This scheduler is designed to be simple and speedy tailor specifically for user interface type systems such as desktop/smart phone devices where user interaction is MORE important than serving 1 million web requests (CFS, the default scheduler) at the same time (think of nimble desktop workstations vs large corporate servers).
SLQB - (SLAB allocator with Queue)
This memory allocator is designed for small number of CPUs system (such as desktop or smart phone devices). This allocator is design to be simple and it is optimized for using order-0 pages as much as possible (order-0 pages are the simplest therefore quickest type of memory in a Linux system to allocate). Not all kernels are using SLQB including CM7 main line...
Fair Budget Queue (BFQ I/O scheduler)
This I/O scheduler is an improvement on top of Completely Fair Queue (CFQ). CFQ is fair in terms of time but not in terms of throughput / bandwidth, so BFQ make sure that both time and throughput / bandwidth are balanced across all requests.
Installation Instructions:
Here's a step by step instruction to install this kernel:
Warning Version 0.0.3+ is COMPATIBLE ONLY with Android 2.3.4 ROMs such as latest CM7 nightlies 91+
[ CFS-Smartass ] (Mainline)
The File ==> CM Kernel 1.0.7 CFS Low Voltage <==
The File ==> CM Kernel 1.0.7 CFS Stock Voltage <==
[ BFS-Interactive ] (Enthusiast Edition)
The File ==> CM Kernel 1.0.7 BFS Low Voltage <==
The File ==> CM Kernel 1.0.7 BFS Stock Voltage <==
Low Voltage - Under Volt the processor, therefore uses Less Battery, but NOT ALL CHIPS can handle Under Volt.. If you experience instability, try the Stock Voltage Version.
Stock Voltage - Uses the voltage values from ORIGINAL HTC Kernel Source.
There are NO PERFORMANCE DIFFERENCE between the 2 versions!
1. download the above file (via phone directly or to a PC)
2. copy the downloaded zip file to /sdcard/download/
3. Open ROM Manager and select "Reboot into Recovery" and select "OK"
4. Once in recovery, select "wipe cache partition", select "Yes", then select "advanced", then select "Wipe Dalvik Cache", then select "Yes" again. Once finished, click the back button to go back to the main recovery menu. On that menu, select "Install Zip From SDCad", then select "Choose zip from SDCard", then go to /sdcard/download and select the downloaded zip file and let it run its script.
5. Once the script is done, select "reboot system now"
Note: After FLASHING, the first reboot may take longer than usual, please be patient... After the first reboot, it may lag during initial load (let everything finish loading). Once everything is loaded and phone is ready for use, reboot the phone a 2nd time and the lag will be gone and everything should be silky smooth...
NEWS BULLETIN:
Version 1.0.7 is OUT!!!!
Updated to allow Max overclock to 2.03 GHz... REMEMBER NOT EVERYONE can OC to 2.03 just keep in mind. My own phone can run @ 1.94 Stable but will experience random freeze @ 2.03. I enabled it just in case some of you have even better chip than mine.
Speaker Volume Boost, Headset Volume Boost and Bluetooth Volume Boost.
Please don't hesitate to talk among yourselves and help each other out... The MT4G/XDA community is what inspired me to hack kernels for everyone since everyone here is nice and helpful to each other... Keep helping each other.... Famous proverb: It's better to give than to receive...
BUGS:
[ Android 2.3.4 ROM ]
If you experienced WiFi issue, it means the bcm4329.ko modules was NOT installed properly.
Extract the bcm4329.ko from the same zip file, then
[ with ADB ]
adb push bcm4329.ko /system/lib/modules
[ with Root Exploror ]
1. touch Mount R/W
2. copy bcm4329.ko to /system/lib/modules
3. long press on the bcm4329.ko and select Permissions then check read, write for owner, read for group and read for others, click ok
4. long press again on the bcm4329.ko and select Change Owner, then pick 0-root for owner and pick 0-root for group, click ok
I will investigate to see if I can fix the updater script so this would be done automatically with 2.3.4 ROMs
Not All CHIPS ARE CREATED EQUAL
[NOT REALLY A BUG, when OC'ed, everything is questionable]
Interactive and OnDemand Governors will freeze the phone when the delta / difference between the Max and Min frequency is too large..
Ie, Max 1843MHz~Min 245MHz -- will lock up, but Max 1840MHz and Min 1000MHz will NOT...
TO DO:
version 0.x.x -- Haven't thought about it yet...
History:
See Post below...
Standard Disclaimer: Not responsible for bricking your phone, voiding your warranty, or any other pain or suffering you may feel as result of using this kernel!!!
My Github Complying with GPL
Follow me on
:
If you find this Kernel useful, feel free to hit the [Thanks] button below
[ Version History ]
Version 0.0.3 (deprecated)
Migrated everything from old 2.6.32 kernel settings to this
SmartAss, MinMax, Interactive Governors
SLQB memory allocator default
BFQ 2.1 I/O scheduler default
CIFS+UTF-8 support
Native GB Kineto_gan.ko support
TUN/TAP support
Default CPU ~1.13 GHz
Undervolted
Version 0.0.4 (Short Term Release)
The File ==> CM Kernel 0.0.4 CFS Low Voltage <==
The File ==> CM Kernel 0.0.4 CFS Stock Voltage <==
The File ==> CM Kernel 0.0.4 BFS Low Voltage <==
The File ==> CM Kernel 0.0.4 BFS Stock Voltage <==
Revert SmartAss to older tweaks
Added ARM/NEON specific compiler optimizations
Version 0.0.5 (deprecated)
Github Code Sync Update (no changes for Glacier)
Version 0.0.6 (Short Term release)
The File ==> CM Kernel 0.0.6 CFS Low Voltage <==
The File ==> CM Kernel 0.0.6 CFS Stock Voltage <==
The File ==> CM Kernel 0.0.6 BFS Low Voltage <==
The File ==> CM Kernel 0.0.6 BFS Stock Voltage <==
Incorporated kineto_gan as part of kernel image, this should resolve MMS on wifi issue (Thanks to thederekjay)
Version 1.0.7 (Current)
Version bumped to 1.0.7 to reduce confusion with my other kernel
Adjust Voltage/Frequency table to allow for 2.03 GHz overclock
Boosted Volume for Speaker, Headset and Bluetooth
Reserved 2 just in case
Man ur fast!
Sent from my HTC Glacier using XDA App
Are you gonna update your rom or no?? Because you know me miss you...lol
Omg, Jesus Christ you can totally tell the difference with this on CM7. Feels WAYY SMOOTHER and more fluid. FAST!
No wonder I'm having so many sluggishness/lag problems... I wasn't aware the kernel changed with nightly #91.
Apparently everything works with the old kernel, it just runs like poo and is draining the crap out of my battery.
Going to update this now.
Yesss....do your thing Faux!!
Thanks Faux. Much appreciated.
Sent from my HTC Glacier using XDA App
synaesthetic said:
No wonder I'm having so many sluggishness/lag problems... I wasn't aware the kernel changed with nightly #91.
Apparently everything works with the old kernel, it just runs like poo and is draining the crap out of my battery.
Going to update this now.
Click to expand...
Click to collapse
from the change log it looks like the kernel change was in nightly #92
Sent from my HTC Glacier using XDA Premium App
Version 0.0.4 is out. Reverted back to my older (and better) version of smartass Added even more optimizations for ARM/NEON chip such as the one for Glacier. Enjoy!
Damn Faux ur really busy. This looks pretty sweet. I'm going to flash this on my sisters phone and will post results.
On a side note. I also use your LG-P999 AOSP 2.3.4 rom, Beautiful!! I was wondering. Do you think the Tegra 2/A9 can be pushed to 1.8-2.0GHz+. I know we are awhile away from that just wanted your thoughts
faux123 said:
Version 0.0.4 is out. Reverted back to my older (and better) version of smartass Added even more optimizations for ARM/NEON chip such as the one for Glacier. Enjoy!
Click to expand...
Click to collapse
LOL, to funny, just downloaded .0.0.3 no more then 30 minutes ago and flashed with nightly #92, well time to update.
Sent from my HTC Glacier using XDA Premium App
ziggy34 said:
LOL, to funny, just downloaded .0.0.3 no more then 30 minutes ago and flashed with nightly #92, well time to update.
Sent from my HTC Glacier using XDA Premium App
Click to expand...
Click to collapse
Ha, you should know me by now... that's how I roll
faux123 said:
Ha, you should know me by now... that's how I roll
Click to expand...
Click to collapse
Thanks for all your work on these kernels.
The wifi on the new kernel is scary good. Doesn't fluctuate at all like the others did.
That being said, tried this on miui and it was great!!! Except the camera didn't work any fix for that? Would LOVE to use this on miui rom.
Sent from my demonSPEED Glacier using XDA App
So if I am coming from ck's kernel can I just download and flash the CFS-stock voltage? I'm a little unsure because of the 'optional CFS kernel' instructions...
Sent from my HTC Vision using XDA App
@Faux123 so it works with "AOSP 1.2.2 ?? <--- *Spoiler***???
Sent from my HTC Glacier using XDA Premium App
It appears faux is ironing out some bugs and issues with new kernel.
phaino00 said:
I believe that is 1.2.2 on the LG optimus.
Sent from my HTC Glacier using XDA App
Click to expand...
Click to collapse
Faux's AOSP ROM for the G2X is currently at version 1.1.2 r2.

[KERNEL][GB-I9000][Linaro 4.7.4 o3][10-dec-2013] (UV/OC) DMORE.Kernel

update: 10-dec-2013 Dmore-kernel-rev03-BM.Tar or CWM version with 367 MB available RAM
Why this GB Kernel for our old I9000 device ?
Answer: I still use this old device and i developed a new DMORE 3.6 ROM (link);
So I take some time for build this kernel and now i finally condivided with you; After a year with Cyanogen Jellybean, I turned back with GB: I re-love the amoled bright screen, the stock Samnsung Camera performances, but above all , the low battery drain !!!
Of course, Performances are not equal to a Galaxy S2 or a younger devices but for all people that do not have the possibility to change phone, this my work could help them !!
I merged Stratosk, Hardcore, Mialwe git's repositories and the last official Samsung GB Kernel release (GB_Update3) for all roms based on stock JW5/6/7/8/9/B firmware;
I continued thier hard work with my little knowledge and skill and now i condivided it with you.
NOTE: This Dmore Galaxy S-i9000 kernel can used as base with your ROMs if you like.
I personally tested it with different devices using also other kernels;
OVERVIEW – DMORE.Kernel#rev03 GingerBread GT-I9000 Galaxy S Device
- Based on latest GB Samsung base kernel (GT-I9000_Opensource_GB_Update3)
- compatible with all Samsung GT-I9000 GB ROMS (JW5/6/7/8/9/B based firmware)
- support for RFS and EXT4 partitions
- autoROOT, init.d support, su binary
- OverClock using script with recovery (1000MHz default – range 1300/1200/1.128/1000 Mhz)
- User Voltage control for CPU and Core
- backlightnotification (use*BLN Control), VoodooSound10 (use*VoodooControl)
- some tweaks, Useless debugging removed.
- for ADB users: adb shell remount
- All stock features are supported
- Tweaked ramdisk: optimized mount options & VM settings
- Compiled with last Linaro gcc 4.7.4 toolchain optimized by Christopher83, flags opt (-O3)
- I/O scheduler SIO / BFQ / Deadline / NOOP (default*SIO)
- Read ahead tweaks (512Kb cache)
- CPU governor tweaks:Governors – SmartassV2 (default), Ondemand, Smoove
- Kernel compression mode GZIP
- ARM RWSEM optimization*
- Added optimized CRC32,AES,SHA1 algorithms*
- CWM v5.0.2.7 Semaphore Recovery
- 364 MB - 367 MB available RAM (download Dmore.Kernel-revxx-BM version for 367 Mb)
- Reworked cpufreq driver. cpu states 100-200-400-800-1000/1128/1200/1300.
- automatic cleaning of old "su" binary and busybox (if you coming from Semaphore or Chainfire)
- busybox 1.20.2r2 linusyang
- hardcore gamma and RGB profile
DEFAULTS
CPU 1000Ghz by default, SmartassV2, SIO 512Kb .
For change IO Scheduler, Cpu Gevernor and for manage OC/UV use System Tuner app from PlayStore
https://play.google.com/store/apps/details?id=ccc71.pmw&hl=en
INSTALL
(Dmore-Kernel-RevXX-CWM.zip for installation with ClockWorkMode or DMore-Kernel-RevXX.zip Odin/Heimdall)
Flash from recovery using CWM files or flash extracted zImage using*Heimdall*or flash downloaded TAR archive with Odin*
For change Cpu Freqency clock simply install DMore-Kernel-CPUXXXX.zip (XXXX = 1000,1128,1200,1300)
Personally i use 1200MHZ like Freq CPU
Tips & Tricks:
If you want change the Cpu Frequency manually, you can also using Adb shell commands instead DMore-Kernel-CPUXXXX.zip CWM file.
Simply type this commands on a DOS/Linux terminal shell
adb shell
su
mount –o remount, rw /system
echo 0 > /system/dmore-cpufreq.conf #cpu= 1000Mhz
reboot
(for clocks CPU 1128,1200,1300 use echo 1, echo 2, echo 3
echo 1 > /system/dmore-cpufreq.conf #cpu= 1128Mhz
echo 2 > /system/dmore-cpufreq.conf #cpu= 1200Mhz
echo 3 > /system/dmore-cpufreq.conf #cpu= 1300Mhz )
DOWNLOAD (changelog @ post #2)
Link here: http://goo.im/devs/dmore/gt-i9000/gb-i9000-kernel
SOURCES
Github repository: https://github.com/dmore70/kernel-GB-I9000
THANKS
Big thanks devlopers and especially*mailwe(midnight kernel), stratosk(Semaphore Kernel),*hardcore (SpeedMod Kernel) ,*supercurio*(Voodoo),*neldar*(BLN) and everybody else developing Open Source software, helping or reporting, Christopher83 for optimizated Linaro *cross compiler toolchains suitable for Samsung S Phone.
NOTE: next week , monday i'll published the new GB DMORE.ROM
10-dec-2013 Added more free available RAM (367 MB) ----> download DMore.Kernel-rev03-BM
Amazing, an updated GB kernel has been needed for so long. Can't wait to try new rom. Well done
Sent from my LG-E975 using XDA Premium 4 mobile app
A captivate version, pls
Welcome back David, I've used your old DMORE GB ROMs & they were really good! It is amazing that there are still devs out there which believe in good old GB for a good old phone!
Thank you & cheers!
Thank fron kernel friend
Well done David! :laugh:
Waiting for Your new Rom.
Cool , a new GB Kernel.
A few weeks ago, me and Fishears was having this discussion about how nice it would be to have a new updated GB kernel.
You just provided a solution.
This kernel is based on JWB kernel source right ?
Also , if you have the source on github, I would like to tweak some governors for the best performance, I used this setup when running GB.
nchc said:
Amazing, an updated GB kernel has been needed for so long. Can't wait to try new rom. Well done
Sent from my LG-E975 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
For all people don't want wait until tomorrow for the tread ,following link where you can download the new DMORE3.6 ROMs + others useful my addons:silly: (simply install with CWM recovery)
Link: http://goo.im/devs/dmore/gt-i9000/DMORE3.6-NewRom
HoangTuBot said:
A captivate version, pls
Click to expand...
Click to collapse
Sorry , I have only Galaxy S devices in my hands
ts1506 said:
Cool , a new GB Kernel.
A few weeks ago, me and Fishears was having this discussion about how nice it would be to have a new updated GB kernel.
You just provided a solution.
This kernel based on JWB kernel source right ?
Also , if you have the source on github, I would like to tweak some governors for the best performance, I used this setup when running GB.
Click to expand...
Click to collapse
Yes kernel is based JW9-JWB kernel source; In this moment i'm uploading git repository;
Link here: https://github.com/dmore70/kernel-GB-I9000
I'm working for a new cpu-freq.c module where there are 5 different frequencies level (100-200-400-800-1000-1200MHZ) coming from CM10.1 github repository. Dmore-kernel rev03 use 4 different levels (stratosk kernel) , so it uses a higher battery drain; Actually I have a problem with /sys/devices/system/cpu/ directory governor interface , but i hope to solve it in the next days.
can i flash this over CM7 baseband i9000XXJVU
pryerlee said:
can i flash this over CM7 baseband i9000XXJVU
Click to expand...
Click to collapse
NO You can't
If you add fast charge support I'll kiss you
fishears said:
If you add fast charge support I'll kiss you
Click to expand...
Click to collapse
Ok I'll not add fast charge support :laugh::laugh: so you'll not kiss me.
The problem is only to have a little bit of free time for this my hobbies.
In any case if you suggest me some link where i can have more informations, I might try :silly:
davidmore said:
\
Sorry , I have only Galaxy S devices in my hands
\
Click to expand...
Click to collapse
I can be your tester
nice, I'm using Saurom right now, so this kernel will fit perfectly
How do I flash this with Odin? I don't see any .tar files in the download page
MIUI
I wish you could make a MIUI Gingerbread version or even better teach me how to do it my self
Could you made another version of your kernel with bigmem like in semaphore? (384.5MB - breaks 720p video recording, front camera pictures) I used to use this, when I was on GB.
midnight911 said:
Could you made another version of your kernel with bigmem like in semaphore? (384.5MB - breaks 720p video recording, front camera pictures) I used to use this, when I was on GB.
Click to expand...
Click to collapse
Added DMore.Kernel-rev03-BM.tar or CWM file
Here's Bigman(377MB - breaks 720p)
Here's more 3MB (364+3 = 367MB) - 720p video recording works
For 384 Mb i 'm searching on web the mach-aries.c good module
Ok... I've flashed this - DMore-Kernel-rev03-BM.tar - after reverting to stock rom from CM11 and now I am stuck in a bootloop... Any ideas?
LE: I reverted back to stock with Odin following this guide:
Step 1: Start Odin
Step 2:
a. Select PIT file as 's1_odin_20100513.pit'?
b. Select PDA file as 'PDA_DXJV9_Deodexed_Zipaligned.tar'?
c. Select PHONE file as 'PHONE_DXJV9.tar'?
d. Select CSC file as 'CSC_OLBJV9.tar'?
Step 3: Under Options: Check Re-partition, Check Auto Reboot and Check F. Reset Time
Step 4: Start the phone in the download mode
Step 5: Once ID:COM/phone is 'Added!!' click Start
Step 6: You will see a lot of red text after the flash is done, don't panic, just do a 'wipe data/factory reset' and reboot the device when done.
Step 7: Let the device boot all the way then turn it off.
Step 8: Re-enter Download Mode and re-flash only the CSC file [Step 2 d] without pit and without re-partition.
I had the files on my computer from previous revert. If anyone has the same issue and has trouble downloading all the files, just let me know.
Now, being back on stock I really want to try your KERNEL. Should I make sure of any steps before attempting to flash it with Odin as PDA? Thanks!

Categories

Resources