• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
UBports Robot Logo UBports Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. ancientsounds
  3. Best
A
Offline
  • Profile
  • Following 2
  • Followers 0
  • Topics 9
  • Posts 62
  • Groups 0

Posts

Recent Best Controversial
  • RE: ut-sysbench-qt-gui: Compare CPU performance of different devices

    OnePlus 6T:

    ubuntu-sdk-20.04

    sysbench --test=cpu --num-threads=2 --cpu-max-prime=20000 run
    1095 events per second

    sysbench --test=cpu --num-threads=2 --cpu-max-prime=20000 run
    1089 events per second

    sysbench --test=cpu --num-threads=8 --cpu-max-prime=20000 run
    3063 events per second

    sysbench --test=memory --num-threads=4 run
    Total operations: 25124442 (2511263.68 per second)
    24535.59 MiB transferred (2452.41 MiB/sec)

    sysbench --test=mutex --num-threads=64 run
    total time: 6.2309s

    posted in App Development
    A
    ancientsounds
    20 Mar 2024, 07:55
  • RE: Pro1 X keyboard backlight

    @kanguru007
    Partial answer to this at
    https://community.fxtec.com/topic/3684-ubuntu-touch-physical-keyboard-backlight-pro1x/

    To set permissions:
    sudo chmod 666 /sys/class/leds/:kbd_backlight/brightness

    To turn on backlight:
    echo "1" > /sys/class/leds/:kbd_backlight/brightness

    To turn off backlight:
    echo "0" > /sys/class/leds/:kbd_backlight/brightness

    I wrote those into 2 one-line scripts called klon and kloff, for brevity.

    If you don't turn it off manually, the backlight stays on even when you close the keyboard

    posted in Support
    A
    ancientsounds
    25 Jul 2024, 10:12
  • RE: Create subforum for f(x)tec Pro¹ and Pro¹-X

    @Lakotaubp
    I got a Pro¹-X yesterday and can report that installing UT using the UBports installer went very well, very smoothly. The build seems excellent, better than on the OnePlus 6T, which has a few glitches. Only glitch I've discovered so far is that flashlight doesn't turn on from the Battery icon switch. A sub-forum for this device would be helpful. Shipping was delayed for a long time but the company has a push to fulfil orders lately.

    posted in Devices
    A
    ancientsounds
    25 Jul 2024, 08:30
  • RE: Can't get waydroid folders to be read or write.

    @Rinkeby said in Can't get waydroid folders to be read or write.:

    ~/.local/share/waydroid/data/

    To make ~/.local/share/waydroid/data/ readable, open a terminal window, cd to the directory, and use sudo chmod 775 <directory name> to make it readable. Or sudo chmod 777 if you want to write to it. Similarly for ~/.local/share/waydroid/data/media
    ~/.local/share/waydroid/data/media/0

    posted in Waydroid
    A
    ancientsounds
    25 Nov 2023, 22:16
  • RE: Is there support for OP6?

    @radiofixr
    It's fixed on the stable channel too (I just installed it and it's fine)

    posted in Oneplus 6/6T
    A
    ancientsounds
    15 Nov 2023, 22:11
  • RE: Keyboard vibration always on

    @kugiigi YES! That fixes it. Very many thanks!

    Now I will disturb those around me less, and save battery

    posted in Oneplus 6/6T
    A
    ancientsounds
    13 Nov 2023, 08:55
  • RE: snapz0r on OnePlus 6T?

    @domubpkm said in snapz0r on OnePlus 6T?:

    @ancientsounds
    It is said in the comment of the store :

    For proper support make sure to ask your device's maintainer to enable the following kernel defconfig switches:

    CONFIG_SQUASHFS=y
    CONFIG_SQUASHFS_XZ=y
    CONFIG_SQUASHFS_LZO=y

    I asked to the maintainers of the Volla first generation to check the config two days ago because i want to test too. It will be ok on dev probably this day for the Volla. And maybe you should ask too for your phone.

    @sevralt - Please can you/maintainers/devs for OnePlus 6T add those kernel defconfig switches, so snapz0r app for installing snaps can work?

    I got a OnePlus 6T recently and have been trying to solve a few problems with it, but I don't have the skill of some people. But I did get USB-C headphones working 🙂

    posted in Oneplus 6/6T
    A
    ancientsounds
    1 Dec 2023, 07:47
  • snapz0r on OnePlus 6T?

    Installed snapz0r from OpenStore, because it looks really good, but it doesn't seem to do anything on OnePlus 6T

    posted in Oneplus 6/6T snapz0r oneplus 6
    A
    ancientsounds
    30 Nov 2023, 21:11