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

Oneplus 3/3T

Scheduled Pinned Locked Moved Oneplus 3/3T
616 Posts 76 Posters 571.5k Views 25 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.
    • O Offline
      Oneplus 3T @pglushkov
      last edited by 11 Jul 2020, 20:02

      @pglushkov said in Oneplus 3/3T:

      @ziggutas said in Oneplus 3/3T:

      Trying the installer with Oneplus3T but it cannot get past the 'Sending...' screen so far. I've waited for 30 mins or so. That should be enough, no?

      Edit
      The phone is showing Android Recovery screen with options: 'reboot system now', 'ubuntu actions, and 'android actions'. Screen is otherwise black (there was a flash of colour that looked as though it might have been the android robot lying down, but it was only there for a fraction of a second). Phone getting quite warm.

      Previous experiences suggest I should go and get a better cable!

      Hi all! Having same issue, stuck at this step. Device - OnePlus 3T, trying to install from Windows version of UBPorts installer. Any advice or instructions please? 🙂

      P.S. Also tried to 'reboot to recovery as PhoenixLandPirate suggested - did not help.

      You guys will not believe this but , I was struggling for a week with this problem and cable it is a big culprit here !
      It turns out USB (connection jack heads or A.K.A. boys ) have a color code too ! Where white is USB 1.0 , black is USB 2.0 and blue is USB 3.0 .
      I started with white and got errors same like you here and "connection to device is lost". Then I changed to my wife's cable it was black and I kept getting "lost connection to device" but manual flashing was with less errors . Then I decided to humor my self and tuck my daughters Huawei charging cable which was purple on connections so fastboot format:ext4 cahe & userdata start failing but Ubports installer just flyed with it with no problem ! So I got success !

      O 1 Reply Last reply 12 Jul 2020, 10:10 Reply Quote 0
      • O Offline
        Oneplus 3T @saran
        last edited by 11 Jul 2020, 20:18

        @saran USB connection plugs from inside white is USB 1.0 , black is USB 2.0, blue is USB 3.0 .White and black did not worked for me . I succeeded with purple . It was educational and frustrating experience for all week , but rewarding in the end .

        1 Reply Last reply Reply Quote 0
        • O Offline
          Oneplus 3T @Oneplus 3T
          last edited by 12 Jul 2020, 10:10

          @Oneplus-3T Sorry my wifes cable was white on the chargers end and black on phones end so i guess it is still USB 1.0 and it is no good .

            Plus I booted to TWRP recovery and in wipe section choose advanced , picked everything except the bottom one and wiped , rebooted phone , went back again to TWRP recowery wipe section and swiped to format . Just this time advanced wiping and formatting returned no errors . And not like in previous attempts to wipe, everything could be ticked in advanced section and results returned with no red errors.
          
          1 Reply Last reply Reply Quote 0
          • P Offline
            poVoq
            last edited by 12 Jul 2020, 22:19

            OnePlus3 only has USB2 though... so I doubt a usb3 cable will make a difference.
            But what about the usb fast charge cable (red) that came with your OnePlus3? That one should work fine, no?

            Fairphone 5 (waiting for port)

            1 Reply Last reply Reply Quote 0
            • ? Offline
              A Former User
              last edited by 16 Jul 2020, 09:12

              I can't seem to get the installation to work. I was able to format /system, /data and /cache as ext4 with TWRP at one point, but now after using the UBports installer it just boots to a glowing circle and reboots.

              When I try to fastboot flash recovery twrp.img, touch input is no longer working in TWRP, so I can't do anything.

              1 Reply Last reply Reply Quote 0
              • ? Offline
                A Former User
                last edited by 16 Jul 2020, 17:42

                Ok, I got it to work. Apparently I just had to wait a long time on that Android-ish glowing circle screen and then it booted Ubuntu Touch.

                I was confused because the boot logo still showed "Powered by Android", whereas my old OnePlus One showed "Powered by UBports", so I assumed the installation failed.

                Is it normal for the boot screen to not show the UBports logo? And is there a way to get rid of the fastboot oem (un)lock "scary" warning?

                G 1 Reply Last reply 22 Jul 2020, 18:19 Reply Quote 0
                • G Offline
                  gischpelino @Guest
                  last edited by 22 Jul 2020, 18:19

                  @the7thstranger
                  Is it normal for the boot screen to not show the UBports logo?
                  --> yes
                  And is there a way to get rid of the fastboot oem (un)lock "scary" warning?
                  --> no, needs signed system (lineageos has signed system images).

                  Logo: you have to flash it yourself. Take a look here. I used it on a op3t.
                  You can flash the 'logo.bin' for your device from terminal (twrp) with a command like:

                  dd if=logo.bin of=/dev/block/by-name/LOGO
                  

                  Be careful, check twice before you do it! You can brick your phone if something is wrong.

                  ? 1 Reply Last reply 31 Jul 2020, 21:13 Reply Quote 0
                  • ? Offline
                    A Former User @gischpelino
                    last edited by A Former User 31 Jul 2020, 21:13

                    @gischpelino Thanks. Though that repository's README says it should be flashed with fastboot. Does it make a difference if I use dd instead of fastboot?

                    Also, what do you mean with terminal (twrp)? Can I use a shell in Ubuntu Touch, or must I reboot to recovery and then use adb?

                    There's no /dev/block/by-name/LOGO accessible from the OS, so I guess not.

                    G 1 Reply Last reply 1 Aug 2020, 19:59 Reply Quote 0
                    • ? Offline
                      A Former User
                      last edited by A Former User 8 Jan 2020, 10:01 1 Aug 2020, 09:58

                      I was eventually able to do it by booting to bootloader mode, running fastboot boot twrp.img, and running adb sideload from there.

                      Then I downloaded the update.zip and ran adb sideload update.zip.

                      I was not able to run fastboot flash LOGO logo.bin, because I got the described FAILED (remote: Partition flashing is not allowed).

                      Now I have a proper UBports logo. Great!

                      1 Reply Last reply Reply Quote 0
                      • G Offline
                        gischpelino @Guest
                        last edited by 1 Aug 2020, 19:59

                        @the7thstranger inside twrp you can use the terminal and make it with dd. I told you to use dd because a flash logo using fastboot is not possible and I did not know, if there is a flashable zip available. Well done.

                        1 Reply Last reply Reply Quote 0
                        • W Offline
                          weigeloveu
                          last edited by 8 Aug 2020, 12:11

                          how to making system be rw?
                          this guide need adb but adb doent work,anyother idea?

                          1 Reply Last reply Reply Quote 0
                          • N Offline
                            NoelFlantier
                            last edited by 8 Aug 2020, 13:51

                            You can install ubuntu tweak tool (https://open-store.io/app/ut-tweak-tool.sverzegnassi) from the open store, go to system and then chose rw, i think it should solve your problem

                            1 Reply Last reply Reply Quote 0
                            • ? Offline
                              A Former User
                              last edited by 13 Aug 2020, 13:14

                              This post is deleted!
                              1 Reply Last reply Reply Quote 0
                              • ? Offline
                                A Former User
                                last edited by A Former User 14 Aug 2020, 07:21

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  JimShady @ComLarsic
                                  last edited by 14 Aug 2020, 18:36

                                  @ComLarsic said in Oneplus 3/3T:

                                  Hello, everyone. i am trying to install ubuntu touch on my device again using the ubports installer but i get this error:

                                  Error: systemimage: Error: Error: {"error":{"killed":false,"code":2,"signal":null,"cmd":"/tmp/.mount_ubporte14WRR/resources/app.asar.unpacked/platform-tools/linux/adb -P 5037 shell mount -a"},"stdout":"","stderr":"mount: mounting /dev/block/bootdevice/by-name/system on /system failed: Invalid argument\nmount: mounting /dev/block/bootdevice/by-name/userdata on /data failed: Invalid argument"}
                                  

                                  I am using the installer on manjaro 19.0
                                  is there any way to fix this?

                                  Hi @ComLarsic . Having the same issue. How did you format the system please? I've got fastboot running on my desktop, I guess I need to use that?

                                  ? 1 Reply Last reply 17 Aug 2020, 14:01 Reply Quote 0
                                  • G Offline
                                    gleblee
                                    last edited by 14 Aug 2020, 19:31

                                    Did anyone has working hotspot connection? Hotspot is activating, but no internet connection, looks like problems with DNS etc.

                                    1 Reply Last reply Reply Quote 0
                                    • ? Offline
                                      A Former User @JimShady
                                      last edited by 17 Aug 2020, 14:01

                                      @JimShady First flash TWRP from here using fastboot flash recovery twrp-3.4.0-0-oneplus3.img.

                                      Then run fastboot reboot recovery and format /system, /data and /cache as ext4 from TWRP. After that you can run the UBports installer again.

                                      1 Reply Last reply Reply Quote 0
                                      • LakotaubpL Offline
                                        Lakotaubp
                                        last edited by 25 Aug 2020, 14:11

                                        arm64 devices now have a devel channel!!! 😄 arm64 will now follow normal release schedule and with OTA 13 being the first stable release for arm64 🙂 Please test it out https://system-image.ubports.com/16.04/arm64/hybris/
                                        From Marius, and yes it's on the OP3 now.

                                        1 Reply Last reply Reply Quote 2
                                        • D Offline
                                          danqo6
                                          last edited by danqo6 26 Aug 2020, 16:01

                                          Hello guys,
                                          I installed today ubuntu-touch with official installer (devel and edge checked) on oneplus 3T, and I was unable to connect to phone with ssh. Both ssh and usb-tethering services was stopped. In ssh.overide file is first line manual and in file usb-tethering.conf too. I am suspecting that autoenabling of these services doesn't work.
                                          And after starting this 2 services with ip a I am getting

                                          enp0s20f0u3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
                                              link/ether e2:0a:36:e1:fe:a7 brd ff:ff:ff:ff:ff:ff
                                              inet6 fe80::5ed9:d70d:7e23:2dda/64 scope link noprefixroute 
                                                 valid_lft forever preferred_lft forever
                                          

                                          and unable to connect because IP assignment didn't worked

                                          1 Reply Last reply Reply Quote 0
                                          • 3 Offline
                                            3T_Ed
                                            last edited by 3T_Ed 9 Jul 2020, 07:20 7 Sept 2020, 07:16

                                            As per the latest Q&A 83:

                                            "One effect of this is that devices using Halium 7 will now be able to use the installer and to get updates via the server in the normal way. Xiaomi Redmi 4 and OnePlus3/3T should be immediate beneficiaries of that, along with the little mentioned but nice BQ Uplus. That ease of install should extend the user base of those phones quite considerably."

                                            Just to be sure:

                                            1. does this imply that G-droid camera app can be installed and will not (be)affect(ed) when updated?

                                            2. Is the Halium operation, which used to be a separate action, now included in the installer itself?

                                            3. What are the immediate beneficiaries for OnePlus 3/3T?

                                            4. If one is about to would, what would be the best way to do it? preferably a step-by-step instruction, considering the user to be a newbie having a OP with UT already installed and looking to preserve the content and apps currently working.

                                            5. edit: Will the UT black logo splash screen be included in the OnePlus 3/T installer (replacing the Android one on startup?

                                            Personally I had quite some troubles getting UT installed initially. Now that I have managed to get my device running UT (without Halium!) I'm kind of reluctant to re-install and no doubt others with the device feel the same. Maybe it's just an easy task, so hopefully someone will be able to reply to the questions above in order to make users more confident in re-installing the whole thing as of September 9th.

                                            Thanks!

                                            Critics are the true Positives | OnePlus 3T, Lumia 950

                                            LakotaubpL 1 Reply Last reply 7 Sept 2020, 09:14 Reply Quote 1
                                            • First post
                                              Last post