Categories

  • The Meta category: Organizational or general discussion.

    1k Topics
    10k Posts
    O
    Anyone know of a way to forward SMS messages to 2nd phone number, when main number is unavailable (weak cell, airplane mode, etc) ? After many weeks of asking questions (here and Google) regarding voice calls over WiFi, considering software solutions and mixed (hardware / software) solutions, I finally had the sense to ask about voice call forwarding to second phone which has functional WiFi calling. Google said 'possible'. Carrier said 'we support that'. [just requires 2nd phone line, and phone, and remembering to keep it charged. tedious but workable]. I set it up & tested it. Seems to work ! So, now the last critical problem is no SMS over WiFi, when cell signal is too weak. My requirement is communication with 'average' user, who has only OEM android or ios messaging installed on their phone. That rules out asking everyone I need to communicate with to add and learn new apps. Asking google about that, answer was that any SMS forwarding solution would be linked to WiFi calling. Can anyone shed light on options here ? or UT plans or progress (testing status, etc) ?
  • Discuss news updates from Ubuntu Touch and its related projects

    1k Topics
    5k Posts
    UBportsNewsU
    UBports at Installfest Czech Republic On the 28th-29th March we will be at Installfest, Prague. https://installfest.cz/if26 We will have our own booth and several devices on show and to try. If you are in the area please come and say hello and give them a try or just stay for a chat. We will be very happy to see you. #UBports #UbuntuTouch #Installfest
  • Discuss and solve problems with other users

    4k Topics
    29k Posts
    T
    It took me a while: Now there is touch sensitivity for the Volla Tablet. It can be used for clicking, mouse movements, even basic handwriting. Disclaimer: This instruction is for the Volla Tablet with Volla Pen Tiro. I have not tested this on any other device. This fix only works for touch events and is a work-around until MIR support for pen input is fixed. Pressure sensitivity may come with MIR version 2.0 (roadmap this year) or never at all. Whenever there will be true pressure sensitivity the udev rules below have to be reverted / adjusted. There is a bug in the libertine container (https://forums.ubports.com/topic/12135/input-events-in-right-third-of-screen-in-landscape-mode-are-not-registered-only-in-libertine-container If you want to use landscape orientation (as is normal when using the keyboard) there is no input in the right third of the screen which is annoying. The container works fine in portrait mode. In the above mentioned post you can also get an idea how handwriting looks like with touch input. We have to write directly to the system partition, so installed libraries or udev rules might be overwritten with any update. This instruction is working on ubuntu touch 24.01 stable with update version 437 (March 2026). If you can live with the above - here is how to get the pen working. I will give detailed instructions, maybe other hardware / stylus combination may work in similar ways: Make the system partition writeable: sudo mount -o remount,rw / Install the following packages: sudo apt install evtest sudo snap install libinput find the input device: look for stylus, .... The Tiro Pen uses himax-stylus, make a note of the device identifier, e.g. himax-stylus. If there is no stylus: sorry, your journey ends here. sudo snap run libinput.list-devices | grep Device # for the Volla Pen Tiro: # Device: himax-stylus output info regarding your stylus - replace himax-stylus with your pen. Also: it should have a line with Capabilities and Calibration. Note the event number (line starts with Kernel:) sudo snap run libinput.list-devices | sed -n '/himax-stylus,+20p' # Kernel: /dev/input/event8 Are events registered? Replace with your event number, quit with Ctrl + c sudo snap run libinput.debug-events --device /dev/input/event8 # Touch the screen with the pen sudo evtest /dev/input/event8 # Pressure sensitity support? Press lighter and harder with the pen: do ABS_PRESSURE values change? If /dev/input/event8 exposes ABS_PRESSURE, and the device is (back) in tablet mode (ID_INPUT_TABLET=1, Capabilities: tablet), then the hardware/kernel side may already be capable of real pen pressure. In the Linux input model, ABS_DISTANCE is hover distance, while ABS_PRESSURE is the pressure axis; BTN_TOOL_PEN/ BTN_TOUCH describe pen presence and contact. The output of udevadm info -q property -n /dev/input/event8 | grep '^ID_INPUT' # replace with nur event number shows which mode the stylus is currently in: ID_INPUT_TABLET=1 (default): the pressure sensitive mode (if the stylus has the capability) ID_INPUT_TOUCHSCREEN=1: touch mode ID_INPUT_TABLET=1: The driver actually reports pressure but MIR graphical surface is not reacting to it. No way to fix this. Let's switch to touch sensitivity (ID_INPUT_TOUCHSCREEN) so at least we get some events registered. Let's use udev rules to remap the events: create a new rule sudo nano /etc/udev/rules.d/99-himax-stylus-as-touch.rules Redirecting input: Use your own stylus identifier from above, it is necessary to distinct this event from touch (hand) input and mouse events. ACTION=="add|change", SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="himax-stylus", \ ENV{ID_INPUT}:="1", ENV{ID_INPUT_TABLET}:="", ENV{ID_INPUT_TOUCHSCREEN}:="1" Apply the rule: reload udev and retrigger the device sudo udevadm control --reload sudo udevadm trigger /sys/class/input/event8 # replace with nur event number Then verify: udevadm info -q property -n /dev/input/event8 | grep '^ID_INPUT' # it should list ID_INPUT_TOUCHSCREEN=1 you may need to restart the system. if it still says ID_INPUT_TABLET check your input. Test your pen with swiping from top or the left / right screen border. To revert the rules: delete / comment the lines in the rules file and reboot. If later on you want to test pressure sensitivity you can also switch to tablet mode with ACTION=="add|change", SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{name}=="himax-stylus", \ ENV{ID_INPUT}:="1", ENV{ID_INPUT_TABLET}:="1", ENV{ID_INPUT_TOUCHSCREEN}:="" and reload / retrigger: sudo udevadm control --reload sudo udevadm trigger /sys/class/input/event8 # replace with nur event number I will write an instruction how to setup xournal++ app for handwriting later in another post.
  • Community section for all languages other than English

    17 Topics
    85 Posts
    K
    @Linus67 Freut mich, dass es geklappt hat
  • 2k Topics
    20k Posts
    S
    How is not using Windows relevant to the suggestion to start again? You're have plenty of issues that no-one else is experiencing, I'd say it's a sensible first step. If something was borked during installation or you had the wrong Android version then the UT installed on top of that, may not function correctly.
  • Discussions on development of Ubuntu Touch

    538 Topics
    6k Posts
    developerbaymanD
    actually this is been a few months coming
  • Discuss the user experience or design of Ubuntu Touch or its apps

    169 Topics
    2k Posts
    developerbaymanD
    @oldbutndy your spot on ...its a scary prospect to try to undertake
  • Creating Ubuntu Touch apps

    794 Topics
    8k Posts
    developerbaymanD
    i actually had to slow the execution environment to to the hybris translation actually slowing down execution i have zero clue how this is going to play with game/emulator performance its like it was overloading lomri
  • Porting Ubuntu Touch to new devices

    499 Topics
    4k Posts
    O
    @haagch That liberux phone looks interesting ! Sadly, far out of my phone budget - even the redesigned, lower cost unit (current, compared to last year).
  • Lomiri, the operating environment for everywhere

    77 Topics
    632 Posts
    developerbaymanD
    @kugiigi i like the convergence this is good
  • Discussion on translating Ubuntu Touch and its core apps

    61 Topics
    335 Posts
    lduboeufL
    said: Hello, With the next calendar-app release coming, a bunch of new strings are waiting to be translated, thanks for looking into it: https://hosted.weblate.org/projects/lomiri/lomiri-calendar-app/ Lionel oops forgot to mention the forum post about it: ( arf can't paste the link here), look into category OS->Call for testing: calendar-app)
  • A place to discuss ideas for promoting Ubuntu Touch

    57 Topics
    731 Posts
    O
    @Moem yeah ... that is why I replied to MarcelloTogg - to see if cups WORKED for them, or they WANTED cups to work for them.
  • Other Projects

    Projects which are started by a group within the UBports community

    70 Topics
    410 Posts
    DJacD
    Ok. Like I uinstall my debian for lmde, I will try laaaaater. It is possible that I have a probleme with the gpu driver : I try to solve it in lmde.
  • For things that just don't fit in the other categories.

    896 Topics
    5k Posts
    G
    @oldbutndy while I'll not opine on the 'funny' side (it has left me cold, but I'm a bad customer for standup artists, I find them mostly a waste of time), it's actually a good presentation, I have looked at say a dozen of UT videos and they were usually either uninformative or far outdated and this one is a decent job.