Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.65 KB

update.md

File metadata and controls

75 lines (52 loc) · 1.65 KB

Updating drivers

Files/Tools Needed

Modified TWRP:

File Name Android version
twrp-3.7.1_12-vayu.img Android 12/12.1/13/14
twrp-3.7.0_11-vayu.img Android 11

Boot into TWRP

If your recovery has been replaced by the stock recovery, flash it again using

fastboot flash recovery path\to\moddedtwrp.img reboot recovery

Execute the msc script

If it asks you to run it once again, do so

adb shell msc

Diskpart

diskpart

Select the Windows volume of the phone

Use list volume to find it, replace "$" with the actual number of WINVAYU

select volume $

Assign the letter X

assign letter x

Exit diskpart

exit

Installing drivers

Note

This process will take +- 20 minutes. Do not worry, this is normal.

  • Unpack the driver archive, then open the OfflineUpdater.cmd file

If it asks you to enter a letter, enter the drive letter of WINVAYU (which should be X), then press enter

Reboot your device

Make sure to also change the UEFI image in Android, otherwise you may face a "blue screen of death" (BSoD) when booting Windows later.

adb reboot

Finished