I'm trying to use an app from the playstore called DroidScript, it helps write simple apps.
I want to make a simple app that makes a tiny edit in a system file. I just want it to print a word into the below file, but I still have no idea how
/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
(Naturally this app should also request superuser priveleges, which I also have no idea how to write)
I want to make a simple app that makes a tiny edit in a system file. I just want it to print a word into the below file, but I still have no idea how
/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
(Naturally this app should also request superuser priveleges, which I also have no idea how to write)