You are not logged in.
Pages: 1
I want to install arch linux on a phone with a core for phone processors. with the ability to launch android applications ( .apk). with a graphical interface like Gnome. I can't find anything like this on the Arch wiki. Is this possible? I want to take down my android and install arch
Offline
I highly doubt your phone has an x86_64 processor, so it would not be possible.
But you could check with archlinuxarm as that would have a much better chance of running on whatever processor the phone has.
And with that even if you succeed, I suspect the best you'd get was a very small tablet PC, not a phone (i.e., the actual "phone" functionality would not work).
Last edited by Trilby (2024-02-18 13:51:19)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
I want to install arch linux on a phone with a core for phone processors. with the ability to launch android applications ( .apk). with a graphical interface like Gnome. I can't find anything like this on the Arch wiki. Is this possible? I want to take down my android and install arch
I'd say look at something like postmarketOS if you want linux on a phone, but generally, you only need android on a phone. You could also use something like Andronix+Termux if you just want to input commands on a phone.
PostmarketOS:
https://wiki.postmarketos.org/wiki/Main_Page
Andronix:
https://andronix.app/
Termux:
https://termux.dev/en/
Also to consider: Postmarket is really hit-or-miss when it comes to stuff working, so if you want to install it, make sure you take note of any functionalities, or lack thereof
Last edited by awaken (2024-03-14 23:13:40)
But is it really broken?
"You mad bro?" -Scott Lynch
Offline
there are phones for linux including arch
ezik
Offline
Arch Linux is for amd64/x86_64 (a kind of CPU architecture, that is mostly for desktop PCs). There are forks of Arch Linux, namely Arch Linux ARM, which work on ARM processors (a CPU architecture, that is mostly used for smaller devices such as a Raspberry PI or a mobile phone), but these are limited to very particular hardware, probably excluding your phone though.
Further reading:
>https://archlinuxarm.org/
>https://en.wikipedia.org/wiki/Amd64
Offline
Information on phones and architecture, as well as development for postmarketOS, can be found here: https://wiki.postmarketos.org/wiki/Devices.
They've initiated development about arch/phone: https://forum.pine64.org/forumdisplay.php?fid=159.
Both are community sources.
There's a widespread issue in phone camera development, primarily concerning drivers: https://wiki.postmarketos.org/wiki/Camera.
Offline
Try search for: site:https://xdaforums.com <your phone model>
It seems LineageOS works for my phone and may for yours: https://xdaforums.com/f/galaxy-snapdrag … ent.10447/
Despite not being listed on https://wiki.lineageos.org/devices/
Offline
This can be achieved quite easily.
Install termux from the app store, then run the setupTermuxArch script from here https://github.com/TermuxArch/TermuxArch inside Termux. I do this with all my android phones, and it works like a charm. Especially handy for quickly checking my email with mutt.
You can even run Xorg through an app called XServer XSDL (https://github.com/pelya/xserver-xsdl), though it's a bit laggy.
If your phone is not rooted, you can install yay and other AUR packages using "runuser -u nobody -- <makepkg or yay command>". You might have to set a password for user nobody first.
Good luck!
if [[ $yourProblem = "fixed" ]] ;then
sed -i 's/Title/[SOLVED] Title/g' your.thread | please --thank-you
fi
Offline
Pages: 1