New wannabe user / helper
-
Hey I haven't tried Ubuntu touch yet, although I got a pixel 3a on order from Amazon for $150, waiting a week for it, and it should work with my S9 android sim card with T-mobile, the phone is GSM unlocked. It's also 8-cores, so I'm curious how the performance is, it's like 4 2ghz cores and 4 1.7ghz cores, which makes it competitive with some new laptops lol, right? and 4GB RAM? Although it's arm64 cores vs x64 cores, so I'm curious how those compare when running popular open source apps? I assume it's really easy to port all the linux stuff to the phone, right? Like there's already arm64 libraries for everything thanks to raspberry pi and similar projects, so the open source apps just need a touchscreen interface added, or a keyboard/mouse emulator to use them? And/or a bluetooth keyboard/mouse? Can't wait to try it, I know some C++ too so maybe I could do some stuff in my spare time. Also noted someone was doing an Android emulator - with how limited Android is and iOS with their mandatory VM, this could be the project that puts linux in a dominant position on a platform - native C++ code should be way more performant, plus the phone could run all the android apps in a VM too. Hopefully it's good and works and is easy to use? Anyways, can't wait to try it. Thanks for making it so far.
I'm always curious about monetizing open source too, like often it goes against core principles in order to monetize, but maybe offer like training and related services around the software, so there's ways to make money that developers can get a share of, without not-open-sourcing or locking anything? Or just have donations buttons, or sell server space/time on ubuntu touch servers that your phone can integrate with maybe, or have an official screened app store that's totally optional but has a small fee associated? Other ideas to monetize open source without breaking reuse and openness would be cool too.
Thanks, and I look forward to seeing more of this project! Android and iOS closed ecosystems suck in a way that makes windows look open!
-
@sam-strelitz You might find this link useful https://ubports.com/meet-the-community. Just to quickly point out and I'm sure you will find this out Ubuntu Touch is not like a 'traditional' Linux pc operating system. It is designed for mobile devices and works in very specific way. It does not and was not designed to work as a pc OS. Linux programmes and operations will not in a lot of case run on UT. That said it is a great OS and there are many things you can do and enjoy. Have fun and have a good look round the Forum I'm sure may of the questions you have asked will already have been answered.
-
@lakotaubp Can you go into more detail about why it does not function like a typical linux os? Is there something different about phone hardware, or is it a design decision, or what are the differences in an overview? Thanks.
-
@lakotaubp Is the goal to copy Android and iOS, or make a powerful operating platform on the phone hardware? Cause one of those sounds way cooler than the other, I specifically want this in order to have a powerful platform, not a simple controlled one.
-
@lakotaubp Hey is this replacing Android or running on top of (some) of it?
-
@lakotaubp This totally isn't like an android app that sorta looks like linux is it?
-
@sam-strelitz UT is none of this but you're in for a huge disappointment if you're looking for "just linux on a phone". UT works by flashing an .img on your phone. It's quite static by nature and updates are made by re-flashing the whole system partition. This and the fact that root is read-only by design means you won't be able to run apt for instance, or if you do, by making root writeable, everything you installed will be wiped by the next update. Apps are installed from a store which uses an in-house format: .click. Most apps are sandboxed for security reasons and if you intend to write a custom script, expect hassles to access the hardware, which is heavily confined I believe. Now the way UT interacts with hardware is not by being an android app, or a VM, but it does use a layer of android to be able to use proprietary drivers (which, contrary to PC, is a norm on phones) and on top of that, there's also a level of "emulation" called Halium, and most phones run all this before they even start UT, except for "native" devices like volla or pinephone, and the Pixel is not one of them. There are numerous charts on this forum which describe the compatibility layers system better than I did. UT is focused on being a user-friendly experience and it achieves it. If what you want is tinkering, you might want to look elsewhere.
-
@emphrath said in New wannabe user / helper:
except for "native" devices like volla or pinephone
VollaPhone is not a native device, it is hallium, and a mediatek chip by the way.
-
@emphrath Oh it's a 'layer on top of android', so it's running android core, android VM, and has all the flaws of android and the slowness, and none of the compatbility? Is anything good about it? So I can't run a native binary at all, I have to run everything through android through it's Java VM?
-
@sam-strelitz said in New wannabe user / helper:
Oh it's a 'layer on top of android', so it's running android core, android VM, and has all the flaws of android and the slowness,
No it's not a "layer" on top of android.
-
@sam-strelitz I can build an image to flash, can I customize that and have it execute programs, and then mount the free space as a filesystem? Or an SD card as a filesystem? Can I add programs to the image easily, is there like an image building utility, although yeah if it has to go through android stuff, and less things are available than android and all the restrictions of android are present, what's the point?
-
@sam-strelitz
See there for better understanding hallium devices :
https://halium.org/If you want a native gnu/linux device, with no traces of android, for now the only choice is Pinephone, but uTouch on it will be the same, sandboxing apps, read only by defaut, etc...
-
@keneda Wait, so pinephone is an actual linux phone, and the only one? Like it's got no android at all, and you can run a c++ program on it? Or does it require java vm too for some 'mysterious' reason? And no other actual linux phones exist, everything else is android (or ios) with a layer on top of it that sorta claims to be linux-like and has some source available for that specific portion, which is essentially an app, like a desktop rendering app? Is pinephone really linux? I think this Ubuntu Touch is sorta maybe mislabeled? Or do no phones exist that'll run a c++ program I write, and compile it, to run on the arm64 cpu?
-
@sam-strelitz Yes PinePhone https://www.pine64.org/pinephone/ is the only one afaik and has a number of OS running on it. I think one of those may be more suited to your needs but as I don't own one that is as far as I can go for now.
-
@sam-strelitz
No Pinephone isn't the only one avaliable, there is one other, the Librem 5 from Purism, but it costs 700$ and out of stock most of the time.
It comes with librem OS gnu/linux, wich is kind of regular one.
uTouch is said to be ported on it in futur, but for now, it's only on Pinephone.About uTouch, you can do quite whatever you want on it, but you must make it read/write, tweak it some way, and not doing OTA updates.
uTouch is an os designed for any users, not only power linux ones, so out of box, it's made with safety first in mind, and easy to use.
Anyway, hallium devices are real linux devices with uTouch on it, problem is closed source hardware that need some android stuff (most are drivers from manufacturers) starting with android linux kernel for that device.
-
Hi @sam-strelitz
You seems to have some technical knowledge, so I think that what is best for you right now is to look into the documentation first and then ask some focused questions.I don't want to sound too much 'RTFM", but you have a very broad set of questions and most people are not able to answer everything without misleading you.
A quick summary:
- The Pinephone runs an almost mainlined kernel and is more open then halium based ports.
This is probably the best hardware for your needs from what I understand. - Halium is an abstraction layer to access proprietary drivers inherited from android and based on the same kernel. The rest of the system is Ubuntu Touch and has nothing in common with android.
- Ubuntu Touch is mostly C/C++ and QML for the GUI. No Java works and if you need it, you need to bring all the dependencies within your app.
- For app development, you can use Clickable it's very neat and simple to use.
- For building the system Alfred talked about a PDK he made that is probably the easiest way to go into system development.
That's nice to see motivated new people coming in here.
I hope you'll like UT and will be able to contribute a little. - The Pinephone runs an almost mainlined kernel and is more open then halium based ports.
-
@sam-strelitz the layer is only to access drivers, no java stuff.
you can make cpp apps qml, python, ect. the limitation is mostly support for the mir graphics that complicates things ( as well 'normal' apps are sandboxed)
-
@keneda yep, sorry, my mistake.
-
I suppose it needs saying again in here, for clarity of @Sam-Strelitz
Ubuntu Touch is not a traditional PC Linux distribution, and phones are not traditional PCs.
-
@dobey Well, now people are saying different things. Also if I can get a C++ program to run natively on this phone, I can get other OSS working right? LOL my phone showed up today, gonna try it. How tricky is it to build a custom image to load with the ubport loader? Also what's the fundamental difference between a phone, and a portable arm64 pc with a 4g net adapter and wifi and a touchscreen? That it's got flash memory instead of an SSD?