[GSM/CDMA?] [CPU OPTIMIZATION] EternityProject cpufreq Hotplug Governor

Search This thread

lbroksle

Senior Member
Apr 15, 2011
121
24
Can someone upload the .ko file for me please. The links are down.

Sent from my DROID RAZR using xda premium
 

brex2040

Member
Dec 1, 2011
46
2
Should i use Script Manager to do this? Can you give a little more detail. I have never done this before, so i am really lost, sorry for being a pain.
 

HSD-Pilot

Senior Member
Jan 22, 2012
3,492
2,420
NRW
Google Pixel 6
Yes, you can download it in Store for free.
Put the. ko in data/local on System partition via Root Explorer. The Script is included in the package. Put it where you want and search it with Script Manager. Hit it, set SU & Boot (the little Quarters on top) and run it.

50bb6e08-b163-f842.jpg


If it's not working directly, than reboot your Device.

50bb6e08-b1c3-fca4.jpg
 
  • Like
Reactions: stylez

igorls1

Senior Member
Dec 26, 2008
70
16
Not working on LATAM ICS too. Here's the cmd log.

Code:
F:\Users\Administrator>adb shell
shell@umts_spyder:/ $ su
su

root@umts_spyder:/ # insmod /data/local/cpufreq_eprj_hotplug.ko
insmod /data/local/cpufreq_eprj_hotplug.ko
insmod: init_module '/data/local/cpufreq_eprj_hotplug.ko' failed (Exec format error)

255|root@umts_spyder:/ # cat /proc/kallsyms | grep cpu_up

cat /proc/kallsyms | grep cpu_up
sh: grep: not found
write: Broken pipe

127|root@umts_spyder:/ #
 

kholk

Retired Recognized Developer
May 20, 2007
2,293
3,829
Torino
It can't work on ICS because it isn't compiled for the ICS kernel.

When the ICS source will be out, I will be able to compile it for the ICS kernel, but since then "another project" will be better, I don't think that you'll need this ;)


The EternityProject Team Manager & Main Developer,
--kholk
 
  • Like
Reactions: FrAsErTaG

BakaPhoenix

Senior Member
Jul 16, 2010
625
110
Roma
It can't work on ICS because it isn't compiled for the ICS kernel.

When the ICS source will be out, I will be able to compile it for the ICS kernel, but since then "another project" will be better, I don't think that you'll need this ;)


The EternityProject Team Manager & Main Developer,
--kholk

Will you be able to fuse the boostrap with the kexec? so we don't have to reboot to activate it
 

brex2040

Member
Dec 1, 2011
46
2
Yes, you can download it in Store for free.
Put the. ko in data/local on System partition via Root Explorer. The Script is included in the package. Put it where you want and search it with Script Manager. Hit it, set SU & Boot (the little Quarters on top) and run it.

50bb6e08-b163-f842.jpg


If it's not working directly, than reboot your Device.

50bb6e08-b1c3-fca4.jpg

When I do this. I get Syntax Error: word unexpected. Do you know what is going? i am trying to use the cpufrex_eprj_hotplug_ko. is this the right one?
 

Top Liked Posts

  • There are no posts matching your filters.
  • 5
    Welcome to the EternityProject DualCore Enhancement Thread!

    What do we have here?
    EternityPRJ_MCPU is a CPUFREQ governor that optimizes SMP doing a fast poweron/off of the second core.
    It will make your device to act more smoothly and faster in some conditions.


    How-To:
    After downloading and extracting the module archive...

    With ADB:
    Code:
    adb push cpufreq_eprj_hotplug.ko /data/local/
    adb shell
    su
    insmod /data/local/cpufreq_eprj_hotplug.ko
    exit
    exit

    Then use an Android app, like Script Manager, to autoload it everytime your device boots (optional) using this command (as root):
    Code:
    insmod /data/local/cpufreq_eprj_hotplug.ko


    For activating it, open SetCPU and select the "eternityprj_MCPmot_hotplug" governor.
    That's all.


    Download:
    Module: HERE
    Source: HERE


    Making it to work with every RAZR out there:
    If this won't work on your RAZR, please post the output of this command:
    Code:
    cat /proc/kallsyms | grep cpu_up
    ...and your ROM version. I'll make it to work for your RAZR, too :)


    The EternityProject Developer,
    -kholk
    2
    It's okay for me, obviously if you give credits!
    1
    Is there a way to use terminal emulator to do this from phone?

    Do the same commands you should do with adb shell, only thing is you need to put the module in /data/local in another way, e.g. cp /sdcard/Download/mymodule.ko /data/local/



    Benchmarks performance will be the same, it'll work only in real world operations as it will only hotplug and use the CPU1 faster.
    1
    Is there a way to use terminal emulator to do this from phone?

    Yes. Copy the file into /data/local using root explorer or the like.

    Then, with terminal emulator, just run the two lines of following 'adb shell' (su and insmod lines).

    Sent from my DROID RAZR using XDA App
    1
    So I should diff this against the original?

    I'm not being facetious; I think I'm still missing your commits here.

    Please don't upset one of the few devs that we have working on our cool phone. It would be great if you would like to join the ranks and build us some awesome mods.