B BarretteKinder Member Apr 19, 2012 #1 i'm using free version of basic4android and i want knnow if i buy the full version of b4a can i read the frequency and governor and edit them of the cpu? if yes can u ell me the library and a guide so i can see if it do that i want?
i'm using free version of basic4android and i want knnow if i buy the full version of b4a can i read the frequency and governor and edit them of the cpu? if yes can u ell me the library and a guide so i can see if it do that i want?
Erel B4X founder Staff member Licensed User Longtime User Apr 19, 2012 #2 You can read the cpu data with this code: B4X: log(File.ReadString("", "/proc/stat")) You will need to parse the result. Upvote 0
You can read the cpu data with this code: B4X: log(File.ReadString("", "/proc/stat")) You will need to parse the result.