• [Guide] Installing img2simg and simg2img on Ubuntu 24.04

    Pinned
    1
    3 Votes
    1 Posts
    5k Views
    No one has replied
  • Devices subforums will move up!

    Pinned Locked
    1
    6 Votes
    1 Posts
    3k Views
    No one has replied
  • QA Checklist for ported devices

    Pinned Locked
    1
    3 Votes
    1 Posts
    5k Views
    No one has replied
  • Halium First Steps

    Pinned Locked
    1
    5 Votes
    1 Posts
    19k Views
    No one has replied
  • Will you port to [device X]?

    Pinned Locked
    1
    2 Votes
    1 Posts
    29k Views
    No one has replied
  • UT for Pixel9a

    5
    0 Votes
    5 Posts
    230 Views
    libremaxL
    @steffend I understand now why my search for Pixel9a on the forum didn't get anything, it because of the space... and that's why I don't include it to make searching easier.
  • Could use help porting to n8000

    14
    0 Votes
    14 Posts
    2k Views
    T
    @pe3noATo2DOTpl I gonna try to port to the n8000 too but I need to wait for an new motherboard because my old motherboard had an nand failure because of this post I know porting is what I want to do as an hobby thanks everyone who came to this post btw
  • Jelly Max

    12
    0 Votes
    12 Posts
    547 Views
    TotalSonicT
    @tr4in33 - unfortunately, it is very unlikely any Unihertz product will ever get a decently functioning port for Ubuntu Touch, because that company is absolutely horrible (and in fact in violation of the licensing) for ever posting the kernel source for its devices. Best regarfs, Steve Berson
  • Looking for testers: port for Lenovo Tab M8 HD (TB-8505F)

    Moved
    78
    7 Votes
    78 Posts
    14k Views
    0
    @k.nacke thanks for all your work on this. any updates on the missing character issue? i just installed using the latest devel-flashable-large artifacts from Friday, January 30, 2026 - https://gitlab.com/redstar-team/ubports/lenovo-tab-m8/lenovo-tab-m8/-/jobs/12937600982/artifacts/browse and ran into the following issues: i initially chose English (UK) in setup per CaptainTalonAlt's post quoted below, but was unable to enter the wi-fi password due to j and 9 registering as spaces in the password prompt. @CaptainTalonAlt said: The keyboard characters seems to fix for English (UK), it’s the US keyboard that seems the problem. after skipping wi-fi setup and testing the English (UK) keyboard in the notes application: f shows on the keyboard but enters as a space. all other letters and numbers work. entering j does work in notes but still does not work on the wi-fi password prompt in settings. a number of the symbols on the 2nd page of symbols are blank but all input in notes when pressed. i switched language to english (us) and rebooted: j and 9 now work when entering wi-fi password at the prompt q, y, f, g, h, k and ? are blank on the keyboard but input in notes. all upper case letters show on the keyboard correctly and all symbols on the 2nd page as well. The language listed in grey over the space bar shows En lish thanks again
  • should i try samsung tab a7 2020 sm-t500

    7
    0 Votes
    7 Posts
    614 Views
    S
    log.txt
  • cmdline :"systempart=/dev/block/mapper/system" cause bootloop

    9
    0 Votes
    9 Posts
    2k Views
    L
    @TermuxnTR its from 20.04 , 16.04 is not booting
  • Xiaomi Redmi Note 12

    Moved
    22
    0 Votes
    22 Posts
    14k Views
    arubislanderA
    @Satanas1275 While we are all for seeing more and all kinds of Linux on phones, soliciting help on a Postmarket OS port is very much off topic for this forum, wouldn't you agree?
  • [port-ish]{x86_64} 24.04 daily

    20
    2
    0 Votes
    20 Posts
    1k Views
    developerbaymanD
    right now the graphics stack is giving me some issues in all this ...i might break on this for a bit and work the opi5 build or a plethora of programs for a bit to avoid burn out
  • *WIP* [port] orange pi 5 original

    14
    1
    0 Votes
    14 Posts
    853 Views
    developerbaymanD
    the opi 5 build uses the same script for my x86_64 version currently i still have not tested the opi5 version just the x86_64 version so idk UT build script: https://drive.google.com/file/d/1psGjDJQ40fcwWYlxNBS_0QZW_Tpne4ZU/view?usp=drive_link
  • Unable to connect to telnet when attempting to port to LG V30

    2
    0 Votes
    2 Posts
    208 Views
    H
    I have tried to get help from the ubports_porting telegram group,but automatically kicked and blacklisted due to my pastebin link
  • Error to Start Lomiri

    3
    0 Votes
    3 Posts
    545 Views
    L
    @k.nacke Thank for the hint
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
  • Building UBports recovery and Configuring the UBports installer

    3
    0 Votes
    3 Posts
    773 Views
    fredldotmeF
    Update: UBports CI now spits out a recovery ramdisk for Halium 10.0 and up. Select your Halium generation and download the ramdisk here: https://ci.ubports.com/job/UBportsCommunityPortsJenkinsCI/job/ubports%252Fporting%252Fcommunity-ports%252Fjenkins-ci%252Fgeneric_arm64/
  • System crash at Logo start

    1
    0 Votes
    1 Posts
    510 Views
    No one has replied
  • Mismatch firmware issue

    2
    0 Votes
    2 Posts
    752 Views
    K
    @linhmieu2 You need to determine the VNDK level of your Android firmware, e.g. with adb shell getprop | grep vndk or using the Treble info app. Use that number to look up the corresponding Android version, e.g. at API levels. For example, if the VNDK version is 34, then you need to put deviceinfo_halium_version="14" in your deviceinfo file. The VNDK level is the API version level, and this it what counts for halium. Note that the version derived in this way may not correspond the Android version your device displays. E.g. I have a OnePlus 11 running Android 15, but the VNDK version is still 33, which corresponds to Android 13. For this device, I need to use 13 as the halium version. You may also want to put the number as ApiLevel into the /etc/gbinder.conf file in your system overlay. There is no "Android 12 kernel". I think it would be better if you post the concrete problems you encounter. The telegram group for porters is also a good place to ask or search for answers. Kai