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

OnePlus 6(T) port

Scheduled Pinned Locked Moved Oneplus 6/6T
46 Posts 10 Posters 14.0k Views 6 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.
    • T Offline
      tomoqv
      last edited by 23 Jul 2020, 10:29

      @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 Reply Last reply Reply Quote 0
      • T Offline
        tomoqv
        last edited by tomoqv 30 Jul 2020, 11:01

        @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 Reply Last reply Reply Quote 0
        • M Offline
          mrcyjanek @flohack
          last edited by 2 Aug 2020, 09:20

          @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

          F 1 Reply Last reply 2 Aug 2020, 09:29 Reply Quote 0
          • M Offline
            mrcyjanek @tomoqv
            last edited by 2 Aug 2020, 09:24

            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 Reply Last reply Reply Quote 1
            • F Offline
              flohack @mrcyjanek
              last edited by flohack 8 Feb 2020, 09:34 2 Aug 2020, 09:29

              @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 Reply Last reply 2 Aug 2020, 09:38 Reply Quote 1
              • M Offline
                mrcyjanek @flohack
                last edited by 2 Aug 2020, 09:38

                @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.

                F 1 Reply Last reply 2 Aug 2020, 20:30 Reply Quote 0
                • F Offline
                  flohack @mrcyjanek
                  last edited by 2 Aug 2020, 20:30

                  @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 Reply Last reply 2 Aug 2020, 21:40 Reply Quote 0
                  • M Offline
                    mrcyjanek @flohack
                    last edited by 2 Aug 2020, 21:40

                    @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 Reply Last reply Reply Quote 0
                    • F Offline
                      flohack
                      last edited by 3 Aug 2020, 08:45

                      @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 Replies Last reply 20 Aug 2020, 13:25 Reply Quote 0
                      • S Offline
                        SevralTi @flohack
                        last edited by 20 Aug 2020, 13:25

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

                        1 Reply Last reply Reply Quote 0
                        • S Offline
                          SevralTi
                          last edited by 20 Aug 2020, 13:35

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

                          1 Reply Last reply Reply Quote 2
                          • S Offline
                            SevralTi @flohack
                            last edited by 24 Aug 2020, 08:12

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

                            F 1 Reply Last reply 24 Aug 2020, 08:27 Reply Quote 0
                            • F Offline
                              flohack @SevralTi
                              last edited by 24 Aug 2020, 08:27

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

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

                              S 1 Reply Last reply 24 Aug 2020, 08:28 Reply Quote 0
                              • S Offline
                                SevralTi @flohack
                                last edited by 24 Aug 2020, 08:28

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

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  sparkster666
                                  last edited by 21 Sept 2020, 22:22

                                  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.

                                  F M 2 Replies Last reply 22 Sept 2020, 09:59 Reply Quote 0
                                  • F Offline
                                    flohack @sparkster666
                                    last edited by 22 Sept 2020, 09:59

                                    @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 Reply Last reply 22 Sept 2020, 20:46 Reply Quote 0
                                    • M Offline
                                      mrcyjanek @sparkster666
                                      last edited by 22 Sept 2020, 12:38

                                      @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 Reply Last reply 22 Sept 2020, 20:48 Reply Quote 0
                                      • S Offline
                                        sparkster666 @flohack
                                        last edited by 22 Sept 2020, 20:46

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

                                        F 1 Reply Last reply 22 Sept 2020, 22:00 Reply Quote 0
                                        • S Offline
                                          sparkster666 @mrcyjanek
                                          last edited by 22 Sept 2020, 20:48

                                          @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 Reply Last reply 22 Sept 2020, 21:45 Reply Quote 0
                                          • S Offline
                                            sparkster666 @sparkster666
                                            last edited by 22 Sept 2020, 21:45

                                            @sparkster666 I found one problem with this image all of the web apps from the store crash. Is there a known fix for this so I can give this a good test?

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