How to Select a Mobile OS
The article discusses the selection of alternative mobile operating systems (OS) to Android, particularly focusing on degoogled versions and mobile Linux distributions. It highlights the trade-offs involved in switching from Android, such as the inability to use mobile payment systems. The author shares personal experiences and insights gained from researching various OS options for the Fairphone 5.
- ▪The article emphasizes the shift from Android to alternative mobile OSes due to privacy concerns.
- ▪It categorizes mobile OSes into degoogled Android versions and mobile Linux distributions.
- ▪The author notes that switching to a different OS comes with compromises, such as losing mobile payment capabilities.
Opening excerpt (first ~120 words) tap to expand
Mobile OSes (featuring Fairphone 5) function maximizeContentWindow() { const articleWindow = document.getElementsByClassName('window')[0]; const maximizeButton = document.getElementById("mdi-window-maximize"); const restoreButton = document.getElementById("mdi-window-restore"); let articleWindowContentWrapper = document.getElementById('articleWindowContentWrapper'); if (!articleWindowContentWrapper) { articleWindowContentWrapper = document.getElementsByClassName('window-body')[0]; } articleWindow.classList.toggle('windowFullScreen'); maximizeButton.classList.toggle('articleWindowButtonHidden'); restoreButton.classList.toggle('articleWindowButtonHidden'); articleWindowContentWrapper.classList.toggle('articleWindowContentWrapperFullScreen'); } Table of ContentsHow to select a mobile…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Gridranger.