OnePlus 6(T) port
-
This is a port of Ubuntu Touch to OnePlus 6 and 6t (enchilada and fajita)
Sources: https://github.com/ubports-oneplus6/
Kernel: https://github.com/ubports-oneplus6/android_kernel_oneplus_sdm845
Device: https://github.com/ubports-oneplus6/android_device_oneplus_fajita and https://github.com/ubports-oneplus6/android_device_oneplus_enchilada
Halium: https://github.com/ubports-oneplus6/documentation/blob/master/oneplus_fajita.xmlStatus
Working:- Audio
- Calling
- SMS
- 4G
- WiFi (drains battery when is turned on and device's screen is off)
- GPS
- Vibration
- Orientation sensor
- Bluetooth
- Camera
Missing, not working or not tested:
- ADB/MTP
- Libertine
- fingerprint (crashes on fajita. Fix: https://github.com/ubports-oneplus6/documentation/blob/master/biometryd.conf)
- Actors: Torchlight (tested with taking photo)
- Cellular: MMS in, out
- Misc: Offline charging
- Misc: Online charging
- Misc: Reset to factory defaults
- Network: Hotspot
- Sensors: Automatic brightness
- (Sensors: Fingerprint reader - disabled atm due to no middleware) (needs patch to be applied manually)
- Sensors: Proximity
- USB: MTP access
- USB: ADB access
What's working?
- Actors: Manual brightness
- Actors: Notification LED
- Actors: Vibration
- Camera: Flashlight
- Camera: Photo (sometimes require to turn flashlight on and off, to take photo - otherwise may crash)
- Camera: Video (works, but to stop recording you need to put app in background (button is not working))
- Camera: Switch between back and front camera
- Cellular: Carrier info, signal strength
- Cellular: Data connection (APN settings seems to not work for me. (adding new APN))
- Cellular: Incoming, outgoing calls (bugged, but works..)
- Cellular: PIN unlock (Didn't check, but option for that appear in settings, Can somebody confirm?)
- Cellular: SMS in, out
- Cellular: Change audio routings (Yeah, sometimes after ended call you need to reboot your device to make audio go using the normal speaker instead of call speaker. + changing volume in-call doesn't work)
- Cellular: Voice in calls (Sometimes they don't)
- Endurance: Battery lifetime > 24h from 100% (Yeah boi! We got 1% loss in 3 hours when screen was off.. and wifi also, that drains battery, fix is already applied and I'm testing it now.)
- Endurance: No reboot needed for 1 week (Haha, It's not needed, but it helps. longest time without reboot for me was 3 days. But even on android I was always rebooting it frequently.)
- GPU: Boot into UI
- GPU: Video acceleration (Not sure how to check? But an 4k video played well on stock player)
- Misc: Anbox patches applied to kernel (They are applied, but it is not in usable state yet.)
- Misc: Battery percentage
- Misc: Shutdown / Reboot (Sometimes reboot hangs device for few minutes)
- Network: Bluetooth
- Network: Flight mode
- Network: WiFi
- Sensors: GPS
- Sensors: Rotation
- Sensors: Touchscreen
- Sound: Earphones
- Sound: Loudspeaker
- Sound: Microphone
- Sound: Volume control (Yes, sometimes crash and doesn't work at all in calls)
Install:
https://github.com/ubports-oneplus6/documentation/blob/master/how-to-install.txt
Enjoy
-
@mrcyjanek Congratulations! You might find it interesting that there is an official feature requirements list here, which you can use to track your progress even more detailed: https://gitlab.com/ubports/community-ports/general/-/blob/master/DeviceChecklist.md
Florian
-
@Flohack I've edited it.
-
Uff, I imagine there are a lot of enthusiasts, who will be thrilled by this.
-
This post is deleted! -
Is there another download link for the files needed to install UBports to OP6? The link provided in the how to downloads extremely slowly for me.
Thanks!
-
Also, can I use OP6T recoveries with OP6?
-
Ok, just to make sure (I don't want to mess up before I start).
I have a Oneplus 6 (enchilada) with Android 10 (OxygenOS-version 10.3.4). Firstly, do I have to downgrade to Android 9?
I have the following files ready:
twrp-3.3.1-32-Pie-mauronofrio.img
OnePlus6Oxygen_22_OTA_046_all_2005052115_6e039e5c69dfe0b.zip
halium-boot-2020.07.09.img
halium-ramdisk-2020.06.20.zip
ubports_GSI_installer_v9.zip
dtbo-2020.06.20.imgDo I need anything else before I start?
Thank you
-
@tomoqv Yes if you are installing a Halium 9 port, first install stock Android 9 to be sure partitions are in place and in the correct version.
-
Interestingly enough I finally succeeded without the last step being 'fastboot flash dtbo dtbo*.img'. I rebooted after step 5 and my OP6 booted into UBports! However, the initial install never prompted me for a pin or password and when I power on it asks for a password. What to do?
-
@mrcyjanek Managed to get UBports on my OP6 mostly with your instructions. Missing a password for unlocking the phone though. Anything you have encountered?
-
@tomoqv password is '' phablet ''
-
Will OP6 get OTA updates in the near term or will updates have to be flashed?
-
@tomoqv How does the port work at the moment? How is the picture quality?
-
@makeixo The port works surprisingly well. Phone calls work, without echo too! The overall experience is that the device is very fast and smooth. It has its quirks, e.g. that some apps won't work (mostly non arm64 apps I think). Also, the indicators are partially hidden behind the front facing camera and speaker. Picture quality is excellent. Battery drain for me, with cellular and wifi on seems to be 5-7 percent per hour.
-
@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 fileNot sure whats the state but it should be pretty forward to do those things
-
@Flohack Ok, I am not sure how to check a) and c). I guess there is no community channel yet, but I could be wrong. I'll wait for more info from @mrcyjanek . So far so good, though. Positively surprised I managed to install UBports on the device even though I wasn't able to follow the installation instructions exactly. The OP6 is a really nice device and much snappier than my aging Pro5.
-
I thought OP6 was an arm64 device, but when I tried to install futify.frenchutouch_1.0.0_arm64.click it failed while futify.frenchutouch_1.0.0_armhf.click installed at launched fine.
-
@tomoqv it is a arm64 device but maybe the rootfs is armhf? It is possible to mix this
-
@stefwe Hm, could that be changed? Is it up to the dev porting it?