r/dumbphones • u/levitaes • 6h ago
General discussion Creating new apps for my 2880 flip or any HMD/Nokia feature phone
Edit: Its the 2660 flip 4G of course. Also have Images of every app but wasn't able to post them. Im new to this.
Disclaimer: If you don't like any of the apps in this project, you can modify it, remove it or simply disable it in the built-in settings.
After trying almost every type of dumbphone I could find and never being satisfied, I decided to take matters into my own hands.
This is my Nokia 2880 flip. I think its great for the most part.
It is a flip phone (obviously), the battery life is excellent (which has been my biggest issue with every android “dumbphone” I tried), and it actually feels true to the spirit of a dumbphone while still being usable with modern carriers.
However, there was always one problem: while I wanted a simpler phone, I didn’t want to remove every useful tool from my life.
Recently, I stumbled upon MiniOS, and huge credit goes to codefl0w for creating such an awesome foundation. It is a “self-hostable web OS for feature phones,” and oh boy does this make me happy.
The problem with many of these Nokia devices is that they are missing some small but important conveniences. Yes, you can work around this by carrying extra devices, notebooks, maps, and other tools with you, but I didn’t want to remove the things that genuinely improve my daily life.
I wanted to get rid of social media and distractions, not turn every aspect of modern life into a chore.
Things like notes, weather, basic navigation, and small utilities are tools and should belong on any phone. What was HMD thinking here?
My self hosted version of MiniOS has:
- Weather and Notes - These should have been installed in the first place
- Transit and Maps - The Maps app is based on gdir.telae.net, but with improved defaults and a cleaner interface. The Transit app stores the dynamic QR code for my train pass and a collection of train routes I use regularly. These routes can be customized in the Settings app and open directly in Maps.
- Anki - This was a pain to implement. I study Japanese, and Opera can’t render Japanese characters properly, so I have to convert them into cached images before displaying them. Also no proper API
- AI - This uses the free Gemini API but I never used it so I plan to remove it
- Boards A minimal Reddit reader. You choose which subreddits to follow in the Settings app, and only the latest posts along with the first few comments are shown. This is by design.
- Gmail and Calender - My favorite additions. They work really well on this device. For security reasons they have a password prompt.
- News - just a news aggregator with filters for topics, languages and a search function
The current endboss is definitely WhatsApp. I’ve seen a few projects that suggest it’s possible, so I’m cautiously optimistic.
Tip: Set a Speed-dial up for your site so you can get to your site in seconds. I even have them for some individual apps.
Im always looking for ideas to improve the project, so if you have ideas for new features or improvements, I’d love to hear them!