UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Fairphone 2 (FP2)

    Scheduled Pinned Locked Moved Fairphone 2
    fp2fairphone 2
    95 Posts 10 Posters 27.2k Views 8 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      This topic has been deleted. Only users with topic management privileges can see it.
      • FlaF Offline
        Fla
        last edited by

        It looks like the automatic connection to the pc isn't working anymore: it isn't seen as an USB stick as it was when I plug it.

        LuksusL 1 Reply Last reply Reply Quote 0
        • LuksusL Offline
          Luksus @Fla
          last edited by

          @Fla That's the already known MPT issue: https://forums.ubports.com/post/28068
          You can connect over ssh though, with ssh phablet@10.15.19.82, when connected by usb-cable.

          Devices: BQ e4.5, Fairphone 2, Fairphone 3, Lenovo X605F, Pinephone, Moto Z2 Force, OnePlus5T

          1 Reply Last reply Reply Quote 0
          • E Offline
            Emphrath @Fla
            last edited by

            @Fla Concerning the camera rotation, it's a problem that was encountered by the first batch of Fairphone OpenOS (android) - and as far as I know people had to turn to the Opencamera app to "reverse" the problem. Actually I don't think it's been fixed. To me it seems that AOSP drivers for the camera can't to the job. On another hand, the flash worked and camera app was way faster so here you go: that patch gets you the good and bad stuff you have with Fairphone OpenOS; maybe check open camera app and see what makes it work

            FlaF 1 Reply Last reply Reply Quote 0
            • FlaF Offline
              Fla @Emphrath
              last edited by

              @Emphrath hm I think it's a different problem, isn't it? What I'm experiencing is, the pictures are fine in the phone, it's once displayed on the pc that they are rotated.

              E 1 Reply Last reply Reply Quote 0
              • E Offline
                Emphrath @Fla
                last edited by

                @Fla OK yeah it's sth else

                1 Reply Last reply Reply Quote 0
                • FlaF Offline
                  Fla
                  last edited by

                  Continuing my experience as a daily driver, I found two other regressions:

                  • The minimal brightness cannot be set as low as it can be on the halium 5 port. As someone who's always using the lowest level of brightness, this impact both my eyes and the power consumption
                  • When recording a video, the automatic lock of the screen isn't disabled anymore. So after 1 min of video, the screen switches off and the video is cut.
                  1 Reply Last reply Reply Quote 0
                  • FlaF Offline
                    Fla
                    last edited by

                    It also looks like battery is dying more quickly when data connection is on with that port.

                    1 Reply Last reply Reply Quote 0
                    • FlaF Offline
                      Fla
                      last edited by

                      Another regression: when you plug the phone and it is switched off, the battery indicator on the screen is missing. There is only a very small text with the battery percentage.

                      flohackF 1 Reply Last reply Reply Quote 0
                      • flohackF Offline
                        flohack @Fla
                        last edited by

                        @Fla yes thats an easy fix, it needs the custom charger animation feature activated. I might make a PR for that ^^

                        My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                        1 Reply Last reply Reply Quote 0
                        • FlaF Offline
                          Fla
                          last edited by

                          @peat_psuwit I don't know if you're still working on that port but the regression which annoys me the most is inability to set the brightness as low as it is possible with the 5.1 port. Like everyone else I'm now spending all my time inside and my eyes are more tired every day, so I would really to be able to set the brightness of the screen to a lower level.

                          flohackF 1 Reply Last reply Reply Quote 0
                          • flohackF Offline
                            flohack @Fla
                            last edited by

                            @Fla there is a config file where you can try out the best values and then send it to us to integrate. Ping me tomorrow on Telegram ,I can show you how to do

                            My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                            FlaF 1 Reply Last reply Reply Quote 0
                            • FlaF Offline
                              Fla @flohack
                              last edited by

                              @Flohack maybe you can post the How-to here? Or in which channel do you want to be pinged?

                              flohackF 1 Reply Last reply Reply Quote 0
                              • flohackF Offline
                                flohack @Fla
                                last edited by

                                @Fla I was thinking about Telegram private message but here is ok also ^^ You need to find /usr/share/powerd/device_configs/config-default.xml - there are values inside how the brightness is being scaled. You probably need to change the curve points there. Give me a reply if you know what to do ^^

                                My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                                1 Reply Last reply Reply Quote 0
                                • flohackF Offline
                                  flohack
                                  last edited by

                                  Sorry its probably /usr/share/repowerd/device-configs/config-FP2.xml

                                  My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                                  1 Reply Last reply Reply Quote 0
                                  • FlaF Offline
                                    Fla
                                    last edited by

                                    I don't have any config-FP2.xml file there, maybe @peat_psuwit didn't add one in this new port at the moment?

                                    Here are the files I have: config-default.xml config-flo.xml config-grouper.xml config-hammerhead.xml config-maguro.xml config-mako.xml config-manta.xml.

                                    In config-default.xml, the minimum brightness is set to 10, and config_automatic_brightness_available is set to false. Can I change those value? The filesystem is said to be read only...

                                    LuksusL flohackF 2 Replies Last reply Reply Quote 0
                                    • LuksusL Offline
                                      Luksus @Fla
                                      last edited by

                                      @Fla you can mount the root fs writable sudo mount -o remount,rw / and then edit the config-default.xml file and save it under config-FP2.xml.

                                      After that you need to reboot (perhaps a unity8 restart is sufficient).

                                      I successfully set the minimal brightness to 1 and the display gets much darker.
                                      For the auto brightnessyou need to write some kind of config table, perhaps you could copy it out of another config file....

                                      Devices: BQ e4.5, Fairphone 2, Fairphone 3, Lenovo X605F, Pinephone, Moto Z2 Force, OnePlus5T

                                      FlaF 1 Reply Last reply Reply Quote 0
                                      • flohackF Offline
                                        flohack @Fla
                                        last edited by

                                        @Fla does not sound if the file hjas been overriden properly, @peat_psuwit did you enable the repowerd confi already to be copied? auto brightness must be true otherwise

                                        My languages: πŸ‡¦πŸ‡Ή πŸ‡©πŸ‡ͺ πŸ‡¬πŸ‡§ πŸ‡ΊπŸ‡Έ

                                        1 Reply Last reply Reply Quote 0
                                        • FlaF Offline
                                          Fla @Luksus
                                          last edited by

                                          @Luksus it works, thank you very much!

                                          1 Reply Last reply Reply Quote 0
                                          • H Offline
                                            hoogs
                                            last edited by

                                            Hello everybody!

                                            I've been using this port as a daily driver for a couple of weeks, after switching from a Nexus 5 with stable, and everything has honestly been working great so far!

                                            I even got my bluetooth headset to work, so I've been thinking of testing Spotify out in Anbox. Has anybody here experimented with getting Anbox to work on this port? Do I have to use a patched kernel, for example?

                                            FlaF 1 Reply Last reply Reply Quote 0
                                            • FlaF Offline
                                              Fla @hoogs
                                              last edited by

                                              @hoogs I used Anbox with the 5.1 port which has the patched kernel, but I never did it with that port so I can't tell. However if your goal is to use spotify, then open.spotify.com should be enough, isn't it? I could even be packaged as a webapp. There is also CloudMusic in the OpenStore but I never used it.

                                              1 Reply Last reply Reply Quote 0
                                              • First post
                                                Last post