overclockwidget. - G Tablet General

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

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.

[TOOL] SpareParts (Compcache and CPU settings working)

Hello All,
I am not de developer of this app, but I find it very usefull and wanted to share it. Its called SpareParts and people that have had previous android phones are probably familiar with it.
However, I never found it in any Xperia X10 rom, and everytime I tried to install one from the internet, it just wouldn't work, or didn't include some of the most interesting settings of this app.
Basically SpareParts is a system tweaker, and lets you change a variety of settings which makes it a very handy tool.
I recently found one which included Compcache and CPU settings that worked fine on my X10.
For those who don't know, enabling compcache allows android to compress RAM and results in overall better performance.
It also has working CPU settings (As you may know, most CPU control apps available are unreliable with the X10).
In my case, I used to have ramdom reboot problems , specially when I was heavy using the phone (ie, playing asphalt and streaming music at the same time) and after enabling compache with this app the issue went away.
Also, it allows you to lower the CPU speed without affecting the phone performance too much, so it definitively helps to save a lot of battery.
Anyone willing in to give it a try, here is the link, i suggest setting Swapines to 15 after enabling compache:
http://dl.dropbox.com/u/7864538/SpareParts-4.apk
The phone seems to be more smooth, but may be a placebo effect.
Please give it a try and share your results.
BTW I am using CM 6.1.1 ROM Tweaked and with extras with custom Sysctl settings posted in this thread:
http://forum.xda-developers.com/showthread.php?t=929448
PS.
You may also want to try changing the animation speed to fast (under original spareparts settings). The phone will feel a lot faster
(if you fin this post helpful please don't forget to click the thanks button)
Hmmm interesting, but I can't seem to use it to turn off some of the status bar stuff.
Running FreeX10 with .54 bb
cordam said:
Hmmm interesting, but I can't seem to use it to turn off some of the status bar stuff.
Running FreeX10 with .54 bb
Click to expand...
Click to collapse
Some of the settings will not work. Maybe a dev can mod the app and just leave the working settings. This version of the app was modded for another device.
I'm on wolfbreak's cm v 4.4 and this definitely made the phone.snappier...
I had to uninstall the original spare parts before installing this one or the compcache setting wouldn't stay after a reboot.
Thanks for this!
would not be fully functional since we are not allowed custom kernals
Sweet!
Thank you! This does have a lot more capabilities than the regular spare parts!!! Will tweek it and give feed back!!!
Best regards,
Chris
fiscidtox said:
I'm on wolfbreak's cm v 4.4 and this definitely made the phone.snappier...
I had to uninstall the original spare parts before installing this one or the compcache setting wouldn't stay after a reboot.
Thanks for this!
Click to expand...
Click to collapse
I'm happy that its working for you. don't forget to click the thanks button .
aR_ChRiS said:
would not be fully functional since we are not allowed custom kernals
Click to expand...
Click to collapse
I see you are using 2.1 ROM. I am not sure if it will work in 2.1. I only tested it in 2.2. However, some of the settings are specific for the device this app was originally made for so they won't work for us (ie the status bar tweaks).
cordam said:
Hmmm interesting, but I can't seem to use it to turn off some of the status bar stuff.
Running FreeX10 with .54 bb
Click to expand...
Click to collapse
If you want to change the status bar options you can use CM settings.
Hey, I just installed this version of spare parts and now my phone doesnt go to sleep when I press the power button. I have reverted back to original compache settings and default 60 swapines, rebooted and uninstalled. Please help
Aphex33 said:
Hey, I just installed this version of spare parts and now my phone doesnt go to sleep when I press the power button. I have reverted back to original compache settings and default 60 swapines, rebooted and uninstalled. Please help
Click to expand...
Click to collapse
Nevermind, issue resolved.
Defintion swapines please?
Aphex33 said:
Defintion swapines please?
Click to expand...
Click to collapse
You can find a good one in wikipedia.
Sent from my X10i using XDA App
Do i have to manually install this? Because it didnt work the regular way ;o
Sent from my X10i using XDA Premium App
Which ROM are you running?
shahkam said:
Do i have to manually install this? Because it didnt work the regular way ;o
Sent from my X10i using XDA Premium App
Click to expand...
Click to collapse
Portland ed from x10 brick

[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.

[MOD] IncrediControl - Easy GUI Voltage Control

Please read this post through thoroughly before downloading.
This app allows you to control your CPU voltages with an easy to use interface. You can increase or decrease voltages (undervolt or overvolt) for all frequencies or fine tune voltages for each individual frequency.
! HTC DEVICES, currently only single core devices are supported !
! ROOT is Required !
! Kernel that supports HAVS or SVS voltage adjustment REQUIRED !
Get it over at http://www.incredikernel.com
IncrediControl is now also available in the market:
IncrediControl
IncrediControl - Ad Free
Additionally, all donators are eligible to receive the Ad Free version. It doesn't matter how much or how little you donate or have donated. If you don't want to purchase the app from the market, you may donate using the button on this page. Please register on the site first and include your username in the comments box.
All previous donators, please register on the site if you have not done so and contact me with your username!
NOTE: The settings in the general tab are only functional in kernels that have implemented the simple sysfs interfaces for usb fast charging and audio boost. The tab will not show up if your kernel does not have these features. If you would like your kernel dev to implement the interfaces, please direct them to these two commits:
https://github.com/Chad0989/android_kernel_common/commit/a7c21fa0391c225900f93960362535179c0cecc9
https://github.com/Chad0989/android_kernel_common/commit/41dc138bae23dc7582de72a4d9895aaa8e1f8b2d
NOTE2: It is a requirement of the voltage adjustment that the kernel you are using has either the HAVS or SVS sysfs interface implemented. If it does not, it will not work.
NOTE3: Before using, please delete any boot scripts you may have in /etc/init.d that toggle any of the settings this app controls.
Get it at http://www.incredikernel.com
Restore script - use this if you went too low and find yourself in a boot loop. Flash through recovery:
http://www.incredikernel.com/?p=229
maybe is good thing to post which kernel for desire s can use this.many users have no idea what kernel supports HAVS or SVS voltage adjustment..its just few of them actualy so u can maybe check and let us know.
Tiamat 1.0.4 does. I don't see any other recent ones listed on the forum here. If you give me a link to other kernels I'll check for you. No stock kernel does (this includes the default cm7 kernel).
check virtuous rom
kernel is unity v2 ...i think.
Adidas108 said:
check virtuous rom
kernel is unity v2 ...i think.
Click to expand...
Click to collapse
It appears that that kernel does not support the interface. If you're willing to test for me, I can pull the source for that kernel, implement the interface and submit a patch to the developer for inclusion. Just let me know if you would be willing to test for me.
EDIT: I got bored, so here:
http://chad0989.dyndns.org/mirror/unitykernel_sysfs.zip
Let me know if it works, make sure you have another kernel downloaded that you can flash in the event that this one doesn't boot.
tried the kernel. works a treat. thanks!
Sent from my HTC Desire S using XDA Premium App
lowered all the voltages twice. tried three times and it crashed. stable on lowering twice. haven't experimented with each of them individually though
Sent from my HTC Desire S using XDA Premium App
dan-fish said:
lowered all the voltages twice. tried three times and it crashed. stable on lowering twice. haven't experimented with each of them individually though
Sent from my HTC Desire S using XDA Premium App
Click to expand...
Click to collapse
It takes a lot of trial and error to get the best voltage table. It would be great if when you get a pretty good one, you could post it here so that others may use it as a starting point.
mind making the tiamat kernal works too?
tcchuin said:
mind making the tiamat kernal works too?
Click to expand...
Click to collapse
Tiamat 1.0.4 should work with it already.
IncrediControl v1.3
Major changes include:
Ad Free has now been turned into a key that removes the ads from the free version. This allows donors who have downloaded the ad free version from the site to update through the market.
HAVS voltage checking. Minimum voltages can no longer be set higher than maximum voltages.
Boot voltages are now stored in the application’s data directory. Boot settings will now persist if you update your ROM or restore the application and data from a backup.
si, is this a replacement for SetCPU? What other features does it have?
shrome99 said:
si, is this a replacement for SetCPU? What other features does it have?
Click to expand...
Click to collapse
It's not a replacement for set cpu at the moment. But in the future I'm adding CPU speed and governor control. As well as the ability to fine tune each governor.
Sent from my ADR6300 using XDA App
Can someone post a screenshot of their HTC Incredible voltage table?
Also, does this app obsolete the USB fast charge boot script? (http://www.incredikernel.com/wp-con...-monitor/download.php?id=enablefastcharge.zip) i.e. Should I delete that script after installing this app and enabling the USB check box in the general tab?
2 more: What does audio boost do? Why are the "enable on boot" checkboxes reset to unchecked each time the app is opened?
slapmeaty said:
Can someone post a screenshot of their HTC Incredible voltage table?
Also, does this app obsolete the USB fast charge boot script? (http://www.incredikernel.com/wp-con...-monitor/download.php?id=enablefastcharge.zip) i.e. Should I delete that script after installing this app and enabling the USB check box in the general tab?
Click to expand...
Click to collapse
Might be better off posting in the incredible thread next time, so we can keep this one desire discussion. But yes, you no longer need that script and are safe to delete it.
Audio boost is louder in call volume.
The check boxes uncheck themselves as a fail safe for users. I know a lot of users will leave it checked and then adjust voltages too low and end up in boot loops. This way if someone is playing with voltages, they aren't set on boot unless they explicitly click the set on boot box and click apply. If you have previously set on boot voltages, those will remain until you check the box again and click apply, then the previously set on boot voltages will be overwritten with the new ones. In the general tab, the box unchecks itself also just to be consistent with the behavior in the voltage adjustment tab.
Thx. (Apologies for wrong forum - tapatalk ui hides a lot of info)
Sent from my ADR6300 using Tapatalk
IncrediControl v1.4:
This is mostly a bug fix release but I have also added:
Automatic detection of the minimum and maximum voltages supported by your kernel
Unless any more bugs arise, the next release will have some new goodies to play with...
http://www.incredikernel.com or from the market.
very interesting thing.
Does some made any test how much it affect battery life, is it worth of playing ?
Ok so i installed this but i can only see the SVS tab. No general tab. Why is that?
Oh nvm finally understood the first post.

Cpu scalling widget!

Hello everyone!
I've been seaching for a widget that just by tounching it i can change the Cpu scalling. For example: from interactive to Powered saving...
To do this I have to in setcpu and then change it. I'm looking for something simple but I can't find it.
If any of you guys can help I say thanks
Hmmm...I don't have it installed right now...but I for some reason remember setcpu having Widgets.
Setcpu has a widget. Set it up correctly and it willbshow updates in 5sec intervals I think
Sent from my Transformer TF101 using xda premium
Yep just did it...updates every 5 sec
Sent from my Transformer TF101 using xda premium
Clicking the widget will open up the set cpu app.
d
Try Antutu CPU master.
I tried both widgets from setcpu and Antutu cpu master but the thing is that i was looking for something to change the scaling without entering the programs. "an easy to change" kind of thing.
Well I've search but I was unsuccessful...
Thank you guys anyway for your help. cheers
SWEagle said:
I tried both widgets from setcpu and Antutu cpu master but the thing is that i was looking for something to change the scaling without entering the programs. "an easy to change" kind of thing.
Well I've search but I was unsuccessful...
Thank you guys anyway for your help. cheers
Click to expand...
Click to collapse
I guess you can try Tasker. Takes a little work...but you can definitely make your own widget...to do what you want it to do.
Don't ask me tho...I've no clue on how to use it.
Me too. I don't have a clue how to do that. I'm using now CPU Master and i'm liking it because of the profiles...
I'm pretty sure you could use tasker to change the profile setting. If so you could also create a tasker widget which will allow you to do what you want from the homescreen.....
Haven't looked at tasker in a while, but I remember making profiles which changed the governer based on phone state (screen on/off etc), so it should be possible. I also think you can make widgets to perform any task on push, so a bit of playing around should get it to work.
Heres an old link which may help
http://forum.xda-developers.com/showthread.php?t=1018245

Categories

Resources