Is there an app or one being worked on that will eun both cores at the same time? Thanks guys for ure help
Sent from my PG86100 using XDA App
I put out a modified kernel that enables the second core all of the time. You just can't use SetCPU or it will revert back to one core active/second core active on demand.
I appreciate it brother and you have been thanked. I see you said not to use Setcpu with this so is there another over clocking agent I can use? I want my phone as fast as can be and absolutely hate the fact it is dual core and does not use its full potential against the other duals out there.
Thanks again brother, so many **** post going around it is nice to see someone give a straight answer with no bs
Derek
sprintuser1977 said:
I appreciate it brother and you have been thanked. I see you said not to use Setcpu with this so is there another over clocking agent I can use? I want my phone as fast as can be and absolutely hate the fact it is dual core and does not use its full potential against the other duals out there.
Thanks again brother, so many **** post going around it is nice to see someone give a straight answer with no bs
Derek
Click to expand...
Click to collapse
I've been researching this myself, and the two best candidates that don't mess with the second care are: CPU Master/CPU Tuner.
I prefer CPU Tuner, but for some reason, it doesn't work correctly with my phone (it doesn't detect governors). Maybe it will with yours. 2.7.6 is the version that did work but it also had an issue where it would scale the CPU up to its max when you launch the app, which would cause my phone to reboot since it doesn't handle 1.836 GHz very well. It's up to 2.7.8 now and I've been exchanging emails with the dev on the issue. Hopefully it is resolved soon because it is a very very good app.
CPU Master is a bit more lightweight and a little less frills but it seems to do the job quite well most of the time. However, sometimes it does get confused on what profiles it should be using.
To be honest, you can pretty much use any kernel and with a simple script, enable the second core to run all the time. It doesn't necessarily need to be mine (since it's simply a modified stock kernel and doesn't support overclocking).
Once you settle on a kernel, I can provide the script or show you what needs to be done to enable the second core all the time.
I prefer to run bcb blend. Can u please provide me the script and a walkthrough to get this going? Thanks so much for your help bud
Sent from my PG86100 using XDA App
sprintuser1977 said:
I prefer to run bcb blend. Can u please provide me the script and a walkthrough to get this going? Thanks so much for your help bud
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
I wanted this as well, but I talked to Cayniarb he says it makes the phone worse. Then smokin tried to enable it for are aosp roms and he said it gave alot of issues and bugs. Honestly when I was using the dual core mod on Showdowns' rom, I didn't have a problem, with battery life or anything. Something may come up again in the future. I just want this beast to run like it should.
私の"DU4L C0R3 SH00T3Rは"³Dであなたを撃墜!トゥパックをねじ込みます 。
"AOSPのBACK!" ┌П┐[◣_◢]┌П┐
sprintuser1977 said:
I prefer to run bcb blend. Can u please provide me the script and a walkthrough to get this going? Thanks so much for your help bud
Sent from my PG86100 using XDA App
Click to expand...
Click to collapse
There are a number of ways to go about doing this:
ramdisk
init.d
init.post_boot.sh
But, the easiest fastest way to get this accomplished is to either upload and post your init.post_boot.sh file, which is located in /system/etc/, OR edit it manually yourself.
There are other ways but this file already exists, and has most of what you need in it and it gets executed at boot anyway.
Take note of the permissions set for this file, because they will need to be set back if you choose to edit outside of Android. You can also edit the file with Android's file editor if you use Root Explorer.
If you choose to edit it yourself and outside of Android, you will need to open the file with Notepad++ (Or whatever qualified editor you use) and add this in anywhere before the line "chown system /sys/devices/system/cpu/cpu0/online"
echo "1" > /sys/devices/system/cpu/cpu1/online
chmod 0444 /sys/devices/system/cpu/cpu1/online
echo "ondemand" > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
chmod 0644 /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
What this does is set the second core's online state to 1 (enabled) and the second line sets this value as read-only, so that the system can't disable its online state when it feels the second core is no longer needed. The third line sets the governor, and I assume you can use any governor that's available in the kernel. However, I'm not sure if both cores can have separate governors. Changing one may change the other. I haven't tested this myself, but sampling frequency and up-threshold works like this, so I assume governors may as well. The last line, if it has anything in common with the third, sets the governor so that you may infact change it with CPU Tuner (since it has the ability to control the second core as well as the first). This line may be obsolete and was only added in as a fail safe.
While you're in there, you can tune your cores even more (assuming you don't use anything like virtuous OC, CPU Tuner, ETC) and set the min and max values by adding this (there should already be something like this for the first core so you can go ahead and add this below that):
echo 192000 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
echo 192000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq
echo 594000 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
As a way to conserve battery life, I set the second core to run at half its max (stock kernel), This works fantastically for CPU Master, which only controls the first core, as you can have all your profiles set, without messing with the second core. (I've found that you can run the first core at 192MHz with the screen off/low battery while still maintaining minimal lag by setting the second core's max to 594MHz!)
Once you've edited the file, you can go ahead and push it back to your device (assuming you've edited it outside of android) and set the permissions back to what they were and reboot.
As always, if any of this is overwhelming, I'll be happy to edit the file for you.
To check whether or not your edits were successful, you can navigate with root explorer to /sys/devices/system/cpu1 and look for "online" which should have permissions of r--r--r-- You can view the file and see if "1" is in there, indicating that the second core is active. You can also use SystemPanel to check your CPU activity, which should show both cores active. As a legend, a grey pie chart means the second core isn't active, but they should both be green and actively being used.
Good luck!
Dude I really appreciate your help and I sincerely mean it. Thank you
Sent from the deep South in Ga
I hate to ask but can u edit the file for me? I am not too versed in this area
Sent from the deep South in Ga
I edited and did what you said. So far no issues....
Sent from the deep South in Ga
sprintuser1977 said:
Dude I really appreciate your help and I sincerely mean it. Thank you
Sent from the deep South in Ga
Click to expand...
Click to collapse
no problem!
sprintuser1977 said:
I hate to ask but can u edit the file for me? I am not too versed in this area
Sent from the deep South in Ga
Click to expand...
Click to collapse
sure
sprintuser1977 said:
I edited and did what you said. So far no issues....
Sent from the deep South in Ga
Click to expand...
Click to collapse
lol looks like you got a bit anxious. Glad its working
Its people like you why I come to xda. Willing to help people learn. You da man
Sent from the deep South in Ga
What about for aosp, I got kind of lost.
Edit: I PM'd freeza and he was a big help.
should be the same way, but if you don't have the file, you can create a init.d script
look in system/etc/init.d if there are any scripts there take one open it in notepadd++ delete all but the first line and insert the dual core line in. Then save the file as something different and push back to phone
Click to expand...
Click to collapse
私の"DU4L C0R3 SH00T3Rは"³Dであなたを撃墜!トゥパックをねじ込みます 。
"AOSPのBACK!" ┌П┐[◣_◢]┌П┐
Related
Hey whats up guy?
all this Temp-Root and ADB, and bat.file's, and what not is relatively new to me...seeing that ive never needed to use it previously, im kinda paying the ultimate price for it now LOL...So, yesterday i used "Wisefire's" Temp-Root method and it worked perfectly...but now im looking to use the OC bat.file that was included in the zip.....ive tried other method of Temp-Root and changed my uder variables and what not and my PC became a huge mess.....but with alot of help from the guys in that thread we got things worked out and i was able to run the bat.file just fine....now i seem to be getting the same error in the CMD and im not sure where to go from there to resolve the issue.....i keep getting a "NO SCRIPT OR DIRECTORY" error......ill attach a SS of the CMD and what it keeps giving me....if anyone can help me resolve this or maybe even stir my to a differ method of using SETCPU to OC my device, i'd be grateful for that.....thanks guys......i really appreciate it
I was having that exact same problem..i couldnt fig it out for nothing..i still dont know how i got it to work...i just tried extracting the overclock bat in the unzipped easy frevo file and when it asked to replace i said no and it send me back to the easy frevo file folder and i did process and it work..same thing worked with my wifes..so wierd..i dont know if ur using windows but u could try it..lol
EDIT ....I have heard problems with OC in yesterdays easy frevo..there is and updated one with frevo, OC, and bloat from today that one is one that worked for me
Helper
Ok lemmi take a shop at this.
1. Make sure you have the right .KO file! There is one for non-ota and phones that have takes the ota (over the air update)
This is the command I used and got it to work.
adb push 8x60_oc.ko /data/local/tmp/
adb shell insmod /data/local/tmp/8x60_oc.ko scpll_l_val=33 vdd_uv=1375000
Make sure to change the .ko name to the one you have. You can simply edit the .bat and use these lines.
Good luck hope it helps!
oc app.
could someone please tell me the best overclocking app.to use for my evo3d,i searched a couple but some had bad reviews or didnt even list the evo3d as being compatable.
thanks keith
Mondays suck!
krazykeith64 said:
could someone please tell me the best overclocking app.to use for my evo3d,i searched a couple but some had bad reviews or didnt even list the evo3d as being compatable.
thanks keith
Mondays suck!
Click to expand...
Click to collapse
Setcpu. Choose auto detect.
Locked & Loaded
thank u bro, I got it and so far works great, I have it on conservative, tomorrow I play around with it a bit and see what happens, besides auto detect does u our anyone else no the best settings to put it at?
Sent from my PG86100 using XDA Premium App
krazykeith64 said:
thank u bro, I got it and so far works great, I have it on conservative, tomorrow I play around with it a bit and see what happens, besides auto detect does u our anyone else no the best settings to put it at?
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
It's very device and "needs" specific. Everyone is different. If you're looking for the best battery life go as low as you can tolerate. If you're looking for speed crank it as high as you can without the phone locking up or getting sluggish, and play around with conservative/on demand governors. Avoid performance governor.
hockeyfamily737 said:
It's very device and "needs" specific. Everyone is different. If you're looking for the best battery life go as low as you can tolerate. If you're looking for speed crank it as high as you can without the phone locking up or getting sluggish, and play around with conservative/on demand governors. Avoid performance governor.
Click to expand...
Click to collapse
didnt know every evo3d device was so differant,website said perf.gov.could help but im taking ur advice instead,will play around with it today,im learning here,very new at this so thank u much for taking time to help me.
Keith
krazykeith64 said:
didnt know every evo3d device was so differant,website said perf.gov.could help but im taking ur advice instead,will play around with it today,im learning here,very new at this so thank u much for taking time to help me.
Keith
Click to expand...
Click to collapse
Performance governor just clocks your cpu @ the max wether needed or not and yeah the phones are all different. Well made, but still made by people and machines. So there's still some variance. I'm a phone geek by hobby but manufacturing specialist by trade lol. Anyways, glad to help.
krazykeith64 said:
thank u bro, I got it and so far works great, I have it on conservative, tomorrow I play around with it a bit and see what happens, besides auto detect does u our anyone else no the best settings to put it at?
Sent from my PG86100 using XDA Premium App
Click to expand...
Click to collapse
No prob man. Glad you got it worked out. Also if you plan on experimenting with the overclock and underclock make a mental note to be by a pc/laptop. I say this because if you go to high your phone could freeze and lock up requiring a battery pull this applys with the underclock as well. If it does freeze up and you have to do a battery pull it will mean reboot and you will loose root and have to do your choice of rerooting and reoverclocking. Also I'd recommend reading the overckock thread to look at some members experience with overckocking and underclocking to get a general idea of were to start. Well hope this helps.
Locked & Loaded
I had an earlier bat file that worked for rooting but the overclock wouldn't.
I took the working bat file and edited it. I then copied the first line (where it had cd) to the other bat file.
Worked great.
Sent from my PG86100 using Tapatalk
lost root
laie1472 said:
No prob man. Glad you got it worked out. Also if you plan on experimenting with the overclock and underclock make a mental note to be by a pc/laptop. I say this because if you go to high your phone could freeze and lock up requiring a battery pull this applys with the underclock as well. If it does freeze up and you have to do a battery pull it will mean reboot and you will loose root and have to do your choice of rerooting and reoverclocking. Also I'd recommend reading the overckock thread to look at some members experience with overckocking and underclocking to get a general idea of were to start. Well hope this helps.
Locked & Loaded
Click to expand...
Click to collapse
i did read them and the devs.setcpu website,set it to some profiles and charged overnight till 4am,went to work used the phone listened to my mp3 music(alot)got home bout 5:00p and still had 70%batt.left...think i done good,internet seems alittle faster too,thanks for the advice.
keith
hockeyfamily737 said:
Performance governor just clocks your cpu @ the max wether needed or not and yeah the phones are all different. Well made, but still made by people and machines. So there's still some variance. I'm a phone geek by hobby but manufacturing specialist by trade lol. Anyways, glad to help.
Click to expand...
Click to collapse
manufacturing specialist...cool job,heavy equipment operator/mechanic/welder here,and gadget nut...anyway did some configs and profiles,stayed away from performance gov like u said,went to work at 4am got home at 5p used phone internet listened to mp3 most of day and still had 70%batt left over...think i done ok for not knowin what im doin,lol,thanks amillion for ur time and advice,ur a big help,still gonna play with configs some more and see if i can get even better results from battery,phone didnt hang up or freeze at all.Gps got screwed up sayin i was in ny for weather when im in hillsborough nj,go outside and it says hills nj,came back in and says im in ny,lol,concluded its my airave interfering with gps,turned it off and I'm back home in hillsborough,will call airave tomorrow.
Called sprint and they reset my phone tryin to figure this out lost root and setcpu,had a heartattack,lol,but rerooted and everything was saved from the first root and setcpu so im back where i was.
u where a really big help my friend and i appriciate it.
keep in touch.
Keith
Idea for App:
Basically what I am looking for the app to do is incrementally raise the min and max settings for the CPU, change CPU governor to performance, and run stress test for 30 seconds to 1 minute. It would then repeat until all speeds are verified as good or the phone freezes or reboots. If either occurs then the app would tell the user the last speed that was stable. See here for what I posted in the Vipermod thread for more info of what I am talking about.
Is this possible? Has it already been made and I just can't find it?
qwerty017 said:
Idea for App:
Basically what I am looking for the app to do is incrementally raise the min and max settings for the CPU, change CPU governor to performance, and run stress test for 30 seconds to 1 minute. It would then repeat until all speeds are verified as good or the phone freezes or reboots. If either occurs then the app would tell the user the last speed that was stable. See here for what I posted in the Vipermod thread for more info of what I am talking about.
Is this possible? Has it already been made and I just can't find it?
Click to expand...
Click to collapse
stop being a cheapo and buy SetCPU... it has all that plus more. >.>
onl difference is you gotta step up... just do a native test per step... just because your phone can hit the frequency and survive doesnt mean that the CPU can have a load off with that step and then poof... . but yea... buy SetCPU, no more thread response.
Ok...?
Tilde88 said:
stop being a cheapo and buy SetCPU... it has all that plus more. >.>
onl difference is you gotta step up... just do a native test per step... just because your phone can hit the frequency and survive doesnt mean that the CPU can have a load off with that step and then poof... . but yea... buy SetCPU, no more thread response.
Click to expand...
Click to collapse
Ok. Not helpful at all but thanks, I guess. Already own SetCPU. Looking for something that will do it automatically like I initially said.
qwerty017 said:
Ok. Not helpful at all but thanks, I guess. Already own SetCPU. Looking for something that will do it automatically like I initially said.
Click to expand...
Click to collapse
really? you cant tell if your phone can run on a certain frequency by moving a slider while on performance governor? Good luck with finding any help.
Sigh...
Tilde88 said:
really? you cant tell if your phone can run on a certain frequency by moving a slider while on performance governor? Good luck with finding any help.
Click to expand...
Click to collapse
I was hoping you would at least do what you said and not reply to this thread anymore since you offer nothing. But since you can't I will explain. If you still don't understand then please follow your own advice.
I am requesting an app. Whether I can or cannot do the same thing with SetCPU is irrelevant. Not just me but a bunch of people are using the flashable overclock daemon for whatever the reason may be. I know I can manually change the settings to find out. I do not want to and I expect it is the same for others. Just as I use Battery Calibrator to remove the batterystats.bin file because it is easier to push a button and have it do the work, I want a program that will do what I am asking by just pushing a button rather than having to go through the terminal or install SetCPU.
qwerty017 said:
I was hoping you would at least do what you said and not reply to this thread anymore since you offer nothing. But since you can't I will explain. If you still don't understand then please follow your own advice.
I am requesting an app. Whether I can or cannot do the same thing with SetCPU is irrelevant. Not just me but a bunch of people are using the flashable overclock daemon for whatever the reason may be. I know I can manually change the settings to find out. I do not want to and I expect it is the same for others. Just as I use Battery Calibrator to remove the batterystats.bin file because it is easier to push a button and have it do the work, I want a program that will do what I am asking by just pushing a button rather than having to go through the terminal or install SetCPU.
Click to expand...
Click to collapse
yea i know what you mean... sorry, i really was being a bit of an ass now that i reread it. what you want is something to go to next step, benchmark, go to next step benchmark, and continue to do so until the phone cant handle it.
the problem is, [now this im not 100% but its an assumption], that the daemon is specifying a max value. So I can come up with two scenarios.
1.Though it isn't INSMOD (like the LoadableKernelModule) , it is defaulted on boot through init.d script. The only way to reload those scripts, would be to reboot. Perhaps a hot boot may work. So you would need the app to rewrite wake_max_freq, then reboot... then somehow test it (just a cpu load test app). the script would then need to change the default value to a higher one from a list [the one it just stepped up to], and then tell it if AndroidBoot=Fail to revert to last step (which it probably wont be able to do since the phone would lock on boot since you can default a frequency that is too high). Seems like alot of time to me...
2.I took too long to type this and forgot #2
i know it will eventually be done through a real OC'ing script ... but seriously... whats so bad about testing your device?i can test every step (starting at 192) in less than two minutes. Idk i may just be being a hardass since I find that a user should always test his labors. a computer can only say or show so much, your eyes and intuition cannot be processed.
Ok. Didn't realize it requires a reboot. From what it looked like to me it just read the 6 text files and ran it in real time. If it does require a reboot then I can see the problem you are talking about with having it boot loop every time it starts up after the bad setting is ran. Going to have to look some more into how the init.d is set up. Looks like I may just need to learn some shell scripting.
Sent from my PG86100 using Tapatalk
qwerty017 said:
Ok. Didn't realize it requires a reboot. From what it looked like to me it just read the 6 text files and ran it in real time. If it does require a reboot then I can see the problem you are talking about with having it boot loop every time it starts up after the bad setting is ran. Going to have to look some more into how the init.d is set up. Looks like I may just need to learn some shell scripting.
Sent from my PG86100 using Tapatalk
Click to expand...
Click to collapse
im just assuming not 100% so dont get your hopes down
28 August 2011
Alright I tried this out already. You just have to follow the instructions, and also don't use other memory apps like auto killer memory optinizer, or task killers like advanced task killer. It really makes your phone run more smoothly.
Simple instructions are in post #18 by molohov.
molohov said:
I just ran the script with Aggressive 2 settings (6, 8, 25, 30, 35, 35)
Very easy to apply and run. It's a little difficult to weave through Zepp's writing, but essentially it boils down to this:
1. Download V6_Supercharger_for_Android-update8.sh.txt (at the bottom of the first post) to the sdcard
2. Download Script Manager Market Link
3. Open Script Manager and open the .txt file you just downloaded. Make sure Run as Root is selected.
4. Pick one of the many presets!
5. Reboot
Have yet to do some more testing with the current preset, but I'm sure it'll be good
Click to expand...
Click to collapse
You need busybox 1.18.2 or lower for this script to work properly. Below is the Market link to busy box installer. Thank LibertyMonger for suggesting to me to add this into the OP!
https://market.android.com/details?id=com.jrummy.busybox.installer
In the script manager, its a little like using terminal or command prompt. Just load up the txt and run as root. They will ask you to choose your scrolling speed (just type 0 so the text appears fastest inside the script manager) so you have to tap the screen for the keyboard to appear. You need the on screen keyboard to choose the presets too. Just choose one of them. I chose option 2 (aggressive setting 2) and currently my phone feels very fast.
ive found a video tutorial on how to install this script on youtube. http://www.youtube.com/watch?v=WADt5tK6Ths
Issues:
(PM me or leave a reply so I can put them here and warn the others not to use unsuitable presets)
------------------------
21 August 2011
hi guys, i saw this supercharger on a lg optimus one subforum. claims it works on all android phones.
it says
"What's it do?
It makes your phone FAST... super snappy with better multitasking!
It rearranges and fixes the OOM Groupings and Priorites and lowmemorykiller values.
So basically, it's a COMPLETE MEMORY MANAGEMENT FIX!
It's the ONLY one of it's kind "
heres the link http://forum.xda-developers.com/showthread.php?t=991276
dont know whether it will work or whether it will give us much improvement to our phone. any one?
eejin2 said:
hi guys, i saw this supercharger on a lg optimus one subforum. claims it works on all android phones.
it says
"What's it do?
It makes your phone FAST... super snappy with better multitasking!
It rearranges and fixes the OOM Groupings and Priorites and lowmemorykiller values.
So basically, it's a COMPLETE MEMORY MANAGEMENT FIX!
It's the ONLY one of it's kind "
heres the link http://forum.xda-developers.com/showthread.php?t=991276
dont know whether it will work or whether it will give us much improvement to our phone. any one?
Click to expand...
Click to collapse
Im thinking of giving this a try. It also has an androidiani recovery zip. Hmm...
Looks great. Anyone tried yet?
Sent from my MilestoneXT720 using XDA App
I'll have look when i get home, sounds promising though.
But even better is if one of our devs check this out to really see what's up..
Sent from my XT720 [MZ - CM 6.3.0]
You just as well use minmod open recovery it has a very similer memory managment.
Sent from my XT720 using XDA Premium App
mchlbenner said:
You just as well use minmod open recovery it has a very similer memory managment.
Sent from my XT720 using XDA Premium App
Click to expand...
Click to collapse
I suggest you read the OP, it specifically says that it is NOT the same as minmod, minfree, auto killer or all that..
JiroPrinz8 said:
I'll have look when i get home, sounds promising though.
But even better is if one of our devs check this out to really see what's up..
Sent from my XT720 [MZ - CM 6.3.0]
Click to expand...
Click to collapse
so how's it? does it work?
edit
wait i just saw that they talked only about gingerbread, and the linked tutorial said too that it was only for cm7 (he might have wanted everyone to play safe and not risk screwing up their phone)... anyone tried this yet?
It says for Milestone only, so does that mean what it says? For milestone only? We have the Xt720 (well I'm sure you know that lol)
Yeah and you're right eejin2 looks like it's for CM7. So maybe if we get CM7 then it won't be for milestone only
But while on the subject of speed, with the Special's governors fixed and overclocked at 1200, wow dude it's super fast! don't think this is even needed! lol
haha. yeah its fast of course.. but im currently on cm6.3 and im very satisfied. not a single hang since i flashed 6.1.2. only overclocked at 900, and underclocked at 500 sometimes. never had to do a battery pull at all. wont long term running overclocked at 1200mah damage your processer?
eejin2 said:
haha. yeah its fast of course.. but im currently on cm6.3 and im very satisfied. not a single hang since i flashed 6.1.2. only overclocked at 900, and underclocked at 500 sometimes. never had to do a battery pull at all. wont long term running overclocked at 1200mah damage your processer?
Click to expand...
Click to collapse
Long term heat will damage your processor. Obviously if OC'd at 1200 and running intensive apps, your temp will shoot up. SetCPU or any other profile mgr has profiles to ramp up or down you CPU speed accordingly. I have run 1100/74 sinceI first installed MSOC but I have SetCPU profiles to throttle it back when I don't need that much power and speed.
Woodrube said:
Long term heat will damage your processor. Obviously if OC'd at 1200 and running intensive apps, your temp will shoot up. SetCPU or any other profile mgr has profiles to ramp up or down you CPU speed accordingly. I have run 1100/74 sinceI first installed MSOC but I have SetCPU profiles to throttle it back when I don't need that much power and speed.
Click to expand...
Click to collapse
Yeah I use setcpu as well but only for temperature. I let it run natural otherwise. But like i said, I have been on so many ROM's and I like to put them to the test so I have been at 1200 since march for the most part and never have any overheat issues. No reboots. And if it does burn up I have a year and a half left on my warranty lol. CBW gives 2 year warranties. I don't need it clocked that high, it will run well at 800, I just like to put it to the test. And being at 1200 on the special now has made the biggest difference out of all that I have tried. But of course haven't tried it long enough to really compare with cm6.
Seems like 1200 since march is pretty much long term lol. My phone is still like new!
Anyone tried this yet? Any comments?
Sent from my MilestoneXT720 using XDA App
It works very well with phones having limited memory. Must try. Zepp is good.
Sent from my GT-I9100 using Tapatalk
sileshn said:
It works very well with phones having limited memory. Must try. Zepp is good.
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
isnt it for gingerbread only? i read it in the post...
eejin2 said:
isnt it for gingerbread only? i read it in the post...
Click to expand...
Click to collapse
No. It is for a variety of phones with different OS. He started of by creating it for the milestone and then made it universal.
Sent from my GT-I9100 using Tapatalk
so is it 100% safe to use it on our phone? im currently on cm6.3.
eejin2 said:
so is it 100% safe to use it on our phone? im currently on cm6.3.
Click to expand...
Click to collapse
Backup and try. You can even undo its effects as it backs up the files it modifies. Ask Zepp about the best settings for your phone by giving your phone details.
Sent from my GT-I9100 using Tapatalk
I just ran the script with Aggressive 2 settings (6, 8, 25, 30, 35, 35)
Very easy to apply and run. It's a little difficult to weave through Zepp's writing, but essentially it boils down to this:
1. Download V6_Supercharger_for_Android-update8.sh.txt (at the bottom of the first post) to the sdcard
2. Download Script Manager Market Link
3. Open Script Manager and open the .txt file you just downloaded. Make sure Run as Root is selected.
4. Pick one of the many presets!
5. Reboot
Have yet to do some more testing with the current preset, but I'm sure it'll be good
Running the multi-tasking option (no.7); for me it is quite smooth but will wait and see.
I saw it long time ago but never had the confidence in trying this out
MilestoneXT720 - CM 6.3.0 by MZ
molohov said:
I just ran the script with Aggressive 2 settings (6, 8, 25, 30, 35, 35)
Very easy to apply and run. It's a little difficult to weave through Zepp's writing, but essentially it boils down to this:
1. Download V6_Supercharger_for_Android-update8.sh.txt (at the bottom of the first post) to the sdcard
2. Download Script Manager Market Link
3. Open Script Manager and open the .txt file you just downloaded. Make sure Run as Root is selected.
4. Pick one of the many presets!
5. Reboot
Have yet to do some more testing with the current preset, but I'm sure it'll be good
Click to expand...
Click to collapse
Wow thanks man, you made it seem much easier than the original post! lol. Very useful bro thanks again
if you go to /system/etc/init.d/ you will find S00tweaks
make sure that this is running on boot and as root. now open it up. scroll 1/2 way down until you see the section "Tweaking CPU freq and governor..."
in the 4th and 5th if blocks you should see something about echoing the value of 456000 to /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq and /sys/devices/system/cpu/cpu1/cpufreq/scaling_min_freq change that value to 216000
i was just looking around the system and found this script and didnt remember installing it so i opened it and read it. for some reason the governor is ondemand but doesnt have the min cpu freq set to the actual minimum frequency. im not sure if this will save battery since i just did it a few minutes ago but i see no reason to not have the min freq on an ondemand governor not be the minimum speed. so for everyone running eclipse .5 when your cpu has been idle its been running at a faster speed than it has to
Cool. If this script is in the system/etc/init.d folder doesnt it automatically run on boot?
If so can we just use a text editor and change these values or does it need to be done using script manager? I was under the assumption that since the init.d hack we no longer needed to use script manager to run as root and on boot. That as long as the script was in the init.d folder it would be run at boot.
Please correct me if I am wrong.
Also thank you for posting these values, I had attempted after Nitro referenced it in the OP this using the text editor but wasn't sure it was actually working.
I believe nitro has baked this script in to his rom. This is one of the reasons the phone runs so much faster and smoother, at the cost of battery consumption of course. But, by setting the min freq of the processor to 456, this helps the phone wake up faster and with the removed bloat and lack of blur, there is nothing in its way to cause the OS to run low on memory and possibly lock up and cause a reboot/give cause for a battery pull....
Somebody correct me if I am mistaken or am assuming anything here....
jeremy46er said:
Cool. If this script is in the system/etc/init.d folder doesnt it automatically run on boot?
If so can we just use a text editor and change these values or does it need to be done using script manager? I was under the assumption that since the init.d hack we no longer needed to use script manager to run as root and on boot. That as long as the script was in the init.d folder it would be run at boot.
Please correct me if I am wrong.
Also thank you for posting these values, I had attempted after Nitro referenced it in the OP this using the text editor but wasn't sure it was actually working.
Click to expand...
Click to collapse
oh yeah i forgot about the 2nd init.d running anything in there i guess i can take them off of run on boot now
DAG425 said:
I believe nitro has baked this script in to his rom. This is one of the reasons the phone runs so much faster and smoother, at the cost of battery consumption of course. But, by setting the min freq of the processor to 456, this helps the phone wake up faster and with the removed bloat and lack of blur, there is nothing in its way to cause the OS to run low on memory and possibly lock up and cause a reboot/give cause for a battery pull....
Somebody correct me if I am mistaken or am assuming anything here....
Click to expand...
Click to collapse
well im not sure about all that but i know that an ondemand governor runs at the min freq until the cpu is under a certain load then it jumps to the max freq until it is done. the way that it is currently set, it would be running at 456mhz all night instead of 216mhz which i could see it killing the battery. as for the wakeup and what not id assume it would put a decent load on the cpu so it would be running on max.
DAG425 said:
I believe nitro has baked this script in to his rom. This is one of the reasons the phone runs so much faster and smoother, at the cost of battery consumption of course. But, by setting the min freq of the processor to 456, this helps the phone wake up faster and with the removed bloat and lack of blur, there is nothing in its way to cause the OS to run low on memory and possibly lock up and cause a reboot/give cause for a battery pull....
Somebody correct me if I am mistaken or am assuming anything here....
Click to expand...
Click to collapse
There's still blur in nitros roms. The Apps may be aosp, but the blur framework is still there, else it would be a custom rom, not a stock based one.
Sent from my DROID X2 using Tapatalk
ilovesoad said:
There's still blur in nitros roms. The Apps may be aosp, but the blur framework is still there, else it would be a custom rom, not a stock based one.
Sent from my DROID X2 using Tapatalk
Click to expand...
Click to collapse
Always gonna be blur cuz it's a blur kernel too.
Sent from my DROID X2 using xda premium
i was poking around even more looking to see if it has the conservative governor, and it appears that the only 2 that it has are performance and powersave. so why is ondemand even in the script? is it some blackmagic where ondemand is only accessible while 2ndinit is doing its thing?
ilovesoad said:
There's still blur in nitros roms. The Apps may be aosp, but the blur framework is still there, else it would be a custom rom, not a stock based one.
Sent from my DROID X2 using Tapatalk
Click to expand...
Click to collapse
I meant he relative lack thereof not the not the fact that there is a complete lack of....
update before i go to work, it appears to be working i fully charged it at noon and rebooted it. im currently at 87% so that would be about 3% per hour where before i averaged 5%+ an hour.
Yea this won't give you much of any more battery life. It's on the Speedy Hack and can be done yourself for a long time. It's good you changed it back, no clue why it was bumped up theirs no need at all.
You want your capacitive buttons more dim, but don't want to go through the trouble of flashing a kernel? Fear not! Team Xposed has you covered.
It's a very simple process actually. (Thank you to joe85 and mwalt2 for their sources!)
There are three ways to achieve this.
-One of them requires init.d (the script will change the value upon boot)
-Second of them can be inserted into the kernel ramdisk
-Third of them can be done manually.
Let's start with the easiest, which is manually. With your phone connected to ADB, OR in a terminal emulator, simply type this in:
echo 2 > /sys/devices/platform/leds-pm8058/leds/button-backlight/currents
After tinkering for a bit, I've found that 2 is the dimmest it'll go. 1 turns them off, or makes them so dim that I can't tell between them being turned off or not. I don't know what the largest value is that you can use either, but this is for dimming, so who cares how bright you can do?
I've taken the steps to insert it into my kernel ramdisk, and you can too. Just insert that line in bootcomplete.rc or where ever you feel comfortable in ramdisk.
Now, for those who want to use it as an init.d script, I've attached a flashable zip at the bottom, or you can do it yourself by using root explorer to edit any current scripts in your /system/etc/init.d folder and placing the same line in there.
I'd tinker with values in ADB first to find a value that fits you best. The flashable zip I'm attaching has the value set at 2.
NOTE: Make sure your kernel supports init.d if you choose to flash the zip. (Most of them do, it's just a disclaimer to cover my ass for the "it doesn't work" replies)
This was exactly what I was looking for, thanks for all the awesome tutorials Freeza!
Thanks man! Worked perfect.
Sent from my PG86100 using Tapatalk
Is there anyway, using the first method, to have it persist through reboots?
faugnom1 said:
Is there anyway, using the first method, to have it persist through reboots?
Click to expand...
Click to collapse
If the rom supports init.d, it will persist past reboots. It gets loaded each time the phone boots.
the flashable zip worked great thank u!!! i did try adb and i wouldnt work is there something im missing?i am normally pretty good with adb
This would be great to bake into a rom. Thanks for this script
I actually did the opposite. Since a few kernels or ROMS have the led dimmed already. I use this and change the value to 20 to keep it bright. Haha
I modded my leds green. So that makes them dimmer already.
Anyways, thanks for this!
freeza said:
You want your capacitive buttons more dim, but don't want to go through the trouble of flashing a kernel? Fear not! Team Xposed has you covered.
It's a very simple process actually. (Thank you to joe85 and mwalt2 for their sources!)
There are three ways to achieve this.
-One of them requires init.d (the script will change the value upon boot)
-Second of them can be inserted into the kernel ramdisk
-Third of them can be done manually.
Let's start with the easiest, which is manually. With your phone connected to ADB, OR in a terminal emulator, simply type this in:
echo 2 > /sys/devices/platform/leds-pm8058/leds/button-backlight/currents
After tinkering for a bit, I've found that 2 is the dimmest it'll go. 1 turns them off, or makes them so dim that I can't tell between them being turned off or not. I don't know what the largest value is that you can use either, but this is for dimming, so who cares how bright you can do?
I've taken the steps to insert it into my kernel ramdisk, and you can too. Just insert that line in bootcomplete.rc or where ever you feel comfortable in ramdisk.
Now, for those who want to use it as an init.d script, I've attached a flashable zip at the bottom, or you can do it yourself by using root explorer to edit any current scripts in your /system/etc/init.d folder and placing the same line in there.
I'd tinker with values in ADB first to find a value that fits you best. The flashable zip I'm attaching has the value set at 2.
NOTE: Make sure your kernel supports init.d if you choose to flash the zip. (Most of them do, it's just a disclaimer to cover my ass for the "it doesn't work" replies)
Click to expand...
Click to collapse
Freeza your mod has caused my phone to lag tremendously and battery life has suffered a lot since using this rom. Please fix!
Lulz
It Works like a charm
Thanks !
It works like a charm.
At first, i've tested with adb to find the correct value for my needs.
And now with starting script my default value is now set to 6.
Sheers
cobraboy85 said:
Freeza your mod has caused my phone to lag tremendously and battery life has suffered a lot since using this rom. Please fix!
Lulz
Click to expand...
Click to collapse
That's just plain erroneous. Period. SteelROM has been running with the lights set at 2 for weeks, and battery life is fantastic. Simple logic will tell you less amps to a light results in less battery drain. So, if anything, dimming those LEDs will INCREASE your battery life!
freeza said:
echo 2 > /sys/devices/platform/leds-pm8058/leds/button-backlight/currents
After tinkering for a bit, I've found that 2 is the dimmest it'll go. 1 turns them off, or makes them so dim that I can't tell between them being turned off or not. I don't know what the largest value is that you can use either, but this is for dimming, so who cares how bright you can do?
Click to expand...
Click to collapse
0 = off, 2 = dim. Same results I found a while back. However, 20 is the highest you could/should go. (it actually does matter!) This setting is for mA (AKA milliamps for those less electrically knowledgable). SO setting to over 20 could result in excess current going to the LEDs meaning unecessary heat and shortened battery life.
SteelH said:
That's just plain erroneous. Period. SteelROM has been running with the lights set at 2 for weeks, and battery life is fantastic. Simple logic will tell you less amps to a light results in less battery drain. So, if anything, dimming those LEDs will INCREASE your battery life!
Click to expand...
Click to collapse
you didn't think i was being serious did you....
hahaha
cobraboy85 said:
you didn't think i was being serious did you....
hahaha
Click to expand...
Click to collapse
I noticed after the lulz part haha
cobraboy85 said:
Freeza your mod has caused my phone to lag tremendously and battery life has suffered a lot since using this rom. Please fix!
Lulz
Click to expand...
Click to collapse
wipe data/system/boot/wimax/sd/sd-ext/a window or two
Then flash a kernel from the EVO 4G section. You'll be as good as new!
freeza said:
wipe data/system/boot/wimax/sd/sd-ext/a window or two
Then flash a kernel from the EVO 4G section. You'll be as good as new!
Click to expand...
Click to collapse
Bro... I was kidding lol. The sarcasm was because people always do that right after flashing a rom..... because they are retarded
cobraboy85 said:
Bro... I was kidding lol. The sarcasm was because people always do that right after flashing a rom..... because they are retarded
Click to expand...
Click to collapse
I know, as was I
Are these values supposed to stick after a reboot if done manually? I was just wondering because I tried the manual way and reset my phone and the leds went back to the normal brightness.
jstn76rs said:
Are these values supposed to stick after a reboot if done manually? I was just wondering because I tried the manual way and reset my phone and the leds went back to the normal brightness.
Click to expand...
Click to collapse
They stick if you add a script to init.d or init.post_boot.sh or kernel ramdisk
freeza said:
They stick if you add a script to init.d or init.post_boot.sh or kernel ramdisk
Click to expand...
Click to collapse
thanks for the response. I have one little request would you be able to make a flashable zip for me with it set to 4.