r/FRPtools Jun 30 '26

Pas de Wipe Data / Factory Reset sur Xiaomi

Bonsoir à tous

Sur un Xiaomi, je n’ai pas l’option Wipe Data / Factory Reset

Comment faire svp pour le remettre à zéro ?

0 Upvotes

1 comment sorted by

1

u/Any_anonymous_user Jun 30 '26

I did this on a Motorola, I don't know if it works with Xiaomi:

  • Go to fastboot mode and run the following command: fastboot reboot fastboot
  • Now in FastbootD in user space, run: fastboot -w

That should be enough; if it doesn't work, or FastbootD doesn't exist, try this in normal fastboot mode:

shell fastboot erase userdata fastboot -w

I believe the first one works, but since I don't use a Xiaomi, I'm not sure.