Repurposing an Old Tablet: A Time Hole of SDKs, Bootloops, and Stubborn Curiosity
What started as a small idea — turning an old Samsung Galaxy Tab 4 (SM-T230NU) into a dedicated FluidNC pendant — turned into a full dive into Android development, debugging, firmware archaeology, and system recovery. Here’s the real takeaway from today. Coming Up With a Simple Goal The original goal wasn’t complicated: Old tablet FluidNC web interface Fullscreen Landscape Launch on boot A normal person would’ve added the webpage to the home screen in Chrome and been done with it - and I might regret not stopping there - but it all came from curiosty. Learning the SDK Environment I spent time in Android Studio learning: How project structure is laid out Where manifests, layouts, Kotlin files, and themes actually live How Gradle build files fit together How SDK versions impact compatibility I went from not knowing where things were to being able to navigate the project tree quickly and edit the right files without guessing. I built a working APK — even if the target...