Hello.
I'm trying the 24.04 (r85) on my Redmi Note 9 Pro.
I had an issue while configuring the device.
I have plugged a usb keyboard and after using the top tool bar to change the keyboard layout to azerty belgium.
The system parameter has crashed after i choose this keyboard.
After this, i can't launch system parameters nor any app on the phone (terminal, camera, ...).
The screen pop up and close just after.
Wondering how to look at the log files...

Best posts made by Vlad Nirky
-
RE: This week in development (week 52 2024)
-
RE: Do you want to talk about G!sForecast?
@domubpkm
Glad to hear it!.
In the next release, i'll fix this size and will add global theme changes and relooking. -
RE: Working VoLTE reports, share your experience
@uxes Xiaomi Redmi Note 9 Pro (miatoll joyeuse global)
getprop | grep incremental
[ro.system.build.version.incremental]: [986]
[ro.build.version.incremental]: [986]
[ro.odm.build.version.incremental]: [V12.0.1.0.QJZMIXM]
[ro.vendor.build.version.incremental]: [V12.0.1.0.QJZMIXM]
Hallium 10.
20.04 Stable with folowing tweaks and 24.04 daily (without any change).
Operator is Orange Belgium
voLTE, SMS, MMS, access point are OK.
volte.txt -
RE: Ubuntu Touch Q&A 149 call for questions
And finally, how can we encourage Sander and Felix to continue their series of videos on Youtube (or elsewhere) to get the ball rolling on developing applications for UBT?
Best regards.
Jean-Luc -
RE: I need your experience to choose
@kimo
Nothing but great phones.
I'd add the Xiaomi Redmi Note 9 Pro, which works perfectly with Ubuntu Touch and which I use daily with great pleasure.
If I had to choose another brand and had a bit of time, I'd also look at the Brax3, which is currently being ported. -
RE: Noble-based devel images now available on most devices with 20.04 devel image
@nunesfl
Yes, the size on a partition is too small.
You 'll have to add argument to the installer command.:
./ubports-installer_0.10.0_linux_x86_64.AppImage -f ./miatoll.yml
and the miatoll.yml can be downloaded here:
https://github.com/ubports/installer-configs/tree/fd9802a07cf67d489a78331af3426c416c677f23/v2/devicesAnd check the three boxes during install
And, also, the miatoll.yml have to be located in the same folder as the installer (not sure it's necessary but...) -
RE: Ubuntu Touch Q&A 153 Call for Questions
Hello.
I'd like to know how the reviews published on the UBPort site are written (dated?) and if they could be revised.
For the Redmi 9 Pro, the review on the page: https://devices.ubuntu-touch.io/device/joyeuse/ is as follows:
โUnder heavy development relying only on the device porters. Many features including basic functionality may not work.
It will be the task of the porter to commit the work needed to make the device reach the standards to become fully supported.
These devices are only for those who are prepared to take the risk of using them."This is very personal but I've been using this smartphone for a year and a half as my only phone and I find Ubuntu Touch ( 1000 thanks to the porters and developers, I love you folks) easy to use, reliable, great.
This comment could be a deterrent for potential new users when the phone works perfectly, supports all the features and seems to me no more complicated than any other.
Thanks to Ubuntu Touch Team for OTA6!
Jean-Luc -
RE: Status update on the next, Noble-based Ubuntu Touch release, February 2025
Hello.
As Alfred said in the last Q&A, clickable continues to evolve.
After a clickable update-images, how should clickable.yaml and manifest.json be for compiling (and installing) applications on a phone with the latest Noble nigthly build?
Is this still relevant?
โFor now, you'll need to get a nightly build of Clickable. After that, specify ubuntu-touch-next-internal as the framework inside clickable.yaml and specify policy_version of the AppArmor profile to 9999. You may also have to make sure your manifest.json specifies @CLICK_FRAMEWORK@ in the framework field so that the correct version is filled in automatically by Clickable (sadly a similar mechanism doesn't exist yet for AppArmor policy - see this issue). When building, you'll have to specify --accept-review-errors for now, as click-reviewer-tools has not been updated.โ
Latest posts made by Vlad Nirky
-
RE: Possible to use Nexus 5 as a digital picture frame?
@CJoe
I have buit the app for xenial.
Could you make a try (click is in the ticket)? -
RE: Possible to use Nexus 5 as a digital picture frame?
@CJoe
As i have started UBT developpement in Focal, I don't know if it will be possible but i'll try.
Could you fill a ticket in https://gitlab.com/vlad_nirky/diaporama/-/issues -
RE: Possible to use Nexus 5 as a digital picture frame?
Maybe could i try to build it for Xenial...
I haven't try it.
Let me sometime to test. -
RE: What's the best way to store a user password?
@AppLee
Isn't it a problem for any operating system ?
I thougt that keepass provide API to access the password database. -
RE: Aplications from Google Store.
@PiotrBujakowski
For the few google apps i have to use, there is F-Droid or apk-extractor on a Android phone.
Using the Google app store is like having your cake and eating it too...
I'm glad I won't be interacting with that world anymore. -
RE: What's the best way to store a user password?
@mchub
I use keepassxc and it works well.
I share the database between all my devices.
It's not working on Noble yet... -
RE: Pegasus Project
@journeyman09
https://cyberwatch.fr/actualite/comment-verifier-si-votre-telephone-a-ete-infecte-par-pegasus/
Could be translated to english i guess. -
RE: Multimedia player
@domubpkm
If you try waydroid, you can use waydroid helper from appstore to install.
Use the F-Droid repository and install VLC
You'll have to copy your avi file in /home/phablet/.local/share/waydroid/data/media/0/Download/ for example.
for this, use a terminal
come in root mode: sudo su
and cp [youfilewithpath] /home/phablet/.local/share/waydroid/data/media/0/Download/
Of course, it's not supported by Ubuntu Touch community, just a work around to get it working... -
RE: Multimedia player
@AmauryDBZ
Codec is the way the file has been digitized..
Coder decoder
Right clic on file / properties
You should have something like this
AVI and MKV are containers.
There are codecs for video and audio parts of the film.
To transpose this in file process, if you compress a file with arj, you'll have to uncompress with arj. same as tgz, zip, 7z... -
RE: Multimedia player
@domubpkm
If you have waydroid installed, perhaps could you try (from F-Droid) VLC.
I have tested on my phone with an avi file and i works really well while not working with the UBT media player.
VLC is "special" and it comes with his own codecs and can play any file (or near).