工場出荷時のMI 5X電話を設定してみましたが、デバイスのリセットをクリックした後、電話機の電源を切って、電話で何も変更せずに再起動します。
およびハードリセットをしようとすると、 VOL DOWN + 電源ボタンを押した後、この画面が表示されます。
そして数秒後に電話機の電源が切れます。
どうすればこの問題を解決できますか?
工場出荷時のMI 5X電話を設定してみましたが、デバイスのリセットをクリックした後、電話機の電源を切って、電話で何も変更せずに再起動します。
およびハードリセットをしようとすると、 VOL DOWN + 電源ボタンを押した後、この画面が表示されます。
そして数秒後に電話機の電源が切れます。
どうすればこの問題を解決できますか?
I tried to factory reset my mi 5x phone through settings but after clicking reset device, it just turn off the phone and restart it without changing anything on the phone.
And when I try to do a hard reset, after holding Vol down + power button, this screen shows up:
And after a few seconds the phone turn off again.
How can I fix this problem?
上記のコメントを読むこと、私はあなたの音量アップボタンが壊れている可能性があると思いますか?ただし、FastBootモードからの出荷時のリセットも実行できますが、携帯電話をコンピュータに接続するだけで、最小ADB&AMPをインストールします。 FastBoot (Windows)、それを実行する<コード> adb reboot recovery0 [Enterキーを押す]電話をリセットする必要があります。
またADBは、工場出荷時のリセットを含む携帯電話で多くのことをすることができます。
開発者のメニューからADB(USBデバッグ)を有効にする
電話機をコンピュータに接続する
最小限のADB&AMPを実行します。 FastBoot
type <コード> adb reboot recovery1 [Enterキーを押して]
タイプ<コード> wipe data [Enterキーを押して]
終わった。
ADBをリカバリモードで起動し、手動でファクトリリセットを実行できます。
adb reboot recovery
[Enterキーを押します] PS:あなたの携帯電話が検出されるようにドライバをインストールすることを忘れないでください。
Windowsではなく? この質問すべてのオペレーティングシステムのADBの最小インストールに関連しています。
私たちのhref="http://android.stackexchange.com/tags/adb/info"> adb tag-wiki
Reading the comments above, I can think your volume up button may be broken? But remember, you can perform a factory reset from the Fastboot mode too, simply connect your phone to the computer, install Minimal ADB & Fastboot (Windows), run it then type fastboot -w
[press enter] the phone should be reset.
Also ADB lets you do many things on your phone including factory reset:
Enable ADB (USB Debugging) from the Developer's menu
Connect the phone to the computer
Run Minimal ADB & Fastboot
Type adb shell
[press enter]
Type wipe data
[press enter]
You're done.
ADB can let you boot in recovery mode and perform factory reset manually:
adb reboot recovery
[press enter]PS: Don't forget to install drivers to let your phone be detected by the computer.
Not on Windows ? Check this question related to a minimal installation of ADB for all operating systems.
Check also our ADB tag-wiki
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有