changing the cpu frequency
This is a discussion on changing the cpu frequency within the Droid Development forums, part of the Droid Hacking category; hi guys im trying to develop an android application in which im tryin to change the scaling_governor to userspace so that i can set the ...
-
changing the cpu frequency
hi guys im trying to develop an android application in which im tryin to change the scaling_governor to userspace so that i can set the cpu frequency but i dont know how to gain root user permission programatically in order to change the scaling_governor. is there any way to change the scaling_governor and to set user specified cpu frequency??
String[] args = {"/system/bin/echo userspace >", "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"};
ProcessBuilder cmd1;
cmd1 = new ProcessBuilder(args);
Process process = cmd1.start();
it is not changing the scaling_governor what is wrong in this??
-
-

Originally Posted by
ashok_jeev
hi guys im trying to develop an android application in which im tryin to change the scaling_governor to userspace so that i can set the cpu frequency but i dont know how to gain root user permission programatically in order to change the scaling_governor. is there any way to change the scaling_governor and to set user specified cpu frequency??
String[] args = {"/system/bin/echo userspace >", "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"};
ProcessBuilder cmd1;
cmd1 = new ProcessBuilder(args);
Process process = cmd1.start();
it is not changing the scaling_governor what is wrong in this??
you dont need to change the governor to change cpu frequency
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Similar Threads
-
By fastazzevo in forum Motorola Droid
Replies: 14
Last Post: 07-20-2011, 07:52 AM
-
By FormerIphonePreuser in forum Droid General Discussions
Replies: 9
Last Post: 06-25-2011, 02:31 AM
-
By papak in forum Droid Incredible General Discussions
Replies: 1
Last Post: 11-27-2010, 04:16 PM
-
By Nblufire12 in forum Droid Applications
Replies: 7
Last Post: 07-11-2010, 09:45 PM
-
By BasilofBakerStreet in forum Off Topic Forum
Replies: 4
Last Post: 05-07-2010, 10:17 AM
Search tags for this page
allowed cpu frequencies
,
android change cpu frequency
,
android change cpu speed
,
android cpu frequency
,
android set minimum cpu frequency
,
android+cpu frequency
,
change cpu frequency android
,
change cpu frequency on android
,
changing cpu frequency android
,
cpu frequency android
,
cpu governors in cyanogen/
,
cyanogenmod cpu governor
,
developing android app to set cpu-freq
,
how to control cpu freq android
,
how to improve cpu scaling on rooted androids
Click on a term to search our site for related topics.
Tags for this Thread