Skip to content

Latest commit

 

History

History
74 lines (41 loc) · 2.02 KB

install-1-en.md

File metadata and controls

74 lines (41 loc) · 2.02 KB

Windows 11 Running On A Poco X3 Pro

Running Windows on the POCO X3 Pro

Partitioning your device

Prerequisites

Notes

Warning

All your data will be erased! Back up now if needed.

DO NOT REBOOT YOUR PHONE if you think you made a mistake, ask for help in the Telegram chat.

Important

Make sure you use the MODDED TWRP Recovery throughout this whole tutorial as we provide tools to help aid this installation process and make it as easy as possible for you.

If you don't use it and you face any errors, consider it your fault and consider yourself alone if you try asking for support as you have deferred from the main guide.

Note

Don't know how to start? Unzip the downloaded Android platform tools, then open command prompt or powershell as administrator and run the following command, replacing "path\to\platform-tools" with the actual path of the platform tools folder

cd "path\to\platform-tools"

Use this window throughout the entire guide. Do not close it.

Flash the modified TWRP recovery

Replace <recovery.img> with the actual path to the recovery image

fastboot flash recovery <recovery.img> reboot recovery

Run the partitioning script

Replace $ with the amount of storage you want Windows to have (do not add GB, just write the number)

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

adb shell partition $

Check if Android still starts

Just restart the phone, and see if Android still works

adb reboot