Just edited my post from before, I've sent it incomplete by mistake, but it's pretty much the same thing, flash it to the 2 oem_cust partitions and you're good to go.
adb push H19_OTA-oem_cust1-raw.img /sdcard/oc1.img
(I actually unziped and copied the file to phone root through windows and renamed it to oc1.img, then did adb shell in cmd, and ran the below commands)
su
dd if=/sdcard/oc1.img of=/dev/block/bootdevice/by-name/oem_cust1_a
dd if=/sdcard/oc1.img of=/dev/block/bootdevice/by-name/oem_cust1_b
fastboot flash oem_cust1_a H19_OTA-oem_cust1-sparse.img
fastboot flash oem_cust1_b H19_OTA-oem_cust1-sparse.img
Still stuck at bootloop...
I have done the following
MSM to HOS then MSM to OOS (GLOBAL) - local update to newest update full zip (GLOBAL)= bootloop
MSM to HOS then MSM to OOS (EU) - local update to newest update full zip (EU) = bootloop
Cyberpunk goodies only work on HOS so far...
I'm kind of out of ideas, any suggestion?
Thanks!
Was just going to post this - the other command is if you are rooted.So to flash using dd commands, you need to be rooted (sorry I did not notice that at first). See https://forum.xda-developers.com/t/...eplus-8t-devices.4198459/page-5#post-84055453
However, I think flashing the parse images through fastboot might work without being rooted. if someone want to test that here are the steps:
i) download this file: https://1drv.ms/u/s!AsJy8Rcn_wjLhLwtuwnEWCG4E1bNMQ?e=iRf5jm
ii) flash through fastboot using these commands
Bash:fastboot flash oem_cust1_a H19_OTA-oem_cust1-sparse.img fastboot flash oem_cust1_b H19_OTA-oem_cust1-sparse.img
I will update my original post to state that flashing through dd command need root, and add this above info as unconfirmed (until someone can test?)