Raspberry PI 4 Overclocking - AndroidTV LineageOS 17.1 (Konstakang)
Raspberry PI Overclocking experience Be advised that overclocking your device may break the warranty and burn it. This article is only meant to describe some experiment and the results of it. Overclocking is dangerous and the author it is not responsible for eventual damages to your device. Intro (if you are an expert Android user, you can skip that) Typically an Android OS comes with few main partitions. Something like: /Boot (Is NOT viewable in Android) /Recovery (Is NOT viewable in Android) /Data (Userdata) (Is viewable in Android) /Cache (Is viewable in Android) /System (Is viewable in Android) /Misc (Is NOT viewable in Android) For my experiments I am using LineageOS TV 17.1 from KonstaKang - https://konstakang.com/devices/rpi4/ - on Raspberry PI4 8GB. LineageOS creates the following 4 partitions on the SD card: the root "/", the "boot", the "userdata" and the "vendor". The boot partition contains all is needed for the startup. And in par...