UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. GermanAizek
    3. Posts
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 19
    • Groups 0

    Posts

    Recent Best Controversial
    • How to integrate GOPreload in UBtouch?

      https://github.com/kokoko3k/gopreload

      There is an ideal script that caches files and libraries opened by application and optimizes startup time during normal startup. How to integrate similar script into Ubuntu Touch so that after updating, image does not overwrite user service. The increase is really high because it caches files in RAM, and startup speed on my desktop increases ~x4 times. It is especially noticeable on large packages like Steam, Blender, IDE and others. Why I was interested in using this script in Ubuntu Touch, compared to Android, Ubuntu Touch opens applications very, very slowly, and it is desirable to speed up this download, but it is undesirable to keep them running in the background. GOPreload is a really genious solution, and most importantly, it's easy to set up. It is also possible to enumerate libs, files in list and distribute it to all device images, then all Ubuntu Touch users will have faster software startup.

      posted in OS
      GermanAizekG
      GermanAizek
    • OpenGL Mesa renderer on Ubuntu Touch

      How do I run OpenGL hardware acceleration Mesa renderer for app without GLES support on Ubuntu Touch?

      posted in General
      GermanAizekG
      GermanAizek
    • Which useragent uses Ubuntu Touch?

      Which useragent uses default browser and which third-party browsers use?
      Do sites think that I'm visiting in with Linux Mobile or do they think it's Android OS?

      posted in General
      GermanAizekG
      GermanAizek
    • RE: Why are there so few UB ports on modern Samsung devices?

      @Mario-CH, It's very strange because I was able to install Lineage OS on my Samsung M51 and on Samsung A52s 5G. And I had to unlock bootloader, having lost samsung knox.

      posted in General
      GermanAizekG
      GermanAizek
    • Why are there so few UB ports on modern Samsung devices?

      Samsung is a very popular brand, but Ubuntu Touch ports are mainly for old devices, who can answer what is difficulty porting devices to Samsung? and are there any problems in porting to devices before 2021?

      posted in General
      GermanAizekG
      GermanAizek
    • RE: How to change IMEI on Mediatek in Ubuntu Touch?

      @MrT10001 that is, in terms of protecting user from surveillance by cellular provider, it is impossible that data packet traffic is not analyzed based on single imei. Or is there still an Ubuntu Touch api for addressing-sending AT commands to modem when making your application for UT?

      posted in Support
      GermanAizekG
      GermanAizek
    • Has anyone tried to configure 'distcc cluster' from Ubuntu Touch phones?

      distcc compiler allows you to compile programs on multiple devices simultaneously over LAN network, as well as taking into arm64 or other architecture.

      Wired network cards work perfectly over OTG if chipset is open and have in kernel, although there is no icon for wired connection. There's a gear icon there.

      posted in Support
      GermanAizekG
      GermanAizek
    • RE: How to change IMEI on Mediatek in Ubuntu Touch?

      @MrT10001 That is in this regard, does opensource mobile OS cope worse than usual AOSP or LineageOS?

      posted in Support
      GermanAizekG
      GermanAizek
    • RE: Locking 4G LTE

      @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.

      posted in Support
      GermanAizekG
      GermanAizek
    • How to change IMEI on Mediatek in Ubuntu Touch?

      Is it possible to change IMEI cellular modem in Ubuntu Touch?

      posted in Support
      GermanAizekG
      GermanAizek
    • RE: [Nintendo DMCA] My Gitlab account is banned

      @Equareo, I can't contribute to UT gitlab repositories, I can't create a new account. My forks UT device I continue make in Bitbucket. Why UBPorts don't have self-hosted git like all open source projects? For example: winehq.org

      posted in Off topic
      GermanAizekG
      GermanAizek
    • [BUG] Sometimes return button disappears from submenu

      Sometimes return button disappears from submenu, more often I noticed it in the Ubuntu Touch Settings. If you go in and out quickly, button will disappear and you will only have to close application to return.
      video

      Direct link

      posted in Support
      GermanAizekG
      GermanAizek
    • RE: Bluetooth keyboard(s) and mouse not working

      @libreboot,
      Im tested network card 1Gb AX88179, and it works on Ubuntu Touch, there is no corresponding icon for wired connection, I will report this bug to UT maintainers. In short, any devices will work if there are drivers in linux kernel, kernel in Ubuntu Touch is very old and older than Lineage OS. So list of devices is very small, I also don't know why LOS can't take a newer version 5.x kernel

      posted in Support
      GermanAizekG
      GermanAizek
    • [BUG] Ubuntu Touch updates do not have changelog, on apps works

      Why do Ubuntu Touch updates not have changelog automatically generated? How to understand what has changed after update and how to test it if there is no information.

      posted in Support
      GermanAizekG
      GermanAizek
    • [Nintendo DMCA] My Gitlab account is banned

      Hi everyone,
      my account was blocked for contributing to Suyu emulator Nintendo Switch console, but now we have switched to suyu.dev git hosting. Attempts to negotiate with gitlab technical support are in vain, but github was unblocked to me because it is too large with many repos.
      I active user UT.
      I have my own PRs for my device, but maintainer Xioami Redmi Note 7 not active.
      How do I continue to do PR or fixes in future, as in case oFono: https://gitlab.com/ubports/development/core/ofono-ubports/-/merge_requests/9
      I can create new gitlab account without violating UBTouch contribution rules?

      posted in Off topic
      GermanAizekG
      GermanAizek
    • RE: How to detect Ubuntu Touch using system variables in shell script?

      @mschmids said in How to detect Ubuntu Touch using system variables in shell script?:

      e.g. check for a certain directory/file existence, or read/write access.

      indeed, I can still check write/read permissions for Ubuntu Touch /image, but this is not ideal. As a developer, I made image not temporary, write persistent.

      posted in Support
      GermanAizekG
      GermanAizek
    • RE: How to detect Ubuntu Touch using system variables in shell script?

      How about checking ${USER} for "phablet"?

      @alan_g, it's a good solution, but it's unreliable, no one knows when will add ability in ubuntu touch to change user name during fresh installation.

      posted in Support
      GermanAizekG
      GermanAizek
    • RE: How to detect Ubuntu Touch using system variables in shell script?

      @lduboeuf

      phablet@ubuntu-phablet:/tmp$ debian@gdeb:~/GIT$ sudo adb shell
      [sudo] password for debian: 
      phablet@ubuntu-phablet:~$ echo $DESKTOP_SESSION
      
      phablet@ubuntu-phablet:~$ echo $XDG_SESSION_DESKTOP
      
      phablet@ubuntu-phablet:~$ echo "$DESKTOP_SESSION"
      
      phablet@ubuntu-phablet:~$ echo "$XDG_SESSION_DESKTOP"
      
      phablet@ubuntu-phablet:~$ echo "${XDG_SESSION_DESKTOP}"
      
      phablet@ubuntu-phablet:~$ echo "${DESKTOP_SESSION}"
      
      phablet@ubuntu-phablet:~$ sudo echo "${DESKTOP_SESSION}"
      [sudo] password for phablet: 
      
      
      

      They're empty.

      posted in Support
      GermanAizekG
      GermanAizek
    • How to detect Ubuntu Touch using system variables in shell script?

      I'm writing shell script and I don't know how to make conditional block for ubuntu desktop or ubuntu touch, repositories are added for desktop and they are not working on ubtouch.

      posted in Support
      GermanAizekG
      GermanAizek