World

Topics from outside of this forum. Views and opinions represented here may not reflect those of this forum and its members.

A world of content at your fingertips…

Think of this as your global discovery feed. It brings together interesting discussions from across the web and other communities, all in one place.

While you can browse what's trending now, the best way to use this feed is to make it your own. By creating an account, you can follow specific creators and topics to filter out the noise and see only what matters to you.

Ready to dive in? Create an account to start following others, get notified when people reply to you, and save your favorite finds.

Register Login
  • developerbaymanD

    dec6f84b-470c-401d-b20e-4e0815673a6d-image.jpeg

    so there i was just cloud running around like whoa!!!

    so far it works let me know! there is a few things already i wanna do for improvements
    <updated!> i fixed i think everything??
    ...one bug i cannot seem to squish is the ppsspp boot animation it will freeze either rotate and rotate back or background and return and it will work fine ...its annoying as hell

    much more testing works great for me with ff crisis core

    source:
    https://drive.google.com/file/d/1zF6CwrkH76ZqEwsHrUAh8N77XFYZnagQ/view?usp=sharing

    click:
    https://drive.google.com/file/d/18F0jddXVRYXdWHgZiWO9OV2ZZRhOHFjO/view?usp=sharing

    disclaimer:im using photos from the internet because i cant figure out how to post pics in the app ...so picture those photos but like on my device and its playable


    actually i found a rendering bug that is killing performance ...eventually ill update after more testing and fixing right now im focusing on the x86_64 UT port
  • S

    After the update to 24.04-1.2 the phone from one and half to two days, without charge, now it hardly stays 12 hours.
    This is way too low.
    Can somebody help?
    Alex
    screenshot20260402_161026254.png


    @arubislander said: Although, to be fair the creator of the WhatsNew app has taken measure to suspend the app when it looses focus as well I've not done that specifically in whatsnew. What happens is that normally when an electron app is not anymore in foreground it goes into a "throttling" mode meant to keep operating the website but with lower resources. This is a feature from chromium. That being said I have no idea why XWayland/electron apps don't get suspended by default. For Signal UT or Whatsnew it is handy to get background notifications though. The behaviour encountered by @smobilesoft (high CPU usage) is not normal , I've not been able to observe it myself, and it seems since he reinstalled the app it has gone. So this is a bit strange.
  • pparentP

    Hello,

    On Vollaphone 22 . I think it happens since 24.04-1.2:

    top - 00:01:38 up 10:28,  2 users,  load average: 23.18, 23.12, 23.07
    Tasks: 604 total,   2 running, 555 sleeping,   0 stopped,  47 zombie
    %Cpu(s): 49.2 us,  0.3 sy,  0.0 ni, 48.3 id,  0.0 wa,  0.0 hi,  2.3 si,  0.0 st 
    MiB Mem :   3498.4 total,    278.3 free,   1742.1 used,   1368.3 buff/cache     
    MiB Swap:   1924.1 total,   1909.6 free,     14.5 used.   1756.3 avail Mem 
    
        PID USER      PR  NI    VIRT    RES    SHR S  %CPU  %MEM     TIME+ COMMAND                                                                            
       2357 1046      20   0   65260  16440  13468 R 399.7   0.5     14,48 c2@1.2-mediatek
    

    It stays like that for hours, and eats a lot of battery unril I reboot.


    read more →
    @pparent no :(, the battery now is ok, I will monitor it for a couple of days and I ll post here the results. Feel free to ask me any question, I ll monitor the topic. PS I just remembered something: when I updated your app, at the same time I updated the OS. I was waiting for the OS to be downloaded without leaving from the update app. When it finished I clicked on the button next to it and before I exit the update app, the phone automatically restarted to update the OS. It restarted twice, maybe that was the issue, because after that I immediately noticed the battery drainage.
  • H

    Hello,

    Since a while there is the node.js app which installs this server on the device.
    However, I struggle to understand how to use this for apps.
    For many of my webapps I need typescript packages which need to be served by a web server, for which I would need node.js for example.

    Can anyone help me getting started with this? How can I use the installed node.js server from my apps? Do I have to install packages in node.js from the terminal or can I do this inside my app?

    Many thanks for your support.


    read more →
    @Homer in any language you can shell out to systemctl --user stop myserv - or use a systemd api if your language has a module for that. Edit: forgot 2 things: whatever you use (node.js or anything) the way to go to run a server process in your app is with a systemd user service. the code I provided is just an example. For your app you will have to pick carefully where you set your data, not straight under the root like I did. Probably under .local for persistent data or under .cache for transient data.
  • developerbaymanD

    everytime i get a message in my notifications its ALWAYS 2 of the same messages ..always for sure a forum bug anyone else have this?


    @gpatel-fr ah i see i never really paid attention to those it may be a setting ill mess with it
  • gwadoG

    Hello everyone,

    What are the views of UBports app developers regarding app creation with AI, please? Do any of you have any feedback or experiences to share?

    I'm not a professional coder; I've been coding for over 20 years with the aim of creating useful and functional tools for subjects other than IT. It's a passion since I keep coming back to it, but my goal has always been the end result rather than the code itself.
    In the past, I used to hand-code UT apps with quite a bit of difficulty. Partly because Python and QML aren't languages I'm familiar with, but also because the documentation for certain external APIs is sometimes vague, and also due to a lack of time (both for learning and for coding).
    I managed to make a few apps that work but remain somewhat shaky (some are still on the store: https://open-store.io/?search=publisher%3Agwado). Some apps are simple webapps.

    For the past few weeks, I've been testing the creation of an audio app (Subsonic client) with offline mode, an ergonomic interface, a certain sobriety, and using Python+QML. It works quite well, but 99.99% of the code comes from AI (Claude Pro version).
    Of course, there have been some hiccups and the code certainly isn't perfect, but I've been able to create a functional app for an OS that is close to my heart. It might not be totally secure, but it's still more so than if I had made it myself!
    I try to act as much as possible as an inspector and a guide. I don't code.
    Once the app is broadly finished, I plan to ask the AI to create a document for me explaining the code with examples, how the languages used work, the methods employed, etc. Solely for the purpose of enriching my knowledge.

    I think I understand the negative comments about using AI in the world of professional development. I've noted the AI industry's involvement in environmental, political, and social issues.
    Have you already tested AI as part of your UBports app projects? What lessons have you personally drawn from it? And how do you manage to reconcile this increased productivity, if you feel the same way as I do, with the values that drive us all more or less in the world of Free Software and UBports (my "old" Pixel 3a runs perfectly)?


    read more →
    @gwado I have never coded without using existing open source code, existing apps, searching for snippets, and using as much as I could from existing code. This is exactly what IA does, but just faster than if you do it yourself. I think in programming, IA is just an increase in productivity.
  • UBportsNewsU

    Ubuntu Touch Q&A 187 is live this Saturday 4th April. If you can please join us at the usual time of 19:00 UTC.
    Before then, if you have any questions on or about Ubuntu Touch and UBports please post them below and we will do our best to answer them in the Q&A.

    Remember that questions on porting to device **** or its status, and questions on bugs, will not be answered.


    @UBportsNews I have 2 questions: -Is there any ongoing plan to developing support for RCS? I think this could be the next blocking point for Ubuntu Touch, so I may contribute to a project to support RCS given that I can find time for that. -What role and importance do you think offering options for all the most popular messaging protocols, have for UT's potential for adoption as a daily driver? Both the standard ones like SMS, MMS, RCS, email, but also the private ones like Whatsapp, Telegram, Signal, and even Facebook messenger? Thank you so much for everything!
  • F

    Hi,
    I have a problem with a train webpage,
    when I go to https://ebilet.intercity.pl/profil and click link to login page "zaloguj" the page shows 'page not found' message.

    I've checked the address and it is correct (https://sso.intercity.pl/oauth_server/login).


    @projectmoon said: Though in general, I don't see many payment sites asking for your password at time of check-out, at least once you're at the payment screen. eh, maybe I didn't pay attention on this and only sms-code is sufficient. I have to check it. I'll have to dig into waydroid, but maybe some time in the future - hey, it is not so begginer stuff, right? Thanks for help and nice chat!
  • developerbaymanD

    im just in the crazy idea phase but i think im gonna build my own phone ....my build script {not finished} ...is going to target x86_64 and arm64 builds ...however im considering add risc-v support? ...idk i dont have a risc-v board yet ...but im thinking amd with a m.2 5g cell modem ....im thinking a large phone but i still want it to fit in my pocket i was thinking maybe i could mod something like a mini gaming pc if i go amd route add a touch screen custom case ect ect ....however arm64 will be A TON EASIER but at the cost of x86ness ...i want linux in my pocket ...now i have a UT x86 build with a r/w file system ..well almost im working on it right now it almost boots on my laptop .....i wanna be able to whip out my phone connect to a tv and play helldivers 2 ....lots of options to choose from soon so i wanna get ahead of the game .....how would you all build a UT phone? hardware wise ...your dream phone so to speak that does not exist ..lets try to keep it under $500


    You could catch on here: https://github.com/SPIRIT-org/SPIRIT
  • D

    Hi! Tried to flash UT 24.04 /stable on the 5T using the UBPorts Installer, but it fails to download all files needed. Tried several times.

    Installed 20.04 Fossa instead, and after some minor issues it worked.

    Overall I´m impressed with the port, most things works fine, despite beeing marked as "partally working".

    Calls, sms/mms and 4G data, just works! Well done!


    @pparent Yes, did that 10 minutes ago.
  • F

    First of all, hello to all people here 🙂

    I have got Lenovo Tab M10 HD (2nd Gen) with android 11 as it seems it is the best supported model of tablet.

    I've read the page:
    https://devices.ubuntu-touch.io/device/amar-row-wifi/release/noble/
    and I understand I have to unlock bootloader as explained in
    https://unlocktechy.com/lenovo-tab-m10-hd-gen-2-unlock-bootloader
    and then follow instructions at
    https://snapcraft.io/ubports-installer

    However, I have no clarity on unlocking bootloader. The page linked above doesn't provide/link software for linux. I've borrowed windows machine to use dedicated USB-drivers but still the linked file is not exe but some dlls.

    Are using software provided by lenovo instead is a good idea? Link - https://lenovousbdriver.com/device/lenovo-tab-m10-hd-usb-driver

    Second question, how can I backup my original android 11 in case I've screw something?
    I don't want to use google account as I own only one for my job.

    I'd greatly appreciate support, I'm new in this.


    read more →
    @formel Thanks for reply, fortunately I don't need to recover android (11) right now, asking just in case. I'll use lenovo recovery if needed.
  • F

    As a member who resides in the USA I had no choice to purchase my device on an alternative market as the supplier refuses to even ship to the USA even when you offer to pay adequately for it. This is a key part of my story that we will circle back to...

    Flashing the device is straightforward as any other unlocked android phone that does not require some propiatary nonsense as some do. After testing several operating systems I decided I was going to test /e/OS as these devices are sold with the OS from Murena I assumed that it would be well supported. This was a fatal error on my part.

    My /e/OS installer completely froze during the install process and it appeared to happen after the recovery images were flashed and the device rebooted to them. No problem, I'll reboot to the bootloader and just re-flash. I powered the device off and that was the last time my 3 month old Fairphone 5 operated in any capacity.

    My device is now stuck in what is called EDL mode, this requires a special cable and possibly connecting to pins on the mainboard to reflash. If I lived in the EU, and purchased it from Fairphone this would likely be covered under warranty, that is far from the case.

    This is where the bigger issues with Fairphone come into play:
    This device is marketed as "easy to disassemble and repair with just a screwdriver" or something to that affect. The problem is Fairphone will not sell a new mainboard, and say its due to IMEI number changes.
    What good is a device you can easily repair if you can not purchase the parts to do so?

    One would also think that you can buy this cable it is from qualcomm due to the chipset of the phone and just restore it yourself. That is another issue that goes back to Fairphone as well. They will not release the "firehose" files that could restore my phone back to a working state. Not very "fair" if you ask me.

    If something breaks on your phone there is one facility in France that you need to send the device to (that is if you have a EU address) to get it repaired. That is no better than any other device that you can not take apart.

    As a technician that has worked primarily in the PC market but also cell repairs for 30 years these seem like company policies are not very repair friendly when we look at customer facing repairs. Supplying parts is a bare minimum requirement to repair anything.

    Where does that leave my device? The rep that I chatted with this morning said their system will not even process a repair unless you have a EU address as its apparently "tied togther". The repair itself (mind you this is connecting a cable to my device and flashing a file) were talking 5 mins TOPS is in the ballpark of $46 USD. That hinges entirely on me having a EU address though.

    I honestly thing Fairphone is a step in the right direction, but if your thinking of getting into one assuming its actually a repairable device, think again.

    EDIT: I forgot my favourite part!

    I bought my device on Ebay from the seller "macromart_uk" and the device was listed as new. My guess is macromart_uk repacks these because during my chat with the fairphone rep they informed me that the previous owner of the device I bought "new" had it diagnosed as an issue with the mainboard. I had them verify the IMEI again and it looks like my new device that I paid a premium for was indeed not new at all.

    Word of caution to anyone out there thinking no returns is fine because the device is new, its probably not ok.


    read more →
    @Futura Thank you for that (Murena comment). I recently researched this via Google & reply said 'Fairphone North American support via Murena'. Sadly, you discovered NOT the case ! It is too bad that details like this don't yet have a place on the devices pages. It is one thing if you have an old phone, and want to try UT. Maybe you already got years of use. But to spend new money, and then have this problem, & no forewarning about lack of support in various countries, is just depressing ! Thank you for your report on this.
  • K

    I have another problem: cannot install apps. When clicking in one app, appears a animation (horizontal line animated bellow the icons of likes) and does not do anything else. How to fix this? Yesterday, i updated the TU. Thanks


    read more →
    @Kadafi said: Keeps there forever should I understand from what you are saying that when you press the green button, nothing happens in the UI (the green button 'Install' stays displayed all the time) yet the application is installed ?
  • J

    Hi,

    I'm running UT (24.04-1.2) natively on a Volla Tablet (no dual boot).
    I installed some snap apps like Gimp and LibreOffice. They work great with one exception:

    The workspace scales to a normal size and works perfectly. But the menu bar as well as all menus around the work area (where you choose e.g. tools in Gimp or fonts or text styling in LibreOffice) are tiny and it's hard to work with.

    I tried different UI settings from within the apps (like screen resolution in DPI from Gimp settings) without any effect.

    I tried to tweak that with UT Tweak Tool without success.

    I tried to run these apps from terminal with settings like

    $ GDK_SCALE=2 GDK_DPI_SCCALE=0.75 snap run gimp
    

    and

    $ snap connect gimp:gtk-3-themes :gtk-3-themes
    

    Also no success.

    Is there any way to tweak this? Thank you!!!


    read more →
    @gpatel-fr I feared you'd say that. But I thought I ask anyway. Nevertheless, thank you so much! Yet, that helped me a lot.
  • K

    Hello,
    The photographer app appears to be working BUT it does not save the photos files in the folder \Pictures\Screenshots neither \Pictures\camera.ubports.

    Also if i go to the app Gallery and choose Photos, nothing appear there. Also if i scroll left, appears a grey boards mentioning "No multimedia available".
    However, if i record a movie, it saves! Only the photos does not.

    What is the trick to fix this? Thank you.


    read more →
    @Kadafi said: reformatting like windows style is not a good path. I politely disagree. On UT, reflashing without wiping your user data can fix many problems.
  • UBportsNewsU

    Ubuntu Touch Q&A 187

    Ubuntu Touch Q&A 187 is live this Saturday 4th April at 19:00 UTC on our YouTube channel: https://www.youtube.com/watch?v=OxMFX4ptd4E

    We will cover all the latest news and development, and your questions and answers.

    Questions can be posted live during the show or using this Forum link for priority: https://forums.ubports.com/topic/12148/ubuntu-touch-q-a-187-call-for-questions

    Please remember that questions on porting to device **** or its status, or questions on bugs will not be answered.

    UBports@telegram
    #ubports:matrix.org

    #UBports #UbuntuTouch #UBportsQandA #Lomiri #OTA12 #UTnoble #Ubuntu


  • O

    Running Nord N10, daily 24.04-1.n, & randomly installing the updates.
    It seems that cell signal strength dropped to 0 after update a few days ago.
    Sometimes it pops up to a couple bars (as high as 3 or 4), but drops if I try to make a call.
    SMS TXT works sometimes.

    SO, I tried changing to RC. same problem.

    Now I want to go back about 4 or more days, to see if that version really was working better (not sure, since not main phone - rare use).

    I am used to LineageOS, on which OTA update tool lets you install a recent version file previously downloaded.
    I don't see that option on UT.

    What is best way ?


    @oldbutndy Yes, click on the vertical dots on the bottom right of the post you want to delete, and then select Delete.
  • libremaxL

    VoLTE works correctly on your device, so please give details of
    its model,
    the version of UT used,
    and if possible,
    in which country and with which mobile operator.


    read more →
    @gpatel-fr Yep, will definitely look out for network-related rings.
  • sm-xcxS

    In efforts of updating device information on devices.ubuntu-touch.io, I'd like to know what all changes have fp3 users seen in focal and noble (in context to the listings on the main website). Is there anything that used to work but doesn't anymore? Or something that works now which didn't previously? Also is volte working?

    thankss!

    • xcx

    I'm running 24.04-1.x stable. voLTE seems to work. Fingerprint scanner doesn't work, as indicated on the device page. I can't test the camera, since mine is broken. Everything else seems to work. As far as the experience goes, it is a bit sluggish. Battery life has been inconsistent for me in the past. I'll test that out a bit over the coming week (I've just performed a fresh install). Also, the installation process. I installed the required version of Fairphone OS and went through the ubports installer. Going from Fairphone OS -> 24.04 didn't work. It got stuck on the recovery boot stage. Didn't matter if I tried the stable, rc, or dev channel. Same result. However, it works fine if I go from Fairphone OS -> 22.04 -> update to 24.04.
  • M

    Hi,
    I'm looking for a way to flash a standard Android. Can anyone offer any advice?
    I tried using chatagpt, but it didn't work. After trying dozens of combinations, chatgpt says I need to disassemble the phone and short the contacts to perform the EDL process, or take the phone to a manufacturer's service center.

    Best regards,
    Erwin


    @MrT10001 Thanks for the tips/replies. I'll get back to you in a moment and let you know...