• 0 Votes
    1 Posts
    1 Views
    No one has replied
  • Oneplus Nord N100 MetroPCS (BE2015) Install Success

    Oneplus Nord N100
    22
    7 Votes
    22 Posts
    7k Views
    Zer0Z
    Your BE2015 install path was useful prior art for cracking the BE2012 (T-Mobile US, not Metro) variant — same chipset, slightly different blockers. Sharing in the spirit of reciprocity. Full BE2012 installer up at https://github.com/dcherrera/n100-be2012-crossflash. macOS-native EDL flash (no MSMDownloadTool needed), plus a small binary patch to /usr/sbin/ofonod that fixes a SIM-init blocker which leaves Modem.Features stuck at ['sim'] on first boot — same modem firmware family, may be relevant to BE2015 users on certain SIMs too. README has the offset table if anyone wants to verify against their build. Also confirms your "T-Mobile SIM works, Verizon SIM doesn't" observation on the BE82CB modem firmware — same outcome on our end, since the modem firmware is T-Mobile-band tuned.
  • OnePlus Nord 100 (BE2012) device not supported

    Oneplus Nord N100
    4
    0 Votes
    4 Posts
    693 Views
    Zer0Z
    I successfully flashed ubuntu touch on it. I bought this model not knowing it wouldn't work. So I spent a few day putting together a work around because honestly it just sounded like a fun challenge. You can look through my findings here. https://github.com/dcherrera/n100-be2012-crossflash. Just a heads up, you should be able to clone this and claude code should be able to orient itself and help you get it done. i tried very hard to make sure the documentation was complete.
  • Looking for Testers: Ubuntu Touch 26.04-1.x (Early version)

    OS
    3
    2 Votes
    3 Posts
    58 Views
    nbdynlN
    @mariogrip Thanks for the work done Mario, Audio seems to work video playback, internet itself works fine, Teleports/Firefox/Greenline work fine. gps seems to work, first connection on bluetooth works. For some weird cause i cant seem to hold click the "kde connect" app in the drawer to open it in openstore, seems to work for other apps, so not sure if its this update... But uhm which version of Morph browser am i supposed to open now? the normal one keeps loading, and the Qt6 beta crashes it seems to miss some files QT6 browser: libxml2.so.2 (no file or directory) Morph: missing EGLConfig, QRhiGles2, context is lost. .qml:417 cannot ready property 'count' of undefined Other then maybee the biggest 'daily driver upgrade' all works fine xD?
  • Lenovo TB-X605F Installs fine but doesn't boot

    Lenovo
    11
    0 Votes
    11 Posts
    152 Views
    S
    @MrT10001 I ran whatever update was available. Didn't say it was 24.04. It seems to have broken the installation. I'm back to the lenovo logo boot loop. Will I have to go back to factory or do you think I could run the installer again to redo the 20.04 installation?
  • The camera and clock are malfunctioning

    Sony Xperia X (F5121 & F5122)
    9
    1 Votes
    9 Posts
    120 Views
    L
    @DJac No. My Focus hasn't vibrated yet. I rarely use my camera
  • click on notification bubble

    OS
    19
    0 Votes
    19 Posts
    248 Views
    mihaelM
    @gpatel-fr Great find! I don't know where to search but maybe we need to inspect the code in the OS for handling the bubble. Some time ago I had to write a service worker for browsers and I had to specifically program what it is done when a notification is clicked.
  • Call for testing: Ubuntu Touch 24.04-1.3

    OS
    83
    10 Votes
    83 Posts
    6k Views
    R
    @Linus67 said: I've found the cause of the increased battery drain on Wi-Fi. Clear the list of saved Wi-Fi connections: Go to Wi-Fi -> Wi-Fi Settings -> Saved Networks and tap “Forget” next to all the networks. Then reconnect to your home Wi-Fi network. After that, battery drain in standby mode will return to a minimum of < 2% per hour. Did that and it seems to work. Battery drain is in normal levels again. Weird quirk, though...
  • Battery change on Lenovo

    Lenovo
    5
    0 Votes
    5 Posts
    123 Views
    Linus67L
    @MrT10001 Getting stock Android 11 onto the Lenovo Tab was a real challenge yesterday. Problems: SPflashtool failed due to chip permissions. Attempts using MTK bypass tools also failed How it filaly worked (after ~3 houres) Download Lenovo Software Fix Tool (thanks for the tip) Create a Lenovo account (using a disposable email address) Start the recovery workaround (but you can only flash up to Android 10 !!!!) OK, perform a recovery with Android 10 The recovery tool downloads the ROM (A 11) to your PC Before starting the recovery, you must replace the downloaded Android 10 files with the Android 11 files witch you downloaded from the UBports link bevor. Then start the recovery process and the Lenovo Software Fix Tool will flash the tablet with Android 11, which you’ve placed in its nest, just like a cuckoo’s egg. Translated with DeepL.com (free version)
  • Neuling - Smartphone - Typ

    Moved German / Deutsch
    3
    0 Votes
    3 Posts
    66 Views
    MoemM
    @fischer.poco Hallo, ich habe deinen Beitrag in den deutschsprachigen Bereich verschoben.
  • 2 Votes
    77 Posts
    5k Views
    mihaelM
    @brenno.almeida Amazing work, thank you so much! One thing I noticed - and I don't think it has only started in this latest version - is that if I open a conversation from the app and not from the notification then the notification doesn't dissapear - I think I remember it used to.
  • 0 Votes
    4 Posts
    135 Views
    W
    @projectmoon A GPS Navigator. I was a lot of time searching for a GPS navigator with the functionality I like for me, but I didn't found anyone. So I decided to code my own. I'm reviewing it now for publishing it.
  • Samsung S20 FE UT (Ubuntu Touch) | Android 13

    Moved Porting
    37
    4 Votes
    37 Posts
    18k Views
    V
    Hi guys, I'm truying to build Sota4ever_k repository for a Samsung Galaxy S20 FE (r8s, SM-G780F/DS, with Exynos) Is it still usable? Right now, it fails with lot of warning in openssl + make O=/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/KERNEL_OBJ CC=clang -j16 scripts/kconfig/conf -s --syncconfig Kconfig /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/extract-cert.c: In function ‘display_openssl_errors’: /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/extract-cert.c:46:9: warning: ‘ERR_get_error_line’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 46 | while ((e = ERR_get_error_line(&file, &line))) { | ^~~~~ In file included from /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/extract-cert.c:23: /usr/include/openssl/err.h:426:15: note: declared here 426 | unsigned long ERR_get_error_line(const char **file, int *line); ......... lot of warning, and then..... 1 warning generated. /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/drivers/video/fbdev/exynos/panel/sysfs.c:2358:21: warning: unused variable 'panel_data' [-Wunused-variable] struct panel_info *panel_data = &panel->panel_data; ^ 1 warning generated. /home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/drivers/video/fbdev/exynos/dpu30/decon_core.c:1200:38: error: use of undeclared identifier 'prev_state' decon_doze_first_frame_black(decon, prev_state, next_state); ^ 1 error generated. make[6]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:333: drivers/video/fbdev/exynos/dpu30/decon_core.o] Error 1 make[6]: *** Attente des tâches non terminées.... make[5]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video/fbdev/exynos/dpu30] Error 2 make[4]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video/fbdev/exynos] Error 2 make[3]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video/fbdev] Error 2 make[2]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/scripts/Makefile.build:638: drivers/video] Error 2 make[2]: *** Attente des tâches non terminées.... make[1]: *** [/home/vincent/dev/git/UTFamily-Samsung-Exynos9830/workdir/downloads/linux-android-samsung-exynos990/Makefile:1144: drivers] Error 2 make: *** [Makefile:146: sub-make] Error 2 What can I do?
  • Poco X3 is no longer viable

    Xiaomi Poco X3 NFC
    25
    0 Votes
    25 Posts
    2k Views
    A
    30 days passed and the Xiaomi community app says: "Application quota limit reached, please try again after 05/30 (mm/dd) 00:00 (GMT+8)" I though other people reported this message in MiUnlock app. I guess I have to be granted through the Community app and then do the unlocking job connecting the phone to the PC's MiUnlock app.
  • 0 Votes
    1 Posts
    42 Views
    No one has replied
  • I wanna go home

    Design
    87
    5
    13 Votes
    87 Posts
    40k Views
    K
    @Linus67 Yeah. I think the priority is to improve the app drawer and add features there. That's kind of the "home" in UT. I don't think there's immediate need to do drastic change to have an actual home. The desktop is also empty but I don't think it should also be a priority. Maybe on the desktop use case but not on mobile.
  • [Discussion] What works for fund raising?

    General
    4
    1 Votes
    4 Posts
    233 Views
    E
    @RJDan said: @tunnel rush I would like to run the 'community favourite app' awards again later this year but there are a few things that could have been a bit improved. One issue was that we didnt have a nice award. It would be good to gather something meaningful to provide as a reward to the developers. I was thinking to organise a fund raiser of sorts but I dont know what works best in this type of crowd. What types of fund raising has worked in the past? From what I’ve seen over the years, small voluntary donations usually work better than complicated fundraising schemes. People are far more willing to throw in a few dollars when the process is simple and transparent. Even a modest prize pool plus a custom digital badge/trophy can mean a lot to indie developers.
  • Faild on 1+3t

    Oneplus 3/3T
    3
    1
    0 Votes
    3 Posts
    84 Views
    MrT10001M
    @hunter_tor To get the 3T working with UT, it is Xenial only (16.04), you have to ensure the data partition is EXT4. Use the installer version 0.10.0. Download this version of TWRP and boot it from fastboot - use the command: fastboot boot (location of your TWRP file) Once in TWRP format date to EXT4, then wipe SYSTEM, CACHE and the others . Reboot to the bootloader and do the same again, but it is not necessary to wipe the system etc, just format the DATA again to EXT4. Reboot to the bootloader and fire up the UT installer and connect the device and manually select it from the drop down box. Leave the "wipe data" box unticked and follow the instructions on the installer. Let it do it's thing. Once it is at the screen in your image, leave the device, it can take up to 15 minutes to install. The OP3 and 3T are very similar, TWRP for 3 and 3T is the same. Ensure you are on OxygenOS (9.0.6) before starting the UT install. The two main points of a failed install I have found for the device is using the latest UT installer, use 0.10.0 instead and the incorrect formatting of the data partition to EXT4. Also as @moem pointed out, the OP3T is old and Xenial is now unsupported... (It still works though).
  • UB Touch pour tablette

    French / Francais
    6
    3 Votes
    6 Posts
    540 Views
    libremaxL
    @skipperkeith said: Salut, je viens d'installer UT 24.04 sur une lenovo m10, l'open store fonctionne parfaitement mais je ne parviens pas à faire fonctionner waydroid, y êtesvous parvenus ? Salut, Tu utilises waydroidhelper : https://open-store.io/app/waydroidhelper.aaronhafer ?
  • Nokia 6.1

    Porting
    2
    0 Votes
    2 Posts
    89 Views
    libremaxL
    Hi @Thomasb98, There is a documentation: https://docs.ubports.com/en/latest/porting/introduction/ Hope it helps... It seems feasible because this device is supported by lineageos and kernel source code is available: https://wiki.lineageos.org/devices/PL2/ Do you have the version with 4 GB of RAM or the one with 3 GB?