Android Self hosting
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
How do we activate this feature? I have it enabled after going into the developer settings menu but nothing seems to happen, I see mentions of an app but idk what the app is.
I am on grapheneOS though instead of normal android so there could be something with that here.Oh nvm I figured it out, it just took a bit for me to realize there was a new terminal app on my phone
-
Please no. I can't grep that. (Nor ingest it to splunk for more powerful searching.)
If its an application I run locally, I rarely grep logs (they're small enough that I can just ctrl+f). If it's something running in production with millions of lines of logs, then I agree
-
The VM eats through the battery, that's the only hangup I have with this. Otherwise that's a fantastic idea.
If I trusted the battery tech more, I would use an old phone. But I've had one of those white plastic Mac books hooked up to power so long, the battery swelled out of its enclosure
Maybe there's a way to disconnect the battery, or an app that switches off charging, so it drains enough to keep that from happening
-
If I trusted the battery tech more, I would use an old phone. But I've had one of those white plastic Mac books hooked up to power so long, the battery swelled out of its enclosure
Maybe there's a way to disconnect the battery, or an app that switches off charging, so it drains enough to keep that from happening
There are root apps that can limit battery charge level. If you have an older phone that's rootable, I would look into that.
-
Just installed arch with chroot on my old rooted phone a week ago.
Seeing this is great because it means there's no need for complicated workarounds or even root access! Plus the distro runs natively and not with difficulties like with chroot
Native in what sense? As I understand it that uses a VM of some sort
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
Get steam-headless running on there
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
While this is very exciting, I just tried it, and the network connectivity seems to be broken. No IPv6.
-
While this is very exciting, I just tried it, and the network connectivity seems to be broken. No IPv6.
Hmm I was messing with its networking. External vpns break stuff on GrapheneOS.
Its internal IP was 192.168.0.2, and my network is different. -
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
latest release of android
Does that mean 15?
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
That’s super cool! I’ve been wanting to setup an offsite backup rig at my parents place and using an old phone to run it would be super ideal but I just don’t have any hardware that’s compatible with postmarketOS. Maybe one day ill bite the bullet and just buy a compatible used phone to do it with.
-
Hmm I was messing with its networking. External vpns break stuff on GrapheneOS.
Its internal IP was 192.168.0.2, and my network is different.Yes, Linux is running in a VM, and the network interface is a virtualized veth interface connected to a host bridge. The host android system has IP address 192.168.0.1, and this network interface is called avf_tap_fixed (as seen from termux).
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
my friends complaining that my plex server because I left my phone on the bus and it ran out of charge
-
Oh nice! I'd love to run an ad blocker/dns/reverse proxy on something with a little more beef than the Pi zero I've got now.
Jellyfin and or Pi zero does not like streaming through the video.local address I've got setup, so i have to use IP address to get anything without stuttering.
pi zero for streaming is insane not gonna lie. What sort of resolution do you stream it at?
A decently newish phone would blow even a pi 5 out of the water I bet. Modern GPU drivers from snapdragon or mediatek plus core designs that arent 7 years old out of the factory would be a godsend for low-watt homelabbers
-
latest release of android
Does that mean 15?
Yea kinda. Android is switching to quarterly releases, so my phone now says "Android 15" but this was QPR2 specifically
-
Yea kinda. Android is switching to quarterly releases, so my phone now says "Android 15" but this was QPR2 specifically
Thanks. My phone is on 14 and won't get another update, oh well.
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
What is the current wisdom about having an android device always plugged in? Some people say that it will kill and pillow the battery, but does it really?
-
With the latest release of android it now supports some Linux functionality. I got docker installed simply by following Docker's docs.
Any thoughts or uses for a mobile homelab? What would be useful to have mobile?
With the latest release of android it now supports some Linux functionality.
Wait, it does? Gonna have to check that out.
-
What is the current wisdom about having an android device always plugged in? Some people say that it will kill and pillow the battery, but does it really?
I don't know. I think they are pretty good at managing battery, and have a new setting for maxing it out at 80% charge, but I don't think I'd put it near anything expensive for years on end.
-
With the latest release of android it now supports some Linux functionality.
Wait, it does? Gonna have to check that out.
Early alpha, but yea it's full on Linux in Android. Quite slick
-
Early alpha, but yea it's full on Linux in Android. Quite slick
Dope, seems to not have landed yet in LineageOS but the Terminal app is already installed. Just missing the toggle in the developer options.