UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. ChromiumOS-Guy
    3. Posts
    C
    Online
    • Profile
    • Following 0
    • Followers 2
    • Topics 2
    • Posts 96
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Black screen after failed install.

      @E-Z-Tux idk the chip manufacturer for this tablet but research this:
      if Mediatek: bootrom bypass & sp flash tool
      if Qualcomm: EDL mode & Download tool

      posted in Lenovo Tab M10 HD (2nd Gen)
      C
      ChromiumOS-Guy
    • RE: Use phone as modem with gnome-calls

      @Kjetil considering UT is linux, something probably could be done but its another "nice to have" that will be on the backburner until the end of time.

      posted in Support
      C
      ChromiumOS-Guy
    • RE: About to begin porting for the first time for Samsung Tab S6 Lite (Looking for advice)

      @gpatel-fr i'd say its more general experience coding/compiling, i will say the real barrier right now is enough ram to compile and have a few browser tabs open.

      posted in General
      C
      ChromiumOS-Guy
    • RE: Starting a series of videos about Ubuntu Touch

      @pparent video script of bulletpoints on android to UT transition.

      posted in General
      C
      ChromiumOS-Guy
    • RE: Starting a series of videos about Ubuntu Touch

      @pparent i have, and after the hell im going through rn (3 months of semester worth of exams/test in one week) i can give you a script, im just not willing to have my voice on yt or the time to create an video in general.

      posted in General
      C
      ChromiumOS-Guy
    • RE: I wanna go home

      @projectmoon was thinking the same.

      posted in Design
      C
      ChromiumOS-Guy
    • RE: I wanna go home

      @sixwheeledbeast a swipe from left to right opens the drawer, so i dont think making an action similar to it good (it also is the current action that happens when you do that) lomiri already has a lot of swipes, you swipe to go to drawer you swipe to close apps you swipe to switch to the app that you've used last (besides active app) and you swipe for the indicators.

      thats why i think double tap on logo is good, you're not likely to do it by accident, tapping the logo while drawer is open already closes it, and this action in desktop mode should just toggle minimize to all windows.

      either way this action cannot be a gesture because all direction are saturated with one or more gestures adding more we will be asking the user to be precise with finger movements, this means training muscle memory and paying attention. and that is a finite resource before the user snaps and quits on you this resource should be spent only when necessary.

      posted in Design
      C
      ChromiumOS-Guy
    • RE: I wanna go home

      @UniSuperBox i know this is super old, but will a double tap on the ubuntu logo not suffice for going to background? its an action that exists both on desktop and mobile.

      i do agree that even in 2026 the background doesn't have anything useful rn.

      posted in Design
      C
      ChromiumOS-Guy
    • RE: Poco X3 is no longer viable

      @kln_nurv yeah, its xiamoi in general thats not viable anymore, and I don't think any new xiaomi device will be ported. about the poco X3, if it doesn't have an efuse you're best bet is to downgrade to miui 12 with sp flash tool and bootrom bypass, then install a custom payload.bin from an already unlocked phone, i don't have this device but if you want this to still be viable we need a unlocked bootloader dump from a donor phone via sp flash (preferably a full nand dump).
      if you get me a full nand dump i can probably create a small bootloader unlock "rom" for you to flash with sp flash.

      just be ware that the nand dump if it a full one should not contain these: protect1, protect2, nvcfg, nvdata, nvram because they contain IMEI, bluetooth address/MAC, ect.
      protect1/2 are sometimes called L/R instead of 1/2 in the scatter file.

      posted in Xiaomi Poco X3 NFC
      C
      ChromiumOS-Guy
    • RE: lets talk about the "focus bug" ...i dub thee

      @developerbayman my guess is your app's creating a window which causes the focus to shift then the window crashes(or gets killed by lomiri) in a way that does not return focus.

      posted in App Development
      C
      ChromiumOS-Guy
    • RE: Need help spoofing a Motorola Edge 2023 (XT2305-1) in WayDroid

      @R66F root, you'd probably need to use a custom waydroid gsi with SU binaries. from there just install one of the many root modules/frameworks that let you spoof app id's

      posted in Waydroid
      C
      ChromiumOS-Guy
    • RE: Touchpad Users/Experts: What gestures and corresponding functions do you want in Lomiri/Ubuntu Touch?

      @kugiigi i use it for copy/pasting highlighted text on xfce but i really dont know what you'd use it for on windows.

      posted in Lomiri (was Unity8)
      C
      ChromiumOS-Guy
    • RE: Touchpad Users/Experts: What gestures and corresponding functions do you want in Lomiri/Ubuntu Touch?

      @kugiigi double finger scroll is really all i use, i do have one other gesture but idk if its standard or if its useful in lomiri but three finger press for middle click.

      posted in Lomiri (was Unity8)
      C
      ChromiumOS-Guy
    • RE: French ID app interoperability.

      @Moem I second this, I've been wondering why this was on recent in the inTouch app for who knows how long.

      posted in Off topic
      C
      ChromiumOS-Guy
    • RE: Battery saving/Low Power mode within OS discussions?

      @gpatel-fr for FP5 check my post on how to charge limit, its broken fundamentally but I've used it on mine for almost a year and its fine, but do at you're own risk.

      posted in Design
      C
      ChromiumOS-Guy
    • RE: Battery saving/Low Power mode within OS discussions?

      @sixwheeledbeast its already on my backlog along with proper HAL support for charge limiting.

      tbh the chance of this happening is low because im living in israel so combine current geopolitical state with university and already being commited to creating xdg-desktop-portal-lomiri for xdg portals support and the chance of me doing this anytime soon is almost nil.

      but still its on my todo so unless something changes eventually ill get around to it.

      posted in Design
      C
      ChromiumOS-Guy
    • RE: Fairphone 5 Wifi Issues

      @Martin230799 check NetworkManager is enabled
      make sure this file looks like this:

      phablet@ubuntu-phablet:~$ cat /etc/NetworkManager/NetworkManager.conf 
      [main]
      plugins=ifupdown,keyfile
      
      [ifupdown]
      managed=true
      
      [device]
      wifi.scan-rand-mac-address=no
      

      if ifupdown managed is false, networkmanager is not managing the network interfaces.

      in my case it somehow works with it being false but that is most certianly some kind of bug, it should be true.

      posted in Fairphone 5
      C
      ChromiumOS-Guy
    • RE: Hydronium: Proton Mail on Ubuntu Touch

      @projectmoon funnely enough we had the same idea hours apart, i stopped development on my end (no need to have two apps for the same thing).
      thanks this is huge because now i can have push notifications for my university mail (dekko can't login to my university mail I have it forwarded to my protonmail).

      posted in App Development
      C
      ChromiumOS-Guy
    • RE: Questions specific to gestures..."back"

      @undrwater unfortunely we're kind of like IOS in this regard.

      posted in Design
      C
      ChromiumOS-Guy
    • RE: Ubuntu Touch Q&A 186 call for questions

      @ubportsnews

      1. can you give an estimate to when the move to Qt6 in morph/webapp-container will happen?
      2. what are you're thoughts on: https://forums.ubports.com/topic/12018/microphone-privacy-concern
      posted in News
      C
      ChromiumOS-Guy