Pocophone X3 Pro

SkyShroud

Arch-Supremacy Member
Joined
Oct 28, 2005
Messages
21,056
Reaction score
1,513
My phone is stuck in fastboot mode.
I download the boot.img 131,072kb, put into the platform-tools folder.
fastboot flash boot boot.img OK
but fastboot reboot recovery failed, restarted into fastboot mode again.
is ur bootloader unlocked? if it isn't, u cant flash
u can try xiaomitool if is locked, which also wipe ur data

if is unlocked
do the flash back to official rom method
of cus, ur data will be wiped
u can try using recovery backup like orangefox to backup the data, though im unsure how well it come to backing up apps
https://forums.hardwarezone.com.sg/threads/pocophone-x3-pro.6487185/page-18#post-135009077
 

Lil_d3viLz

Supremacy Member
Joined
Sep 16, 2008
Messages
5,486
Reaction score
40
Bootloader is unlocked. Followed your guide and got stuck, I guess it isn't as clear as those on XDA forums.
Followed guide on XDA, managed to switch it Arrow 11.0 but kinda dislike the custom rom. Want to go back to the original but rooted.
No more xiaomi bloatware is what I like.


Especially this part is confusing to me.

  1. install in order
    1. Firmware
    2. Rom
    3. Gapps (if you want)
    4. Magisk (if rooting)
  2. Format data in recovery
  3. Wipe Cache and Dalvik/Art Cache
  4. Reboot into system
  5. Done
I am noob and require picture and really step by step lol.
 

SkyShroud

Arch-Supremacy Member
Joined
Oct 28, 2005
Messages
21,056
Reaction score
1,513
Bootloader is unlocked. Followed your guide and got stuck, I guess it isn't as clear as those on XDA forums.
Followed guide on XDA, managed to switch it Arrow 11.0 but kinda dislike the custom rom. Want to go back to the original but rooted.
No more xiaomi bloatware is what I like.


Especially this part is confusing to me.

  1. install in order
    1. Firmware
    2. Rom
    3. Gapps (if you want)
    4. Magisk (if rooting)
  2. Format data in recovery
  3. Wipe Cache and Dalvik/Art Cache
  4. Reboot into system
  5. Done
I am noob and require picture and really step by step lol.

How you install arrowos is the same as how you install other things.
 

PES1989

Arch-Supremacy Member
Joined
Mar 16, 2010
Messages
11,815
Reaction score
762
How you install arrowos is the same as how you install other things.
Last night follow your guide to flash my crdroid ROM, got confused with some steps, went to YouTube for step by step guide for installing orangefox recovery into recovery.

But still i wanna thank you for writing the guide so we roughly know what steps to do.
 

Lil_d3viLz

Supremacy Member
Joined
Sep 16, 2008
Messages
5,486
Reaction score
40
Noobs like us when reading "install the file", we would look for install.exe lol. or double click a file let it run.
Type fastboot flash this and that reboot here and there. Confusing.
Must treat us like kopitiam auntie trying to flash custom rom.
Gonna share step-by-step from XDA forums which I used.

FLASH CUSTOM RECOVERY, DECRYPTION DISABLER, & ROM THEN ROOT

2. Download the Official ArrowOS v11.0-vayu fastboot ROM for POCO X3 Pro
a. NOTE: ArrowOS requires MIUI V12.0.4.0 firmware so it recommended to downgrade to this version before flashing ArrowOS otherwise the ROM may not boot.
b. Choose the GApps build type
3.
4. Ensure USB Debugging is already enabled on your device (in Settings –> Additional Settings –> Developer options).
5. Remove any screen unlock (i.e., fingerprint, PIN, pattern or password) in MIUI.
6. Power off device and put it in Fastboot mode (Vol down + Power button).
7. Download the latest SDK Platform Tools from Google for adb compatibility and create a folder called "adb" in the root of the "C:\" drive.
a. Extract the files adb, AdbWinApi.dll, AdbWinUsbApi.dll, and fastboot into the folder.
b. Ensure the latest USB drivers are installed for your PC, connect the device to the computer via USB cable, and confirm that your phone shows up recognized
c. Launch "Command Prompt" on your PC and run the command:
cd C:/adb
-To show a list of devices (including your phone) connected to your PC, enter the command: "fastboot devices" without the " " in the Command Prompt
8. Download the unofficial Pbrb (test3) recovery file and copy it into the ADB install folder and rename it to "recovery.img".
9. Flash custom recovery file in Command Prompt, run commands:
-fastboot flash recovery "recovery.img"
-fastboot boot recovery.img
10. Your device should automatically boot into custom recovery. At this point, the microSD will become accessible from recovery or the PC, but the device's internal storage will not be which makes using a microSD card much more imperative for this process
a. Go to Wipe –> Format Data, type "yes" to perform data wipe; Back out to the main menu.
b. Go to Install –> Navigate to the TWRP folder on the microSD (via "external_sd").
  • Select "Arrow-v11.0-vayu-OFFICIAL-20210424-GAPPS.zip" and flash the ROM, but do not change any of the checkboxes that show up before doing so.
  • Format data (not wipe) before rebooting into the new ROM.
  • NOTE: At most it takes around 1 minute to boot back up.
12. After going through the phone's boot sequence, you'll be presented with the initial phone setup process onscreen where you can begin recovering your data.
13. Go to Settings –> About phone –>tap on Build number until it says Developer options is enabled.
a. Back out to Settings –> System –> to access Developer options –> Enable USB Debugging.
14. Installing Magisk via the Patch Image method as it is guaranteed to work 100% of the time.
a. Pull down the Notification Bar from the top of the screen and change "Charging this device via USB" to "File Transfer".
b. Open " Arrow-v11.0-vayu-OFFICIAL-20210424-GAPPS.zip " and copy "boot.img" to the phone's internal storage.
c. Download the latest version of Magisk (Magisk v22.1) and copy it to the phone's internal storage and use the native "Files" app to install the apk.
  • NOTE: Magisk binaries (ZIP) are now included within Magisk Manager APK file. Now you don’t have to download it separately. You can install the .apk file or rename its extension to .zip then flash it through custom recovery / TWRP.
d. Launch Magisk from the app drawer and go to "Install" under Magisk –> "Select and Patch a File," select the "boot.img" you copied internally –> "LET'S GO".
e. Copy the generated patched file to the ADB folder and flash it via fastboot by running the following commands:
cd C:/adb
fastboot flash boot boot.img
f. Reboot into the new ROM and voila!
fastboot reboot
g. Use an app such as Root Checker or BusyBox Checker (from the Play Store) to confirm root status.
h. To bypass/restore SafetyNet validation, open the Magisk app, go to Settings (cogwheel icon) and enable MagiskHide.
 

SkyShroud

Arch-Supremacy Member
Joined
Oct 28, 2005
Messages
21,056
Reaction score
1,513
Last night follow your guide to flash my crdroid ROM, got confused with some steps, went to YouTube for step by step guide for installing orangefox recovery into recovery.

But still i wanna thank you for writing the guide so we roughly know what steps to do.
The command prompt part? The shortcut to command prompt or? o_O
Noobs like us when reading "install the file", we would look for install.exe lol. or double click a file let it run.
Type fastboot flash this and that reboot here and there. Confusing.
Must treat us like kopitiam auntie trying to flash custom rom.
Gonna share step-by-step from XDA forums which I used.
Orangefox indeed is click the file to run though....I will explicitly state that.


Anyway, I hope you guys installed magisk alpha if you guys rooting, I just removed the outdated official magisk, just too much trouble for singpass.
 
Last edited:

PES1989

Arch-Supremacy Member
Joined
Mar 16, 2010
Messages
11,815
Reaction score
762
The command prompt part? The shortcut to command prompt or? o_O

Orangefox indeed is click the file to run though....I will explicitly state that.


Anyway, I hope you guys installed magisk alpha if you guys rooting, I just removed the outdated official magisk, just too much trouble for singpass.
Your guide missing this below & I stuck here

7. Download the latest SDK Platform Tools from Google for adb compatibility and create a folder called "adb" in the root of the "C:\" drive.

c. Launch "Command Prompt" on your PC and run the command:
cd C:/adb

Then I stuck here with no file found.

9. Flash custom recovery file in Command Prompt, run commands:
-fastboot flash recovery "recovery.img"

Struggle for a few hours, but now should be able to understand the fundamentals of flashing custom roms. Too advanced stuff need time thou.

Guess I have to install Magisk later, healthy 365 app detect that my phone is rooted and doesn't allowed me to proceed to use. Still able to sign in to Singpass via mobile web.
 
Last edited:

SkyShroud

Arch-Supremacy Member
Joined
Oct 28, 2005
Messages
21,056
Reaction score
1,513
Your guide missing this below & I stuck here

7. Download the latest SDK Platform Tools from Google for adb compatibility and create a folder called "adb" in the root of the "C:\" drive.

c. Launch "Command Prompt" on your PC and run the command:
cd C:/adb

Then I stuck here with no file found.

9. Flash custom recovery file in Command Prompt, run commands:
-fastboot flash recovery "recovery.img"

Struggle for a few hours, but now should be able to understand the fundamentals of flashing custom roms. Too advanced stuff need time thou.

Guess I have to install Magisk later, healthy 365 app detect that my phone is rooted and doesn't allowed me to proceed to use. Still able to sign in to Singpass via mobile web.

It is there though...erm...

  1. Download google platform tool from https://developer.android.com/studio/releases/platform-tools
  2. Extract the tool
  3. In the tool folder, type "cmd" at "Address bar" to open command prompt to that folder
    • Press enter after you type "cmd", if it isn't obvious.
  4. Turn off mobile
  5. Boot into fastboot mode - Volume Down + Power
  6. Connect mobile to PC
  7. Go to command prompt window, type "fastboot devices".
    • Your phone will be shown if detected, otherwise, fix your driver.
  8. Download Custom Recovery
  9. Extract the ".img" file to the tool's folder
  10. Type "fastboot flash recovery <filename.img>" in command prompt
  11. Done, Type "fastboot reboot recovery" or Volume Up + Power on mobile to enter recovery

I think you confused about the cmd at address bar and instead run cmd from win+r, right? I will add an image to it, it is a shortcut which most people don't know. That shortcut will open cmd directly at the folder, so not needing to do "cd <path to folder>"

AiOecKz.jpg
 

PES1989

Arch-Supremacy Member
Joined
Mar 16, 2010
Messages
11,815
Reaction score
762
It is there though...erm...



I think you confused about the cmd at address bar and instead run cmd from win+r, right? I will add an image to it, it is a shortcut which most people don't know. That shortcut will open cmd directly at the folder, so not needing to do "cd <path to folder>"

AiOecKz.jpg
Yup I confused on the cmd part. I run cmd from win+r instead. Then I didn't do "cd <path to folder>", end up got error.
 

Lil_d3viLz

Supremacy Member
Joined
Sep 16, 2008
Messages
5,486
Reaction score
40
"Orangefox indeed is click the file to run though....I will explicitly state that."
Haha. Sorry ah. I am the kopitiam auntie type. Slow learner.

Yeah. Picture tells a thousand word.
Magisk Alpha is able to enable usage of the MyM1, Singtel Dash, SGpools, Singpass or citibank mobile app?
I am afraid if I install magisk alpha then the other apps get updated, become cannot access again.

Right now about a week of using ArrowOS 11.0. Still feel original MIUI is better, only want to remove those MIUI / Xiaomi apps.
 

PES1989

Arch-Supremacy Member
Joined
Mar 16, 2010
Messages
11,815
Reaction score
762
"Orangefox indeed is click the file to run though....I will explicitly state that."
Haha. Sorry ah. I am the kopitiam auntie type. Slow learner.

Yeah. Picture tells a thousand word.
Magisk Alpha is able to enable usage of the MyM1, Singtel Dash, SGpools, Singpass or citibank mobile app?
I am afraid if I install magisk alpha then the other apps get updated, become cannot access again.

Right now about a week of using ArrowOS 11.0. Still feel original MIUI is better, only want to remove those MIUI / Xiaomi apps.
Debloating better for your case. I'm not used to the missing clock, calculator, gmail etc, have to click extra steps to access it.
 

SkyShroud

Arch-Supremacy Member
Joined
Oct 28, 2005
Messages
21,056
Reaction score
1,513
"Orangefox indeed is click the file to run though....I will explicitly state that."
Haha. Sorry ah. I am the kopitiam auntie type. Slow learner.

Yeah. Picture tells a thousand word.
Magisk Alpha is able to enable usage of the MyM1, Singtel Dash, SGpools, Singpass or citibank mobile app?
I am afraid if I install magisk alpha then the other apps get updated, become cannot access again.

Right now about a week of using ArrowOS 11.0. Still feel original MIUI is better, only want to remove those MIUI / Xiaomi apps.
if u wan to use miui, u can just use xiaomi.eu
it is a debloated plus privacy enhanced version of miui
 

Lil_d3viLz

Supremacy Member
Joined
Sep 16, 2008
Messages
5,486
Reaction score
40
if u wan to use miui, u can just use xiaomi.eu
it is a debloated plus privacy enhanced version of miui
Ok. Thanks for the heads up.
LOL. Now googling how to go back to original rom from ArrowOS 11. Headache again.
Can I choose to use Miui then slowly debloat 1 by 1 based on my personal needs?
Double check: I just need to flash back to original latest xiaomi global fastboot rom V12.5.5.0.RJUMIXM then lock it using XiaomiMiFlash tool. Finally I debloat using this app on desktop. Then go to fastboot mode on phone and connect to PC. Right?
No need to unlock & root to debloat.
Ok. Thanks. Got any intro how to debloat like a noob?
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top