UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • ronbillockR

      MMS success and failure

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      86
      0 Votes
      86 Posts
      42k Views
      jezekJ
      @fizz Hello, I've been able to make a test using the approach described above. The test was done in stable channel (OTA-22) after reboot and the commands have been punched via ssh. I sent myself a testing multimedia message via the nuntium-inject-push testing helper tool. phablet@ubuntu-phablet:~$ sudo ./nuntium-inject-push -s +421908353517 --sender-notification +421908353517 --transaction-id test-wget --error-activate-context=1 [sudo] password for phablet: No end-point flag provided, trying to retrieve end-point from nuntium logs in: /home/phablet/.cache/upstart Using endpoint: ":1.55" Creating web server to serve mms Denial count: 0 The notification was delivered to messaging-app [image: 1647105561353-screenshot20220311_181055232.resized25.png] I looked at the ~/.cache/upstart/nuntium.log phablet@ubuntu-phablet:~$ tail .cache/upstart/nuntium.log 00000060 39 30 38 33 35 33 35 31 37 2f 54 59 50 45 3d 50 |908353517/TYPE=P| 00000070 4c 4d 4e 00 8a 80 8e 02 74 00 88 05 81 03 02 a2 |LMN.....t.......| 00000080 ff 83 68 74 74 70 3a 2f 2f 6c 6f 63 61 6c 68 6f |..http://localho| 00000090 73 74 3a 39 31 39 31 2f 6d 6d 73 3f 65 72 72 6f |st:9191/mms?erro| 000000a0 72 2d 61 63 74 69 76 61 74 65 2d 63 6f 6e 74 65 |r-activate-conte| 000000b0 78 74 3d 31 00 |xt=1.| 2022/03/11 18:10:19 This is a local test, skipping context activation and proxy settings 2022/03/11 18:10:19 Forcing debug error: main.downloadError{standartizedError:main.standartizedError{error:"error-activate-context", code:"x-ubports-nuntium-mms-error-activate-context"}} 2022/03/11 18:10:31 Received unknown method call on org.ofono.mms.Message MarkRead 2022/03/11 18:10:31 Message /org/ofono/mms/231014453153205/cb2e5a6911b100a99a13927694308474 is not responded and not expired, not deleting. and extracted the message UUID cb2e5a6911b100a99a13927694308474 and download link http://localhost:9191/mms. (Note: in the log there is "?error-activate-context=1" in the url. This is a testing string specific for the nuntium-inject-push tool and I know it's safe to remove. In real world usage use the whole link) I downloaded the message content with wget using the download link into the storage as <UUID>.mms phablet@ubuntu-phablet:~$ wget -O - http://localhost:9191/mms > ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.mms --2022-03-11 18:23:50-- http://localhost:9191/mms Resolving localhost (localhost)... ::1, 127.0.0.1 Connecting to localhost (localhost)|::1|:9191... failed: Connection refused. Connecting to localhost (localhost)|127.0.0.1|:9191... connected. HTTP request sent, awaiting response... 200 OK Length: 3405 (3,3K) [application/octet-stream] Saving to: ‘STDOUT’ - 100%[=========================================================================>] 3,33K --.-KB/s in 0s 2022-03-11 18:23:50 (79,2 MB/s) - written to stdout [3405/3405] And checked, if there is the file in the storage folder. (Note: I've also appended, what the files look like.) phablet@ubuntu-phablet:~$ ls -l ~/.local/share/nuntium/store/ total 8 -rw------- 1 phablet phablet 653 mar 11 18:10 cb2e5a6911b100a99a13927694308474.db -rw-rw-r-- 1 phablet phablet 3405 mar 11 18:23 cb2e5a6911b100a99a13927694308474.mms phablet@ubuntu-phablet:~$ head -c 200 ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.mms ���test-wget���abcdefghipqrrst�TZ�7��+421908353517/TYPE=PLMN��application/smil�<smil>/�+pplication/smil�smil.xml�smil.xml�"<smil><smil> <head> <layout> <region id="Image phablet@ubuntu-phablet:~$ head ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.db {"Id":"test-wget","State":"notification","ContentLocation":"http://localhost:9191/mms?error-activate-context=1","SendState":null,"ModemId":"231014453153205","MNotificationInd":{"MMSReader":null,"UUID":"cb2e5a6911b100a99a13927694308474","RedownloadOfUUID":"","Received":"2022-03-11T18:10:19.122527716+01:00","Type":130,"Version":144,"Class":128,"DeliveryReport":0,"ReplyCharging":0,"ReplyChargingDeadline":0,"Priority":0,"ReplyChargingId":"","TransactionId":"test-wget","ContentLocation":"http://localhost:9191/mms","From":"+421908353517/TYPE=PLMN","Subject":"","Expiry":"2022-03-13T18:10:18.122527716+01:00","Size":29696},"TelepathyErrorNotified":true} I edited the ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.db file and changed the State to "downloaded" and TelepathyErrorNotified to "false". phablet@ubuntu-phablet:~$ sed -i 's/"State":"notification"/"State":"downloaded"/' ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.db phablet@ubuntu-phablet:~$ sed -i 's/"TelepathyErrorNotified":true/"TelepathyErrorNotified":false/' ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.db phablet@ubuntu-phablet:~$ head ~/.local/share/nuntium/store/cb2e5a6911b100a99a13927694308474.db {"Id":"test-wget","State":"downloaded","ContentLocation":"http://localhost:9191/mms?error-activate-context=1","SendState":null,"ModemId":"231014453153205","MNotificationInd":{"MMSReader":null,"UUID":"cb2e5a6911b100a99a13927694308474","RedownloadOfUUID":"","Received":"2022-03-11T18:10:19.122527716+01:00","Type":130,"Version":144,"Class":128,"DeliveryReport":0,"ReplyCharging":0,"ReplyChargingDeadline":0,"Priority":0,"ReplyChargingId":"","TransactionId":"test-wget","ContentLocation":"http://localhost:9191/mms","From":"+421908353517/TYPE=PLMN","Subject":"","Expiry":"2022-03-13T18:10:18.122527716+01:00","Size":29696},"TelepathyErrorNotified":false} I restarted nuntium (should be the same as restarting the phone) phablet@ubuntu-phablet:~$ initctl --user restart nuntium nuntium start/running, process 10665 There is the message instead of notification in the messaging app. [image: 1647106272837-screenshot20220311_183557605.resized25.png] Here you can see the relevant logs produced in this test for comparsion. For the record, I've also encountered a case, where the message was not delivered to messaging-app after restart, but it was due to bad wget usage, which produced an empty .mms file. So maybe if the file is somehow faulty, the message is not shown. This needs more investigation.
    • danfroD

      Focal/20.04 is out for quite a while now. You still use Xenial/16.04? I would like to know what stops you from upgrading?

      Watching Ignoring Scheduled Pinned Locked Moved General
      85
      2 Votes
      85 Posts
      42k Views
      M
      Just to share my experience, few days ago Waydroid stopped to work for me with my Pixel 3a on 16.04 Stable channel. I was then forced to pass to 20.04, since I still need to have whatsapp in some ways available. I thought that upgrating from within the OS itself straight to 20.04 it would have been a good idea, avoiding using the Ubports installed but it was a great pain instead; it upgraded to 20.04 but OS resulted severely broken. In fact any kind of gesture I was used to was slower and unresponsive most of the time. Phone storage was awfully clogged, 60 GB nearly full for no apparent reason like if the new OS installed along with the old one. Subsequently, I decided to employ the Ubports installer without selecting the wipe option in order to preserve my data but it never ended the process, after many attempts with different usb cables (at least 5 cables I tried). There was no way to resurrect the phone, therefore in the end I was obliged to try to install by means of the Ubports installer but this time tapping on the wipe tick, to install from scratch. It worked flawless and now I'm on Focal 20.04. Unfortunately I lost some of my data, but luckily I was wise enough to backup at least my personal videos and pictures. The new environment seems much snappier than before, but I'll report my experience on that in a few days to get used to it.
    • MoemM

      How I'm now using Signal on UT

      Watching Ignoring Scheduled Pinned Locked Moved General
      85
      10 Votes
      85 Posts
      34k Views
      MoemM
      @pparent Good point, will do!
    • mariogripM

      This week in development (week 52 2024)

      Watching Ignoring Scheduled Pinned Locked Moved OS
      84
      23 Votes
      84 Posts
      24k Views
      MoemM
      @mariogrip said in This week in development (week 52 2024): I'd like to start posting weekly development updates here on the forums - this is a bit of an experiment, so please let me know if you find these updates useful and what could be improved. I think it's a great idea, and I think starting a fresh weekly thread would improve things. If once a week is too much, consider a slower pace that's easier to stick to.
    • UBportsNewsU

      Want To Develop UT And Need A Device

      Watching Ignoring Scheduled Pinned Locked Moved News
      83
      16 Votes
      83 Posts
      43k Views
      LakotaubpL
      We would like to thank everyone for their interest and enthusiasm in responding to our call out for developers and answering this thread. We will in due course be contacting all those who will be receiving a device directly. I will now close this thread. Which only leaves me to once again thank you all for your interest in this exciting project.
    • P

      Trying to revive 'ubtd' (Bluetooth file transfer)

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      82
      0 Votes
      82 Posts
      10k Views
      P
      @domubpkm said: @phandersson ok. I switched to dev channel and i tried to send a (big) file from my Volla 22 with UT to a Volla with volla OS with your last update : it works now. . Excellent news -- thanks for the feedback. But i found the transfer speed was very slow. Could it be improve or not ? Could you be a bit more specific, please? From what I read online, typical Bluetooth transfer speeds are between 1 and 3 Mbps. When I tested the app prior to releasing v0.1.1, I measured 1.3 Mbps when pushing a large file from my (Linux) laptop to the phone (Pixel 3a). Do you get a comparable bandwidth, or something much lower? (to measure it, I simply time the transfer and divide it by the file size).
    • J

      VP22 Upgrade from 24.04-1.0 to 24.04-1.1 failed

      Watching Ignoring Scheduled Pinned Locked Moved Solved Volla Phone 22
      80
      0 Votes
      80 Posts
      7k Views
      G
      @pparent Good for you. I have tested more heavily this solution and it's promising, but I suspect that there are still a bug or two in systemd itself and I need to clear the air about it before suggesting it in a QA.
    • peat_psuwitP

      Call for testing: Ubuntu Touch 20.04 OTA-6

      Watching Ignoring Scheduled Pinned Locked Moved OS
      79
      2 Votes
      79 Posts
      31k Views
      peat_psuwitP
      Ubuntu Touch 20.04 OTA-6 is released. Thank you everyone involved in testing. https://ubports.com/blog/ubports-news-1/post/ubuntu-touch-ota-6-focal-release-3942
    • K

      Looking for testers: port for Lenovo Tab M8 HD (TB-8505F)

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      78
      7 Votes
      78 Posts
      13k Views
      0
      @k.nacke thanks for all your work on this. any updates on the missing character issue? i just installed using the latest devel-flashable-large artifacts from Friday, January 30, 2026 - https://gitlab.com/redstar-team/ubports/lenovo-tab-m8/lenovo-tab-m8/-/jobs/12937600982/artifacts/browse and ran into the following issues: i initially chose English (UK) in setup per CaptainTalonAlt's post quoted below, but was unable to enter the wi-fi password due to j and 9 registering as spaces in the password prompt. @CaptainTalonAlt said: The keyboard characters seems to fix for English (UK), it’s the US keyboard that seems the problem. after skipping wi-fi setup and testing the English (UK) keyboard in the notes application: f shows on the keyboard but enters as a space. all other letters and numbers work. entering j does work in notes but still does not work on the wi-fi password prompt in settings. a number of the symbols on the 2nd page of symbols are blank but all input in notes when pressed. i switched language to english (us) and rebooted: j and 9 now work when entering wi-fi password at the prompt q, y, f, g, h, k and ? are blank on the keyboard but input in notes. all upper case letters show on the keyboard correctly and all symbols on the 2nd page as well. The language listed in grey over the space bar shows En lish thanks again
    • U

      I wanna go home

      Watching Ignoring Scheduled Pinned Locked Moved Design
      77
      5
      13 Votes
      77 Posts
      37k Views
      nbdynlN
      @sixwheeledbeast ahh i get what yoy mean, yes that is possible in ambots settings,
    • ?

      Cannot install ubuntu touch on BQ M10 ubuntu edition

      Watching Ignoring Scheduled Pinned Locked Moved Support
      75
      0 Votes
      75 Posts
      36k Views
      advocatuxA
      @ziggutas you can follow the ongoing effort to compile Dekko2 for xenial here https://forums.ubports.com/topic/1477/dekko2-developer-community-thread/25 and here https://gitlab.com/dekkoproject/dekko/issues/ P.S. I'm using webmail until Dekko2 is ready
    • twinkybotT

      Workshops at Locations

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      75
      3 Votes
      75 Posts
      49k Views
      S
      @hummlbach Stuttgart would be nice for me, i'm interested in app development
    • M

      20.04 Pixel 3A

      Watching Ignoring Scheduled Pinned Locked Moved 20.04 Focal Fossa
      74
      0 Votes
      74 Posts
      31k Views
      lduboeufL
      @Elrohir said in 20.04 Pixel 3A: Re: 20.04 Pixel 3A Hello everybody, I'm new here and have just installed 20.04 stable in a pixel 3a. I dont know if this is the correct place (please let me know if it isnt), but I would like to share a problem I'm facing. I'm trying to install the Document viewer from UBPorts but I cant get it done. At some point it stops the download and shows the Install button again. I dont know if this may be related with the size (~500 Mb), I have install other apps with no issue. Another issues I had that seem to have been solved after a wile are: Not able to find a mobile hotspot crated with another phone > solved after reboot. In the top dropdown menu, in the System tab, all the options except for Lock and Shut Down did nothing > solved after some time No push notifications on TELEports > solved after reboot. Another thing I found "weird" is the ability to get the left menu out when the phone is locked, but this is more a desing thing than a bug. I will go on with more testing, but so far I really like it Better to check if that issues persist on devel. i had the issue with Document viewer, but it get fixed the next try iirc. For others issues you found i don't have this on devel
    • H

      Sony Xperia 10 (kirin)

      Watching Ignoring Scheduled Pinned Locked Moved Sony Xperia 10
      74
      2 Votes
      74 Posts
      40k Views
      N
      @newbie089 I did not brick it! When the battery was empty, I was able to get back into fastboot mode and use twrp again. I tried and failed to flash it with emma (could not be recognized even though in flash mode (green LED)) so i tried to flash the current devel_flashable (#2351078025 master 60732a96) and I am now back at the start (when I boot there is nothing happening but the SONY Logo showing all the time). Any help is appreciated. Cheers
    • lduboeufL

      The Cell Broadcast story

      Watching Ignoring Scheduled Pinned Locked Moved OS
      74
      1
      5 Votes
      74 Posts
      30k Views
      lduboeufL
      For the record, here are some test feedback from Ratchanan : https://forums.ubports.com/topic/11888/my-ubuntu-touch-devices-participated-in-thailand-nationwide-cell-broadcast-test
    • V

      Oneplus n10 24.04-2.x follow up

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      74
      0 Votes
      74 Posts
      8k Views
      V
      One more difference , they might be more,1.x got a search bar on main icon app menu , or was it just disabled on my 2.x . NOTE DOWNGRADING OOPS : hmm , observed a potential flaw ,24.04-1.x update version state 178 , which would be the latest i get before 2.x bleeding edge crash/reinstall , it does not seems to see any updates now . Edit ; its upgrading to 487 latest now , solved oops...
    • Br1B

      [How-To] Record Calls

      Watching Ignoring Scheduled Pinned Locked Moved Support
      73
      9 Votes
      73 Posts
      32k Views
      J
      @domubpkm @Br1 I can confirm that on volla quintus (OTA-7 and devel channel) isn't working either. Same behavior as @domubpkm , call-recording locks mycrophone and speaker on calls. Nothing is captured on saved file. There os anything i can do to track the problem? (Another interesting thing is that looks like the install-script breaks the camera, it make camera app the capability of record videos. Uninstall the script or change between channels doesn't solve the problem, it is just solved by factory reset )
    • G

      Ubuntu Touch on LG G6 (h870 model): call for testers

      Watching Ignoring Scheduled Pinned Locked Moved LG G6
      73
      7 Votes
      73 Posts
      38k Views
      LakotaubpL
      https://forums.ubports.com/category/80/lg-g6 your new discussion space.
    • Eric HE

      PIN Code needed after a few hours

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xiaomi
      73
      0 Votes
      73 Posts
      30k Views
      Eric HE
      For information, before closing this thread : The flickering issue has been fixed in 20.04 devel channel : https://gitlab.com/ubports/porting/community-ports/android10/xiaomi-poco-x3/xiaomi-surya/-/commit/9d36e8d5986b2bf21afed7feff46baaa7c7535c9 Thanks to @_Joao_ and everybody on pocox3 telegram channel for their help
    • M

      Mobile data usage monitoring (dataMonitor app)

      Watching Ignoring Scheduled Pinned Locked Moved App Development
      72
      4
      9 Votes
      72 Posts
      31k Views
      KenedaK
      @matteo Any news here ? Check there if you can : https://forums.ubports.com/topic/9213/mobile-network-data-counter