Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@luk1337
Last active September 11, 2020 15:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save luk1337/4e3317469240ce019e69146ccd7b1753 to your computer and use it in GitHub Desktop.
Save luk1337/4e3317469240ce019e69146ccd7b1753 to your computer and use it in GitHub Desktop.
op6/6t/7p 16.0 -> 17.1
fastboot flash dtbo dtbo_op6-P.img (https://kremowka.xyz/files/op_dtbo/dtbo_op6-P.img)
fastboot boot twrp-3.3.1-18-enchilada-Pie-mauronofrio.img (https://sourceforge.net/projects/mauronofrio-twrp/files/Enchilada/twrp-3.3.1-18-enchilada-Pie-mauronofrio.img/download)
adb push <oos10> /tmp (https://oneplus.com/support/softwareupgrade)
adb shell twrp install /tmp/<oos10>
adb reboot bootloader
fastboot boot twrp-3.3.1-18-enchilada-Q-mauronofrio.img (https://sourceforge.net/projects/mauronofrio-twrp/files/Enchilada/twrp-3.3.1-18-enchilada-Q-mauronofrio.img/download)
adb shell twrp sideload
adb sideload copy-partitions.zip (https://androidfilehost.com/?fid=8889791610682929240)
adb shell twrp sideload
adb sideload <lineage>
adb reboot bootloader
fastboot boot twrp-3.3.1-18-enchilada-Q-mauronofrio.img
adb shell twrp sideload
adb sideload <gapps>
adb reboot
fastboot flash dtbo dtbo_op6t-P.img (https://kremowka.xyz/files/op_dtbo/dtbo_op6t-P.img)
fastboot boot twrp-3.3.1-32-fajita-Pie-mauronofrio.img (https://sourceforge.net/projects/mauronofrio-twrp/files/Fajita/twrp-3.3.1-32-fajita-Pie-mauronofrio.img/download)
adb push <oos10> /tmp (https://oneplus.com/support/softwareupgrade)
adb shell twrp install /tmp/<oos10>
adb reboot bootloader
fastboot boot twrp-3.3.1-32-fajita-Q-mauronofrio.img (https://sourceforge.net/projects/mauronofrio-twrp/files/Fajita/twrp-3.3.1-32-fajita-Q-mauronofrio.img/download)
adb shell twrp sideload
adb sideload copy-partitions.zip (https://androidfilehost.com/?fid=8889791610682929240)
adb shell twrp sideload
adb sideload <lineage>
adb reboot bootloader
fastboot boot twrp-3.3.1-32-fajita-Q-mauronofrio.img
adb shell twrp sideload
adb sideload <gapps>
adb reboot
fastboot flash dtbo dtbo_op7p-P.img (https://kremowka.xyz/files/op_dtbo/dtbo_op7p-P.img)
fastboot boot twrp-3.3.1-79-guacamole-unified-Pie-mauronofrio.img (https://sourceforge.net/projects/mauronofrio-twrp/files/Guacamole-Guacamoleb-Guacamolec/twrp-3.3.1-79-guacamole-unified-Pie-mauronofrio.img/download)
adb push <oos10> /tmp (https://oneplus.com/support/softwareupgrade)
adb shell twrp install /tmp/<oos10>
adb reboot bootloader
fastboot boot twrp-3.3.1-79-guacamole-unified-Q-mauronofrio.img (https://sourceforge.net/projects/mauronofrio-twrp/files/Guacamole-Guacamoleb-Guacamolec/twrp-3.3.1-79-guacamole-unified-Q-mauronofrio.img/download)
adb shell twrp sideload
adb sideload copy-partitions.zip (https://androidfilehost.com/?fid=8889791610682929240)
adb shell twrp sideload
adb sideload <lineage>
adb reboot bootloader
fastboot boot twrp-3.3.1-79-guacamole-unified-Q-mauronofrio.img
adb shell twrp sideload
adb sideload <gapps>
adb reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment