Open a terminal in Parrot OS and run the following commands:
sudo apt update && sudo apt install adb fastboot
Connect the Poco X3 via USB and run:
fastboot devices
If the device is detected, you will see its serial number.
If the device is detected, try restarting it with the following command:
fastboot reboot
If the phone remains stuck, download an official ROM for Poco X3 and run the commands to flash the partitions:
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot flash boot boot.img
If necessary, unlock the bootloader with:
fastboot oem unlock
If no method works, attempt a factory reset via recovery mode.
“Indeed, keep pushing forward! You've got this!”