[Q] ViperSAGA 2.1.1 - changing the CPU frequency - HTC Desire S

Hey guys
My phone gets laggy sometimes. So i tried changing the CPU frequency. But how many times I change it my min and max frequency both remains at 245 MHz. Also when i try changing the governor, it sets back to 'ondemand' everytime.
I need help with setting the CPU frequency to get max out of my phone.
Thanks in advance

Sounds like a kernel issue.
I'd suggest a clean flash.

The reason you can't change the settings is because of this
http://forum.xda-developers.com/showthread.php?p=37560694 "Unix is user-friendly. It's just very selective about who its friends are."

oddoneout said:
Sounds like a kernel issue.
I'd suggest a clean flash.
Click to expand...
Click to collapse
I did wipe everything before flashing. I tried it more than once. But to no use. Its the same.
Thanks anyways.

BibekStha said:
I did wipe everything before flashing. I tried it more than once. But to no use. Its the same.
Thanks anyways.
Click to expand...
Click to collapse
Did you read the link i posted?
"Unix is user-friendly. It's just very selective about who its friends are."

jugg1es said:
Did you read the link i posted?
"Unix is user-friendly. It's just very selective about who its friends are."
Click to expand...
Click to collapse
ya, i just read it. trying to figure out how to do it

BibekStha said:
ya, i just read it. trying to figure out how to do it
Click to expand...
Click to collapse
I entered the desired folder in the system. But I could not open the files.
I used File Expert.

jugg1es said:
Did you read the link i posted?
"Unix is user-friendly. It's just very selective about who its friends are."
Click to expand...
Click to collapse
Thanks for the link. Now I can change the frequencies manually.
I just want to ask another question. What should be the max freq for overclocking so that I don't heat up my phone much and get the most out of it?
Thanks again

jugg1es said:
Did you read the link i posted?
"Unix is user-friendly. It's just very selective about who its friends are."
Click to expand...
Click to collapse
I tried changing the wakeup_max frequency but it showed error while saving the text file.

BibekStha said:
I tried changing the wakeup_max frequency but it showed error while saving the text file.
Click to expand...
Click to collapse
Make sure your file explorer has write permissions, I've set mine to 12 is more than stable at that, i wouldn't go any higher personally, although the chip can it drains battery faster.
"Unix is user-friendly. It's just very selective about who its friends are."

jugg1es said:
Make sure your file explorer has write permissions, I've set mine to 12 is more than stable at that, i wouldn't go any higher personally, although the chip can it drains battery faster.
"Unix is user-friendly. It's just very selective about who its friends are."
Click to expand...
Click to collapse
Thanks. I will check for the permissions.
By 12 you mean 1.2 GHz?

BibekStha said:
Thanks. I will check for the permissions.
By 12 you mean 1.2 GHz?
Click to expand...
Click to collapse
Yes
"Unix is user-friendly. It's just very selective about who its friends are."

BibekStha said:
Thanks. I will check for the permissions.
By 12 you mean 1.2 GHz?
Click to expand...
Click to collapse
ViperSaga 2.1.1 was stock on 1.2Ghz even if you overclock it and reboot, it always come back to 1.2Ghz
I used setcpu, wont work.
Daemon controller, it hangs the screen, blank only wallpaper.
OCUV Beater, for closing.

did u read the3rd post?

Related

How to make JAC's Hero faster...

Now that I have your attention, to make it Sense UI run faster, UNDERCLOCK it with overclock widget (the red/blue icon one) to 383mhz and let the phone accustomize to that speed for 2-3 minutes and the phone definitely runs faster. Or at least it did for me.
I run Swapper at 32mb/10 swappiness w/ the clock/weather and twitter widget, plus 6 icons, the overclock widget, and the wifi toggle widget and have noticed a HUGE difference in the past 24 hours since I first started running the underclock.
Don't ask cause I can't explain how this is either...
My next "quest" for better performance is to try w/o Swapper.
Heard about underclocking helping performance on hero before.... Ill try it out for a day and see what happens....
screwthe49ers said:
Now that I have your attention, to make it Sense UI run faster, UNDERCLOCK it with overclock widget (the red/blue icon one) to 383mhz and let the phone accustomize to that speed for 2-3 minutes and the phone definitely runs faster. Or at least it did for me.
I run Swapper at 32mb/10 swappiness w/ the clock/weather and twitter widget, plus 6 icons, the overclock widget, and the wifi toggle widget and have noticed a HUGE difference in the past 24 hours since I first started running the underclock.
Don't ask cause I can't explain how this is either...
My next "quest" for better performance is to try w/o Swapper.
Click to expand...
Click to collapse
Your right, seems weird but underclocking definately improves overall performance.
i posted a similiar suggestion in "the problem with hero" thread, as underclocking also solves the sms issue
A better tweak would be to add this to you init.rc:
Code:
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold 40
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load 1
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate 200000
What this does is allow the CPU frequency to ramp up much faster.
cyanogen said:
A better tweak would be to add this to you init.rc:
Code:
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/up_threshold 40
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/ignore_nice_load 1
write /sys/devices/system/cpu/cpu0/cpufreq/ondemand/sampling_rate 200000
What this does is allow the CPU frequency to ramp up much faster.
Click to expand...
Click to collapse
So, what you're saying what you suggested would do what a standard overclocker app is intended to do, albeit with better results?
BTW, the script you wrote, enter it in terminal emulator?
screwthe49ers said:
So, what you're saying what you suggested would do what a standard overclocker app is intended to do, albeit with better results?
BTW, the script you wrote, enter it in terminal emulator?
Click to expand...
Click to collapse
Now, you have to add that to the init.rc file.
KyleK29 said:
Now, you have to add that to the init.rc file.
Click to expand...
Click to collapse
I'm adb ignorant, so I'm guessing it involves using adb, or if not, exactly how is that done? What program do you use to open/edit init.rc?
screwthe49ers said:
I'm adb ignorant, so I'm guessing it involves using adb, or if not, exactly how is that done? What program do you use to open/edit init.rc?
Click to expand...
Click to collapse
depends. The init.rc is in the boot.img.
You would have to extract the ramdisk from the boot.img, uncpio it, edit the init.rc file, repack the boot.img and either fastboot the boot.img or put it in an update package and reflash.
I can edit the init.rc.
ccyrowski said:
depends. The init.rc is in the boot.img.
You would have to extract the ramdisk from the boot.img, uncpio it, edit the init.rc file, repack the boot.img and either fastboot the boot.img or put it in an update package and reflash.
I can edit the init.rc.
Click to expand...
Click to collapse
So it looks like you would use notepad to add it to the file?
Or, couldn't you use root explorer on the phone itself to make the changes?
Time to PM Drizzy and JAC.
harpreet1988 said:
Time to PM Drizzy and JAC.
Click to expand...
Click to collapse
I already hit up cyanogen!
already on it haha
justanothercrowd said:
already on it haha
Click to expand...
Click to collapse
Let us know if it works, since it'd be so easy to make the change using root explorer.
harpreet1988 said:
Time to PM Drizzy and JAC.
Click to expand...
Click to collapse
ahha seriously.
johnnylicious said:
ahha seriously.
Click to expand...
Click to collapse
You wanna try making the file edit? It's so tempting!!
screwthe49ers said:
You wanna try making the file edit? It's so tempting!!
Click to expand...
Click to collapse
i wished i knew how sorry lol
johnnylicious said:
i wished i knew how sorry lol
Click to expand...
Click to collapse
It looks like root explorer could do it...
I'm about to try it myself.
Will post back with results asap.
DON'T DO THIS!!!
You know I am using setcpu and I had it set to max 528 but I changed it to 384, left it for a few minutes and now I am playing with it and it does feel a little snappier. I wonder why that is. I remember some discussion about overclocking and the restriction of the hardware/OS bottlenecking the processor at a certain point. Would this have something to do with it, or maybe it's just psychosomatic, we believe that it's faster so it feels that way. A placebo affect maybe
Edit: I also found that using Advanced Task Manager differently helped. I used to have it kill all process and it would feel like my phone would bog down afterwards. So I tried using it without killing anything and it felt snappier. So I set it up to leave the background processes and just kill apps that I exit out of and it feels a little better. Just FYI for anyone else that uses a task manager
Do we set max and min both to 384, or the default max 384, min 245?
harpreet1988 said:
Do we set max and min both to 384, or the default max 384, min 245?
Click to expand...
Click to collapse
Set 384 to the max. You can set the minimum to 245 to save a little on battery, or set it to 384 as well to eliminate the "hibernation" mode, like on a pc.

overclockwidget.

Hey guys I am using overclock widget setting it to 1200000 Max 1000000 min screen on 500000 / 200000 screen off
and this tablet flies, and YouTube app works a lot better now as well
will you post teh apk please?
ijustbrickeditithink said:
will you post teh apk please?
Click to expand...
Click to collapse
Sure but its free via market just have to plug in overclockwidget no spaces ill post it when I get home though as well
I'm thinking that the CPU doesn't run at it's Max speed normally
This worked for me as well this thing is flying! akodoreign thanks
it wont install on my tab, what are you running?
i got CM6b3
nice
nice I tryed it ...and it works on stock with root
eluminx said:
it wont install on my tab, what are you running?
i got CM6b3
Click to expand...
Click to collapse
Zpad is what I am running
SetCPU does not work on the gtab, this does though?
It looks like setCPU wants to work but can't autoconfigure for this device... it offers to load the settings from a file or choose correct device, of course nothing is really close...
Overclock Widget doesn't want to work on Stock TNT install as says it only works on HTC G1 or G2...
For anyone who got overclock widget to work, does it write a settings file and if so can you please post a copy... think if that's in place then maybe it will work on stock...
catttman said:
nice I tryed it ...and it works on stock with root
Click to expand...
Click to collapse
For some reason i can not download from links on my gtablet from this forum....it immediately says , download unsuccessful... any ideas?
Thanks
catttman said:
nice I tryed it ...and it works on stock with root
Click to expand...
Click to collapse
"you don't have a g1/g2 only works with that" is what i get from the one posted. the one from the market installed and works.... i think. it just says 1999 all the time and after i set the clock speed everytime i open back up the widget it has dropped back down to 1000000. not sure if this is working
Crimton said:
"you don't have a g1/g2 only works with that" is what i get from the one posted. the one from the market installed and works.... i think. it just says 1999 all the time and after i set the clock speed everytime i open back up the widget it has dropped back down to 1000000. not sure if this is working
Click to expand...
Click to collapse
As someone who used it with evo, it always. Says weird things on the widget. It's. Working fine
akodoreign said:
As someone who used it with evo, it always. Says weird things on the widget. It's. Working fine
Click to expand...
Click to collapse
that may be but how can you verify the cpu is actually overclocked, system panel doesn't detect the cpu for me so can't tell there. whenever i set it at 1.2 then save and exit, when i return it is back down at very low setting. it won't stay overclocked, for me anyways.
where did you get the overclock kernel to set it over 1ghz?
I don't think its actually overclocking the CPU bit it does allow you to change frequencies under 1000. Try running linpack when you make changes and you'll notice that it only works up to 1000.
Sent from my PC36100 using XDA App
Set cpu doesn't overclock by its self if I remember correctly. It gives you manual control the scaling of the cpu. On the droid and other devices a kernel module is used to add overclocking support. You can search overclock.ko to find info on it. I think this module has to be modified for each device it is used on.
Sent from my DROIDX using Tapatalk
xmr405o said:
where did you get the overclock kernel to set it over 1ghz?
Click to expand...
Click to collapse
If you go to user defined in advanced settings its right there. remember with overclock you have to save settings for it to work (in advanced). It actually goes up to like 1.25 ghz but I think the processor is only 1.2 so use at own risk at that high of a boost.
amathophobia said:
Set cpu doesn't overclock by its self if I remember correctly. It gives you manual control the scaling of the cpu. On the droid and other devices a kernel module is used to add overclocking support. You can search overclock.ko to find info on it. I think this module has to be modified for each device it is used on.
Sent from my DROIDX using Tapatalk
Click to expand...
Click to collapse
This is correct. The kernels that we are running are not likely to be capable of overclocking. To anyone claiming that the overclock widget is working, could you please do some benchmarking in an application like Linpack or Quadrant?
Until Viewsonic releases source code that would allow us to compile our own kernel, we will not be able to get any where with proper performance improvements; CFS/BFS, overclocking, improved multitouch, etc.
Lancealot said:
This is correct. The kernels that we are running are not likely to be capable of overclocking. To anyone claiming that the overclock widget is working, could you please do some benchmarking in an application like Linpack or Quadrant?
Until Viewsonic releases source code that would allow us to compile our own kernel, we will not be able to get any where with proper performance improvements; CFS/BFS, overclocking, improved multitouch, etc.
Click to expand...
Click to collapse
Youtube app without it stutter pause play repeat. With its smooth so it passes the YouTube bench

[Q] Measuring CPU Temp

How do I check the CPU Temp on the tf? I tried d/l a few apps but none of them seem to work or compatible. Any suggestion?
Get a app fron Antutu called CPU MASTER. This is an app that allows for overclocking and such.....if you do not have an overclocking kernel....DO NOT USE IT!!!
However it comes with a nice little widget that will display your temp, battery life and other stuff. You can use that.
If you do decide to use an overclocking kernel just go to this thread.
http://forum.xda-developers.com/showthread.php?t=1109630
Digiguest said:
Get a app fron Antutu called CPU MASTER. This is an app that allows for overclocking and such.....if you do not have an overclocking kernel....DO NOT USE IT!!!
However it comes with a nice little widget that will display your temp, battery life and other stuff. You can use that.
If you do decide to use an overclocking kernel just go to this thread.
http://forum.xda-developers.com/showthread.php?t=1109630
Click to expand...
Click to collapse
Why shouldn't you use it with a stock kernel?
The kernel is what controls the possible speeds, not the app. The app is just an interface to allow the user to set what the kernel has already provisioned.
sassafras
sassafras_ said:
Why shouldn't you use it with a stock kernel?
The kernel is what controls the possible speeds, not the app. The app is just an interface to allow the user to set what the kernel has already provisioned.
sassafras
Click to expand...
Click to collapse
I know that but there is always a possibility that if a setting was activated higher than his stock kernel allows it COULD cause trouble.
It is a "Just in case" scenario.
Digiguest said:
I know that but there is always a possibility that if a setting was activated higher than his stock kernel allows it COULD cause trouble.
It is a "Just in case" scenario.
Click to expand...
Click to collapse
You don't understand what I am saying.
The kernel controls things like clock speed, voltage, yadda yadda, etc. This app just interfaces with these kernel settings to allow the user to select them.
Try it for yourself. You will see that it only lets you select up to 1Ghz with the stock kernel. It's actually kind of nice for people with the stock kernel because it allows you to _underclock_ your device if you want.
sassafras
sassafras_ said:
You don't understand what I am saying.
The kernel controls things like clock speed, voltage, yadda yadda, etc. This app just interfaces with these kernel settings to allow the user to select them.
Try it for yourself. You will see that it only lets you select up to 1Ghz with the stock kernel. It's actually kind of nice for people with the stock kernel because it allows you to _underclock_ your device if you want.
sassafras
Click to expand...
Click to collapse
Oh I understand what you are saying. Lower your ego and try to understand what I am saying as well please.
Digiguest said:
Oh I understand what you are saying. Lower your ego and try to understand what I am saying as well please.
Click to expand...
Click to collapse
Ok, sorry. I don't mean to be rude but you're wrong and telling someone wrong information.
Try it for yourself and you'll see that you can't change anything the kernel doesn't allow.
Plenty of people use the OC apps like this one (or SetCPU) to underclock their device or add speed profiles for certain situations.
sassafras
This free widget includes the TF temperature. Scroll down to see an example image of the System info it displays.
[APP] Resizable System Info Widget
3DSammy said:
This free widget includes the TF temperature. Scroll down to see an example image of the System info it displays.
[APP] Resizable System Info Widget
Click to expand...
Click to collapse
it's the battery temp, not cpu. i couldn't find any app or widget to see my cpu temp.
cat /sys/devices/platform/tegra-i2c.3/i2c-4/4-004c/ext_temperature
I wrote a script to display many other things (batt temp and current CPU mv) ... but that is the CPU temp. There is also
cat /sys/devices/platform/tegra-i2c.3/i2c-4/4-004c/temperature
But the thermal throttling policies refer to ext - and both values are very close to each other. Ext also happens to have more precision (.25 degC as opposed to rounding up or down to the nearest degree). So I look at ext.
echo -e "\033[0m Your CPU/System temp is: " "\033[1m `cat /sys/devices/platform/tegra-i2c.3/i2c-4/4-004c/ext_temperature`"
Writing this in a 'script', making it executable, and calling it whatever will make it so you do not have to type the long path above.
Thus, in term emulator - it would look like this.
# whatever
Your CPU/System temp is: 40.0
Wow. Fancy.
Blades said:
cat /sys/devices/platform/tegra-i2c.3/i2c-4/4-004c/ext_temperature
I wrote a script to display many other things (batt temp and current CPU mv) ... but that is the CPU temp. There is also
cat /sys/devices/platform/tegra-i2c.3/i2c-4/4-004c/temperature
But the thermal throttling policies refer to ext - and both values are very close to each other. Ext also happens to have more precision (.25 degC as opposed to rounding up or down to the nearest degree). So I look at ext.
Click to expand...
Click to collapse
You are the man ! I was looking for this.

[app] [2.1+] [root] Titanium Tweaker.! (cpu-control)

Hey.!
Titanium Tweaker is a CPU optimizing application which helps you boost up your Phone's CPU and make it faster.
The application tweaks the kernel, as the name suggest, such as to change the Scaling Frequency, Governors and Schedulers.
Also this app is universal so will work on all ROMs and Phones which support the features!
Fellow Developers! Feel free to add this app to your release's ramdisk
Previous Users of this app must have noticed that this app is updated after ages Actually i did not update it,
I completely rebuild it from scratch ! with a better heirarchy , sleeky UI, a fast Interface, and sexier tweaking
So you may miss features like Prop Editor, Turbo Charger, Customized toggles, etc
These features will be added in the next few releases after which i will work on better tweaks :laugh:
Current Features of this application :-
* Cpu Frequency Optimization
* Governor Selection
* Choice of Available Scheulers
many old and new features coming back
Titanium Kernel Users :- There will be updates on kernel specific parts too like voltage and other scripts Stay tuned for it.. You can get the voltage working version from Aditya's SL kernel Thread till then
The application works right from froyo upto JellyBean (4.2)
Note :- ROOTED USERS ONLY !!! no, i was'nt shouting,, its so that it comes to you attention
Supporting all SU binaries and works with all kernels and roms.. If you are on stock, it will not work..
DOWNLOAD :- https://play.google.com/store/apps/details?id=com.adipat.root
Credits :-
Aditya Patange (adi_pat) - could'nt have dont it without you
Ajay Kawte (speed_bot) - appreciation
Others - testers etc..
Channel Logs :-
Channel Log :-
Click to expand...
Click to collapse
Version 1.1.0
Version Code 1 :-
Click to expand...
Click to collapse
*Changer Clock Freq
*Change Clock Governor
*Set Swappiness
*Change lcd_density
*Voltage(kernel specific)(coming)
*IO Schedulers
*Lots of kernel Toggles
*Customized menu for toggle functions
*Turbo-Charger
Click to expand...
Click to collapse
Version 1.1.1
Version Code 2 :-
Click to expand...
Click to collapse
*ICS UI
*JB Support
*Removed Button Noise
*Sleekified(my own word) the app.
*SU permisson bug fixed
*minor changes
Click to expand...
Click to collapse
Version 1.1.2
Version Code 3 :-
Click to expand...
Click to collapse
*Cynogen Kernel Bug Fixed [MAJOR]
*Added better Exception catches
*AbsentFileBug Fixed
*Working on Sharper Icon (thanks to aarush.bhutani)
Click to expand...
Click to collapse
Version 1.1.3
Version Code 4 :-
Click to expand...
Click to collapse
*Added Prop Editor [MAJOR]
*Sleeked the App more
*Working on Sharper Icon (thanks to aarush.bhutani)
Click to expand...
Click to collapse
Version 1.1.4
Version Code 5 :-
Click to expand...
Click to collapse
*Made some usefull changes in Prop Editor
*Removed That 'NoFreq' and stuff! (Hell Yeah)
*Added Game tweak support in Prop Editor
Click to expand...
Click to collapse
Version 1.2.0
Version Code 7 :-
Click to expand...
Click to collapse
*Rebuilt From Scratch!
*Faster,Better,Sleeker
*New UI, with swipes and spinners!
Click to expand...
Click to collapse
Version 1.2.1
Version Code 8 :-
Click to expand...
Click to collapse
*Hardware Acceleration
*Reduced Trash Code
*Set On Boot Option
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Stay tuned for more Updates
Screenshots !
Titanium Tweaker
Screenshots :- attatchments
Downloading now. Gonna give this a whirl on ICS/sense 3.6 on evo 3d
Sent from my PG86100 using xda premium
SketchyStunts said:
Downloading now. Gonna give this a whirl on ICS/sense 3.6 on evo 3d
Sent from my PG86100 using xda premium
Click to expand...
Click to collapse
cool,, try it out and tell me in case of any bugs, please rate it on playstore, comment too if possible
Keep it up
Aarush said:
Keep it up
Click to expand...
Click to collapse
Thanks,
Tested uninstalled lagged my phone down like crazy sticc to v6
♚SGΣ4G V6'D G+ΩΠΣ♚
™SωΔGG GΔΠGG©
dswaggz said:
Tested uninstalled lagged my phone down like crazy sticc to v6
♚SGΣ4G V6'D G+ΩΠΣ♚
™SωΔGG GΔΠGG©
Click to expand...
Click to collapse
Please let me tell u, this is not v6 script,, as that rearranges priorities, specially the launcher, this app is a multi purpose tweaker, My turbo Charger just adjusts settings of the LMK values and provides differant options!
THIS IS NOT THE SCRIPT, JUST A PART OF IT && it does not lag on any other phone, not e1 galaxy y, i have tested it my self, it freezes just for 2 seconds ONLY ON THE FIRST USE, as it has to gather all SU permissions at once, Thats it.. its fluent after that
Use it for the toggles it has, for the admin functions it allows u, the customization it allows u, and lots more!
Maybe u should conversate w/ zepp then
♚SGΣ4G V6'D G+ΩΠΣ♚
™SωΔGG GΔΠGG©
dswaggz said:
Maybe u should conversate w/ zepp then
♚SGΣ4G V6'D G+ΩΠΣ♚
™SωΔGG GΔΠGG©
Click to expand...
Click to collapse
yeah i did, speak to him..
Thanks
Hi
Since I use Titanium kernel with UV I can help to test this
as soon as you have anything to test
Just some things I noticed:
Most are more "cosmetic"
-filter out freq that are not "possible"
Nicer then to show "NoFreq"
-same for goveners and IO Sched
Regards
max
maxwen said:
Hi
Since I use Titanium kernel with UV I can help to test this
as soon as you have anything to test
Just some things I noticed:
Most are more "cosmetic"
-filter out freq that are not "possible"
Nicer then to show "NoFreq"
-same for goveners and IO Sched
Regards
max
Click to expand...
Click to collapse
Thanks for ur feed back, please elaborate, what do u mean by 'cosmetic'
And for the NoFreq Part, I removed it
Hi
s4shyam95 said:
Thanks for ur feed back, please elaborate, what do u mean by 'cosmetic'
And for the NoFreq Part, I removed it
Click to expand...
Click to collapse
Thanks. I would "rate" such a thing as "cosmetic"
Since it does not influence the functionality.
First of all "safe functionality" is most important to me
for such an app.
But the "eye candy" factor may influence more how
"popular" the app will become. Human brain tends to be
attracted more by "visual" things
Regards
max
maxwen said:
Hi
Thanks. I would "rate" such a thing as "cosmetic"
Since it does not influence the functionality.
First of all "safe functionality" is most important to me
for such an app.
But the "eye candy" factor may influence more how
"popular" the app will become. Human brain tends to be
attracted more by "visual" things
Regards
max
Click to expand...
Click to collapse
Ok, lemme tell u 2 things
1) This app is completely safe, no chances of bricking or getting in a bootloop
and
2) This app is completely functional, not just a cosmetic , as u said..
It does have various functions that devlopers and advance users find useful,
Please tell me that why do u think that this app does not influence functionality ?
Thank You
nice work make my lg p350 laggfree keep it up
s4shyam95 said:
Ok, lemme tell u 2 things
1) This app is completely safe, no chances of bricking or getting in a bootloop
and
2) This app is completely functional, not just a cosmetic , as u said..
It does have various functions that devlopers and advance users find useful,
Please tell me that why do u think that this app does not influence functionality ?
Thank You
Click to expand...
Click to collapse
I think you misunderstood what he was saying. When saying 'most are cosmetic', it means that most of his issues aren't with the actual functionality of the app, more with the look/feel of it. Things like hiding invalid options instead of basically making them unselectable are 'cosmetic'.
Btw, im playing around with your app. Ill post some feedback afterwards.
Sent from my HTC One X using Tapatalk 2
kravguy said:
I think you misunderstood what he was saying. When saying 'most are cosmetic', it means that most of his issues aren't with the actual functionality of the app, more with the look/feel of it. Things like hiding invalid options instead of basically making them unselectable are 'cosmetic'.
Btw, im playing around with your app. Ill post some feedback afterwards.
Sent from my HTC One X using Tapatalk 2
Click to expand...
Click to collapse
Oh, thanks a lot i mis understood it, and neways i removed the unwanted radio buttons from the list, please tell me if any more improvement is possible, ill thank u for the abv post, for clearing my misunderstanding
saif kazi said:
nice work make my lg p350 laggfree keep it up
Click to expand...
Click to collapse
Thanks, stay tuned with the app, to enjoy updates with more n more features

L Speed Feature Suggestions

This is L Speed's suggestions thread.
You can suggest/request features for the app, and it might get approved.
Just tag Paget96 in your comment.
The "fake" dynamic f-sync from within the application, similar to the aggressive doze feature in how it works. @Paget96 knows what I'm talking about !
LazerL0rd said:
The "fake" dynamic f-sync from within the application, similar to the aggressive doze feature in how it works. @Paget96 knows what I'm talking about !
Click to expand...
Click to collapse
Yeah, i know, we already had a little discussion.
What if battery profile for hotplug gov in gov tuner is set like this
Down differential 5
Up threshold 95
I follow the tutorial for my device from here & it perhaps suitable for most device
https://forum.xda-developers.com/galaxy-s2/general/ref-kernel-governors-modules-o-t1369817
I have tried it, device is cooler & could save more battery especially with small number on down differential. With smaller number cpu freq will go down faster ?
Sent from my Z205 using Tapatalk
zputnyq said:
What if battery profile for hotplug gov in gov tuner is set like this
Down differential 5
Up threshold 95
I follow the tutorial for my device from here & it perhaps suitable for most device
https://forum.xda-developers.com/galaxy-s2/general/ref-kernel-governors-modules-o-t1369817
I have tried it, device is cooler & could save more battery especially with small number on down differential. With smaller number cpu freq will go down faster ?
Sent from my Z205 using Tapatalk
Click to expand...
Click to collapse
Will do a check and talk with GovTuner devs.
Sent from my Nexus 5 using Tapatalk
zputnyq said:
What if battery profile for hotplug gov in gov tuner is set like this
Down differential 5
Up threshold 95
I follow the tutorial for my device from here & it perhaps suitable for most device
https://forum.xda-developers.com/galaxy-s2/general/ref-kernel-governors-modules-o-t1369817
I have tried it, device is cooler & could save more battery especially with small number on down differential. With smaller number cpu freq will go down faster
Sent from my Z205 using Tapatalk
Click to expand...
Click to collapse
@Debuffer @N1m0Y
Add option to exclude apps from clearing cache is my suggestions.
I want to clear cache except NFS: No Limits that store game assets in cache partition
Developers that make the game store the cache in cache partition, don't know how to make proper OBB or store cache in /sdcard0/Android/data
evildog1 said:
Add option to exclude apps from clearing cache is my suggestions.
I want to clear cache except NFS: No Limits which store game assets in cache partition
Click to expand...
Click to collapse
That's a pretty good suggestion, hope he'll implement it
I have more suggestions.
Auto trim, with options to change Trim Time, Trim Frequency, and Trim Notification. I have older low-end tablets that require trimming often because they slow down after 1-2 days deep sleep. The kernel in my tablets are not well optimized.
Disable apps startup. It is very useful because some apps auto start and running in background and draining battery and transmit some data. I don't use Facebook and other heavy battery drain apps but it is annoying that some browsers auto start and running in background. Right now i'm using a cleaner app that have option to disable apps from startup
evildog1 said:
Disable apps startup. It is very useful because some apps auto start and running in background and draining battery and transmit some data. I don't use Facebook and other heavy battery drain apps but it is annoying that some browsers auto start and running in background. Right now i'm using a cleaner app that have option to disable apps from startup
Click to expand...
Click to collapse
+1
evildog1 said:
Add option to exclude apps from clearing cache is my suggestions.
I want to clear cache except NFS: No Limits that store game assets in cache partition
Developers that make the game store the cache in cache partition, don't know how to make proper OBB or store cache in /sdcard0/Android/data
Click to expand...
Click to collapse
Hope it's not too much of OT, but that is one great game for mobile! Apparently you can change the graphics or something.
---------- Post added at 01:03 AM ---------- Previous post was at 01:02 AM ----------
phoberus said:
+1
Click to expand...
Click to collapse
You'd need ADB for that, well actually you can use root. I've been using "App Ops" but yeah, that'll be cool to have in L Speed (^^)!
Paget96 said:
@Debuffer @N1m0Y
Click to expand...
Click to collapse
Oh it's different devs.
Maybe these could also help for building gov tuner scripts on mtk devices.
I got these links from someone here but forgot the name. He/she said that mtk mostly may come with these
https://android.googlesource.com/ke...-kitkat-mr2/drivers/cpufreq/cpufreq_balance.c
https://android.googlesource.com/kernel/mediatek/+/2b36ee80fc7af58da2213704ef39a0ca939de79a^!/
@Debuffer & @N1m0Y
Thank you so much for forwarding bro @Paget96
Sent from my Z205 using Tapatalk
L Speed will have few things from suggestions in next beta.
Stay tuned
Sent from my Nexus 5 using Tapatalk
@Paget96
How about this one?
https://forum.xda-developers.com/android/apps-games/root-battery-charge-limit-t3557002
evildog1 said:
I have more suggestions.
Disable apps startup. It is very useful because some apps auto start and running in background and draining battery and transmit some data. I don't use Facebook and other heavy battery drain apps but it is annoying that some browsers auto start and running in background. Right now i'm using a cleaner app that have option to disable apps from startup
Click to expand...
Click to collapse
i am quite a noob but im am sure that MOST rom already include this feature. am i wrong?
in miui like other roms...there are options to disable specific apps from starting themselves...... i think that L speed app should never become an oversized all in 1 app........ there are other apps for battery life that works differently.
however i still have to understand well how precisely this app works.... could someone say me what are the PRECISE POINTS where Lspeed make a tweak?
i think:
1) build.prop
2)scripts at startup that modify/optimize the governors
3) ??
4)????
realista87 said:
i am quite a noob but im am sure that MOST rom already include this feature. am i wrong?
in miui like other roms...there are options to disable specific apps from starting themselves...... i think that L speed app should never become an oversized all in 1 app........ there are other apps for battery life that works differently.
however i still have to understand well how precisely this app works.... could someone say me what are the PRECISE POINTS where Lspeed make a tweak?
i think:
1) build.prop
2)scripts at startup that modify/optimize the governors
3) ??
4)????
Click to expand...
Click to collapse
Read L Speed's OP. Every info you need is there.
realista87 said:
i am quite a noob but im am sure that MOST rom already include this feature. am i wrong?
in miui like other roms...there are options to disable specific apps from starting themselves...... i think that L speed app should never become an oversized all in 1 app........ there are other apps for battery life that works differently.
Click to expand...
Click to collapse
My device does not have this option unfortunately.
Maybe you can add compatibility in govtuner for Energy Aware Scheduling (EAS) govs.
I don't use a kernel with EAS, but there are more and more kernel with it
phoberus said:
Maybe you can add compatibility in govtuner for Energy Aware Scheduling (EAS) govs.
I don't use a kernel with EAS, but there are more and more kernel with it
Click to expand...
Click to collapse
I need a kernel with EAS support that i can do testing
Paget96 said:
I need a kernel with EAS support that i can do testing
Click to expand...
Click to collapse
We can look how EAS is developing in the future. If it is widespread, there will be for sure also a kernel for your smartphone

Categories

Resources