2 votos

Flashear TWRP.img en el Xiaomi Mi A3 para rootear el dispositivo no funciona

H1@all
Trabajando en Ubuntu 20.04

Quiero Rootear mi dispositivo para desinstalar algunas aplicaciones (.apk) y posiblemente también instalar Ubuntu-Touch.
Quiero desinstalar casi todas las aplicaciones de Google porque no tengo una cuenta de Google y no quiero hacerlo. Sin una cuenta de Google no puedes usar la mayoría de las aplicaciones de Google (Gmail, YouTube, Drive...).
Hace unos meses, cuando compré el dispositivo, desbloqueé el bootloader, pero no tuve tiempo de rootearlo. Ahora quiero rootearlo.

He seguido estos TWRP para Xiaomi Mi A3 instrucciones y no puede flashear o arrancar el TWRP.img.

  1. Me descargué: twrp-installer-3.4.0-0-laurel_sprout.zip y twrp-3.4.0-0-laurel_sprout.img lo ha rebautizado como twrp.img y twrp-installer.zip .
  2. He copiado los archivos al dispositivo en /sdcard

adb devices
adb push ~/Downloads/twrp.img /sdcard
adb push ~/Downloads/twrp-installer.zip /sdcard
adb reboot-bootloader

fastboot devices

fastboot flashing unlock
...
FAILED (remote:         Device already : unlocked!)
finished. total time: 0.000s

fastboot flashing unlock_critical
...
OKAY [  0.026s]
finished. total time: 0.026s

fastboot flashing get_unlock_ability
...
(bootloader) get_unlock_ability: 1
OKAY [  0.000s]
finished. total time: 0.000s

fastboot boot twrp.img
downloading 'boot.img'...
OKAY [  1.174s]
booting...
FAILED (remote: unknown command)
finished. total time: 1.175s

fastboot flash recovery twrp.img
target reported max download size of 804261888 bytes
sending 'recovery' (39892 KB)...
OKAY [  1.172s]
writing 'recovery'...
FAILED (remote: (recovery_a) No such partition)
finished. total time: 1.174s

¿He hecho algo mal?
¿Cómo puedo rootear el dispositivo?

Para recuperar el dispositivo siga estas instrucciones: https://c.mi.com/oc/miuidownload/detail?guide=2

--EDIT--

fastboot getvar current-slot
current-slot: a
finished. total time: 0.002s

fastboot --set-active=b
Setting current slot to 'b'...
OKAY [  0.039s]
finished. total time: 0.039s

fastboot flash boot twrp.img
target reported max download size of 804261888 bytes
sending 'boot_b' (39892 KB)...
OKAY [  1.181s]
writing 'boot_b'...
OKAY [  0.207s]
finished. total time: 1.388s

Mantenga pulsado botón de subir el volumen en el dispositivo e introduzca el comando fastboot reboot
De vuelta en Fastboot

Android-Fastboot


fastboot --set-active=a
Setting current slot to 'a'...
OKAY [  0.039s]
finished. total time: 0.039s

Mantenga pulsado botón de subir el volumen en el dispositivo e introduzca el comando fastboot reboot

Android-No-Command

No pulse ninguna tecla de arranque en Android-OS

1 votos

¿Intentas hacer Root? Si es así necesitas Magisk, ver instrucciones . Solo con flashear TWRP, solo estas cambiando el recovery de stock a custom //XDA es el mejor lugar para leer sobre esas cosas y tendrías que hacerlo primero

0 votos

** la misma ruta donde tienes adb y fastboot** no entiendo eso. ¿Significa esto que debo cambiar a la /home/USER/Downloads/ ¿carpeta?

0 votos

No puedo responder a eso. Será mejor que preguntes en XDA

0voto

Bhavesh Diwan Puntos 119

si tu ranura activa es la "a", cámbiala a la ranura activa b. entonces flashea el twrp.img y reinicia el teléfono mientras pulsas la tecla de volumen "+". ahora estás en el recovery y tienes que reinstalarlo en la ranura a, para ello cambia la ranura activa a la a y pulsa instalar y selecciona de nuevo el twrp.img

PreguntAndroid.com

PreguntAndroid es una comunidad de usuarios de Android en la que puedes resolver tus problemas y dudas.
Puedes consultar las preguntas de otros usuarios, hacer tus propias preguntas o resolver las de los demás.

Powered by:

X