[Kernel][Apr 26] Perseus

Search This thread

AndreiLux

Senior Member
Jul 9, 2011
3,209
14,598
This is a direct port of my kernel on the international I9300 Galaxy S3 and sidekick to the international N7100/5 Note 2 kernels.

Recap of features:
  • CPU overclocking up to 1.8GHz and undervolting from 600mV to 1400mV.
  • GPU overclocking and undervolting.
  • GPU scaling reworked.
  • Screen sharpness and colour modifications.
  • Extended Pegasusq and improved Performance governors.
  • Removed Touch Booster and replaced with custom Flexrate mechanic.
  • Improved scheduler power management for improved idle residencies on auxiliary CPUs.
  • USB charging rate limit increased to 900mA.
  • Application for control of various settings.

This is supposed to be merely a proxy thread. Please refer to the N7100/5 thread for full changelogs, explanations, bug-reports and other issues. Kernel for specific device versions will be posted here.

This kernel is for the North American Verizon variant SCH-I605. Versions for other variants are found in their respective forums.

You obviously need to be unlocked with the "Suck it Verizon" bootloader/IROM unlock method before flashing this. I will not be responsible if you break your device by screwing up anything related to that.
 

Attachments

  • Perseus-alpha36.3-i605.tar
    6.2 MB · Views: 1,151
  • Perseus-alpha36.3-i605-CWM.zip
    6.3 MB · Views: 3,737
Last edited:

AndreiLux

Senior Member
Jul 9, 2011
3,209
14,598
Freaking awesome. Thank you for posting this.

Any known bugs/issues we should be aware of?
You let me know if there's something wrong. Now before things go down the same way as the other US variants, I implore everybody please read in the international N2 thread linked above for information about the kernel and the newest additions or if there's something wrong, it will always be more up to date than the proxy threads.
 

gundal

Senior Member
Aug 10, 2010
525
313
VancouverIsland
STWEAKS PROFILES! and proper bootloop fix.

Alright! now that Perseus Kernel .28 is out we have a new added feature that lets us implement override profiles!

What does this mean?
Well now this UNCHECK SET ON BOOT zip will actually just update your current default.profile and uncheck the set on boot options.
Which makes it the best fix for a bootloop, because you can then go back in to your old settings that failed and modify them.

I also am going to be generating 5 profiles. (will edit this post)
Each more aggressive overclocking and undervolting.
For people who are unsure of how to do do this properly with Stweaks,
You can just flash any of my profiles.
I recommend you download them all start at 5 and flash, if you bootloop or crash move up a profile until your stable!

Profile 5G is the one I run everyday (and is the lowest values for voltages)
It also is 200-1800 mhz overclocked and gpu 160-640 mhz
My custom governor tweaks (I believe the cpu is too aggressive and also the cores dont respond as much as id like to see them responding, 1 core on idle, 4 cores when needed.)

Profile 5 is the one I run everyday (and is the lowest values for voltages)
It also is 200-1800 mhz overclocked and gpu 160-640 mhz
STOCK governor settings

Profile 4 is slightly less aggressive on the voltages
200-1800 mhz 160-640

Profile 3 is slightly less aggressive on the voltage curve
200-1800mhz 160-533

Profile 2 is slightly less aggressive on the voltage curve
200-1600mhz 160-533

Profile 1 is slightly less aggressive on the voltage curve
200-1600mhz 160-533

Profile 0 is the DEFAULT profile the kernel came with. (it just deletes your profile and rebuilds it so its safe for all versions inlcuding S3-i9000)


EDIT: I have also included a zip with just the governor tweaks, these will not alter your voltages on cpu/gpu and will not change your max cpu

custom governor tweaks detailed below:
here is my logic

defaults parameter mine
30000 sampling rate 20000
82 up threshold 90
5 down diff 10
40% thres for response 81
1200 freq for fast down 1600
95 up thres fast down 98
37 up step 18
6 splice amount 4
13 down diff 8

With the default settings when the load is measured if the cpu load is over 82% off current freq step it will scale up.
New logic added in perseus .27 now gives us 3 up steps instead of just a fixed one.
so your cpu will step up more aggressively based on how much above the threshold it is, not just if its over, this is
great.

Right now, if we are coming in with a
load of 83%-88% we increase freq by 300mHz
if we are 89-94% we increase freq by 400 mHz and
if we are 94-100% then we increase freq by 700 mHz.
This is too fast for me.
For a few reasons the main one being that the amount we jump has gone up because our max cpu is 1800 instead of 1600 (at 1600 the jump ups are 200,300,600mhz)

The logic I use on my N2 is as follows:
Load of 90-94 = 100 mhz jump
load of 95-98 = 200 mhz jump
load of 99-100 = 400 mhz jump

The responsiveness of the phone is not compromised at all, the cpu just steps up less and only when it has really high loads(keep in mind the load is calculated every 20000 microseconds or 50 times in one second.)
It still gets to 1800 and does many operations there, but it comes out of 1800 fast and when it jumps down it jumps down further.
The fastdown has been upped from 1200 to 1600 , meaning it now requires 98% or higher load to jump up when above 1600 mhz not 1200 mhz, I found that the CPU was always in 1800 or like way lower,
never in the 1700 - 1200 range as it used to need 95% load to be in that range.
The cores hotplug has been slightly changed to turn off cores quicker when not in use and takes more samples to turn them on so they only turn on if load exists for longer duration of time.

PLEASE NOTE
Flashing any of these zips OTHER THEN THE UNCHECK SET ON BOOT will REMOVE your STWEAKS settings and replace them with the profile. PLEASE back up your profile if you want to save it.
Where is it?
/data/.perseus/default.profile << back this guy up. rename to default.profile2 works. or copy to sdcard.


Due to the way that these changes are applied (at initial boot) it will take longer then usual before beginning to display the boot animation for the first boot after changing profile.
This also means that you cannot flash 2 of these files in one boot, for example profile 3 and the governor tweaks.
You would need to flash the governor tweaks or the profile first and then reboot, and then flash the other.
 

Attachments

  • PERSEUS_GUNDAL_PROFILE0.zip
    122.6 KB · Views: 686
  • PERSEUS_GUNDAL_PROFILE1.zip
    123 KB · Views: 461
  • PERSEUS_GUNDAL_PROFILE2.zip
    123 KB · Views: 465
  • PERSEUS_GUNDAL_PROFILE3.zip
    123 KB · Views: 524
  • PERSEUS_GUNDAL_PROFILE4.zip
    123 KB · Views: 724
  • PERSEUS_GUNDAL_PROFILE5.zip
    123.1 KB · Views: 995
  • PERSEUS_GUNDAL_PROFILE5G.zip
    123.5 KB · Views: 1,511
  • PERSUES_GUNDAL_GOVENOR_TWEAKS.zip
    123.5 KB · Views: 833
  • STWEAKS_UNCHECK_SET_ON_BOOT.zip
    122.8 KB · Views: 821
Last edited:

blackbass595

Senior Member
Dec 9, 2008
754
189
So many questions...umm so we can flash governor and a profile at the same time.? What is the tweaks file for?
 

blackbass595

Senior Member
Dec 9, 2008
754
189
Or would you flash the governor and the uncheck boot file then go back and flash a profile? What is the original setrtjng without a profile ?.....okay I think i got it. I just need to flash the kernel (the zip file) and start with profile 5. (Can I flash at the same time)

Then if there's problems I can flash the uncheck at boot file so it'll revert and I can make the changes? That about right.
 
Last edited:

kwkw480

Senior Member
Sep 18, 2009
521
217
Dear OP,

Thank you very much for bringing this to us. Is this kernel also compatible with CM10?
 

gundal

Senior Member
Aug 10, 2010
525
313
VancouverIsland
Or would you flash the governor and the uncheck boot file then go back and flash a profile? What is the original setrtjng without a profile ?.....okay I think i got it. I just need to flash the kernel (the zip file) and start with profile 5. (Can I flash at the same time)

Then if there's problems I can flash the uncheck at boot file so it'll revert and I can make the changes? That about right.

You got it bro.
First kernel. Then 5. Have th others in hand. If 5 won't work for you you will be boot looped. The uncheck set on boot will save your ads then reboot. Then flash 4 etc until you are stable. Only one profile per boot flashing more just overrides your last change. The profile is applied at kernel boot

Sent from my SGH-I317 using xda app-developers app
 

blackbass595

Senior Member
Dec 9, 2008
754
189
You got it bro.
First kernel. Then 5. Have th others in hand. If 5 won't work for you you will be boot looped. The uncheck set on boot will save your ads then reboot. Then flash 4 etc until you are stable. Only one profile per boot flashing more just overrides your last change. The profile is applied at kernel boot

Sent from my SGH-I317 using xda app-developers app

Cool but can I do kernel and profile "x" at the same time?

And I hate to be "captain questions" here but what is the tweaks zip? Is that like an app it installs or a script or what?
 
Last edited:

droidstyle

Inactive Recognized Contributor
May 7, 2011
6,471
3,604
Fort Wayne
I just flashed the kernel only, rebooted, opened up STweaks from app drawer, set min to 300mhz, set max OC to 1800mhz, set gpu to 640mhz, and left the other settings stock for the time being. I gained 2500 points running antutu benchmark. 17200 stock, 19600 with flux kernel. Seems rock solid so far...need a couple days to see how battery life is with that much OC, but its SMOOTH!
 

gundal

Senior Member
Aug 10, 2010
525
313
VancouverIsland
Cool but can I do kernel and profile "x" at the same time?

Yup jut do kernel first. Then 5g which will do gov tweaks and cpu gpu oc uv to the most aggressive voltage curve. If it Boot loops just flash 4 and continue
Also the set on boot uncheck is only needed if you want to retain your profile that caused a boot loop so you can adjust it
Sent from my SGH-I317 using xda app-developers app
 

nnnnr14

Senior Member
Apr 19, 2012
1,458
244
Lagrange
www.youtube.com
I just flashed the kernel only, rebooted, opened up STweaks from app drawer, set OC to 1800mhz, set gpu to 640mhz, and left the other settings stock for the time being. I gained 2500 points running antutu benchmark. 17200 stock, 19600 with flux kernel.

What's flux? Or did you mean lux?

Sent from my unlocked, and overclocked Galaxy Note 2 running bean's rom
 

Top Liked Posts

  • There are no posts matching your filters.
  • 112
    This is a direct port of my kernel on the international I9300 Galaxy S3 and sidekick to the international N7100/5 Note 2 kernels.

    Recap of features:
    • CPU overclocking up to 1.8GHz and undervolting from 600mV to 1400mV.
    • GPU overclocking and undervolting.
    • GPU scaling reworked.
    • Screen sharpness and colour modifications.
    • Extended Pegasusq and improved Performance governors.
    • Removed Touch Booster and replaced with custom Flexrate mechanic.
    • Improved scheduler power management for improved idle residencies on auxiliary CPUs.
    • USB charging rate limit increased to 900mA.
    • Application for control of various settings.

    This is supposed to be merely a proxy thread. Please refer to the N7100/5 thread for full changelogs, explanations, bug-reports and other issues. Kernel for specific device versions will be posted here.

    This kernel is for the North American Verizon variant SCH-I605. Versions for other variants are found in their respective forums.

    You obviously need to be unlocked with the "Suck it Verizon" bootloader/IROM unlock method before flashing this. I will not be responsible if you break your device by screwing up anything related to that.
    36
    STWEAKS PROFILES! and proper bootloop fix.

    Alright! now that Perseus Kernel .28 is out we have a new added feature that lets us implement override profiles!

    What does this mean?
    Well now this UNCHECK SET ON BOOT zip will actually just update your current default.profile and uncheck the set on boot options.
    Which makes it the best fix for a bootloop, because you can then go back in to your old settings that failed and modify them.

    I also am going to be generating 5 profiles. (will edit this post)
    Each more aggressive overclocking and undervolting.
    For people who are unsure of how to do do this properly with Stweaks,
    You can just flash any of my profiles.
    I recommend you download them all start at 5 and flash, if you bootloop or crash move up a profile until your stable!

    Profile 5G is the one I run everyday (and is the lowest values for voltages)
    It also is 200-1800 mhz overclocked and gpu 160-640 mhz
    My custom governor tweaks (I believe the cpu is too aggressive and also the cores dont respond as much as id like to see them responding, 1 core on idle, 4 cores when needed.)

    Profile 5 is the one I run everyday (and is the lowest values for voltages)
    It also is 200-1800 mhz overclocked and gpu 160-640 mhz
    STOCK governor settings

    Profile 4 is slightly less aggressive on the voltages
    200-1800 mhz 160-640

    Profile 3 is slightly less aggressive on the voltage curve
    200-1800mhz 160-533

    Profile 2 is slightly less aggressive on the voltage curve
    200-1600mhz 160-533

    Profile 1 is slightly less aggressive on the voltage curve
    200-1600mhz 160-533

    Profile 0 is the DEFAULT profile the kernel came with. (it just deletes your profile and rebuilds it so its safe for all versions inlcuding S3-i9000)


    EDIT: I have also included a zip with just the governor tweaks, these will not alter your voltages on cpu/gpu and will not change your max cpu

    custom governor tweaks detailed below:
    here is my logic

    defaults parameter mine
    30000 sampling rate 20000
    82 up threshold 90
    5 down diff 10
    40% thres for response 81
    1200 freq for fast down 1600
    95 up thres fast down 98
    37 up step 18
    6 splice amount 4
    13 down diff 8

    With the default settings when the load is measured if the cpu load is over 82% off current freq step it will scale up.
    New logic added in perseus .27 now gives us 3 up steps instead of just a fixed one.
    so your cpu will step up more aggressively based on how much above the threshold it is, not just if its over, this is
    great.

    Right now, if we are coming in with a
    load of 83%-88% we increase freq by 300mHz
    if we are 89-94% we increase freq by 400 mHz and
    if we are 94-100% then we increase freq by 700 mHz.
    This is too fast for me.
    For a few reasons the main one being that the amount we jump has gone up because our max cpu is 1800 instead of 1600 (at 1600 the jump ups are 200,300,600mhz)

    The logic I use on my N2 is as follows:
    Load of 90-94 = 100 mhz jump
    load of 95-98 = 200 mhz jump
    load of 99-100 = 400 mhz jump

    The responsiveness of the phone is not compromised at all, the cpu just steps up less and only when it has really high loads(keep in mind the load is calculated every 20000 microseconds or 50 times in one second.)
    It still gets to 1800 and does many operations there, but it comes out of 1800 fast and when it jumps down it jumps down further.
    The fastdown has been upped from 1200 to 1600 , meaning it now requires 98% or higher load to jump up when above 1600 mhz not 1200 mhz, I found that the CPU was always in 1800 or like way lower,
    never in the 1700 - 1200 range as it used to need 95% load to be in that range.
    The cores hotplug has been slightly changed to turn off cores quicker when not in use and takes more samples to turn them on so they only turn on if load exists for longer duration of time.

    PLEASE NOTE
    Flashing any of these zips OTHER THEN THE UNCHECK SET ON BOOT will REMOVE your STWEAKS settings and replace them with the profile. PLEASE back up your profile if you want to save it.
    Where is it?
    /data/.perseus/default.profile << back this guy up. rename to default.profile2 works. or copy to sdcard.


    Due to the way that these changes are applied (at initial boot) it will take longer then usual before beginning to display the boot animation for the first boot after changing profile.
    This also means that you cannot flash 2 of these files in one boot, for example profile 3 and the governor tweaks.
    You would need to flash the governor tweaks or the profile first and then reboot, and then flash the other.
    10
    Still unstable phone turnes off automatically and is embarrassing get it stuff together

    I'd recommend an iPhone.

    Sent from my SCH-I605 using Tapatalk 2
    7
    How did half of you even manage to unlock the bootloader? I understand some may be uninformed and unfamiliar with the phone or Samsung but then please just read the original thread and the guides in the international forum.

    And please stop flashing profiles blindly without even having tried the stock settings or having a lack of understanding what those changes do. I'm not a baboon mis-configuring the kernel with idiotic settings.

    I'll answer in the main thread if there are some serious questions...
    5
    I just received a PM from a member with a postcount of two which massively pissed me off; and I'll paraphrase the content of it since it's against rules to post PMs:
    Some guy said:
    - Telling me the kernel crashes on his phone in "embarrassing" moments and telling me that he has given up on me and that I should get my stuff together.
    And my reply which also counts as a little open-letter:
    I don't know who you are and I have never received any kind of kernel log of you from such crashes; if you are not capable of reading the threads and providing any kind of actual technical feedback on the topic, back off. So with that in mind I ask you to go **** yourself with such PMs and please also stay off the kernel.

    The arrogance, stupidity and sheer ignorance I've met here from members of the North American variants Sprint, Verizon, AT&T, and T-Mobile are magnitudes beyond what we have on the international S3 or N2 forums and it frankly just baffles me. I already stopped replying in these threads here mostly as it's just too annoying.

    There's no point in this post other than letting steam off and just a big finger-raiser to people with such attitudes.