TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are there any programmable 'feature' phones?

13 pointsby gshrikantover 7 years ago
The big attraction for me with smartphones was the ability to write my own programs on them. While this is still true (less true for iOS, but that&#x27;s my opinion) there are issues with smartphones that I don&#x27;t want to deal with (privacy, software bloat etc.). Admittedly, the term &#x27;feature phone&#x27; is a little vague but I&#x27;m referring to a device with minimal internet and multimedia capabilities but not to the to the extent of smartphones - a poor man&#x27;s smartphone, if you will.<p>Is there a programmable feature phone which has smartphone level programmability (hopefully more) and an open OS to hack on?

13 comments

eroppleover 7 years ago
I mean--&quot;programmable feature phone with smartphone level programmability&quot; is a contradiction in terms, but there are tons of Symbian devices and tons more that run J2ME.<p>If you want more than that, you&#x27;re looking at a smartphone. Just not one you have to install much on.
评论 #15566048 未加载
Yetanfouover 7 years ago
Just get a device which is supported by one of the alternative Android distributions, build a stripped-down image for the thing and install it. As Android is built on top of a somewhat idiosyncratic Linux base the environment should be recognisable to anyone used to such. You can leave out any code you don&#x27;t want to have on the thing, add things you do want (e.g. <i>iptables</i> configured before the network goes up, etc).<p>Using a &quot;feature phone&quot; with &quot;minimal internet and multimedia capabilities&quot; would give a false sense of privacy as the limited feature set does not negate the possibility of the device leaking all sorts of info to the outside. After all, &quot;minimal internet&quot; is still internet and as such can connect to anything out there. Given that even the most limited IoT-device can leak information to its true masters, a &quot;feature phone&quot; is hog heaven for someone looking to eavesdrop on unsuspecting users.
GuiAover 7 years ago
You could build yourself an Arduino Phone.<p>Here’s such a build, but Googling “Arduino Phone” will get you many iterations:<p><a href="http:&#x2F;&#x2F;www.instructables.com&#x2F;id&#x2F;ArduinoPhone-20-an-Open-Source-Mobile-Phone-Based-&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.instructables.com&#x2F;id&#x2F;ArduinoPhone-20-an-Open-Sour...</a>
评论 #15566297 未加载
rafael859over 7 years ago
Well there&#x27;s SailfishOs, which just got officially ported to Xperia X. I own a Jolla phone, which was the first to run this OS. It is open source, and I have to say quite hackable, even though I haven&#x27;t tried to make any apps. Something that I find pretty cool is the fact that you can ssh into it if you enable developer mode, and you basically have a linux machine. The downsides are that the company is no longer making phones, and that there are not that many native apps for it. The upside is that it supports android 4.1.2 apps, so you are going to be covered for the most part.
评论 #15566172 未加载
Jaruzelover 7 years ago
Hunt on ebay for a crappy old Windows CE based phone? I&#x27;ve had several (before Android was a thing) and you can program in many languages on them (providing you can still find the apps - I&#x27;ve still got a local repository somewhere). Also the original version of Visual Studio.NET and VS 2005 both supported Windows CE as a target so you could program apps in c# and copy them over.<p>Windows CE on phones was marketed as &#x27;Windows Mobile&#x27; and the latest version was 6.5:<p><a href="https:&#x2F;&#x2F;www.google.co.uk&#x2F;search?q=window+mobile+6.5&amp;hl=en&amp;tbm=isch" rel="nofollow">https:&#x2F;&#x2F;www.google.co.uk&#x2F;search?q=window+mobile+6.5&amp;hl=en&amp;tb...</a>
rhn_mk1over 7 years ago
ZeroPhone [0] matches your requirements. It&#x27;s DYI, but there&#x27;s a crowdfunded campaign coming soon [1].<p>[0] <a href="http:&#x2F;&#x2F;wiki.zerophone.org&#x2F;index.php&#x2F;Main_Page" rel="nofollow">http:&#x2F;&#x2F;wiki.zerophone.org&#x2F;index.php&#x2F;Main_Page</a> [1] <a href="https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;arsenijs&#x2F;zerophone" rel="nofollow">https:&#x2F;&#x2F;www.crowdsupply.com&#x2F;arsenijs&#x2F;zerophone</a>
icebrainingover 7 years ago
Maybe get an old smartphone, specifically a Nokia E-series running on the S60 platform. They can run J2ME and C++ apps, as well as Python scripts that can interact with the APIs (networking, camera, accelerometer, etc). And you could install Opera Mobile, which was actually a pretty good browser. Plus a full QWERTY keyboard.
fxjover 7 years ago
If privacy is an issue for you then build your own phone using a raspi <a href="https:&#x2F;&#x2F;www.raspberrypi.org&#x2F;blog&#x2F;piphone-home-made-raspberry-pi-smartphone&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.raspberrypi.org&#x2F;blog&#x2F;piphone-home-made-raspberry...</a>
评论 #15568290 未加载
tomjugglerover 7 years ago
Try Tizen OS? Open source and the Z2 phone is so cheap! It&#x27;s really a smart phone with a different OS though...<p>Not sure if it&#x27;s still happening but Samsung had some developer bonuses for apps, so could be lucrative (in the short term)
vsenkoover 7 years ago
Probably Librem 5 would suit, but it is still in development.<p><a href="https:&#x2F;&#x2F;puri.sm&#x2F;shop&#x2F;librem-5&#x2F;" rel="nofollow">https:&#x2F;&#x2F;puri.sm&#x2F;shop&#x2F;librem-5&#x2F;</a>
Tepixover 7 years ago
If privacy and software bloat are your concers, have a look at CopperheadOS. It&#x27;s very slim and offers good privacy. Battery life is incredible!
tehlikeover 7 years ago
Can you get one of the google phones and flash them with AOSP?
rglullisover 7 years ago
Why not Ubuntu Touch&#x2F;UBPorts?
评论 #15566166 未加载
评论 #15566104 未加载