Replies: 5 comments
-
For android I found free of charge Hancom office on Google play. .. .. |
Beta Was this translation helpful? Give feedback.
-
For those who like to programm in C# install MonoDevelop in Ubuntu ( I am C# programmer ) Start Udroid Open terminal in Ubuntu
.. .. Thanks to DEX, you can notice that I can use Android browser over the Ubuntu for surfing, which is GUI accelerated and is fast. After some time of using DEX combined with Udroid you will forget that those two are separate Android and Ubuntu platforms ! .. What we see here is evolving phones into desktop machines. .. I witnessed first home computers Commodore and Spectrum and for me this are exciting times to see once more .. The last thing which is very important here is to accelerate GUI of Udroid. Samsung DEX is the prove to that. Even that apps on DEX are far from desktop apps I tried with X11 but failed for some reason. .. |
Beta Was this translation helpful? Give feedback.
-
In VS CODE when I try create project I got this error message
I have installed .Net 6.0.0 and libssl 3.0.2 I understand that libssl version do not match .Net How to know which version od libssl is needed for .Net 6.0.0 and how to install and force .Net to use that version . ? I tried to install libssl 1.0.2 but been refused
If I uninstall libssl 3.0.0 I can break some other dependices .? I am not sure what to do and how ? Help ? |
Beta Was this translation helpful? Give feedback.
-
I found this DEB dependencies If your distribution wasn't previously listed, and is debian-based, you may need the following dependencies:
So LIBSSL 1.1 is missing if above is right . |
Beta Was this translation helpful? Give feedback.
-
SOLVED echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list sudo apt-get update It worked ! |
Beta Was this translation helpful? Give feedback.
-
For those who wants to use VS CODE on udroid but GUI is slow because Ubuntu GUI on Termux is slow,
there is a solution if you have mobile with DEX (desktop mode) supported.
(Samsung s9 , s10 , s20 , s21 , A90 , S20FE ... supports DEX),
Huawei has something similar but I am not sure which models have USB C video output via cable (HDMI).
USB C video output via cable (HDMI) has no lag at all like wireless screen mirroring.
On my Samsung S20 I am using small HUB which extends mobile USB C to 3 USB A3.0, HDMI and it has USB C for input charging from charger.
Over USB A on HUB I also have 2TB USB Disc, pocket edition, and keyboard and mouse, and gamepad over bluetooth.
It is phone so I never shut it down, I shut down only monitor over night.
Much more simpler than laptop.
Combining Samsung DEX and Udroid Ubuntu is very powerfull combination.
You can buy Samsung S9 for peanuts, and is still fast mobile phone with 6GGb / 64GB storage Ram, and it has DEX.
IT WORKS WITHOUT DEX AS WELL !
So , install udroid via Termux. https://github.com/RandomCoderOrg/ubuntu-on-android
I am still using Udroid V2, Ubuntu 21.04..
Start udroid, you will be in:
root@localhost˜#
from here enter the commands:
Getting your Ubuntu Linux computer setup ,
in Termux type:
apt-get update
apt-get install wget npm nodejs git -y
Setting up VS code ( for Samsung Dex enviroment ) ,
still in
root@localhost˜#
,in Termux type following:
wget https://github.com/cdr/code-server/releases/download/2.1698/code-server2.1698-vsc1.41.1-linux-arm64.tar.gz
tar -xvf ./code-server2.1698-vsc1.41.1-linux-arm64.tar.gz
rm ./code-server2.1698-vsc1.41.1-linux-arm64.tar.gz
cp ./code-server2.1698-vsc1.41.1-linux-arm64/code-server /bin
code-server
and copy the password that's generated in Termux to Browser ( password looks like this 3ca9c016701bef7ef744f057 and copy it from Termux )
localhost:8080
For some reason, at my S20 phone, android 12, UI4.0, it did not worked with browser Samsung Internet ( black screen only ),
instead I had to install android Chrome browser ( which has desktop mode option as well, for use in DEX and for full visual experience )
This combination of Udroid ( Ubuntu ) and DEX is so powerfull that I do not need my laptop anymore.
When Udroid is started from DEX it behaves as one DEX enviroment,
applications and both GUI from Udroid and DEX overlaps like it is one enviroment.
Clipboard is shared beetween Ubuntu and DEX, so sometimes I just forget that I am using 2 separate enviroments.
Ubuntu is just an app inside DEX, icon like Chrome or any other app.
DEX place Ubuntu inside window container, which can be maximazed, window, or minimized, just like other apps in DEX.
DEX is fast for surfing and watching movies, gaming or YouTube but on the other hand Udroid Ubuntu have
full functional Libre office, GIMP, MonoDevelop (C# programming) and other software which does not need fast accelerated GUI.
All my needs are covered with those two enviroments, which are actually one enviroment, DEX.
My mobile is my PC now, carrying it in a pocket anywhere, never need to shut it down, attach to any TV which has HDMI.
Mobiles are future, and are comming fast, for now they are no match to PC, but it is not far away.
If you can, try DEX and Udroid experience and you will be amazed!
And everything works like charm!
Just amazing !!!
As you can see on screenshoot, DEX, Ubuntu in window, Termux, and windowed game, all in one enviroment !!!!!!!!
Picture can tell more than 1000 words!
And yet, it is a phone, it has the cameras, it has microphone, it has everything, single click call a friend or type the whatsApp.
Need the office doc, start the Udroid.
I have unlimited internet subscription, watch the movies all day and night, download anything, 5G , 832 Mbit pure speed I checked right now.
I dont need anything else!
DEX splits the phone function. On large monitor you have DEX, while phone screen is separately and you can watch movie on monitor,
while doing something else on phone, mouse is passing from monitor to phone just like when you have 2 screens.
Phone can be gamepad or drawpad for monitor as well.
UDROID is amazing !
DEX is amazing !
Thank you for Udroid project! It is excellent project!
I play Anima on my S20. The game supports keyboard and mouse.
DEX alone. Luis Royo's art as wallpaper.
https://www.luisroyo.com/en/
VS CODE in android Chrome on DEX. It is fast this way!
NEED A FREE VERSION OF EXCEL ? LIBRE CALC IS HERE !
Thanks to DEX , start Ubuntu in window and use it just as any other app !
Phone and small HUB is everything you need! Faster the phone, better the experience. Samsung S9 has DEX and costs 50$,
but is still fast phone.
For this what we need is more than enough.
In a meantime good movie is always welcomed !
So, you tell me? Does Udroid needs to evolve? Absolutely!! I found a way for me but could not without Udroid!
Beta Was this translation helpful? Give feedback.
All reactions