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

    Posts

    Recent Best Controversial
    • RE: Guidance for a water-meter application

      No problem for devices with MTK Power Bypass.

      @arubislander said:

      Unless you don't mind your battery degrading, because the device would be constantly plugged in to the charger, you would have to device a routine for charging and discharging the device.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: For people running Noble (24.04) on their devices, is your device listed on devices.ubuntu-touch.io with Noble support?

      @sm-xcx yeah, 24.04 works well, so remove "abandoned" label for now. Heard that VoLTE works too, Hotspot was fixed long time ago.

      posted in General
      paulcarrotyP
      paulcarroty
    • RE: For people running Noble (24.04) on their devices, is your device listed on devices.ubuntu-touch.io with Noble support?

      This device page needs the fix too.

      posted in General
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      The Indicator Upower now supports battery charging limit on MTK and other devices - don't forget to reinstall indicator if this feature didn't work in older releases.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Erreur on the hour : UTC ?

      @DJac works for me on the same device with enabled time autosync.

      posted in OS
      paulcarrotyP
      paulcarroty
    • RE: Trying to revive 'ubtd' (Bluetooth file transfer)

      @PhAndersson there's active OpenStore matrix room.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Call for testing: Ubuntu Touch 20.04 OTA-9

      Request a USB tethering test for Suzu.

      @peat_psuwit make sure to include this fix.

      posted in OS
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      @Eric-H said in Resurrection of Indicator Upower:

      I can see POWER_SUPPLY_CHARGE_TYPE=Fast in udev battery info, so it seems to be a fast charge.

      No, I got Fast with low-end 7W charger too. My guess it's POWER_SUPPLY_FASTCHARGE_MODE=1. My device has POWER_SUPPLY_HI_POWER.

      How much power can your charger deliver? POWER_SUPPLY_POWER_NOW=39764516 looks realistic for 45W.

      I also tried to find the Fast Charging voltage (9..12V) on BMS and failed, so you can try it too. Probably not being monitored by software. And all of this is very device-specific.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      Eric-H Attach the power.txt file when the battery is being charged and has less than 50% capacity.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      @Eric-H test fast charging if you have the hardware for.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      @Eric-H yeah, upower depends on current locale. Fixed by enforcing πŸ‡ΊπŸ‡Έ

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      @Eric-H fixed.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      Yo, power monitoring and fast charging detection are now supported and I need beta testers (again!) to check how well it works.

      You need to install the latest build from Github Actions and start charging your device. If something is wrong - submit your power.txt.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Is there a better browser somewhere?

      uFirefox is still far from having an android-style mobile experience

      Still the best browser for modern websites on UT.

      posted in Support
      paulcarrotyP
      paulcarroty
    • RE: Ubuntu Touch Night Light Feature

      I use locked brightness at level 4. This solves the problem - the screen is darker and doesn't hurt my eyes anymore.

      posted in OS
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      πŸŽ‡ New release with many fixes.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      @Eric-H great job.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      Ahoy, there's battery_charging_enabled support in the latest builds and I need beta testers to check the limiting battery's charge.

      You need to apply new udev rule from README and install the latest build from Github Actions.

      posted in App Development
      paulcarrotyP
      paulcarroty
    • RE: Resurrection of Indicator Upower

      @Eric-H try the next rule with 0664:

      ACTION=="add|change", SUBSYSTEM=="power_supply", KERNEL=="battery", RUN+="/bin/chmod 0664 /sys/class/power_supply/%k/charging_enabled", RUN+="/bin/chown phablet /sys/class/power_supply/%k/charging_enabled"  
      
      
      posted in App Development
      paulcarrotyP
      paulcarroty