Full worked for me. this tutorial open the bootloader and root the device. many thanksSiguiendo la publicación de @doink_doink (y algunos bootloops después...) finalmente logré rootear mi Lenovo M10 HD 2 gen (TB-X306X) con magisk. Intentaré escribir una guía simple para quienes aún estén interesados en rootear este tipo de dispositivos, ya que no hay mucha literatura en línea.
Rootear Lenovo M10 X306X (también debería funcionar para otros modelos)
De ninguna manera soy responsable de los eventuales daños que pueda infligir a su dispositivo, siga los pasos subyacentes por su propia cuenta.
Herramientas de escritorio:
ADB mínimo y Fastboot
Lenovo Rescue Smart Assistant (LRSA a partir de ahora)
Controladores de precarga MTK (Mediatek) (si su dispositivo no aparece en fastboot)
Herramientas móviles:
Aplicación Magisk Manager
Pasos:
1 - Desde LRSA, haga clic en la pestaña "Rescate"
2 - Selecciona el modelo de tu tablet y luego descarga
3 - Desde "Descargas" en la esquina superior derecha de LRSA, haga clic en "Abrir" para ir a la carpeta de descarga de LRSA
4 - Conecte su dispositivo y configúrelo en Depuración USB y Transferencia de archivos
5 - Copie boot.img de la carpeta de descarga de LRSA a la carpeta de descarga del dispositivo
6 - Ejecute la aplicación Magisk Manager en su dispositivo
7 - Desde la aplicación Magisk Manager, elija "Instalar" en el lado derecho de Magisk
8 - Elija la única opción "Seleccionar y parchear un archivo"
9 - Elija el boot.img que copió previamente en la carpeta de descarga del dispositivo
10 - Copie el nuevo archivo "patched_boot.img" o un nombre similar a la carpeta donde se instaló Minimal ADB y Fastboot
11 - Copie el archivo vbmeta.img de la carpeta de descarga de LRSA a la carpeta Minimal ADB y Fastboot
12 - Desde la configuración de su dispositivo, habilite las opciones de desarrollador y habilite el desbloqueo OEM
13 - Ejecutar una sesión de cmd con privilegios de administrador
14 - Ejecutar en el cmd: adb reboot bootloader (si todo salió bien el dispositivo debería reiniciarse en modo fastboot)
15 - Ejecutar en el cmd: fastboot flashing unlock
16 - Ejecutar en el cmd: fastboot --disable-verification flash vbmeta vbmeta.img
17 - Ejecutar en el cmd: fastboot flash boot patched_boot.img
18 - Ejecutar en el cmd: fastboot reboot
El dispositivo debería reiniciarse correctamente y todo debería estar listo ahora.
Si sucede algo malo, como un bootloop o algo así, apague el dispositivo y use el LRSA para rescatar su dispositivo
My tablet (TB-x306F) went into a bootloop, but in LSRA I can't rescue my device because it requires USB Debugging and obviously I can't get into the system to use it. What can I do?Following @doink_doink 's post (and some bootloops after...) I finally managed to root my Lenovo M10 HD 2 gen (TB-X306X) with magisk. I'll attempt to write a simple guide for who's still interested with rooting this kind of devices since there's not much literature online.
Rooting Lenovo M10 X306X (should also work for other models)
I am by no means held responsible for eventual damage you can inflict on your device, follow the underlying steps of your own accord.
Desktop Tools:
Minimal ADB and Fastboot
Lenovo Rescue Smart Assistant (LRSA from now on)
MTK (Mediatek) Preload Drivers (If your device isn't listed in fastboot)
Mobile Tools:
Magisk Manager App
Steps:
1 - From LRSA click on "Rescue" Tab
2 - Select the model of your tablet and then download
3 - From "Downloads" in the top right corner of the LRSA, click on "Open" to go into the LRSA download folder
4 - Connect your device and set it into USB Debugging and File Transfer
5 - Copy boot.img from LRSA download folder into the device's download folder
6 - Run Magisk Manager App on your device
7 - From Magisk Manager App choose "Install" on the right side of Magisk
8 - Choose the only option "Select and patch a file"
9 - Choose the boot.img you previously copied into the device's download folder
10 - Copy the new file "patched_boot.img" or similar name to the folder where Minimal ADB and Fastboot was installed
11 - Copy the file vbmeta.img from LRSA download folder to Minimal ADB and Fastboot folder
12 - From your device's settings enable developer options and enable OEM Unlock
13 - Execute a cmd session with administrator privileges
14 - Execute in the cmd: adb reboot bootloader (if everything went right the device should reboot in fastboot mode)
15 - Execute in the cmd: fastboot flashing unlock
16 - Execute in the cmd: fastboot --disable-verification flash vbmeta vbmeta.img
17 - Execute in the cmd: fastboot flash boot patched_boot.img
18 - Execute in the cmd: fastboot reboot
The device should correctly reboot and everything should be good to go now.
If something bad happens, like a bootloop or something, turn off the device and use the LRSA to rescue your device.
My take on your case is that LSRA can also be used with a turned off device once you connect it you can press volume up or down, depending on the model, to restore. I also had many bootloops, the main issue is getting the timing correctly.My tablet (TB-x306F) went into a bootloop, but in LSRA I can't rescue my device because it requires USB Debugging and obviously I can't get into the system to use it. What can I do?
Hi @PleaseHelpmePlease , sadly this issue happened to me too a couple of times. I don't have a bomb proof solution, but I somehow solved it by tampering with button combos for a while. Sadly LRSA isn't the most reliable of the tools.