View Poll Results: Which voltage was the best for you from the overclocked kernels?

Voters
285. You may not vote on this poll
  • 1250

    150 52.63%
  • 1350

    69 24.21%
  • 1450

    66 23.16%
Page 1 of 35 12311 ... LastLast
Results 1 to 10 of 345

Thread: Successful overclock

777
  1. [translate]    #1
    Senior Member
    Join Date
    Jul 2010
    Location
    Hungary
    Posts
    766

    Default Successful overclock

    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:
    1. The vibrating of the phone will be lower.
    2. The Android UI will be laggy.
    3. Depending on the voltage, and on your phone, you may have freezes and/or reboots.
    4. 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.
    Attached Files Attached Files
    Last edited by Xmister; 08-28-2010 at 02:42 PM. Reason: Added revert option

  2. [translate]    #2
    Member
    Join Date
    May 2010
    Posts
    85

    Default

    You know that this is great news man?! Thanks a lot for trying and keep up with the good work man! Come on people, help this guy here.



    Sent from my GT-I5700 using Tapatalk

  3. [translate]    #3
    Senior Member
    Join Date
    Jun 2010
    Location
    UK
    Posts
    308

    Default

    Well this is a nice surpirse! Once you get superuser working, and figured out about those values, ill give it a try

    This might help http://www.vergenet.net/~raster/files/man-6410-apn.pdf

    You can search for PDIV and it finds stuff that might be useful, but no matches for the other 2
    Last edited by Flynny75; 08-24-2010 at 03:09 AM.

  4. [translate]    #4
    Jay
    Jay is online now
    Senior Member
    Join Date
    Jun 2010
    Location
    India
    Posts
    1,346

    Default

    another gud new... u guyzz rock,,
    I want it,, nd plzz upload d kernel we uv fixed d superuser...

  5. [translate]    #5
    Senior Member
    Join Date
    Apr 2010
    Location
    Netherlands
    Posts
    1,998

    Default

    Can you make it work with antibytes mt kernel?

    Sent from my GT-I5700 using Tapatalk

  6. [translate]    #6
    Senior Member
    Join Date
    Jul 2010
    Location
    Hungary
    Posts
    766

    Default

    Quote Originally Posted by ker0ltjuh View Post
    Can you make it work with antibytes mt kernel?

    Sent from my GT-I5700 using Tapatalk
    My kernel already has MT, and I can only patch antibyte's kernel, if he gives me his kernel's source.

    ---------- Post added at 02:21 AM ---------- Previous post was at 02:18 AM ----------

    Quote Originally Posted by Flynny75 View Post

    You can search for PDIV and it finds stuff that might be useful, but no matches for the other 2
    Yeah, thanks for the link, I'm trying to interpret it, but it's 2:20 AM here, so it will take a little time

    OK, it seems, we only the middle one, that divides the actual ARM clock, but because it was 0 with 800 already, I should somehow have to generate a different ARMCLK, or the whole thing is useless.
    Last edited by Xmister; 08-24-2010 at 03:38 AM.

  7. [translate]    #7
    Senior Member
    Join Date
    Aug 2010
    Location
    Memories
    Posts
    104

    Default

    I think its been already made through a french person who attended to make a mode called Virginsmodv0.3 (link is at About multitouch thread).
    That person seems that he have achieved overclocking without any change in voltage + attended to decrease lower freqs voltage.
    I couldn't grasp alot of information through Google Translation, but you might want to contact him.

  8. [translate]    #8
    Senior Member
    Join Date
    Jul 2010
    Location
    Hungary
    Posts
    766

    Default

    Quote Originally Posted by Sp.X View Post
    I think its been already made through a french person who attended to make a mode called Virginsmodv0.3 (link is at About multitouch thread).
    That person seems that he have achieved overclocking without any change in voltage + attended to decrease lower freqs voltage.
    I couldn't grasp alot of information through Google Translation, but you might want to contact him.
    I know, but I don't think he would just give me the patched files
    Now I've got a clue about it's logic, and I know what should I do, the question is can I find a way to do it..

    I've updated the first post with a little more information I've just discovered, but now I'm sleeping and thinking until tomorrow.

    BTW Setting the divider to -1 is a bad idea, right? (That would be the simplest way, and it would result 800/2^-1 which is 800/0.5 which is 1GHz)
    Last edited by Xmister; 08-24-2010 at 04:28 AM.

  9. [translate]    #9
    Senior Member
    Join Date
    Jun 2010
    Location
    UK
    Posts
    308

    Default

    Quote Originally Posted by Xmister View Post
    I know, but I don't think he would just give me the patched files
    BTW Now I've got a clue about it's logic, and I know what should I do, the question is can I find a way to do it..
    I hope... we ALL hope! But...no pressure

    No, seriously though, no pressure, we are grateful for whatever you manage to do =]

  10. [translate]    #10
    Senior Member
    Join Date
    Aug 2010
    Location
    Memories
    Posts
    104

    Default

    Quote Originally Posted by Xmister View Post
    I know, but I don't think he would just give me the patched files
    His modded kernel still not finished, so yup I don't think he will release the patch until he finish it.
    Asking also doesn't hurt.

    Quote Originally Posted by Xmister View Post
    BTW Setting the divider to -1 is a bad idea, right? (That would be the simplest way, and it would result 800/2^-1 which is 800/0.5 which is 1GHz)
    I don't think you can set a negative value. However, replacing values seems its likely to work.
    btw, this reminds me of maemo.org - Talk people were trying to overclock n900's kernel. A lots of information in that thread (You might wanna check it in case you have a lots of free time)

    I'd recommend waiting for the french guy to post his patch, but be free to do whatever you want.

    Just before pressing post:
    Warning: Do whatever YOU think is right under YOUR own responsibility and NOT mine. As what I said could be WRONG.
    A friendly reminder - I needed to say that

Page 1 of 35 12311 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •