Getting from Lineage to UBports on Oneplus 6?
-
@dunbrokin Read this.
Be careful. You can also run TWRP from fastboot without flashing it, using the command:
fastboot boot recovery <location of your TWRP image file>
You only need TWRP to ensure the data partition is set to EXT4.
Get back to Android and start from scratch. Messing with the slots can create confusion.
Check this for getting back to stock.
-
$ fastboot boot recovery twrp.img
fastboot: error: cannot load 'recovery': No such file or directoryHmmm!
-
Which zip are they talking about here that has flash-all.bat in it....the OB25 rollback does not seem to contain it?
If I flash fastboot boot twrp.img....I just end up with the Fastbot Mode screen...and it goes nowhere!
-
Actually just ignore all the above. I managed to get a TWRP.img installed and have now got OB25 again working. So, finally, after much help from you....and lots of hours and fiddling around, I am back to square 1! Horray!
-
Well, got the whole way through the install a couple of times (so some progress was made!)...but never booted up into UT....still stuck on the bootloader warning screen.
-
-
Here are my logs in case anybody is interested......they do not seem to show any major failure! Oooops! they are jpgs (4 of them) so are too big to put on here. If they would be useful, let me know and I can send them by email.
-
Tried running the Installer again...and doing all the resets as soft resets rather than the hard Volup+Power. Still the same problem. Stuck at adb....no matter what I do ..with or without the cord plugged in, there is no adb connection!
-
@dunbrokin On your PC install Android Studio. This will give you the most up to date ADB and fastboot drivers - since I have used this, I have had few issues with any ROM install. It is better than messing around installing old drivers.
Make sure you are not using USB 3 (it hasn't caused me an issue, but has to some).
Make sure your USB cable is ok, some power and aren't good at data transfer, some are just worn out. I literally have around at least 100 cables to hand and I still had to buy a certain brand for a Samsung device (Syncwire brand braided cable).
You are getting so far, you have an issue with ADB, so it is most likely a PC driver as you have run fastboot ok and you have transferred the zip file to the device ok.
Also your devices data partition is formatted to EXT4 (this is usually default on OPO6)?
I would have a quick look in TWRP to make sure, you should not need to install Android again, install Android Studio (it is large), reboot the PC and run the UT installer again.
-
@mrt10001
Thank you for your constant support and help....it is greatly appreciated! I will give it another try tomorrow following your suggestion. Is there a way of doing it without using the Installer? -
@dunbrokin No, not really (if you are a developer and porting there is a way, but it is not easy as I have found out (not a developer)).
-
Hmm!
~/ISOetc/Studio/android-studio/bin$ adb reboot
error: no devices/emulators foundStill no luck! Sorry!
-
Ignore that! The good news is that I got it to work....I am in ubuntu touch....that is the good news.....I have no idea how it happened!....and gestures do not work properly so navigation is really a pain!
-
For anybody following the saga, this is what I think happened. I was in a recovery loop and could not get the standard twrp.img to work...i.e. could not load it. I noticed in OB25, after unipping, had a twrp image called TWRP.img. I managed to fastboot load that. Then using that I loaded the latest Lineage version on to the phone as I was getting very weary of trying to get UBports installed; and thought I would just put Lineage on instead. Lakotaubp persuaded me to have another go and so I loaded OB25 on to my phone. I then tried the installer about 3 times and each time the soft reboot (fastboot) and got to the end...there was an error each time...something about not recognising the device (it would be nice, when the error is flagged if one could copy and paste the details so that the bug could be reported)...While the installer said it had completed the install, it never booted into UBPorts.
I downloaded Android Studio as recommended by Lakotaubp (thank you for all your help, encouragement and support...you are a champ!) and installed that. I don't think, to be honest that this was what made it work. I noticed that there was another recovery program on my device (apart from the stock recovery given by VolUp + Power) - left behind by Lineage I think; as it had the Lineage logo.
Today, in desperation and convinced it would be my last effort, I gave it one more final install. This time instead of the soft reboot, I did hard reboots. I ended up with the usual adb searching for device. Normally to get back into recovery mode, you have to unplug the power chord. This time after the hard recovery I noticed it booted into the Lineage Recovery as opposed to the stock recovery....no idea why really....so I used the reboot and recover buttons on that recovery image....and, Hey Presto! it worked and booted into UBPorts. ....however there is a problem with the gestures...and that makes it a pain to set up and naviagte.
-
@dunbrokin Think that was @MrT10001 with the abdroid studio thing but good news you are up and running. What exactly is happening with the navigation problem.
-
When I originally got UBports installed it started off with a demonstration of dragging from the bottom to reveal something or other...and dragging from the left to reveal the pinned apps....but following the demonstration with my finger gave nothing...I had to try and find different ways of stopping the demonstration as the expected way did not work and hence took ages to reveal what was below the drag screen.
-
Sorry to be a nuisance! ..but...2 more questions.
-
How do I deal with the notch on top of the screen. I notice on my OnePlus 3 phone which has 16.04 installed that the screen starts below the notch and so is not partially obscured by the notch. In the OnePlus6 the notch juts down into the screen.
-
How do I get rid of the warning that appears on boot up that the Bootloader is unlocked and that my phone is in danger of being overtaken by the Russian Mafia?
Thank you for all the help, you folks have been great!
-
-
@dunbrokin said in Getting from Lineage to UBports on Oneplus 6?:
How do I get rid of the warning that appears on boot up that the Bootloader is unlocked and that my phone is in danger of being overtaken by the Russian Mafia?
You don't. My solution is to see it as a badge of honour I earned by freeing the device from the clutches of Big G.
-
@dunbrokin I regards to question 1, someone, wrote a script for the notch, it doesn't work for every device and I don't think it works on 20.04. Question 2 - you can't, again on certain devices if this is messed with, it can brick your device.
-
Thank you!