Maybe it's worth sending this in the news channel?
Great job BTW and good luck for the remaining work for the Noble release
Posts
-
RE: Status update on the next, Noble-based Ubuntu Touch release, December 2024
-
RE: Bluetooth cuts out for most keyboard devices on sleep or screen dim -- any known workarounds
Sadly, this is one of the long time quirks with bluetooth on UT especially input devices like keyboard and mouse. I've never found a solution except finding a different model that works better Someone with knowledge and skill has to look into it.
-
RE: RetroPie setup on UbuntuTouch
@bearbobs You use the tool called clickable. I only rely on that and doesn't really know much about packaging and building stuffs so that's all help I can give
Like I said, someone got Supertux working again so perhaps you can do too. I don't have the repo of it though. -
RE: Please recommend alternative Facebook app for ubuntu touch
@ton-metalhead There's not much you can get. Facebook/Messenger via Waydroid would be the best. Otherwise, you'll be stuck with the web version which works better now than before but very slow in UT, unfortunately.
-
RE: Lock Screen + Home Screen Different Wallpaper Feature
I'm pretty sure most people would agree with this. It'll be optional anyway. So it's really just a matter of someone implementing it.
And since it's not an essential feature, it might take someone who really wants it -
RE: Brax3 the mysterious
It is reasonable to be skeptical about this. Fxtec Pro1-X happened and I think only Volla has so far delivered well with UT ports. And as any crowdfunding campaigns, don't expect too much amd expect delays or even problems along the way. Only back if you're willing to fully lose your money. I'm not scaring people, just a fair warning about crowdfunding as backer for a few ones
But let's see how this goes. Hopefully it'll be good. This seems to be not as expensive as most niche products like this. -
RE: Incoming Call (Answer|Reject) Changing UI
Yeah, since it's made with the notification bubble, this will be a bit trickier to change. I think there's even an issue where you can swipe away the bubble
Anyway, maybe what we can do is to make another type of notification bubble that shows at the bottom or in fullscreen when displayed in a narrow screen like phones -
RE: [solved using UT Tweak Tool] Use a timer even if the screen is off (in standby mode)
Disabling app suspension is a last resort and it would make your app unconfined if you toggle the setting in your app itself. If you use media hub, your media should keep on playing even if the app is suspended. Worth checking the music app and other music app in the store. I wouldn't be surprised if there are still some issues related to it though.
-
RE: beginner question: qml if else with a switch
Yeah I agree. You don't fully grasp yet how QML works. We all had that time when we are starting especially when coming from non-declarative language You should really try reading a bit even just the basics of it. One key thing is that Javascript is used for logic within QML, ideally only for front end logic but you could also do everything with just QML and JS.
For your example, you can simply add an inline conditional statement for the
icon.name
property. Or for more advanced use especially if you intend to add more changes, you can useStates
.Here's a sample one for the inline:
icon.name: switch.checked ? "tick" : "close"
-
RE: Launching Libertine Application from an other QML C++ application
You can probably use
lomiri-app-launch
. That's the one used to launch all apps in Lomiri as far as I know. You can list appids withlomiri-app-launch-appids
. Libertine appids start with their container id. -
RE: Keyboard Bar from the Terminal in any App?
What kind of shortcuts do you need? The OSK have some "shortcuts" or actions already, if you're not yet aware, just swipe from the bottom edge or long press the space key
-
RE: graphical interface to make the panel transparent
Lomiri's UI is written in QML and you can in fact modify the code directly on your device. So you can do this if you know QML and if you're willing to take the risk and be on your own in case of bugs or worse Lomiri fails to start.
You can also try Lomiri Plus via Ambot Installer in the OpenStore. It has various options for the top bar including the option to make it transparent. However, it includes a lot of modifications so do it at your own risk. -
RE: RetroPie setup on UbuntuTouch
Perhaps they have a snap version? Or maybe they can be packaged as click and run on Wayland
Not sure how much effort that would be though. Someone persevered and got Supertux to work again so maybe with enough will? -
RE: Are rounded corners still not supported on RN9 Pro
@Appointed Oh, I didn't expect a response like this
That's just the reality of things. Nothing is really simple especially for projects like this that isn't from a for-profit organization. There are possible simple ways to deal with display cutouts but they're usually not ideal so it's not exactly simple. Even my Android phone with a punchhole still have wonky issues dealing with it. The hacks available are simple but works. I believe the one being worked on officially, deals with it in a more sophisticated way which apps can interface with.
Also, doing personal hacks is a lot easier than creating a proper solution that needs proper testing and cleaner code and integration to the system.
-
RE: Are rounded corners still not supported on RN9 Pro
Sadly, the official support hasn't landed yet but there are indeed a few solutions circling around. I've personally haven't tried the notch hack but it's the most common and used one. Perhaps you can try that first. Then I have my own solution which you can try with the app Ambot Installer from the OpenStore. Look for Lomiri Plus Essentials there. It has configuration for rounded corners and display cutouts (notch/punchhole). Note though that any of this solution has some risk. They've been tested but since they modify some system files, there's still a chance of something going wrong. If that case happen, you can just reflash with the Installer and disable wipe data so you retain all your data. Anyway, just know that there's risk with any unofficial solutions.
-
RE: OpenStore payment system discussion
Oh okay.
Personally, I don't use cryptocurrency but I don't mind them, I think they're fine. However, I feel like this won't have a good reception given the general "reputation" of it -
RE: OpenStore payment system discussion
As an app dev and a user, I wouldn't mind this although obviously it's a very complicated thing to do. There's just so many things involved and not just technical but also legal matters. At the end of the day, the app devs can choose if they want to make their apps paid or free. Personally, what I did back in the Canonical/Ubuntu store days, was to publish a paid version and a free one. The paid version gets newer versions earlier which I realized is stupid because they're basically paying me to be my beta testers and risk their data
Anyway, my concern right now is what's in the poc app? I'm not accusing anyone but we are mostly people who met in the internet and what if people who tries the poc actually input their payment details? How secure is the site and what does it actually do? Sorry if this was a stupid concern. It's just the first thing that came to mind
-
RE: Noble-based devel images now available on most devices with 20.04 devel image
@AppLee Yeah something weird about it. It has focal tag but doesn't show with the focal filter. Also the release channels only list xenial ones.
-
RE: Noble-based devel images now available on most devices with 20.04 devel image
@AppLee Actually Xperia X has focal so there's a high chance it'll get Noble unless there's a new kernel requirement aside from systemd's.
-
RE: Censorship in ubports matrix room
Telegram preference wasn't really a choice by the community. It's mainly because Canonical amd Telegram had some kind of a partnership and there has been a native Telegram app for Ubuntu Touch right from the start. We even have push notifications working until now.
Moving to Matrix is ideal but that would mean a need for a good native app and an intentional push and effort.