What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[KERNEL] Kernel (deprimed_test) - Break It If You Can

what exactly is the difference between the primed script and the overclock script?
they both make ulv 250-900 mhz correct?

Yes they both do the same thing with one key difference. overclock goes back to default after reboot while primed survives a reboot.

The 20overclock file that is created with "primed" can be edited as well, allowing for additional customization that will load at boot.

Ahhh, that would explain why my phone kept reverting to 900mhz when i swapped batteries. thanks for the info guys.
 
I'm no scripter, not good enough. I was using the link2sd app and it creates the script for me, per se. It says mounting script cannot be created so I restarted the app and tried mounting each partition individually to no avail. I reflashed #12 and all is well but I was unable with the most recent release.

Sent from my Droid using DroidForums App

Link2sd creates a /etc/init.d/11link2sd startup script, you should be able to get away with editing that file and changing it to read:

Code:
umount /sd-ext
modprobe ext4
mount -t ext4 /dev/block/mmcblk0p2 /data/sdext2

Then reboot and hope for the best :)

The ext4 module can load ext2/3 partitions, I use it because there is an issue with the ext2/3 driver that cause marked CPU usage while idle.

prime ... I am using the native a2sd-ext that comes with cm7. Don't really have any complaints, except that i have to reboot multiple time, some of the time, to get my sd-ext to laod files. it causes issues with widgets and programs that were moved to ext. I am interested in using the ext4 module instead of the ext3 module. Not a really linux guy (yet) but i can i get the native a2ext to use ext4 to load my ext3 sd-ext
 
So I edited my daily script a bit because ie never run my phone at 1100 mhz, here is the updated test script. Can you guys let me know how your phone works in terms of responiveness and heat? Thanks

echo "82" > /proc/overclock/max_vsel
echo "1200000" > /proc/overclock/max_rate

echo "6 250000" > /proc/overclock/freq_table
echo "1 250000000 34" > /proc/overclock/mpu_opps

echo "5 450000" > /proc/overclock/freq_table
echo "2 450000000 38" > /proc/overclock/mpu_opps

echo "4 600000" > /proc/overclock/freq_table
echo "3 600000000 56" > /proc/overclock/mpu_opps

echo "3 800000" > /proc/overclock/freq_table
echo "4 800000000 58" > /proc/overclock/mpu_opps

echo "2 900000" > /proc/overclock/freq_table
echo "5 900000000 60" > /proc/overclock/mpu_opps

echo "1 1000000" > /proc/overclock/freq_table
echo "6 1000000000 68" > /proc/overclock/mpu_opps

Sent from my Droid using Tapatalk
 
So I edited my daily script a bit because ie never run my phone at 1100 mhz, here is the updated test script. Can you guys let me know how your phone works in terms of responiveness and heat? Thanks

echo "82" > /proc/overclock/max_vsel
echo "1200000" > /proc/overclock/max_rate

echo "6 250000" > /proc/overclock/freq_table
echo "1 250000000 34" > /proc/overclock/mpu_opps

echo "5 450000" > /proc/overclock/freq_table
echo "2 450000000 38" > /proc/overclock/mpu_opps

echo "4 600000" > /proc/overclock/freq_table
echo "3 600000000 56" > /proc/overclock/mpu_opps

echo "3 800000" > /proc/overclock/freq_table
echo "4 800000000 58" > /proc/overclock/mpu_opps

echo "2 900000" > /proc/overclock/freq_table
echo "5 900000000 60" > /proc/overclock/mpu_opps

echo "1 1000000" > /proc/overclock/freq_table
echo "6 1000000000 68" > /proc/overclock/mpu_opps

Sent from my Droid using Tapatalk

Please don't post your scripts in this particular thread, I don't want to be associated with any third party overclock scripts.

Meaning I don't want to be responsible for a burnt out Droid CPU, people get confused about who wrote what.

I never go or recommend going over 71 on vsel.

Please take no offense, none is meant and I say this with a friendly tone.
 
Phone overheats way to much when you're at the vsels you've recomended or used but ok I. Understand and won't post anymore scripts.

Thanks for you're great kernels

Sent from my Droid using Tapatalk
 
Last edited:
Prime, the script you gave me for the apps2sd worked perfectly several times. Thank you so very much for your help. Love the work man, great kernels, fast responses to issues. Thank you very much again.
 
Phone overheats way to much when you're at the vsels you've recomended or used but ok I. Understand and won't post anymore scripts.

Thanks for you're great kernels

Sent from my Droid using Tapatalk

I wasn't saying don't post your modified scripts, just create a different thread. I'm happy to post answers to questions in a separate thread.

I understand all devices can't do well with ULV, its why the kernel is SV.
 
And I was saying I wouldn't post them in this thread and understand why. No worries. Again, your kernel has been running flawlessly

Sent from my Droid using Tapatalk
 
And I was saying I wouldn't post them in this thread and understand why. No worries. Again, your kernel has been running flawlessly

Sent from my Droid using Tapatalk

I appreciate it afallucco. Your device doesn't rapidly (say 2 minutes) get to °50C+ when running @ 1200mhz with your preferred vsel value under a load?
 
I'm no scripter, not good enough. I was using the link2sd app and it creates the script for me, per se. It says mounting script cannot be created so I restarted the app and tried mounting each partition individually to no avail. I reflashed #12 and all is well but I was unable with the most recent release.

Sent from my Droid using DroidForums App

Link2sd creates a /etc/init.d/11link2sd startup script, you should be able to get away with editing that file and changing it to read:

Code:
umount /sd-ext
modprobe ext4
mount -t ext4 /dev/block/mmcblk0p2 /data/sdext2

Then reboot and hope for the best :)

The ext4 module can load ext2/3 partitions, I use it because there is an issue with the ext2/3 driver that cause marked CPU usage while idle.

prime ... I am using the native a2sd-ext that comes with cm7. Don't really have any complaints, except that i have to reboot multiple time, some of the time, to get my sd-ext to laod files. it causes issues with widgets and programs that were moved to ext. I am interested in using the ext4 module instead of the ext3 module. Not a really linux guy (yet) but i can i get the native a2ext to use ext4 to load my ext3 sd-ext

Replace /etc/init.d/05mountsd with this:

http://db.tt/Ra4yRER
 
Love the "update_deprimed" script! :)

Thanks, I'm fairly certain my kernel is the only one capable of this.

It was tricky figuring out exactly how CWR functioned without looking at the source...I like challenges.
 
It's going to be a slow week likely, it's spring break and I have three kids @home.

Just an update on what to expect this week, maybe I can finally work on my overclock app more.. or primed... or.. chameleon.
 
And I was saying I wouldn't post them in this thread and understand why. No worries. Again, your kernel has been running flawlessly

Sent from my Droid using Tapatalk

I appreciate it afallucco. Your device doesn't rapidly (say 2 minutes) get to °50C+ when running @ 1200mhz with your preferred vsel value under a load?

Doesn't matter what vsel I've had it at it'll run up that high under at 1200 which is why I normally don't go over 1000. The lowest most stable vsel that keeps the phone cool at 1200 is 78. Took about 5 minutes to run the cpu to 50c with a setcpu stress test. But that's why I'm testing because I've found 78 works well and its lower then the common ones.

Sent from my Droid using Tapatalk
 
Hey prime, just a thought, I know people can edit their 20overclock files however they like, but maybe you could add some kind of "half primed" script for your recommended LV values for those whose phones want to burst into flames on ULV... if you have the time of course

EDIT - For the record my phone has been fine since the discussions we had in PM about it, but I have more free time to tinker than most since I'm freelance
 
Back
Top