QNA > C > Come Entrare In Modalità Boot Recovery Su Android Senza Tasti Del Volume

Come entrare in modalità boot recovery su Android senza tasti del volume

ADB (Android Debug Bridge) può aiutarti qui. È possibile scaricare ADB e i driver fastboot dalla ricerca di Google (sviluppatori Xda). ADB fornisce una serie di comandi che puoi usare tramite la linea di comando (prompt dei comandi in Windows o terminale in Linux).

Una volta scaricato, il comando per entrare nel bootloader o nel boot recovery è facile.

Prima di tutto abilitate il debug USB sul vostro dispositivo

  1. Andate alle impostazioni
  2. Andate a Informazioni sul telefono
  3. Vederete un campo chiamato numero di build
  4. Toccatelo 10 volte (o fino a quando non viene visualizzato un messaggio che indica che siete uno sviluppatore)
  5. Ora avete abilitato le opzioni sviluppatore.
  6. Ora andate di nuovo alle impostazioni
  7. Vai a sistema
  8. Vai a opzioni sviluppatore (questa posizione può variare da dispositivo a dispositivo, una rapida ricerca su Google può dirvelo facilmente)
  9. Scorrete fino a debug USB. Enable it.

Once that is done, now reboot your device once(not necessary just a suggestion) and connect it to the computer

  1. Open CMD in Windows or Terminal in Linux (after ADB fastboot drivers are Installed)
  2. Type the command - adb devices
  3. This command will list all the devices connected to your computer. You should see your device connected here( not it's exact number but a random number will be displayed. Provided it is the only device you have connected, you're good to go.)
  4. Once you confirm you can see your device, enter the command - adb reboot bootloader
  5. This will take you recovery menu
  6. At this level, ADB won't work. What will, is fastboot.
  7. So next command is - fastboot devices( to list the connected devices)
  8. To reboot the device back - fastboot reboot

Hope this helps.

Cheers..!!

Di Ricca Stockman

Se si ottiene una protezione dello schermo per lo smartphone, la maggior parte delle custodie si adatta ancora al telefono? :: Negli smartphone Android, cos'è la modalità provvisoria e come si entra in modalità provvisoria?
Link utili