Wow, I'm amazed how far this setup can go. There's only one concern that I have. You are indicating how to disable the phantom process killer but there are no instructions on how to roll back these settings. One could make changes and then forget. Would be nice if you extend the blog post with these specs as well. Cheers! Awesome demo!
I couldn't find a way to disable it. but it wont harm your phone disabling the phantom process killer. Edit: Thanks to my subscriber for finding a solution: @mac7905 In order to enable phantom process killer again you just need invert made changes: Enable device config sync: adb shell /system/bin/device_config set_sync_disabled_for_tests none Set process limit back to 32: adb shell /system/bin/device_config put activity_manager max_phantom_processes 32 Enable monitoring of phantom processes: adb shell /system/bin/settings put global settings_enable_monitor_phantom_procs true
@@kskroyaltech Might I ask, did you manage to get Android SDK running on this setup? I've configured everything by the book. Even got aarch64 binaries for the build and platform tools. Still no luck woth fluuter doctor. Says it can't find the SDK. Any hints? Cheers!
This is very neat. I wanted to install windows 11 on my xiaomi pad 6, similar to how xiaomi pad 5 was able to. Sadly, theres no solution out there currently, so I had to resort to an emulator of sort. Will other people on the same network be able to connect to my desktop environment though? Thanks for your help dude
Sorry to bother everyone again... At 5:43 we are at, root@localhost:-# Is "cat /etc/lsb-release" (without the quotes) what I need to enter? Not sure I'm reading it right.
Same here. I successfully installed Ubuntu but while connecting it to VNC viewer, I am getting the error "The port on which the computer is listening for the connection could not be contacted. I used MultiVNC instead and got the same error.
Why does RVNC viewer after I made a new connection tell me the port on Which the computer is listening for a connection could not be contacted? Can you tell me a solution to this problem?
Hi , great video , If I install Linux in such a way can I go back to Android ( isn't like dual boot linux)? Because I would like so just for experimenting with different distros.
I tried this and a error occurred saying phone has been modified in a unauthorised way system is locked system is currupted and did it to protect my personal info
Ihave a s10+ . I am thinking if i can use it as an alternative for a rpi? I want a Desktop experience. Is it possible to install linux mint or ubuntu on it? I would not hesitate to root if needed. The phone has a broken screen. So it won't be used as a phone anymore
@Ksk Royal Andronix does not let me get to desktops selection after i click on Desktop Environment while chosing GUI. Any ideas why? Running on Galaxy Tab S8 Ultra. I went thru steps to disable phantom process killer for samsung devices with OneUi.
Hello why my vnc User interface freeze after 10 seconds but it does not stop the service, the i go back to termux, press enter then go back to vnc and it works then stop again after 10 seconds the i repeat to work
Do one thing to do, open settings, tap on build on 7 times to activate developer options. Then open developer options and enable "DISABLE CHILD PROCESS RESTRICTIONS".. Then watch the video stamp 10:12
I am able to connect to ubuntu using vnc viewer... But scree is black... Only a dot shows as mouse cursor..nothing else... Installed ubuntu 22 device nothing phone 1
@@kskroyaltech thanks you, but I have another problem right now😂. For some reason it looks like it stops responding to my taps within 10 seconds. I press. But if I minimize it and open it again it will be like it has to be. So in reality it is working but it stops updating anything on my screen. But after some times reopening it just stops doing anything. Is it some frequent problem? ua-cam.com/video/YCyh9oGlfA4/v-deo.htmlfeature=shared
If I turn off my phone and login again I can't connect to vncserver. What command should I use if I have installed everything and just want to connect again??
Please I tried using this your method on Tecno Pop 5 pro but each time I copied the command from the andronix paste on the termux, it runs the command and will in turn tell me that I download rootfs. Please can you help me with solution thank you.
i always wondered why simple device like NES,DS,and 3ds have native Linux support, while Android that notabene have Linux kernel as basis don't ( aside Ubuntu Touch and PostMarket™ OS).
I follow this entire tutorial and at the end my termux screen showed "You chose dynamic resolution /usr/local/bin/vnc: line 2: vncserver: command not found VNC server started. The default password is the account password for root root@localhost:~#" when I returned to REALVNC and clicked to connect to my ubuntu, I got an error window that says "The port on which the computer is listening for a connection count not be contacted" Can you please help? I am on an android 12 tablet.
@@kskroyaltech Thank you for the reply, ports 1, 5900, and 5901 all give the error "the port on which the computer is listening for a connection could not be contacted"
can i install linux on my android tv box? it has 2gb ram and 16gb internal memory and is running android 11 model is h96 max pro it has some rockchip processor
It's not possible i already tried when you start vncserver it leads termux to crash or vncserver won't start issue it's not working for me but you can try
Cant kill the phantom service, Exception occurred while executing 'put': java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS. What can i do?
Go to settings, about device and tap build number 7 times to activate developer options. In developer options look for *disable the Child process Restrictions* and enable it.
My 3 hours is wasted my time stupid termux won't let me type password and even the password is ok it doesn't let me do stuff maybe I'll buy keyboard before doing this again I'm quite frustrated.
I recently installed Linux Ubuntu 22.4.3 in my main pc. But Ubuntu is eating so much ram. So my system lacking sometimes by using vs code and chrome side by side. I already installed preload but that isn't helping much. I think windows is much better then this. If not please tell me solution.
Well the name is one hell of a joke. Wonder why it's relatively long for UA-cam videos and andronix happens to be at the end? It wouldn't be so most people don't see andronix until they click the video right? I recommend to put andronix in the front if you didn't intend to clickbait, because I (probably quite a few others too) wondered 1 min. into the video if it's possible to drop more incorrect statements while presenting them as the obvious 100% correct fact than you did? Despite Andronix being basically an instruction guide for simple termux commands, you make this video and than go as low as to claim the app is the singular solution to install Linux. Damm, my condolences for all who lost it due to overexposure to this nonsense. I use Arch btw.
Wow, I'm amazed how far this setup can go. There's only one concern that I have. You are indicating how to disable the phantom process killer but there are no instructions on how to roll back these settings. One could make changes and then forget. Would be nice if you extend the blog post with these specs as well. Cheers! Awesome demo!
I couldn't find a way to disable it. but it wont harm your phone disabling the phantom process killer.
Edit: Thanks to my subscriber for finding a solution:
@mac7905
In order to enable phantom process killer again you just need invert made changes:
Enable device config sync: adb shell /system/bin/device_config set_sync_disabled_for_tests none
Set process limit back to 32: adb shell /system/bin/device_config put activity_manager max_phantom_processes 32
Enable monitoring of phantom processes: adb shell /system/bin/settings put global settings_enable_monitor_phantom_procs true
@@kskroyaltech Might I ask, did you manage to get Android SDK running on this setup? I've configured everything by the book. Even got aarch64 binaries for the build and platform tools. Still no luck woth fluuter doctor. Says it can't find the SDK. Any hints? Cheers!
Thanks!
Thank you so much ))
This is very neat. I wanted to install windows 11 on my xiaomi pad 6, similar to how xiaomi pad 5 was able to. Sadly, theres no solution out there currently, so I had to resort to an emulator of sort. Will other people on the same network be able to connect to my desktop environment though?
Thanks for your help dude
what emulator you are using >
@@kskroyaltechWinlator maybe ?
they can if they know the credentials and ip
Xiaomi Pad 5 is the reason I searched for this video. Would love to use a desktop environment with it!
thanks! now I can program my raspberry pi without computer. im tired of using PC and I want to make use of my newly purchased huawei tablet. ❤❤
it may end the linux vm nbecause of android app control, and harmmonyos is based on android
@@定义 no Harmony OS NEXT is free of GOOGLE Services, and is not based on Android
i also expect to see bigger screen options from all Foldable Phone Manufacturers. If foldable screen size reach the 10inch that would be amazing.
After installing linux, things like camera, audio jack, usb cable, etc. on an Android device can it still be used in that linux environment?
Not I also need the soloution for wifi hacking
Sorry to bother everyone again... At 5:43 we are at, root@localhost:-# Is "cat /etc/lsb-release" (without the quotes) what I need to enter? Not sure I'm reading it right.
cat /etc/lsb-release
@@zeeshortscompany Thank you!
Great video! Quick question... will this method allow the Linux OS to access the phone's mobile network (4G/LTE)?
Yes it emulates the Mobile Network.
Can you create a tutorial how to install linux on android using chroot? The method you showed is proot and the performance isnt good
Your device must be rooted .
I CAN'T CLICK A DAMN THING, THE MOUSE DOESN'T WORK, I CAN'T CLICK ANYTHING
Please what if am using mobile data do i need to setup wireless debugging? i order to fix the vnc shutting down after sometime.
In my phone I am getting an error “The port on which the computer is listening for the connection could not be contacted”
Same. It worked for a few minutes, then disconnected and won't come back.
Same here. I successfully installed Ubuntu but while connecting it to VNC viewer, I am getting the error "The port on which the computer is listening for the connection could not be contacted. I used MultiVNC instead and got the same error.
same here
Has someone find a solution ?
do vncserver-start
Why does RVNC viewer after I made a new connection tell me the port on Which the computer is listening for a connection could not be contacted? Can you tell me a solution to this problem?
Make sure you are running the VNC server.
having same issue, how to make sure of that? still couldnt fix it.@@kskroyaltech
and how can i do it??
Same issue here
Hello, I downloaded everything successfully but once on linux I cant connect to the Internet? Please help
Like you dont have an internet port, or you you dont have a browser?
do you think i can run steam games on this? also snap dragon gen 3 work perfect?
NO . Its heavy.
Hi , great video , If I install Linux in such a way can I go back to Android ( isn't like dual boot linux)? Because I would like so just for experimenting with different distros.
You'd need KVM or another hypervisor
It says couldn't not be contacted
Something like "Repo not found" or "mirror repo" or "change repo" ?
@@lynxinactionits because the server is down
do vncserver-start
btw are you using a custom rom? if so which one ? or is it a pixel?
Yes I am. Pixel Experience Plus Edition.
I tried this and a error occurred saying phone has been modified in a unauthorised way system is locked system is currupted and did it to protect my personal info
What is the initial command that is typed into Termux?
*termux-change-repo*
@@kskroyaltech Thank you so very much!!
does this require root access? Thank You
Nope
5:48 checkpoint
Be back later
Bro root@localhost: what should Ladd?
What are your phone's specs?
Ihave a s10+ . I am thinking if i can use it as an alternative for a rpi? I want a Desktop experience. Is it possible to install linux mint or ubuntu on it? I would not hesitate to root if needed. The phone has a broken screen. So it won't be used as a phone anymore
It could because it's based on Ubuntu
@@raselriju what is based on Ubuntu?
icons do not appear. How can I fix?
@Ksk Royal Andronix does not let me get to desktops selection after i click on Desktop Environment while chosing GUI. Any ideas why? Running on Galaxy Tab S8 Ultra. I went thru steps to disable phantom process killer for samsung devices with OneUi.
Reinstall the APP One more time and try again. Otherwise download older version of andronix APK
did you manage to get it working? I've got the same issue on Galaxy Tab S8 Ultra aswell
@@LoorHenzUpgrade to OneUI 6.1.1, there's a new option in Developer Mode >"Apps" saying "Disable child process restriction", might work
Android 9, so not really ANY android, but thanks for the info. GGs' Game over, man, Game Over!!
who is better for Android kali Linux or kali nethunter 🤔
Both works fine. Kali NetHunter is kinda finicky
All r same
Depends on your phone model
Is there a version of Ubuntu that comes with PGP Phone?
Is there a version of Ubuntu phone that I can root?
Congratulations for vídeo.
Hello why my vnc User interface freeze after 10 seconds but it does not stop the service, the i go back to termux, press enter then go back to vnc and it works then stop again after 10 seconds the i repeat to work
Do one thing to do, open settings, tap on build on 7 times to activate developer options. Then open developer options and enable "DISABLE CHILD PROCESS RESTRICTIONS".. Then watch the video stamp 10:12
It wonr let me go past desktop environment selection 😢
I am able to connect to ubuntu using vnc viewer... But scree is black... Only a dot shows as mouse cursor..nothing else... Installed ubuntu 22 device nothing phone 1
Actually, Android uses Linux kernel
YES it is.
That's why you need root permissions for any major changes/customisation.
Yes this is basic information about Android
@@casualgamer3689well I didn’t know so glad they made the comment.
Well techically every ohone has linux kernel but system itself is weakenet linux so daulbooting to a linux system.is awwsome
Decompressing Rootfs, please be patient.
tar: xz: Cannot exec: Permission denied whats wrong with this
Is there any way to switch user to something that isn't root?
its very bruh moment you need to download all of that every single time you want to start up
si instale debian que comando debo poner para iniciar?
I wrote "exit" and now I am in "~ $" how to return so it will be "root@localhost:"?
at 10:20 to 10:30 I mentioned right.
Anyway inside *~$* type *ls* and you will see a files that end with *.sh*
simply type:
*./start-ubuntu22.sh*
@@kskroyaltech thanks you, but I have another problem right now😂. For some reason it looks like it stops responding to my taps within 10 seconds. I press. But if I minimize it and open it again it will be like it has to be. So in reality it is working but it stops updating anything on my screen. But after some times reopening it just stops doing anything. Is it some frequent problem? ua-cam.com/video/YCyh9oGlfA4/v-deo.htmlfeature=shared
If I turn off my phone and login again I can't connect to vncserver.
What command should I use if I have installed everything and just want to connect again??
Use vncserver-start when you start and use vncserver-stop when you close
I want to run it on my tablet with Android 8. is it possible to do?
Give a try
help "vncserver-start" doesnt work, how do i reactivate the server
Please I tried using this your method on Tecno Pop 5 pro but each time I copied the command from the andronix paste on the termux, it runs the command and will in turn tell me that I download rootfs. Please can you help me with solution thank you.
I am running to a similar issue aswell
When I try to download the files.....it says. ....fatal error no such file in depositery
My rvcn viewer is taking forever to connect please help
Make sure in Termux you dont see any errors and the VNC server is running in the Background .
how to access my linux again from termux after it closed?
open termux and type *ls*
you will see some files that has extension called .sh
Execute
*./start-xfce.sh*
Is there a way to run KVM, so that I can install a custom iso or mount a qcow?
Not possible.
love you bc you teach me everything❤
linux on an android tablet would be killer, can get actual work done since many programs support Linux
I have been thinking the same recently, so have you done this process yet ? And how is the experience? Any common problem I would face ?
@@fevad1246 gave it a shot, didnt work and gave up on such a fiddly solution. I'll stick to laptops
I buy modded ubuntu. Everything work fine, But after 1 hour required a user passwd my passwd is showing worng. What Can I do
Check out the android nix forums you will find a solution.
Amazing ❤
What is the point then??!!??
We want to get rid of Android otherwise why to install linux ?
I'm furious I already setup but the f something happened and it didn't bringe to type password it only in root
So can i install my osrs bots on my phone now?
Thank man i can do alot of thing ,but for some reason i cant install things on terminal
Make sure you are using the termux app from GITHUB. It has to work.
i always wondered why simple device like NES,DS,and 3ds have native Linux support, while Android that notabene have Linux kernel as basis don't ( aside Ubuntu Touch and PostMarket™ OS).
if this work is turn this comment to “Yippe!”
It work?
Bro when i reach at root@localhost what to type after
How do I reconnect to the server? Do I need to re do all the process?
Did u watch the video till the end ?
I follow this entire tutorial and at the end my termux screen showed "You chose dynamic resolution
/usr/local/bin/vnc: line 2: vncserver: command not found
VNC server started. The default password is the account password for root
root@localhost:~#"
when I returned to REALVNC and clicked to connect to my ubuntu, I got an error window that says "The port on which the computer is listening for a connection count not be contacted" Can you please help? I am on an android 12 tablet.
Did u try port 5900 & 5901 ?
@@kskroyaltech Thank you for the reply, ports 1, 5900, and 5901 all give the error "the port on which the computer is listening for a connection could not be contacted"
How can i run honeygain content delivery mode on Android it runs on windows with .net framework 7.2 something
What to do bro pls help
how can i open it again after closing
it said fatal error see ‘proot-help’
this has to be a virtualized env and not an actual native support.
Yes it's a virtualized Envrionemnt.
Is it online or offline?
Requires Internet
Can i share this vnc session to other device
I haven't tried that.
I try rvnc macbook and "the connection was refused by the komputer"
whhhhats your fav linus distro bro
Ubuntu For My Daily usage. And Arch for advanced .
can i install linux on my android tv box? it has 2gb ram and 16gb internal memory and is running android 11 model is h96 max pro it has some rockchip processor
I am sorry I have never tried installing linux on Android TV Box.
It's not possible i already tried when you start vncserver it leads termux to crash or vncserver won't start issue it's not working for me but you can try
Yes, you can. I installed it and it works just fine. Although mine has 4 GBs of Ram and 32 GBs of Internal Storage.
Cant kill the phantom service, Exception occurred while executing 'put':
java.lang.SecurityException: Permission denial: writing to settings requires:android.permission.WRITE_SECURE_SETTINGS.
What can i do?
Go to settings, about device and tap build number 7 times to activate developer options.
In developer options look for *disable the Child process Restrictions* and enable it.
is this fast enough to play game?
Depends on the device. IF you have faster CPU yes it will be faster.
Works on Android 4?
Do pyaudio work in this installation?
I dont think so.
does this replace android with linux?
NOPE. Linux is running inside a termux and has nothing to do with Android OS>
i've got all these steps done,but i can't click on the desktop with touch(view only is off)😢any advice?
Probably no drivers for that phone.
can i install another wm like dwm or herbstluftwm
It will be very slow to install and tedious process.
My 3 hours is wasted my time stupid termux won't let me type password and even the password is ok it doesn't let me do stuff maybe I'll buy keyboard before doing this again I'm quite frustrated.
Omg I am sorry to hear, Termux doesn't show the password as it typed. so avoid using any special characters , try to keep a simple numeric password.
@@kskroyaltech nahhh I tried everything and it didn't work
Not working in Termux it shows no command Termux
Because
Bro but i type htop command not found is resulted what i do bro
Yes it won't run.
I am getting only Balck screen in vnc viewer any solution plz
Same her
Its work but its not complite with my phone because arm 64 chip
Nah I'd love bare metal linux on an Android Phone tho
May be check with Nethunter
Why i cant install the app
very helpful, thank you
Can this be done on Samsung
YES
How do I access my android files in linux?
I am not sure it works.
I recently installed Linux Ubuntu 22.4.3 in my main pc. But Ubuntu is eating so much ram. So my system lacking sometimes by using vs code and chrome side by side. I already installed preload but that isn't helping much. I think windows is much better then this. If not please tell me solution.
How much You have ? Also for best experience Try Linux Mint.
@@kskroyaltech only 4gb 🥲
With 4GB ram try kbuntu. Gnome will be slower.
Yes I don’t know why Ubuntu is the default *buntu. Kubuntu is way better and more performant in my experience.
Is this offline
It works offline
Unfortunately this method failed and is no longer useful
it works with few distros. Better to get Modded OS by paying few bucks.
dual boot karao ye toh vnc ho gya
Well the name is one hell of a joke. Wonder why it's relatively long for UA-cam videos and andronix happens to be at the end? It wouldn't be so most people don't see andronix until they click the video right? I recommend to put andronix in the front if you didn't intend to clickbait, because I (probably quite a few others too) wondered 1 min. into the video if it's possible to drop more incorrect statements while presenting them as the obvious 100% correct fact than you did? Despite Andronix being basically an instruction guide for simple termux commands, you make this video and than go as low as to claim the app is the singular solution to install Linux. Damm, my condolences for all who lost it due to overexposure to this nonsense. I use Arch btw.
I am sorry for that, I added a timestamps too.
Why didn't you show us what to put there now am stuck stuepssss
Thanks
Why command not found?
After typing which command did it say an error ?
I am using mod APK to use mod distro
Pls there showed me i most pay 780 before I use
Yes you may have chose premium version use non modded version.
Showing Black screen in android 13
same
Bro please nobara dual boot ki video daal do
Will do
@@kskroyaltechby when can I expect it ?
@@kskroyaltech by when can I expect it ?
LOL under the hood android IS linux......
Only Kernel
I have tried to install Linux on an LG Stylo 4 and it worked to a point...
the storage command that's in purple did not show up...
Storage permission is important to store the files.
You can execute this command inside termux:
*termux-setup-storage*
@@kskroyaltech thanks