Making changes to the OS
-
Hello,
I don't know much about how Ubuntu Touch works, but I am using Ubuntu Touch on a Pixel 3a for some time now.
I would like to change some small things (mainly GUI related).
Unfortunately I could not find some big GitLab project "Ubuntu Touch for Pixel 3a" where I could edit some qml files, compile the project and install it to my device with the UBports Installer.Is there some easy way to make changes to the OS (like described above)?
Thank you for any help
-
for simple UI hacks ( directly on the device, here is a short video that may help you: https://www.youtube.com/watch?v=sejOiSEv1Vk )
-
@johndoe said in Making changes to the OS:
Hello,
I don't know much about how Ubuntu Touch works, but I am using Ubuntu Touch on a Pixel 3a for some time now.
I would like to change some small things (mainly GUI related).
Unfortunately I could not find some big GitLab project "Ubuntu Touch for Pixel 3a" where I could edit some qml files, compile the project and install it to my device with the UBports Installer.Is there some easy way to make changes to the OS (like described above)?
Thank you for any help
If its only UI and related to the desktop environment ( Lomiri ) then the repo is here: https://gitlab.com/ubports/development/core/lomiri
-
for simple UI hacks ( directly on the device, here is a short video that may help you: https://www.youtube.com/watch?v=sejOiSEv1Vk )
-
-
-
@lduboeuf Thank you! This is what I was looking for.
-
@johndoe said in Making changes to the OS:
@lduboeuf Thank you! This is what I was looking for.
good to know. I should have warn users in case any syntax issue, Lomiri won't display :), still have access to logs in that case though
-
@lduboeuf This is super interesting, thank you!