UBports Robot Logo UBports Forum
    • Kategorien
    • Aktuell
    • Tags
    • Beliebt
    • Benutzer
    • Gruppen
    • Suche
    • Registrieren
    • Anmelden

    OnePlus 6(T) port

    Geplant Angeheftet Gesperrt Verschoben Oneplus 6/6T
    46 Beiträge 10 Kommentatoren 14.0k Aufrufe 6 Watching
    Lade mehr Beiträge
    • Älteste zuerst
    • Neuste zuerst
    • Meiste Stimmen
      Antworten
      • In einem neuen Thema antworten
      Anmelden zum Antworten
      Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
      • M Offline
        makeixo @tomoqv
        zuletzt editiert von

        @tomoqv Sounds great! I still look for a device, when the day has come and my Xx resigns. I personally would like to support the Vollaphone guys, but the camera has been tested not that good.

        I wonder if it is possible to create a port with mainline support some day. As far as I know the driver for the Qualcomm 845 series will be added to the linux kernel.

        1 Antwort Letzte Antwort Antworten Zitieren 0
        • T Offline
          tomoqv
          zuletzt editiert von

          @mrcyjanek I find the built in speaker volume very low. Is this a known issue with this port or is it a hardware problem?

          1 Antwort Letzte Antwort Antworten Zitieren 0
          • T Offline
            tomoqv
            zuletzt editiert von tomoqv

            @mrcyjanek After a week of enjoying my OP6 with UBports, it started to act up a bit, particularly with wifi and mobile data connection. I usually solved this by doing a complete reboot, but the last few times the phone would only reboot into UBports with screen at max brightness and then shortly after turn itself off. The battery is at over 90% and I am able to boot into fastboot mode, so I thought maybe I should reflash.

            Some more info: I am able to ssh into the phone, just like before, but the screen remains off.

            Any suggestions?

            Thanks

            1 Antwort Letzte Antwort Antworten Zitieren 0
            • M Offline
              mrcyjanek @flohack
              zuletzt editiert von

              @Flohack said in OnePlus 6(T) port:

              @tomoqv Updates can be made via OTA if:
              a) the device has a working recovery
              b) the device has a community channel and
              c) an installer config file

              Not sure whats the state but it should be pretty forward to do those things 🙂

              We need a) not sure what b) is and we need c), but that should be easy

              flohackF 1 Antwort Letzte Antwort Antworten Zitieren 0
              • M Offline
                mrcyjanek @tomoqv
                zuletzt editiert von

                To all future flashers, please refer to https://github.com/ubports-oneplus6/documentation with any questions, and join discord in case of problems there are few of us who are working on both halium and mainline version 😄

                1 Antwort Letzte Antwort Antworten Zitieren 1
                • flohackF Offline
                  flohack @mrcyjanek
                  zuletzt editiert von flohack

                  @mrcyjanek for b) you need to have your device created on our system-image server:
                  af833df3-fe4d-45f4-b3f1-bcc95d09e9dc-grafik.png
                  Also, that means that our CI has to build your manifest, so that needs a few steps before we can go live.

                  For a) the recovery:
                  Add the following statements to your manifest:

                      <remote name="beidl" fetch="git://github.com/fredldotme" />
                      <remote name="rargente" fetch="git://github.com/Rargente" />
                      <project path="external/gpg" name="android_external_gpg" revision="halium-7.1" remote="beidl" />
                      <remove-project path="external/toybox" name="android_external_toybox" />
                      <project path="external/toybox" name="android_external_toybox" revision="halium-7.1" remote="beidl" />
                      <remove-project path="bootable/recovery" name="android_bootable_recovery" />
                      <project path="bootable/recovery" name="android_bootable_recovery" remote="rargente" revision="ubp-7.1" />
                  
                      <remove-project path="system/core" name="Halium/android_system_core" />
                      <project path="system/core" name="Halium/android_system_core" groups="pdk" remote="hal" revision="halium-7.1-adbroot" />
                  

                  That will modify the recovery build in such a way that have an always unloocked recovery plus the system-image client which will then allow to install updates or to reset to factory defaults etc.

                  After building systemimage there is also recovery.img in the $OUT path, you can take this flash it and try it out 😉

                  My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

                  M 1 Antwort Letzte Antwort Antworten Zitieren 1
                  • M Offline
                    mrcyjanek @flohack
                    zuletzt editiert von

                    @Flohack said in OnePlus 6(T) port:

                    @mrcyjanek for b) you need to have your device created on our system-image server:
                    af833df3-fe4d-45f4-b3f1-bcc95d09e9dc-grafik.png
                    Also, that means that our CI has to build your manifest, so that needs a few steps before we can go live.

                    I'm using generic system image...

                    and my device doesn't have a recovery partition.

                    flohackF 1 Antwort Letzte Antwort Antworten Zitieren 0
                    • flohackF Offline
                      flohack @mrcyjanek
                      zuletzt editiert von

                      @mrcyjanek You will still need a channel in our system-image server if you want to provide OTA updates to your users 🙂 - and how does this thing work withour recovery then?

                      My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

                      M 1 Antwort Letzte Antwort Antworten Zitieren 0
                      • M Offline
                        mrcyjanek @flohack
                        zuletzt editiert von

                        @Flohack I have no idea, probably it does some things with initramfs or process it at boot time, now when I want to boot to twrp I'm using fastboot boot twrp.img command and I didn't try installing it on UT kernel because that would probably break it.

                        1 Antwort Letzte Antwort Antworten Zitieren 0
                        • flohackF Offline
                          flohack
                          zuletzt editiert von

                          @mrcyjanek Can you plz send me the output of sudo cat /var/lib/lxc/android/rootfs/fstab.* <= you need to find the correct name for it...

                          My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

                          S 2 Antworten Letzte Antwort Antworten Zitieren 0
                          • S Offline
                            SevralTi @flohack
                            zuletzt editiert von

                            @Flohack But on A/B devices, really no recovery partition! Recovery stored on boot partition.

                            1 Antwort Letzte Antwort Antworten Zitieren 0
                            • S Offline
                              SevralTi
                              zuletzt editiert von

                              YES! Now our device on "devices.ubuntu-touch.io"

                              1 Antwort Letzte Antwort Antworten Zitieren 2
                              • S Offline
                                SevralTi @flohack
                                zuletzt editiert von

                                @Flohack We need to install recovery in boot image. We need a script for unpack, patch kernel and repack.

                                flohackF 1 Antwort Letzte Antwort Antworten Zitieren 0
                                • flohackF Offline
                                  flohack @SevralTi
                                  zuletzt editiert von

                                  @SevralTi Sorry I am n ot into Halium 9 porting (yet) I cant help with that.

                                  My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

                                  S 1 Antwort Letzte Antwort Antworten Zitieren 0
                                  • S Offline
                                    SevralTi @flohack
                                    zuletzt editiert von

                                    @Flohack Yes! A/B it's relly problem... Without recovery.

                                    1 Antwort Letzte Antwort Antworten Zitieren 0
                                    • S Offline
                                      sparkster666
                                      zuletzt editiert von

                                      I just got this up and running seems to run great. The one problem I am having is it will not sleep. I can use the power button and i get the power menu but if i click it fast the screen stays on and it never goes to sleep on its own. Is there somthing i missed or is this a known issue? Any work around.

                                      flohackF M 2 Antworten Letzte Antwort Antworten Zitieren 0
                                      • flohackF Offline
                                        flohack @sparkster666
                                        zuletzt editiert von

                                        @sparkster666 That means that Lomiri thinks this is a desktop. A proper configuration file injected into the build should fix this.

                                        My languages: 🇦🇹 🇩🇪 🇬🇧 🇺🇸

                                        S 1 Antwort Letzte Antwort Antworten Zitieren 0
                                        • M Offline
                                          mrcyjanek @sparkster666
                                          zuletzt editiert von

                                          @sparkster666 So, I've noticed this issue. You may want to get image from https://github.com/ubports-oneplus6/documentation/releases/tag/1.2 here.

                                          S 1 Antwort Letzte Antwort Antworten Zitieren 0
                                          • S Offline
                                            sparkster666 @flohack
                                            zuletzt editiert von

                                            @Flohack Is there somewhere I can read up on that?

                                            flohackF 1 Antwort Letzte Antwort Antworten Zitieren 0
                                            • S Offline
                                              sparkster666 @mrcyjanek
                                              zuletzt editiert von

                                              @mrcyjanek That seems to have done the trick I reinstalled using that image and it seems to be working correctly. Just one lockup so far answering a call. Thanks!!!

                                              S 1 Antwort Letzte Antwort Antworten Zitieren 0
                                              • Erster Beitrag
                                                Letzter Beitrag