Subcategories

  • This section is specifically useful for new contributors on the project

    3 Topics
    5 Posts
    J
    Wow, thanks a lot for the quick help! The merge request is up now.
  • Discuss and solve problems with other users

    94 Topics
    672 Posts
    B
    @Keneda Thank you for your help. I did not find anything else inside the phablet file then the home files I can find without loging in with my password. I have asked for an account on Volla user forum. I guess the problems I am facing may problems with Volla hardware or software?
  • 149 Topics
    1k Posts
    B
    Ok, this was what I didnt understand, that I have to install Molly in the waydroid container. Done! Thanks a lot for helping me! Now I can (nearly*) leave the android universe and move to Ubuntu touch. *"nearly" because of the waydroid container
  • Accessibility option for disabled people

    Unsolved accessibility zoom
    6
    0 Votes
    6 Posts
    591 Views
    KenedaK
    https://open-store.io/app/ut-tweak-tool.sverzegnassi
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    38 Views
    No one has replied
  • Busy line issue

    Unsolved
    1
    1 Votes
    1 Posts
    154 Views
    No one has replied
  • Has anyone tried to configure 'distcc cluster' from Ubuntu Touch phones?

    Unsolved
    1
    0 Votes
    1 Posts
    170 Views
    No one has replied
  • Locking 4G LTE

    Unsolved
    3
    0 Votes
    3 Posts
    442 Views
    GermanAizekG
    @Keneda yes, but now with 2g/3g/4g mode, modem eats a lot of battery by scanning different bands. I previously suggested editing the modes and adding "3G only" and "4g only" to oFono. But I was told that it is not a fact that it will work on all modems.
  • Calendar freezes on winter...

    Unsolved
    4
    0 Votes
    4 Posts
    505 Views
    N
    @lduboeuf I'm running 20.04 OTA-5 rc. But the problem arose last winter, when I was on OTA-2. This year (I have three young children and many activities) I didn't want to make the calendar if it wasn't going to be useful. I'll try a couple of events and change the time manually to see what happens...
  • Pro1 X keyboard backlight

    Unsolved
    6
    0 Votes
    6 Posts
    524 Views
    A
    @arubislander Excellent news, not least because the script I linked to earlier doesn't work as is, and will need further work
  • Problem on Fx pro1 Azerty keybord layout

    Unsolved
    4
    0 Votes
    4 Posts
    339 Views
    AppLeeA
    Hi @dovakin_poulet No problem. I was just saying... I don't know how to work around this issue, but if you know your way around Linux, I would try remapping the keys but I don't think xmodmap is available on the device...
  • Devices connected to 'hotspot' use the VPN established on phone

    Unsolved
    2
    0 Votes
    2 Posts
    244 Views
    MrT10001M
    @icmp15 it should work. I haven't used a VPN on a hotspot, but used it for WiFi and data. The hotspot should go to the VPN first.
  • USB DAC not recognized

    Unsolved usb dac driver
    5
    0 Votes
    5 Posts
    662 Views
    H
    Hey I tried the following: make / writable. check Vendor ID and Product ID with after you have plugged in the USB DAC : dmesg | grep Vendor for me => "New USB device found, idVendor=05ac, idProduct=110a, bcdDevice=26.50" (it is a: Apple, Inc. USB-C to 3.5mm Headphone Jack Adapter) (for another product with another Vendor and Product ID icould also get another DAC work) in cd /etc/udev/rules.d create: # USB-DAC plug in ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="110a", ACTION=="add", RUN+="/usr/local/bin/load_dac_module.sh" # USB-DAC unplug ATTRS{idVendor}=="05ac", ATTRS{idProduct}=="110a", ACTION=="remove", RUN+="/usr/local/bin/unload_dac_module.sh" reload udev rules: sudo systemctl daemon-reload sudo udevadm trigger check aplay -l for me: => card 1 and Device 0 in /usr/local/bin/ create the scripts: 1. /usr/local/bin/load_dac_module.sh #!/bin/bash sleep 1 sudo -u phablet pactl --server "unix:/run/user/32011/pulse/native" load-module module-alsa-sink device=hw:1,0 /usr/local/bin/unload_dac_module.sh #!/bin/bash # search for loaded module sleep 1 USER="phablet" #USERID from phablet= "32011 PULSE_SERVER="unix:/run/user/32011/pulse/native" MODULE_ID=$(sudo -u $USER pactl --server "$PULSE_SERVER" list short modules | grep module-alsa-sink | awk '{print $1}' ) # unload PulseAudio-Module , if it was loaded before if [ -n "$MODULE_ID" ]; then # pactl unload-module $MODULE_ID sleep 1 sudo -u phablet pactl --server "unix:/run/user/32011/pulse/native" unload-module $MODULE_ID fi make the files writable: sudo chmod +x /usr/local/bin/load_dac_module.sh sudo chmod +x /usr/local/bin/unload_dac_module.sh unplug USB DAC reboot (if the USB DAC was plugged at boot it seem that the DAC does not work than.) on a FP4 it took nearly 4 sec till the sound comes from the DAC Could somebody test and verify it? PS: this helped me: https://wiki.archlinux.org/title/PulseAudio/Examples#Automatically_switch_audio_to_HDMI
  • This topic is deleted!

    Unsolved
    0
    0 Votes
    0 Posts
    19 Views
    No one has replied
  • exporting a sound file

    Solved
    3
    0 Votes
    3 Posts
    302 Views
    F
    @Schlicki2808 Thanks- that worked! -Fizz
  • CANADA: settings for a fully functional UT device

    Solved canada apn data mms
    5
    2 Votes
    5 Posts
    791 Views
    W
    @rdl85 I was notified by email. Carrier can see what device you use, I guess? I think they only notified affected devices. My issue turned out to be device specific, not UT related. I use a Oneplus 5T, and the Telus network stopped supporting MMS on many older devices, mine included. Per Public Mobile forums, MMS wouldn't work with Android either on a Oneplus 5T, Iphone 5 and earlier, many other older Android phones. Freedom Mobile setup: Freedom has separate APNs for internet and MMS, which my phone seems to need for MMS and internet to function simultaneously. APNs loaded automatically on UT 20.04, so it all just worked right away. I had to do it manually on my device that still uses UT 16.04. Anyhow, it all works great, with standard lack of proper functionality of Group Messaging. In case needed: Internet APN: internet.freedommobile.ca MMS APN: mms.freedommobile.ca MMSC: http://mms.windmobile.ca Proxy: 74.115.197.70 Proxy Port: 8080 Note that Freedom uses other networks when outside their own coverage, with free roaming. UT has "Data Roaming" turned off by default. This must be switched on under Settings->Mobile for data to work outside the Freedom network.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    41 Views
    No one has replied
  • Forum account lockout

    Moved
    26
    1 Votes
    26 Posts
    4k Views
    KyokoK
    haha, yaaaay thanks again @Keneda :raising_hands: Hopefully ive helped figure out some forum issues at the least then, ive wanted to join the forum for a long time but i've just been a bit shy, so its nice to know people are nice anyway :smiling_face_with_smiling_eyes: Hopefully the verify email / no email associated with my account issue can get resolved too once the admins take a look.
  • Mixed up messages, or messages not received... whose fault is it?

    Unsolved
    20
    0 Votes
    20 Posts
    2k Views
    F
    @Keneda I never had an issue with MMS on my Nexus 5 either. But when i upgraded to my Pixel 3a, which is roughly the same time as when i changed providers, the issues started. So i have 3 potential culprits. 1: the OS (MMS was fine on Xenial, not on Focal) 2: the hardware (MMS was fine on Nexus 5, not on Pixel 3a) 3: the network (MMS fine on Virgin Canada, not on Freedom Mobile) So the first i'm considering changing is #3. -Fizz
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Hide.me app on Volla Phone

    Unsolved
    7
    0 Votes
    7 Posts
    596 Views
    KenedaK
    @AppLee said in Hide.me app on Volla Phone: My suspicion is that you're using a device that is still based on Xenial. That is mine too, reason why I mentioned and bolted "focal device", but I suspect it was not clear enough
  • How to reflash from ubuntu touch to another custom ROM

    Unsolved
    2
    0 Votes
    2 Posts
    414 Views
    MrT10001M
    @miloessence Switch device off. Hold home button and Volume down and press power to go into download mode. In download mode attach device to pc and run Odin. When seen in Odin, find the do not reboot and untick it. Flash the recovery (TWRP) through Odin. When complete, turn the device off. Unplug from PC. Then using the correct key combo, boot into TWRP. Sideload /e/OS from there. UT is nicer on this device.
  • Questions about Username

    Moved
    1
    0 Votes
    1 Posts
    181 Views
    No one has replied