Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    10k Posts
    messayistoM
    @MrT10001 Me and another person here on the forum tried upgrading Sony Xperia X from focal to noble, but failed. It is stuck on the bootlogo and one of the devs or porters wrote that they are still investigating in it. So the Sony Xperia X is on the list of non upgrded devices.
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    R
    @UBportsNews Firstly thanks to the community, Ubuntu Touch on my Fairphone 4 on 24.04-1.1 RC1 is awesome! I would like to ask regarding the future of Ubuntu Touch, is it planned to move away from a Ubuntu base and move to something like Debian for example? If not, what are the advantages of a Ubuntu base?
  • Discuss and solve problems with other users

    4k Topics
    28k Posts
    pparentP
    @Alain said in Can't open PDF files: When I do "open", I see "File Manager", "Morpĥ Browser", etc. I choose "File Manager" and I have to type the password. I tried to do "chmod 755 *" in the terminal (on /home/name) but File Manager still asks for my password. You can first open the Filemanager, then chose a PDF and chose to view it with Chormium PDF or PDF.js. I very rarely start Chormium PDF or PDF.js directly from the application grid. This way you can also open a pdf directly from Morph Browser downloads, from dekko (e-mails), from Whatsweb, from Teleports, or whatever. That being said, it is also possible to open first Chromium PDF or PDF.js, then open a PDF with filemanger, but it will display "Transfer in progress" as long as you did not actually select the pdf file in the filemanager window, and validate it with the check icon in the top right-hand corner. Note that it seems that if you already have the file-manager opened in background, it might not necessarily bring the window back in foreground in Noble (i Guess it's a small bug), but you can still go to it and select the file.
  • 2k Topics
    19k Posts
    adorsazA
    @gpatel-fr said in Status of the Location Service (GPS, A-GPS, GLONASS, BeiDou, Galileo) ?: See an analysis here: https://ti.qianxin.com/blog/articles/Analysis-of-the-Hidden-Backdoor-Event-in-Qualcomm-GPS-Service-EN/ TLDR: backdoor is too strong a word, but there are privacies issues. If the software is rewritten as open source, this could be less problematic. Thanks for all these details about the AGPS privacy issue, I understand the idea behind this. It seems it's hard to have a good signal when the phone is inside a car (all satellites were red in GPSTest). I think I need another device as navigating system for my car. I'll check next days if my device could have locaiton fix with Glonass, Beidou and Galileo satellites. I expect using more data sources should improve measurment quality, isn't it ?
  • Discussions on development of Ubuntu Touch

    519 Topics
    6k Posts
    C
    This weekend I updated my Vollaphone22 from 24.04-1.0 to 24.04-1.1 and screen starts blinking on boot before the logo Ubuntu appears. With installer reinstalled 24.04-1.1 without wiping data and everything I use every day starts working normally until I found a serious bug on calls. Yesterday a friend calls me, I answered the call but no sound from other side. My friend repeated calling me and all answering was no sound. With other phone at hand I search the source of the error and found the Vollaphone22 was the culprit. How to reproduce is like this, make a call to other phone, wait that the other side answer the call, talk to test that audio is ok, wait that the other phone hang the call, now if you repeat process there is no sound if answered the call. Only rebooting Vollaphone works again, untill other phone terminates the call first and error returns. This error does not happens on version 20.04 stable.
  • Discuss the user experience or design of Ubuntu Touch or its apps

    164 Topics
    2k Posts
    t12392nT
    woah, great work!
  • Creating Ubuntu Touch apps

    761 Topics
    7k Posts
    I
    Here, in this thread we discuss SPEECH RECOGNITION ENGINE on UBUNTU TOUCH Yeah, it's real. I've made it so that it could run on UT. Locally. Without sending it to someone's server This solution is called SOTY and is free software. It is a port of VOSK API wrapper for Kaldi - pretty neat speech recognition framework. Well, back to the point. Post your test results here, be surprised how (in)accurate the results are, review the source code and propose changes, ask questions on adapting your application to this feature, and don't forget to ask again why this isn't working in background and how to use that. It is recommended you read all this long post before posting yourself. What is it? It is a speech recognition server, which means it receives input (raw audio data) from a client, processes it and then sends back a transcription of a data being recorded on a client. The server itself is completely useless without a client, it doesn't even have an access to audio subsystem. The server was made to be combined with other software that would utilize speech recognition, where it could be useful So, right now this is more like a framework for developers, who might be interested in it. Installation Downloading the application from OpenStore will not be enough. You also need to install models. To install English language model you need to run these commands in terminal: mkdir -P /home/phablet/.local/kl.soty cd /home/phablet/.local/kl.soty curl -O https://gitlab.com/soty-stt/soty-models/-/raw/main/en/small/vosk-model-small-en-us-0.15.zip?ref_type=heads&inline=false unzip vosk-model-small-en-us-0.15.zip mv vosk-model-small-en-us-0.15 en Now it supports transcribing in English. You can test your accent with... List of applications that work with SOTY STT UT Translator (recent update) To enable SOTY integration run in terminal: sed -i 's/enableSTT=false/enableSTT=true/g' /home/phablet/.config/ut-dictionary-frontend.ut-dictionary-frontend/ut-dictionary-frontend.ut-dictionary-frontend.conf Then after installing and running SOTY properly Open SOTY first and start server Open UT Translator (WITHOUT CLOSING SOTY SERVER) Choose English language. Microphone icon will appear on a top panel. Click on it to start recording audio. I hope this list will grow bigger over time (I would be more than happy to have it integrated in lomiri keyboard, and that would probably eliminate the need to integrate it with any other app, but I don't know if that's ever going to happen) Quality It is now possible to transcribe everything you say on a device locally, your smartphone that runs Ubuntu Touch could totally do that. Too good to be true. There of course are limitations. If we use small models, which is the current case, they won't cover all the words in language. And our small models are not good at transcribing previously unknown words and separate letters. You could try using models that are much bigger and intended for use on servers, but they, however would require more RAM and more time to process your data. It is significally slower. You will not like it. Implementing VAD preprocessing might help a little. And might not. Another fly in the ointment is that models currently in use are not helpful with spelling words. At all. You need to re-train them for this specific task. Summary I hope it has some potential. Will it evolve into an open-source voice assistant for your device of the future, or will it remain a funny conceptual toy, it's up to you, dear Community. How can I help Here's what you can do for this project: Design Code improvements Guides for other people If you are an app developer : think of ways it could be useful in your application Testing and reporting bugs (The most important)Improving models Plans Add models installer. Make it configurable. System OSK integration. Improving models Under construction
  • Porting Ubuntu Touch to new devices

    484 Topics
    4k Posts
    dieharddanD
    @tigerpro have you made any progress on this port? Id be very interested in using this if volte was worked out
  • Lomiri, the operating environment for everywhere

    72 Topics
    609 Posts
    W
    @fair I know that, as per your other thread on this topic, you just don't like gestures. But if you don't manage to make buttons, or even just until you do, you could consider trying the UT Tweak Tool, and playing with the settings under Edge Sensitivity. Changing the edge barrier width can make a big difference. I wouldn't personally want these options, but perhaps others would, and will speak up here. I suspect that if others wanted it too, if you got it all working, and if it were totally stable, it's possible it could be introduced as a system option down the road. But it wouldn't happen quickly. As an example, I understand that the wonderful manual screen rotation tool from Ambot Installer / Lomiri Plus got introduced as part of the OS in 24.04.
  • Discussion on translating Ubuntu Touch and its core apps

    59 Topics
    329 Posts
    B
    @Vlad-Nirky Thank you. Done.
  • A place to discuss ideas for promoting Ubuntu Touch

    56 Topics
    716 Posts
    LakotaubpL
    @Jules We are aware of this and we are having a good look at it.
  • Other Projects

    Projects which are started by a group within the UBports community

    68 Topics
    389 Posts
    K
    @Alain Oh wait, so you haven't unlocked the bootloader yet earlier? I assume only the toggle in Android?
  • For things that just don't fit in the other categories.

    844 Topics
    5k Posts
    KenedaK
    @miguelpam06 Please read answer @Moem already gave you : https://forums.ubports.com/post/89729