OnePlus 6(T) port
-
@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?
-
@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.
-
@mrcyjanek I find the built in speaker volume very low. Is this a known issue with this port or is it a hardware problem?
-
@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
-
@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 fileNot 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
-
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
-
@mrcyjanek for b) you need to have your device created on our system-image server:
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
-
@Flohack said in OnePlus 6(T) port:
@mrcyjanek for b) you need to have your device created on our system-image server:
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.
-
@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?
-
@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. -
@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... -
@Flohack But on A/B devices, really no recovery partition! Recovery stored on boot partition.
-
YES! Now our device on "devices.ubuntu-touch.io"
-
@Flohack We need to install recovery in boot image. We need a script for unpack, patch kernel and repack.
-
@SevralTi Sorry I am n ot into Halium 9 porting (yet) I cant help with that.
-
@Flohack Yes! A/B it's relly problem... Without recovery.
-
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.