UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • C

      Guide to charge limiting your Fairphone 5

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      10
      0 Votes
      10 Posts
      126 Views
      G
      @ChromiumOS-Guy said in Guide to charge limiting your Fairphone 5: on FP5 it seems to draw the same amount if I set it to a large value then if I restart well, my main concern is what could happen for people following your advice with a more powerful (fast) charger. If I understand correctly, the kernel limits to 6 amperes whatever, from kernel-fairphone-qcm6490/drivers/power/supply/qti_battery_charger.c; #ifdef CHARGE_MODE_FCC_SUPPORT #define SLOW_MODE_FCC 1000000 // 2A #define NORMAL_MODE_FCC 6000000 // 6A static int battery_psy_set_charge_current_by_chgmode(struct battery_chg_dev *bcdev, int val) { int rc = 0; u32 fcc_ua = ((val == SLOW_MODE_FCC) ? SLOW_MODE_FCC : NORMAL_MODE_FCC); rc = write_property_id(bcdev, &bcdev->psy_list[PSY_TYPE_BATTERY], BATT_CHGMODE_FCC, fcc_ua); I don't know if the FP5 battery can support 6 amps without problems. If I would use your system, I'd try to keep safe and set user_fcc to 1000000 (notice how the comment seems wrong, how can 1000000 mean 2 amp and 6000000 6 amp ?) Re: different kernels, well, if I understand correctly, if the battery driver supports it, you'll find the appropriate values in the /sys/class/power_supply/ that are referred everywhere on the web: charge_control_start_threshold and charge_control_end_threshold, there should be no need for a script that will wake up the Cpu every minute (hardly a good thing to save power). It don't concern FP5 (although the kernel is recent enough... I wonder if the kernel in Android 14 has a more recent driver that supports this feature or if there is some script to support it, but what's sure is that control up to 80% charge is supported on Android and FP5).
    • pparentP

      [Question] getprop in a confined app?

      Watching Ignoring Scheduled Pinned Locked Moved Solved App Development
      10
      0 Votes
      10 Posts
      148 Views
      pparentP
      @gpatel-fr Here are the datas I have for vollaphone 22 and vollaphone x23 Official PPI Qt sensity getprop density Vollaphone 22 410 252 480 Vollaphone X23 282 216 320 Getprop seems always official value rounded up to the closest possible value for android (that seem to be only a handfull of values), but seem quite coherent in proportion, contrary to qt density.
    • T

      Do I have to revert to Android 9 between installing Linux mobile operating systems?

      Watching Ignoring Scheduled Pinned Locked Moved Google Pixel 3a/3a XL
      4
      0 Votes
      4 Posts
      59 Views
      R
      @theprivacydad Flash a factory image using fastboot. https://android.gadgethacks.com/how-to/complete-guide-flashing-factory-images-android-using-fastboot-0175277/
    • A

      Fairphone 5 stuck at the boot screen after update to 24.04

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      2
      0 Votes
      2 Posts
      41 Views
      P
      @Azura did you wait up to 20 Minutes like explained in the update blog? my FP 4 needed about 5 Minutes to reboot. have a try again and wait, maybe with installer without wipe...good luck.
    • L

      How to build a Ubuntu touch rom for my tablet

      Watching Ignoring Scheduled Pinned Locked Moved Porting
      2
      0 Votes
      2 Posts
      34 Views
      MoemM
      @linhmieu Here is the Port Development Guide. Read through that first, and ask specific questions as they come up.
    • peat_psuwitP

      App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

      Watching Ignoring Scheduled Pinned until 12/09/2028, 20:51 Locked Moved App Development
      6
      10 Votes
      6 Posts
      2k Views
      lduboeufL
      @adorsaz said in App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x: @bbiw said in App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x: The standard and only qt_version settable in clickable.yaml is still 5.12...shouldn't this be 5.15 for the new noble system? I'm interested too about this topic, because I would like to port one of my GTK/Rust application to Qt/Rust. If qt 5.15 is available for clickable package I could use the cxx-qt tool to integrate Qt with my Rust library. Is it possible to create clickable package with qt 5.15 ? Yes Qt5.15 is available and it is this version that is used on Noble. So i bet if you set framework: ubuntu-touch-24.04-1.x in clickable.yml it will use the correct container with Qt5.15
    • nielsbasjesN

      Enabling MAC randomization

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Support
      19
      1 Votes
      19 Posts
      411 Views
      G
      @nielsbasjes said in Enabling MAC randomization: Wifi network scanning in the config app no longer works if you mean that the other networks don't appear when disabling and enabling wifi in settings/wifi, I don't repro. I can still see them. I think it has happened to me even without randomisation, the problem is a bit random itself
    • T

      Cannot update to 24.04?

      Watching Ignoring Scheduled Pinned Locked Moved Volla Phone X
      2
      2
      0 Votes
      2 Posts
      24 Views
      T
      Current version is 20.04 OTA-10
    • C

      Some shell programs are missing in 24.04-1

      Watching Ignoring Scheduled Pinned Locked Moved OS
      11
      0 Votes
      11 Posts
      508 Views
      C
      @Bolly No, I'm just waiting now to see whether my suggestions are taken up. If necessary, I can use syncthing instead of rsync. But of course it's a shame if you have a shell but the programs are missing. greetings Charly
    • messayistoM

      Installation Experience UT on VollaOs 15

      Watching Ignoring Scheduled Pinned Locked Moved Volla Quintus
      3
      2 Votes
      3 Posts
      53 Views
      messayistoM
      They had it in today's Q&A and I read it several times in the forum and in the chats that notification system is quite a mess in noble. There seems to be worked on though. Strange: it worked on my fresh install for about a day, then got more and more confused. First the counter of dekko in the launcher didn't stop counting, then teleports notification sounds disappeared, then cinnys. So it seems to be not only an issue of upgraded devices.
    • fredldotmeF

      Progress on kernel updates

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      4
      5 Votes
      4 Posts
      148 Views
      fredldotmeF
      I've updated the kernel to 4.19.242 now locally, will test further and merge this ASAP.
    • R

      Can not run xmir(?) apps

      Watching Ignoring Scheduled Pinned Locked Moved Oneplus 6/6T
      1
      1
      0 Votes
      1 Posts
      19 Views
      No one has replied
    • L

      Can I install Ubuntu touch on my tablet (galaxy tab a7 lite sm-t225)?

      Watching Ignoring Scheduled Pinned Locked Moved General
      3
      0 Votes
      3 Posts
      2k Views
      L
      @libremax thanks , sorry for rely you late , i forgot my password
    • M

      Dual external monitor

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 5
      12
      0 Votes
      12 Posts
      470 Views
      T
      @Keneda Btw, i have a fp4, and have found that installing over the Android 13 rom from fp works without issues, though it does seem that I need to disable ipv6 in the kernel tunables to get things like waydroid to work correctly, but I'm not sure if thats related.
    • Vlad NirkyV

      Not enough space in rootfs

      Watching Ignoring Scheduled Pinned Locked Moved Off topic
      1
      1 Votes
      1 Posts
      47 Views
      No one has replied
    • Y

      Will dolby Atmos work on Ubuntu touch?

      Watching Ignoring Scheduled Pinned Locked Moved Lenovo Tab M10 HD (2nd Gen)
      2
      0 Votes
      2 Posts
      64 Views
      K
      No it won't. I don't think Dolby formats even work on Linux desktops. What does it do anyway? I still don't understand the Dolby Atmos feature on that tablet
    • T

      2G/Edge on Ubuntu Touch and Android 11, 5G on 13+ and Lineage OS

      Watching Ignoring Scheduled Pinned Locked Moved Fairphone 4
      5
      0 Votes
      5 Posts
      196 Views
      T
      After messing with it for a good while, I was actually able to get it working with 5G/4G on the T-Mobile network by flashing the Android 13 stock image, then using the UBports installer. Note: it did seem to have some issues entering the fastboot mode, so that took some finagling. Also, it didn't seem to like it the first install, and I think I flashed Android 15 before Android 13, THEN installed Ubuntu Touch. But mileage may vary, obviously. Now to run some documentation of all loaded kernel modules and firmware versions from dmesg, and potentially try to debug why sound doesn't work on PostMarketOS, enough eyes, every bug is shallow, etc, as I'd prefer Plasma Mobile over Loromi. (Lorimi?) [But any FOSS system over Android, so I'm happier than I'd be without Ubuntu Touch]