Close Menu
MyAppsPlus

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Quote of the day by Motorola’s cell phone pioneer Martin Cooper: ‘People want to talk to other people — not a house, or an office, or a car’ — blueprinting the start of a new era of communications

    September 12, 2026

    A Texas university just got $20M gift to shape the future of AI

    September 12, 2026

    There’s a simple way to watch South Africa vs New Zealand for *FREE* or just $1 — stream Test 4

    September 12, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    MyAppsPlusMyAppsPlus
    Saturday, September 12
    • Home
    • Breaking Tech
    • Apps & Software
    • AI & Automation
    • Android
    • iPhone & iOS
    • More
      • Reviews
      • How-To Guides
      • Deals & Discounts
      • Shop
    MyAppsPlus
    Home»Breaking Tech»You can turn an old Android into a Raspberry Pi alternative
    Breaking Tech

    You can turn an old Android into a Raspberry Pi alternative

    myappsplusBy myappsplusAugust 18, 2026006 Mins Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    You can turn an old Android into a Raspberry Pi alternative
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link
    OK, it's not Raspberry Pi OS, but Linux Debian is what that OS is based on.
    OK, it’s not Raspberry Pi OS, but Linux Debian is what that OS is based on. Adrian Kingsley-Hughes/ZDNET

    Follow ZDNET: Add us as a preferred

    ZDNET’s key takeaways

    • Raspberry Pi boards have skyrocketed in price this year.
    • There are pros and cons to using an old phone as a Raspberry Pi replacement.
    • Here’s a way to unlock your handset’s power without risking bricking it.

    With demand from AI data centers sending RAM and storage prices through the roof, Raspberry Pi buyers have been among the many victims of this trend. We’ve seen the prices of single-board computers skyrocket to the point where two 16GB Pi 5 boards cost the same as a MacBook Neo.

    No wonder there’s been a huge spike in interest in turning an old Android handset into a portable project computer.

    Also: You’re charging your phone all wrong: 6 common myths, debunked

    After all, it looks like the perfect portable computer because it is a highly optimized portable computer, and most of us have a few old handsets sitting in a drawer or on a shelf somewhere, doing nothing.

    But… there is a but. Several, actually. Before I tell you what you need to do to turn that old phone into a portable powerhouse for your projects, I’m going to list both the pros and the potential pitfalls of using that old handset.

    The pros

    It’s a smartphone — a portable, self-powered computer you can slip into your pocket. At first blush, it looks like the perfect system. And that initial infatuation might make you think that it’s the superior option.

    Also: How I survive summer without AC: My top hot weather coping tips, tricks, and gadgets

    Not only is it free (or cheap, since the secondhand market is flooded with old Android handsets), but it also has a built-in battery, a display, Wi-Fi, Bluetooth, and even cellular connectivity. On top of that, it should be loaded with RAM and storage — and if you’re lucky, it might have a microSD card slot — a camera, a CPU that usually has better single-core performance than a Pi, and a USB-C port for expansion.

    Perfect.

    As for software, one way to make use of your hardware is to use Termux — an app that’s both an Android terminal emulator and a Linux environment — on Android without the hassle of rooting the handset. (Never rooted an Android smartphone? You have no idea about the horrors of bricking a handset.)

    Throw proot-distro on top of Termux, and you have the power to run Linux distributions, again, without rooting.

    So far, so good, right?

    The cons

    A smartphone is a very different animal from a Raspberry Pi. There are no GPIO pins, so anything and everything that you’d plug into the Pi this way is a no-go without a lot of futzing about with FT232R boards (and even with a lot of futzing, it can be unpredictable).

    You also lose out on Ethernet and a bunch of USB ports, so you’ll have to rely on docks, dongles, and such for any expansion.

    Also: This Mac dock gives me lag-free dual displays with no sketchy drivers – for $150

    Termux also puts obstacles and limitations in your way, stuff relating to power management and storage access, and you’ll have to become familiar with things like wake lock and bypassing storage limitations.

    Termux can also be buggy, and you’ll no doubt be spending a lot of time in the wiki. 

    On top of all this, I can’t even guarantee you’ll be able to do what you want. Hopefully, someone’s gone ahead of you, and you can walk in their footprints.

    One really big limitation of using an Android handset for this type of endeavor is that some ports (ports 1024 and below, which are considered privileged network ports) are off-limits to apps that aren’t rooted. Doesn’t sound like a big hurdle — and for the most part, it isn’t — but if you try to build something around certain apps, they can fail. One such app is the ad-blocker Pi-hole, which you’ll only get to run on rooted hardware. I know this because I encountered this limitation earlier this year, which is why I used an ESP32-S3 board instead.

    This is going to be one of many hurdles, speed bumps, and dead ends that you encounter.

    If this is your first time trying something like this, you’ll quickly learn why the Raspberry Pi is as popular as it is.

    A way around Termux limitations is to install something like postmarketOS, but this involves rooting, and you need a compatible handset.

    OK, here’s how to get started

    Because I have no idea what you want to do with your Franken-Android handset, I’ll show you how to install Termux and make a few tweaks to it. After that, you’re on your own.

    The quickest, easiest, safest way to get Termux isand install the F-Droid app, and download it through that. Either way, you’re going to have to navigate a few security permissions screens (allow everything or things will break)

    Also: I lost 100 pounds in 7 months: How a smart scale and an Apple Watch helped track my progress

    Got it installed and open? Good! Next, update everything by typing the following:

    Hit ENTER, sit back, and wait for everything to refresh. Keep an eye on the screen because there you might be prompted for some inputs (say yes to everything).

    Next, you need to set up the storage. For this, type the following, then press ENTER, and when prompted for permissions, be sure to allow them.

    Next, install the tools you’ll need. For this, use:

    pkg install proot-distro git openssh

    Next, we need to give Termux access to the phone’s hardware:

    Now you need to flip over to the F-Droid app and search for and install the Termux:API app.

    Back to Termux, and now it’s time to get Linux installed:

    Finally, you’re ready to get into Linux… all it takes is one command:

    We’re in!

    From here, you have all sorts of projects to choose from, from a self-hosted password server, media server, file syncing, to web server. 

    Good luck!

    alternative Android into Raspberry turn
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    myappsplus
    • Website

    Related Posts

    Tesla says it will finally unveil the second generation Roadster on October 1

    September 12, 2026

    Why is the internet so upset about NVIDIA’s DLSS 5?

    September 12, 2026

    Android malware creates a hidden copy of your banking app

    September 12, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    The 6 AI-free Linux distros I recommend most

    August 19, 20263 Views

    AI, automation, robot dogs ensure on-site nuclear safety

    September 7, 20262 Views

    This tiny AI box could save me from upgrading my perfectly good laptop

    September 6, 20262 Views
    Latest Reviews

    Apple Wallet driver’s licenses are coming to North Carolina, but there’s a catch

    myappsplusAugust 18, 2026

    3 Japanese AI Stocks Turning Automation Spending Into Real Revenue

    myappsplusAugust 18, 2026

    Apple: DOJ’s latest challenge in antitrust case ‘fails at every level’

    myappsplusAugust 18, 2026
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Most Popular

    Apple Wallet driver’s licenses are coming to North Carolina, but there’s a catch

    August 18, 20260 Views

    3 Japanese AI Stocks Turning Automation Spending Into Real Revenue

    August 18, 20260 Views

    Apple: DOJ’s latest challenge in antitrust case ‘fails at every level’

    August 18, 20260 Views
    Our Picks

    Quote of the day by Motorola’s cell phone pioneer Martin Cooper: ‘People want to talk to other people — not a house, or an office, or a car’ — blueprinting the start of a new era of communications

    September 12, 2026

    A Texas university just got $20M gift to shape the future of AI

    September 12, 2026

    There’s a simple way to watch South Africa vs New Zealand for *FREE* or just $1 — stream Test 4

    September 12, 2026

    Subscribe to Updates

    Subscribe to our newsletter and get the latest tech news, app updates, AI trends, smartphone reviews, and exclusive deals delivered straight to your inbox.

    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Get In Touch
    • Disclaimer
    • Privacy Policy
    • Terms & Conditions
    © 2026 MyAppsPlus. All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.