this post was submitted on 15 Oct 2023
178 points (96.4% liked)

Technology

55744 readers
2771 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

4.3 Billion People Now Own Smartphones::Find out how smartphone ownership has reached 4.3 billion people worldwide. Dive into the GSMA's Mobile Internet Connectivity 2023 Report.

you are viewing a single comment's thread
view the rest of the comments
[–] smileyhead@discuss.tchncs.de 1 points 8 months ago (1 children)

I got a brand new phone and installed Termux a few weeks ago. Because of backwards compatibility of Android, you can install older apps. But Termux was not updated in ~2 years and no app targeting modern version can use permissions that Termux needs.

That is a problem on normal Android. But with Termux and certain other programs that have the right permissions, like the “File” app that came with my Samsung, you can access the entire OS and network drives. Also not what I ment, I see you haven't used Linux for longer, but it has a concept of mounting. You mount some virtual or real drive to a diretory and then this directory behave like a "portal". By this way you can for example mount online storage drive as it was a physical and for example install programs on it.

If you root your phone you can do anything. Not true. This is in theory, in practice you are very limited by Android messed up nature and lack of documentation from manufacturer side. Look up PostmarketOS, a real Linux distribution that community maintain. You can see how short is the list of supported phones, it needs to be ported for every device separately and takes huge amount of work. Look up PostmarketOS, it is a real mainline (means without much modifications) Linux-based OS. You can plug a monitor in and there would be no difference between PC and this, can install desktop apps.

[–] btaf45@lemmy.world 1 points 8 months ago* (last edited 8 months ago)

I see you haven't used Linux for longer, but it has a concept of mounting.

Dude I've used Unix for 40 years since before Linux existed. I had an Android tablet, in which I installed termux on, and mounted my shared network drives using Samba on termux. I literally used the Linux "mount" command to mount it to my termux linux filesystem.

You can see how short is the list of supported phones, it needs to be ported for every device separately and takes huge amount of work

And it was a huge amount of work to port Unix to various hardware back in the day.