• 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. laschrocket
  3. Posts
L
Offline
  • Profile
  • Following 0
  • Followers 0
  • Topics 0
  • Posts 4
  • Groups 0

Posts

Recent Best Controversial
  • RE: Is it possible to tether internet via usb? (Solved, works very good.)

    @domubpkm Thanks! I did not manage to install ut tweak tool directly on phone either with click or pkcon.
    but manage to install it using clickable from laptop using

    clickable install --skip-uninstall
    

    usb-tethering is now working when connected to laptop, with good speed, response time seemed a bit slower than usual but up and down speed better than my s10e (just tried a few times, could be many reasons I guess).

    to use UT usb tethering with openwrt I had to use this driver:

    opkg install kmod-usb-net-cdc-ncm
    

    wiile my android required this:

    opkg install kmod-usb-net-rndis
    

    thought this could be good user for my s10e later were audio is not working anyway 🙂

    posted in Support
    L
    laschrocket
    11 Feb 2024, 20:53
  • RE: Is it possible to tether internet via usb? (Solved, works very good.)

    Tried to replicate this at FP4 focal devel 598, but seems like non of those commands works any longer, not sure if it's since focal or something else. Does anyone have an idea how to get usb tethering working on this setup, if possible?

    posted in Support
    L
    laschrocket
    6 Feb 2024, 21:23
  • RE: How to revert to Android?

    @s710 said in How to revert to Android?:

    Okay nevermind. Although the bootloader was already stating "DEVICE STATE - unlocked", and every reboot remindst of the bootloader being unlocked, I had to do fastboot flashing unlock_critical (which would ask again if I wanted to unlock the bootloader), and then the flashing tool for FF4 would run fine.

    Android was successfully reinstalled.

    Thanks for sharing! This post saved me quite some work.

    posted in Fairphone 4
    L
    laschrocket
    24 Sept 2023, 23:28
  • RE: ut-sysbench-qt-gui: Compare CPU performance of different devices

    Samsung Galaxy s10e Exynos 9820 SM-G970F
    Halium12

    ubuntu-sdk-20.04
    
    sysbench --test=cpu --num-threads=2 --cpu-max-prime=20000 run
         1295 events per second
    
    sysbench --test=cpu --num-threads=8 --cpu-max-prime=20000 run
         4731 events per second
    
    sysbench --test=memory --num-threads=4 run
    Total operations: 55964278 (5595339.81 per second)
    54652.62 MiB transferred (5464.20 MiB/sec)
    
    sysbench --test=mutex --num-threads=64 run
         total time:                          3.4450s
    
    posted in App Development
    L
    laschrocket
    9 May 2023, 18:31