|
| 1 | +# Disclaimer |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +### Note & Disclaimer! |
| 6 | + |
| 7 | +**A note before you try** |
| 8 | + |
| 9 | +* As lot of it is preinstalled you can login and start right after you install. |
| 10 | +* Before installation, be sure that you're on stable internet and your device have 5-6gb free space for neat installation. |
| 11 | +* As this runs on termux and on software rendering so performence clearly depends on CPU, ram and storage read-write speed! |
| 12 | +* Consider not to try heavy apps unless you got a good device. |
| 13 | +* If you have any issues or suggestions make sure i know at https://github.com/RandomCoderOrg/ubuntu-on-android/issue (create an issue) |
| 14 | + |
| 15 | +**Disclaimer** |
| 16 | + |
| 17 | +* we don't work with any company or organization of ubuntu or any third-party sources that took in making fs(but we are welcome). |
| 18 | +* This project works by complying with SElinux android. and all aim of the project is just to run Linux on android without direct root with a twist and this project improves time by time with your support and motivation. |
| 19 | +* the Linux you trying to install from this repo is not fully functional in the target space because of the SElinux policies, and increasing requirement in Linux requirements and also because the project is set to run with `ptrace()` a low-level access in android kernel |
| 20 | +* Graphic performance is bad in vnc but a better to experience a smooth session is termux:wayland app. check this [doc](https://github.com/RandomCoderOrg/ubuntu-on-android/wiki/XWayland-in-proot)  |
| 21 | +* **(Update)** see https://github.com/RandomCoderOrg/ubuntu-on-android/wiki/XWayland-in-proot to run a smooth and fast session |
| 22 | +* This project comes without warranties or data protection |
| 23 | +* The Linux you're trying to install from this repo is not fully functional in the target space because of the SELinux policies, and increasing requirement in Linux requirements, and also because the project is set to run with ptrace() low-level access in android kernel |
| 24 | +* That lead to: |
| 25 | +* No direct access to hardware, fluctuations in services, performance overheads, sudo issues etc. |
| 26 | + |
| 27 | +**Display** |
| 28 | + |
| 29 | +* Access to display/control Desktop environment can be accomplished by various methods like |
| 30 | +* Termux:Wayland **Recommended** |
| 31 | +* xRDP |
| 32 | +* Vncserver ( RealVnc Viewer, Bvnc, Nethunter Vnc etc ) |
| 33 | +* Xserver XSDL |
| 34 | + |
| 35 | +**Audio** |
| 36 | + |
| 37 | +* Audio works by enabling pulseserver with a tcp reciver module at `127.0.0.1` and `udroid` manager takes care on starting audio service ( additional setup mamy require for some apps ). |
| 38 | + |
| 39 | +**HID interfaces** |
| 40 | + |
| 41 | +* Keyboard and mouse emulation depends on apps you use to access desktop environment. Bvnc/nethunter KEX app provides better interface with hardware and mouse |
| 42 | + |
| 43 | +**Graphics** |
| 44 | + |
| 45 | +* For this time being there is no standardized way of accessing or using device GPU at its full potential so llvm pipes are used! (OpenGL version may depend on device OS). Most of the solutions are tricks to get more performence or vendor specific implementaions (like kernel graphics support layer/DRI ). |
| 46 | +* Best way to experience native Linux like performence is using Termux:Wayland app which is wayland port to android |
| 47 | + |
| 48 | +**Others** |
| 49 | + |
| 50 | +* PRoot for android is still in developing stage and not ready for using daily life linux. all the linux codes and apps are not devoloped for PRoot. popular apps like snap flatpack which depends on Systemd (which is not possible without root and Hallium project in android) wont work. proot on android platform is devoloping mostly by the efforts of termux and many random devolopers and a big part of linux/android user community. this projects is also result of so many experiments and a mixture of hacks and tricks to start things in android. |
0 commit comments