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
    • Y

      Where to download Qualcomm usb drivers for Windows 10?

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus Nord N10
      31
      0 Votes
      31 Posts
      39k Views
      M
      i noticed on the n100 you have to start up msm and have it ready use "adb reboot edl" and quickly hit start in msm before your phone reboots
    • J

      Open Webber shortcuts with Qt6-Morph

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      1
      0 Votes
      1 Posts
      120 Views
      No one has replied
    • H

      Log spammed with "Power request failed: OPERATION_NOT_ALLOWED" (Volla Quintus)

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      3
      0 Votes
      3 Posts
      383 Views
      H
      Looks like this is probably the fix? https://github.com/mer-hybris/ofono-binder-plugin/pull/53
    • flohackF

      Installing Android after Ubuntu Touch: Fix sensors issue

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      3
      2 Votes
      3 Posts
      485 Views
      adorsazA
      I had to install back a second time Android on my Fairphone 4, this time I've took some notes shared below. TLDR: LineageOS developer options pane allows you to enable Rooted debugging. This allows you to use the adb root command which start a rooted debugging session. Then you can use adb shell to open a console on the device and run restorecon -FR /mnt/vendor/persist to restore the SELinux permissions. From Ubuntu Touch, the easiest way to go to the fastboot mode, is to open the terminal application and run: sudo reboot -f bootloader Then, I used the Android 11 factory reset image provided by Fairphone (but don't do like me, see below). Then, I wanted to install LineageOS and they require to have Android 13/15. So, I opened Android 11, go to phone information in the settings application, repeatedly touch the build number until the developer mode is enabled. Go, to the system panel in the settings application, open the developer mode and enable the ADB debugging. On my computer, I go back to the fastboot mode with: adb reboot bootloader I've installed Android 13 factory reset image provided by Fairphone as I already have downloaded it for another experiment. Then I boot Android 13 and enabled usb debugging with same steps than Android 11 (see above). Then I've followed LineageOS instructions to install it step by step: https://wiki.lineageos.org/devices/FP4/install/ Then, with LineageOS, you can enable developer options with same procedure. The LineageOS developer options have two options: USB debugging and Rooted debugging, you need the last one to be able to run commands to reset correctly permissions on the hardware drivers. Then, on my computer I was able to run, adb root to start rooted debugging, open a shell on the phone with adb shell and run in this shell restorecon -FR /mnt/vendor/persist: $ adb root restarting adbd as root $ adb shell FP4:/ # restorecon -FR /mnt/vendor/persist SELinux: Loaded file context from: /system/etc/selinux/plat_file_contexts /system_ext/etc/selinux/system_ext_file_contexts /product/etc/selinux/product_file_contexts /vendor/etc/selinux/vendor_file_contexts /odm/etc/selinux/odm_file_contexts FP4:/ # Then you need to reboot and you can check this worked by enabling the automatic rotation feature: open an application and rotate your phone, the application should follow the movement
    • libremaxL

      Zinwa Q25 with Ubuntu Touch (and with the look of a BlackBerry Classic)

      Watching Ignoring Scheduled Pinned Locked Moved Devices
      1
      2 Votes
      1 Posts
      153 Views
      No one has replied
    • UBportsNewsU

      Today is Q&A Day

      Watching Ignoring Scheduled Pinned Locked Moved News
      1
      0 Votes
      1 Posts
      174 Views
      No one has replied
    • Sota4Ever_kS

      Samsung S20 FE UT (Ubuntu Touch) | Android 13

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      37
      4 Votes
      37 Posts
      19k Views
      V
      Hi guys, I'm truying to build Sota4ever_k repository for a Samsung Galaxy S20 FE (r8s, SM-G780F/DS, with Exynos) Is it still usable? Right now, it fails with lot of warning in openssl + make O=/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/KERNEL_OBJ CC=clang -j16 scripts/kconfig/conf -s --syncconfig Kconfig /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/extract-cert.c: In function ‘display_openssl_errors’: /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 46 | while ((e = ERR_get_error_line(&file, &line))) { | ^~~~~ In file included from /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/extract-cert.c:23: /usr/include/openssl/err.h:426:15: note: declared here 426 | unsigned long ERR_get_error_line(const char **file, int *line); ......... lot of warning, and then..... 1 warning generated. /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/drivers/video/fbdev/exynos/panel/sysfs.c:2358:21: warning: unused variable 'panel_data' [-Wunused-variable] struct panel_info *panel_data = &panel->panel_data; ^ 1 warning generated. /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/drivers/video/fbdev/exynos/dpu30/decon_core.c:1200:38: error: use of undeclared identifier 'prev_state' decon_doze_first_frame_black(decon, prev_state, next_state); ^ 1 error generated. make[6]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:333: drivers/video/fbdev/exynos/dpu30/decon_core.o] Error 1 make[6]: *** Attente des tâches non terminées.... make[5]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video/fbdev/exynos/dpu30] Error 2 make[4]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video/fbdev/exynos] Error 2 make[3]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video/fbdev] Error 2 make[2]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video] Error 2 make[2]: *** Attente des tâches non terminées.... make[1]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/Makefile:1144: drivers] Error 2 make: *** [Makefile:146: sub-make] Error 2 What can I do?
    • T

      No USI2.0 support

      Watching Ignoring Scheduled Pinned Locked Moved Volla Tablet
      2
      0 Votes
      2 Posts
      371 Views
      T
      @thomasf Check this topic.
    • T

      How to: Touch Input for Volla Tablet with Volla Pen Tire (no pressure sensitivity - only touch)

      Watching Ignoring Scheduled Pinned Locked Moved Solved Support
      2
      2 Votes
      2 Posts
      396 Views
      T
      Thanks @tusch001 this was very helpful and worked on the stable Focal channel with Snapz0r installed. I would recommend one change: the sed command should read- sudo snap run libinput.list-devices | sed -n '/himax-stylus/,+20p' instead of: sudo snap run libinput.list-devices | sed -n '/himax-stylus,+20p' A few practical questions for you or anyone else: What kind of daily battery life are you seeing for the stylus, over how many hours of use? Do we know if it's compatible with other UT devices? In Libertine, is there a convenient way to anchor the stylus' nib to things like scroll bars? I've been trying to scroll up/down on VS Code but it's quite cumbersome and feels like I have to press it multiple times then do a small flick to get it to scroll by a little bit every time. Kind of much like using my finger (it's just that the nib is so much more small and thus more of a precision instrument compared to anyone's finger!). Unfortunately I need to figure out how to get my Volla Keyboard accessory working again and thus I don't have access to its touchpad and a mouse cursor (I've been using a bluetooth keyboard instead), so this would be a great workaround for the time being if it's possible. On an OS level: Hopefully someone can formally implement this into an OTA upgrade for the tablet on Noble and potentially even a maintenance release on Focal? The code changes look straightforward if they're just about changing the udev rules and such. I have been working on contributing to app development on and off but as a) the tablet is a bit of a daily driver for me and I like to keep it on the stable channel and b) contributing to OS patches is something I'm not really familiar or comfortable with, it would be excellent to see this happen if someone else can help out.
    • sm-xcxS

      Willing to contribute in updating device listings (and any other documentations) and their status on devices.ubuntu-touch.io

      Watching Ignoring Scheduled Pinned Locked Moved New Contributors
      9
      5 Votes
      9 Posts
      722 Views
      nbdynlN
      @sm-xcx Hey xcx, how far are we with this project? what is still requirered to finish this project?
    • lduboeufL

      New contact backend story

      Watching Ignoring Scheduled Pinned Locked Moved OS
      10
      12 Votes
      10 Posts
      2k Views
      lduboeufL
      Hello all, It has been decided to postpone the new contact backend to 26.04.x to avoid slowing down the overall roadmap. We will try to move also at that time to the new calendar backend.. 2 major internal changes in a row. I keep you informed.
    • UBportsNewsU

      Ubuntu Touch 191 Q&A Saturday 30th May at 19:00 UTC

      Watching Ignoring Scheduled Pinned Locked Moved News
      1
      0 Votes
      1 Posts
      139 Views
      No one has replied
    • mihaelM

      Changing Message sound requires restart?

      Watching Ignoring Scheduled Pinned Locked Moved Support
      7
      0 Votes
      7 Posts
      282 Views
      G
      @mihael yes it's a bug and probably in the push service. I tried to kill the service process (I don't know any other way to restart a service activated by d-bus) and after an initial failure (it seems that when the service is restarted it don't take in account the task that started it), the second time I sent a mail message the notification used the new sound. To be continued.