UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Bolly
    3. Posts
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 202
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Ubuntu Touch Q&A 168 call for questions

      @Lakotaubp said in Ubuntu Touch Q&A 168 call for questions:

      @captainfunk You mean if you rotate so that the usb port becomes the "top" of the phone the screen does not rotate with it. Which it does not even on an android phone I have.
      As to why, no idea : )

      In Xenial they implemented it and it works. I don't remember in which OTA it started working.

      posted in News
      BollyB
      Bolly
    • RE: Multimedia player

      hello @AmauryDBZ ,

      What I do is to convert the video on a pc with ffmpeg.

      ffmpeg -i input.mp4 output.mp4
      #or
      ffmpeg -i input.mkv output.mkv
      #or
      ffmpeg -i input.avi output.avi
      

      It is a long process.

      posted in Support
      BollyB
      Bolly
    • RE: Call for testing: Ubuntu Touch 20.04 OTA-8

      @domubpkm said in Call for testing: Ubuntu Touch 20.04 OTA-8:

      @Bolly Hello. What is your data provider ? For me, it is Bouygues. I want to be sure the problem doesn't come from this. I notice, when it switch back to stable (OTA-7), now i can't send and receive MMS too..

      Hello @domubpkm , I'm sorry but the phone belongs to a relative and I can't test RC. Anyway in Spain we don't use MMS.

      posted in OS
      BollyB
      Bolly
    • RE: Ubuntu Touch Q&A 159 call for questions

      Hello @Vlad-Nirky

      I use mailbox.org

      P.S. Sorry for the offtopic.

      posted in News
      BollyB
      Bolly
    • RE: fastboot cannot find device

      @kaesestulle, Don't you have to activate the developer mode? Have you done it?

      posted in BQ M10 FHD
      BollyB
      Bolly
    • RE: Do you want to talk about G!sForecast?

      hello @Vlad-Nirky, you may have to add an option for each user to add their api key like the Indicator Weather app does?

      https://open-store.io/app/indicator-weather.bhdouglass

      posted in App Development
      BollyB
      Bolly
    • RE: WhatsApp on Ubuntu Touch?

      Hi, if you want Whatsapp in UT it's as easy as asking Meta to make a version for UT.

      Neither Google, nor Apple make Whatsapp for Android/Iphone.

      Anyway this thread is not for debate this is a call for testing.

      posted in Off topic
      BollyB
      Bolly
    • RE: Telegram app - changing phones

      @Andrej1299 The best test you can do is to download Telegram on the desktop and see what it asks you.

      If you haven't touched anything special they will send you a code in the other Telegram or by SMS. If so you don't need any password and you won't have any problems.

      P.S. Or you can download this and log in to this application. https://open-store.io/app/mywebtelegram.josele13

      posted in Support
      BollyB
      Bolly
    • Yumi calendar 2025

      Hello, I have made some calendars for 2025 again, I hope you like them. This year there is a little novelty 🤫

      Calendar with Spanish public holidays
      Spanish calendar
      English calendar first monday
      English calendar first sunday
      French Calendar

      Happy 2025 !!! 🎉🎉🎉 😜

      Calendar UBports 2025 monday.jpg

      posted in Off topic
      BollyB
      Bolly
    • RE: Camera app cannot be installed

      @Fish said in Camera app cannot be installed:

      @AppLee I have tried changing the channels. Unfortunately, the camera app is still missing ... and cannot be installed. It almost looks like there are no more photos for me now... 😖

      I suppose that apart from changing them, you installed the downloaded image, right?

      posted in Support
      BollyB
      Bolly
    • RE: Is there a better browser somewhere?

      Hello all,

      Another alternative has been born. 🙂

      https://open-store.io/app/mimibrowser.fredldotme

      posted in Support
      BollyB
      Bolly
    • RE: I am about to give up and leave

      Hello @jojumaxx,

      I hope you find it useful in its Alpha state. 🙂

      https://open-store.io/app/mimibrowser.fredldotme

      posted in General
      BollyB
      Bolly
    • RE: OTA 5 Focal Released

      @UBportsNews Too bad there is no wallpaper this time. 🙂

      https://gitlab.com/ubports/organization/ux-des/design-banners/-/tree/master

      posted in News
      BollyB
      Bolly
    • RE: Ubuntu Touch Q&A 143 Call for questions

      @AppLee

      @AppLee said in Ubuntu Touch Q&A 143 Call for questions:

      @Bolly :grinning_face_with_smiling_eyes:
      I wear UBports hoodies if that is what you're referring to.
      There is this one: https://ubports.com/en/shop/product/ubports-hoody-15?page=2#attr=1

      I have it :beaming_face_with_smiling_eyes:

      And the other one with the zipper was gifted to the contributors present at the first UBports TouchDown in February, so this one is a very limited edition.

      I was referring to this one :call_me_hand_medium-dark_skin_tone:

      Thanks 😉

      posted in News
      BollyB
      Bolly
    • RE: Ubuntu Touch Q&A 143 Call for questions

      Hello and thanks for everything,
      Where can we buy AppLee's jacket? It's very cool! 🙂

      posted in News
      BollyB
      Bolly
    • Script to convert videos for viewing on Ubuntu Touch

      Hello I share this script to run it on the PC if anyone can use it.

      The script in this case converts all mp4 and mkv files in the folder where you run it to an Ubuntu Touch readable mp4. The script does not delete the originals, it will put them in the Converted_videos folder at the same level.

      #!/bin/bash
       
      mkdir Converted_videos
       
      for i in *.mp4
      do
          withoutExtension=$(echo "$i" | cut -f 1 -d '.')
          ffmpeg -i "$i" Converted_videos/"$withoutExtension".mp4
      done
       
      for i in *.mkv
      do
          withoutExtension=$(echo "$i" | cut -f 1 -d '.')
          ffmpeg -i "$i" Converted_videos/"$withoutExtension".mp4
      done
      

      I also share the original entry in Spanish
      https://elcondonrotodegnu.wordpress.com/2024/05/28/my-scripts-v-convertir-videos-para-poder-verlos-en-ubuntu-touch-o-en-reproductores-no-compatibles/

      posted in General
      BollyB
      Bolly
    • RE: Upper Touch Bar - changing order of symbols

      Hello @holgerlxxiii

      As @AppLee said, there is no easy way.

      https://forums.ubports.com/topic/5351/easy-fix-possible-issue-of-not-readable-time-on-volla-phone-display-with-rounded-corners/14?_=1661683951231 (English)

      https://elcondonrotodegnu.wordpress.com/2022/08/28/como-modificar-el-orden-de-los-iconos-de-la-barra-superior-en-ubuntu-touch-para-que-la-muesca-no-te-tape-lo-importante/ (Spanish)

      posted in Support
      BollyB
      Bolly
    • RE: Ubuntu Touch SDK Vivid Archive

      @ctyler1984 said in Ubuntu Touch SDK Vivid Archive:

      I found on the forum that there once was an Ubuntu touch programming course that a user created that did have vm uploaded to google drive however we are talking years ago and through the course of time the link is now 404.

      @mimecar 🙂

      posted in Other Projects
      BollyB
      Bolly
    • RE: New websites

      Hello,

      Just as an idea, we could have something like this?

      https://planet.opensuse.org/
      https://planet.kde.org/
      ...

      posted in Design
      BollyB
      Bolly
    • RE: Browser limits phone usability

      Hello @Moem

      @Moem said in Browser limits phone usability:

      @domubpkm said in Browser limits phone usability:

      Is this a morph update (QtWebEngine) or a real new browser?

      A real new browser with a different rendering engine, if i recall correctly. Alfred was talking about it.

      Could it be this one?

      https://mastodon.social/@fredldotme/112393573256992836
      https://mastodon.social/@fredldotme/112394199074682010

      posted in Support
      BollyB
      Bolly