Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    9k Posts
    L
    @RobTheBold I've tried this phone (Global model) with AT&T, RedPocket (AT&T) and Mint Mobile (T-Mobile). The first two don't work at all. Mint works for voice and SMS but not MMS or data. I'm giving up on this one and returning it to EBay.
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    ikozI
    @captainfunk said in Ubuntu Touch Q&A 168 call for questions: Are you thinking or planning to implement the screen rotation to 180 degrees ? It depends on if the porter enabled it. The configuration file is located on /etc/deviceinfo/devices/<codename>.yaml. Taking the Volla X23 configuration file as a random example: SupportedOrientations: - Portrait - Landscape - InvertedLandscape As you can see, there is no "InvertedPortrait" mode enabled. I don't know adding it below will work. Edit: (sorry, just noticed the Q&A was 3 days ago...)
  • Discuss and solve problems with other users

    4k Topics
    27k Posts
    H
    Looking further I guess that setRadioPower is the actual function returning the error: https://android.googlesource.com/platform/frameworks/opt/telephony/+/master/src/java/com/android/internal/telephony/PhoneInternalInterface.java#576 /** * Sets the radio power on/off state (off is sometimes * called "airplane mode"). Current state can be gotten via * {@link #getServiceState()}.{@link * android.telephony.ServiceState#getState() getState()}. * <strong>Note: </strong>This request is asynchronous. * getServiceState().getState() will not change immediately after this call. * registerForServiceStateChanged() to find out when the * request is complete. This will set the reason for radio power state as {@link * android.telephony.TelephonyManager#RADIO_POWER_REASON_USER}. This will not guarantee that the * requested radio power state will actually be set. * See {@link #setRadioPowerForReason(boolean, boolean, boolean, boolean, int)} * for details. * * @param power true means "on", false means "off". */ default void setRadioPower(boolean power) { setRadioPower(power, false, false, false); } So this seems to be just a general on/off toggle and should not have power saving implications. Disabling the "Cellular data" seems to only disable the data connection, not the telephony connection, and does not affect this message. Enabling "Flight Mode" does seem to make the message stop. Flight Mode also does seem to work because I can't call the mobile number anymore when flight mode is on. So is this maybe just a bogus error?
  • 2k Topics
    18k Posts
    W
    @nogoogle I don't know why I didn't think of this before, but the whole reason that I left Telus was because they said that due to network changes, my device (then a Oneplus 5t) would no longer have functional MMS. https://www.telus.com/en/support/article/picture-and-group-messaging-changes The linked article says "older decices", but other communication from Public Mobile said the only way to be sure was to use a phone from a fairly small approved list, which FP4 isn't on. Maybe some kind friend who uses another network would let you briefly borrow their SIM for MMS testing, to see if changing networks would solve it.
  • Discussions on development of Ubuntu Touch

    499 Topics
    6k Posts
    Vlad NirkyV
    @peat_psuwit Thanks!
  • Discuss the user experience or design of Ubuntu Touch or its apps

    165 Topics
    2k Posts
    L
    Hi, The Brax 3 "Artwork" model has been added to the gitlab project ... [image: 1748290593621-c4efc15c-cb27-45f6-8972-f2f9cd192d87-image.png] As always : free to use for "marketing purpose" / "spread the word" posts or videos
  • Creating Ubuntu Touch apps

    738 Topics
    7k Posts
    H
    Getting just a bit more into UT, I guess I could get gdb on it, either by just finding a static gdb build and putting it in the user dir, or by making the system writable and installing it, and then attaching to the hanging process, but for the moment I'm just looking around. uNav is really a QtWebEngineProcess and trivially freezing for me. Pure Maps seems to be a native Qt application and it has been very rarely freezing (but it has happened) - on the other hand I'm not sure it ever actually stops locating with GPS while running, so it's hard to say if it suffers the same issue or not - What I'm wondering is if this is just a QtWebEngine issue or a general issue.
  • Porting Ubuntu Touch to new devices

    481 Topics
    4k Posts
    ikozI
    Was /data mounted correctly when you pushed the rootfs? Did you format userdata? Also, you seem to have overlaystore enabled but overlayfs in kernel is not enabled (unless I missed something). Anyway, it is better for you to ask in t.me/ubports_porting, there are more knowledgeable than me people there that can help you, and real-time communication is preferred because porting can take a long time to succeed.
  • Lomiri, the operating environment for everywhere

    68 Topics
    575 Posts
    K
    @developerbayman Sorry, QML of what?
  • Discussion on translating Ubuntu Touch and its core apps

    58 Topics
    324 Posts
    D
    @alagirialagiri said in what's a good minimum translation completion percentage: @doniks I want to know whether the news section , question and answer blog posts are available in weblate translation in Tamil language.There is no navigation box available as available in documentation page.i request weblate translators to provide the language transulation Navigation box for every forum .Thanking you. As I said before, I think it would be best to create a new post to maximise the chances that the right people can react to your questions, rather than burry your questions here in this thread. I don't have access to the blog
  • 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
    390 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.

    829 Topics
    5k Posts
    K
    Screen Recorder in the OpenStore. It doesn't support sound yet though.