Miatoll has currently working VoLTE on devel channel, only thing you need it to switch channel and upgrade system, it should be working without any change on SIM 1 when enabled LTE (4G) network, not the other SIM 2 slot
Posts
-
RE: VoLte for Miatoll
-
RE: Screen rotated to landscape: mouse stays in portrait mode
for the record I would like to attach a transcript from today's UBports chat [ENGLISH]
Don Fredl, [26.02.25 11:34]
the only thing I can tell is that Mir and QtMir are not negotiating geometry changes based on orientation yetDon Fredl, [26.02.25 11:35]
but I am unsure as to how that is supposed to happen (maybe @alan_griffiths knows something)Don Fredl, [26.02.25 11:35]
since we want to avoid resolution changesDon Fredl, [26.02.25 11:38]
I will give my Laptop running Mir 2.x a shot later and see if something has changedDon Fredl, [26.02.25 11:38]
this thing can rotateAlan, [26.02.25 11:44]
No more than you've stated. When Mir handles both input and compositing everything is consistent: Other Mir based compositors like Frame, Miriway and Miracle-WM work fine.But QtMir takes over both input and compositing and routes everything through the Qt compositor. There things are inconsistent. I have not looked, but it sounds as though Mir isn't informed about the rotation and therefore constraints input to the the output it thinks is there.
Don Fredl, [26.02.25 11:44]
could you point me to the place where it applies those constraints?Don Fredl, [26.02.25 11:45]
in Mir that isAlan, [26.02.25 11:59]
Not somethin I know well, but SeatInputDeviceTracker::confine* looks likelyDon Fredl, [26.02.25 12:00]
Thanks, will take a look when I canTheKit, [26.02.25 16:19]
that sounds about right to me. I've checked that previously and another issue is that due to the mentioned above XWayland isn't getting screen size updated when the display is rotatedTheKit, [26.02.25 16:20]
and X11 calculates scaled relative input coordinates based on the screen size, so the touches in rotated mode end up out of rangeTheKit, [26.02.25 16:26]
what we need to figure out is the way to handle screen rotation so Lomiri can still do the animation when it's changed, but let the Mir server be aware of the updated geometryAlan, [26.02.25 18:50]
It shouldn't be hard (unless input is handled during rotation - and that is madness). Mir has an internal notification system for display changes and that just needs to be fed the new layout.TheKit, [26.02.25 19:16]
One thing that makes me wonder. Which component handles the actual content rotation? Is it done in software in QML renderer? -
Newsletter emails
I would like to thank you for your newsletters, i love to read them when i have free time on my phone, but there is an issue with reading those newsletters, i do read em in dekko2 on my Xiaomi Note 9 Pro, which has smaller display width that the table wrapper that is there, and so i do not have nerves to read them whole, then on desktop i dont find any time to read them
as far as i can see it is somehow fixed with sizes and also on my desktop browser it is not fitting when switched to "phone layout"
-
Automatic mute for night mode
Now, i had issues with different servicies sending emails around 4AM waking me up, so I am currently playing with mute service, there are commands I am trying just muting the DEFAULT_SINK, not sure if correct way, since it is not toggle-able with the switch in ayatana indicators
nano ~/.config/systemd/user/mute-audio.service with
[Unit] Description=Mute Audio [Service] Type=oneshot ExecStart=/usr/bin/pactl set-sink-mute @DEFAULT_SINK@ 1
nano /.config/systemd/user/unmute-audio.service with
[Unit] Description=Unmute Audio [Service] Type=oneshot ExecStart=/usr/bin/pactl set-sink-mute @DEFAULT_SINK@ 0
nano /.config/systemd/user/mute-audio.timer with
[Unit] Description=Timer to mute audio at 8 PM [Timer] OnCalendar=*-*-* 20:00:00 Persistent=true [Install] WantedBy=timers.target
nano /.config/systemd/user/unmute-audio.timer with
[Unit] Description=Timer to unmute audio at 7 AM [Timer] OnCalendar=*-*-* 07:00:00 Persistent=true [Install] WantedBy=timers.target
systemctl --user daemon-reload
systemctl --user enable mute-audio.timer
systemctl --user enable unmute-audio.timer
systemctl --user start mute-audio.timer
systemctl --user start unmute-audio.timersystemctl --user list-timers
-
RE: Ubuntu Touch Q&A 131 Call for questions
is there gonna be (cups) printer support, since
lomiri-system-settings
has support for it?
it would just need to add an cups package within system image and some way to print anything from images to pdf files -
RE: Is there a better browser somewhere?
@domubpkm well sure, but not every latest build is allright
https://gitlab.com/debclick/uFirefox/-/jobs/7676432640/artifacts/browse this should be pretty ok -
RE: Automatic mute for night mode
after week of using, I am really happy with this solution, works just as it should.
I can imagine some simple application that edits this timer file or doing disable/enable, could also be managable from system-settings.
-
RE: Is there a better browser somewhere?
ufirefox would be great if it has clipboard and content hub and all the integration, i am using it sometimes from the latest build that was 5 days ago
-
RE: Range for manually adjusting brightness
@mihael on mine miatoll it seems to be
/sys/devices/platform/soc/c440000.qcom,spmi/spmi-0/spmi0-05/c440000.qcom,spmi:qcom,pm6150l@5:qcom,wled@d800/backlight/backlight/brightness
and minimal value is 161, maximal is 4095
when i set from root to zero, it seems to be just black, that is fine
i shall test minimal value at night
root@uxesPhone:/home/phablet# echo 1 > /sys/devices/platform/soc/c440000.qcom,spmi/spmi-0/spmi0-05/c440000.qcom,spmi:qcom,pm6150l@5:qcom,wled@d800/backlight/backlight/brightness
-
RE: Spotify blockt Futify
@Schlicki2808 futify is using this api, but seems to use deprecated api calls
instead of creating another alternative client, i belive that more efficient would be to put already done frontend + backend stack into click package, In this way is already futify working, there is backend in golang that reads spotify stream and "forward it" on localhost:8765/song?id stream that is feeded to phone (which is probably the issue why futify does not show album/title/author in media navigator)
this is backend side
https://github.com/Spotifyd/spotifydthis is one of the clients
https://github.com/xou816/spot -
RE: [Qualcomm} VoLTE call for testing
@kuailexs 1.5 seems not to be available for miatoll with Android 10 also (only 1.4 is available),
btw which property enables 5G in the list? adding following flags showed 2G/3G/4G/5G even though device does not support it
OfonoPlugin: binder
OfonoImplementsIms: true -
Busy line issue
It took me understand some time to understand why I am not able to call some people, firstly i was rebooting the phone that has solved it sometimes (because the other side stopped their call) then i realised "A: hey i am sorry i was not able to call you, my phone must be broken B: no I had a very long call with family member").
There seems to be an issue when I am calling to anybody that is busy (in call with someone), the call is ended immediately without letting me know that "line is busy" either with beep beep or with the text.
20.04 OTA-5 rc Miatoll
-
RE: Resurrection of Indicator Upower
can you make a release? thanks @paulcarroty
-
RE: This week in development (week 52 2024)
- a) setting up password crashes, but password is set
- b) even when setting numeric pin, when unlocking it asks offers me qwertz keyboard not numeric input
- terminal is not opening
- adb shell is not working for me
$ adb shell
- daemon not running; starting now at tcp:5037
- daemon started successfully
adb: device unauthorized.
This adb server's $ADB_VENDOR_KEYS is not set
Try 'adb kill-server' if that seems wrong.
Otherwise check for a confirmation dialog on your device.
one big plus, fingerprint unlock works
-
RE: Can't connect to WPA3 Wi-Fi networks, only WPA2 ...
@Il-Dorato
got it, I'v set up wpa3 only network on mine unifi AP and it seems i have working fix waiting to be merged into noble -
RE: Resurrection of Indicator Upower
@Eric-H it is pretty much possible i did not look how is getting device name implemented, but device is identified as miatoll in logs, and also in releases http://system-image.ubports.com/utnext/arm64/android9plus/daily/ on same level as surya
-
RE: This week in development (week 52 2024)
@kristatos OSK fix seems to be merged, i am also waiting for adb
-
RE: Ubuntu Touch Q&A 160 Call for Questions
ubuntu is switching to matrix, lots of people refuse to use telegram for various reasons, danfro is putting cinny together, , would it be possible to switch to matrix as a community?