What's your favourite F-Droid app?
What's your favourite F-Droid app?
What's your favourite F-Droid app?
Termux, definitely Termux. Best terminal emulator for Android.
It basically gives your phone as much power as you can get from a locked down system.
You can even install GUI in it. I use XFCE. Pretty useful for Handbrake as I am too dumb for ffmpeg, Firefox (desktop) because it won't crash with huge uploads to e.g.: OneDrive like every mobile web browser when you lock your phone, NOAA-APT to decode APT imagery from NOAA 15, 18 and 19 satellites.
Just some examples from what I use it for:
Now it gets even better
You get the idea. Plenty of stuff to do with it.
You can also run these distros under proot with proot-distro easily:
Alpine, Arch, Artix, Debian, Deepin, Fedora, Manjaro, OpenKylin, OpenSUSE, Pardus, Ubuntu, Void.
In my case forcing it to reboot into recovery, shutting it down, and booting it up manually (instead of auto reboot after system crash) did the trick, freeing 17MB, enough to boot up.
you can install firefox desktop with termux? how?
First you need to set up GUI: https://wiki.termux.com/wiki/Graphical_Environment
You could also use Firefox without WM or DE, but it's not nice.
Since you already enabled the x11-repo in this step, you can just pkg install firefox
.
What the fuck
I have used Termux, even have it installed right now but apart from the odd cron job, I never used it for something heavy. You, sir, are basically running full fledged Linux with it.
It sounds absolutely and completely overpowered for a phone... ... Well, what did I expect ¯(ツ)/¯
I have an RTLSDR any good beginner friendly apps for it? Ive used a pi for NOAA before and it worked really well with SATNOGs. Being on the go with it would be fun.
SDR++ is great for both desktop and Android: https://github.com/AlexandreRouma/SDRPlusPlus
Unfortunately, it's sometimes a bit buggy, but it's by far the best there is. Well, these are nightly builds, so I guess it's expected.
There's also SatDump which has many decoders, including NOAA APT and Meteor LRPT: https://www.satdump.org/download/
Thanks ill give them a shot!
How bad is the battery drain?
Depends on what I do with it. Usually the only noticeable drain is WiFi being active.
But for example encrypting and compressing large files will absolutely toast the phone.
The errors can be a problem, even if they aren't written to a file. For example with tinyproxy. Disconnecting the network interface it's running on won't shut it down, it just keeps producing errors and clearly doing something as it can really heat up the phone.
This is what it spits out (as fast as it can):
<>
... ERROR May 25 13:01:06.107 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.107 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.107 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.107 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.112 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.112 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.112 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.112 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.112 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.112 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.114 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.114 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.114 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.114 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.114 [9701]: Accept returned an error (Invalid argument) ... retrying. ERROR May 25 13:01:06.114 [9701]: Accept returned an error (Invalid argument) ... retrying. ...
Which is also why I run it with -d
which keeps it in foreground and this goes to stdout/stderr instead of a file. I keep everything I can in foreground. I can have multiple sessions open and just CTRL-C anything.