I think it's a good idea now, to add a little summary to the first post for the users who are willing to try it, so here it is:
User part:
- It's NOT recommended for anyone to try these kernels, because they can cause serious damage to your hardware!
- If you are however try it, then it will be your own responsibility, and we can't help you if you brick your phone!
- First try it with the lowest voltage available(1250)!
Known issues:
- The vibrating of the phone will be lower.
- The Android UI will be laggy.
- Depending on the voltage, and on your phone, you may have freezes and/or reboots.
- The clock (time) will be late 2-3 minutes per hour.
If you accept these things, you can download LeshaK's OC kernels from HERE
If you want to go back to stock clocks, flash the attached file as PDA in Odin.
Don't select anything else, just this PDA and the ops file!
This will replace the kernel to LK 2.09.1 (MT).
Developer part:
Thanks the sources to guybrusht!
Here you will find them
Now for making the OC more stable and faster at 1066, we would have to sync the 3 CPU clock.
I think that could be done by editing the PDIV and HCLKX2_DIV values here:
Code:
/* ARMCLK, HCLKX2, APLL, PDIV, ARM_DIV, HCLKX2_DIV */
static const u32 s3c_cpu_clk_tab_800MHz_oc[][6] = {
{1066*MHZ, 266 *MHZ, 533, 3, 0, 3}, But to do that we should now how are the clocks are actually calculated from these values.
Bookmarks