Under adb, can somebody cut and paste the output of the following command? I'm interested what filesystems the RK3288 kernel supports out of the box.
cat /proc/filesystems
I'd also like to see the available CPU speeds, possibly for downclocking using a simple init command:
grep -H . /sys/devices/system/cpu/*/cpufreq/scaling_available_frequencies
Finally does the P4 come pre-rooted? Does adb run as root when you connect the tablet to a PC? Or alternatively can you get root level access by running the command "adb root"? I don't want to install any Supeuser app, but I'd like to get root level access via adb so I can install my own init files and /etc/hosts for ad and malware blocking purposes.
Comment