Ayuda recovery - Verizon Galaxy Note 4 Q&A, Help & Troubleshooting

no e podido actualizar mediante el update zip 5.1.1 en el recovery me marca el error update from external storage is disabled alguna solucion?? :Rodar los ojos::Rodar los ojos:

Related

[ROOT+TWRP] Motorola Moto E4 Plus XT1775 (Owens) [ENG/ESP]

English:
The following guide will allow you gain root privileges on your Moto E4 Plus :fingers-crossed:
Code:
/*
*
* [COLOR="red"]Your warranty is now void.[/COLOR]
* I am not responsible for bricked devices, dead SD cards, or you getting fired because the alarm app failed.
* Please do some research if you have any concerns about features included in this system image before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device,
* I will laugh at you.
*
*/
Before you continue, make sure you've done a backup of your files.
I'm going to give you a list with the files that worked on my device.
Magisk Manager
phh-superSu
TWRP Recovery (Owens XT1775)
Credits:
@ReimuHakurei, @squid2
Source Code: GitHub
Click to expand...
Click to collapse
MotorolaDeviceManager 2.5.4 (Link directo)
Minimal ADB and Fastboot
ADB Platform Tools
You can either download those files using these direct links, or skimming through the original posts. It's your call.
View attachment no-verity-opt-encrypt.zip
View attachment Magisk-v16.0.zip
View attachment Magisk-uninstaller-20180429.zip
View attachment MagiskManager-v5.7.0.apk
View attachment superuser-r259.zip
If you haven't unlocked your bootloader follow @MrIndieJ's guide here.
Minimal ADB and Fastboot and MotorolaDeviceManager will come in handy for that.
Once you've done with unlocking the bootloader, let's proceed.
TEMPORARY FLASH
This is to keep the integrity of your stock recovery image. Please, if you're doing this for the first time, use this method. You could mess up if the recovery image I provided is not compatible with your device.​
Open Minimal ADB and Fastboot and type the following​
Code:
fastboot devices
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
If the lisk is blank, you haven't installed your drivers. Use MotorolaDeviceManager 2.5.4 to install them.​Once you see your device, type in
Code:
fastboot boot recovery.img
This will temporarily flash the TWRP into your device. Let's move on.​[*]STOCK ROM BACKUP​Highly recommended before flashing the root method. This'll help you if you ever mess up.​Since you're already in the main menu of the TWRP, press the BACKUP button.​
.​And you'll see this:​
Check the same checkboxes I marked. By default, it will store those files into your internal storage. You can always change the storage location by pressing the button "Select Storage".​
[*]PERMANENT FLASHING
This will overwrite your stock recovery image. If you've already verified that this file works in your device, you're free to follow these steps.
Open Minimal ADB and Fastboot and type the following​
Code:
fastboot flash recovery recovery.img
This will overwrite the image and you're free to move on.​
ROOT CON MAGISK MANAGER v16.0
In the folder "magisk" you'll find the necessary files to flash the root method.
In the main menu of TWRP look for the file "no-verity-opt-encrypt.zip" into the magisk folder.
OJO: If you skip that installation, you'll get a soft brick (bootloop). Don't skip it.
Install "no-verity-opt-encrypt.zip". When you finish, wipe up the dalvik/cache y go back into your SD's root.
Install "Magisk-v16.0.zip". Once finished, vwipe up the dalvik/cache again and press the reboot system button.
Si seguiste los pasos de forma apropiada deberías de ser capaz de iniciar a Android con normalidad. Para finalizar la instalación del root ,instala "MagiskManager-v5.7.0.apk" desde tu explorador de archivos preferido. Para ello deberás asegurarte de tener habilitada la opción de orígenes desconocidos en tu menú de configuraciones y reinicia tu móvil.
If you followed these steps accordingly, you should be able to boot up normally into android. Note that it will take around two or three minutes. Once done, look up for the "MagiskManager-v5.7.0.apk" and install it. If you don't, you should have the unknown origins option enabled into your security options.
Reboot your device. Voilá. Root.​
If you messed up and skipped the backup, don't worry! @zerogun has a thread to go back to stock if you messed up.​
Spanish:
La siguiente guía contendrá todos los pasos necesarios para obtener el acceso Root en tu Moto E4 Plus :fingers-crossed:
Code:
/*
*
* [COLOR="red"]La garantía de tu dispositivo ha sido anulada.[/COLOR]
* No soy responsable de los daños ocasionados a tu equipo por la instalación de los siguientes archivos.
* Lo estás haciendo por tu propia cuenta, y tomas completa responsabilidad sobre tus actos, y no puedes
* culparme a mi o a XDA y sus respetados desarrolladores.
*
*/
Antes de proceder, asegúrate de hacer una copia de respaldo de todos tus documentos. Procede a discreción. No soy responsable de pérdida de datos, bricks parciales o totales, o cualquier otro daño a tu dispositivo.
Te voy a proveer los archivos que funcionaron en mi dispositivo:
Magisk Manager
phh-superSu
TWRP Recovery (Owens XT1775)
Créditos:
@ReimuHakurei, @squid2
Codigo Fuente: GitHub
Click to expand...
Click to collapse
MotorolaDeviceManager 2.5.4 (Link directo)
Minimal ADB and Fastboot
ADB Platform Tools
Puedes encontrar dichos archivos aquí, o descargarlos directamente desde sus fuentes originales.
View attachment no-verity-opt-encrypt.zip
View attachment Magisk-v16.0.zip
View attachment Magisk-uninstaller-20180429.zip
View attachment MagiskManager-v5.7.0.apk
View attachment superuser-r259.zip
Si no has desbloqueado tu bootloader te recomiendo seguir los pasos de @MrIndieJ en su post.
Para esto te será útil el Minimal ADB and Fastboot y el MotorolaDeviceManager.
Una vez ya hayas desbloqueado el bootloader, procederemos a flashear el TWRP. Yo te daré dos formas de hacerlo:
FLASHEO TEMPORAL
Esto es para no reemplazar el recovery stock que viene con tu teléfono. Esto puede prevenir bootloops, en algunos casos, si es que flasheas una imagen que no sea compatible con tu dispositivo. Te recomiendo que para los fines de este tutorial utilices éste método.​
Ejecutarás Minimal ADB and Fastboot, y conectarás tu dispositivo en modo fastboot (botón de encendido + botón de bajar volumen). Para verificar que está siendo reconocido, tipearás este comando:​
Code:
fastboot devices
Si la lista te aparece vacía, es porque aún no has instalado los drivers de tu dispositivo. Utiliza el MotorolaDeviceManager 2.5.4 para instalarlos.​Al ver que tu dispositivo está siendo reconocido, tipearás el comando
Code:
fastboot boot recovery.img
Esto flasheará de forma temporal el TWRP a tu dispositivo y podrás proseguir a la siguiente etapa del tutorial.​[*]BACKUP DE LA ROM STOCK​Este paso es muy recomendado antes de continuar a la siguiente etapa. Es opcional, pero yo te lo recomiendo para que puedas revertir los cambios, si hiciste algo mal. O si en un futuro, deseas volver a stock.​En el menú principal de TWRP, haz clic en el botón BACKUP.​
.​Esto te llevará a la siguiente ventana:​
Marca las casillas que yo marqué en la imagen. Finalmente, desliza para finalizar el backup. Por defecto, TWRP genera el backup en la memoria interna del dispositivo. Tú puedes cambiar la ubicación del backup haciendo clic en "select storage".​
[*]FLASHEO PERMANENTE
Esto es para reemplazar el recovery stock que viene con tu teléfono. Te recomiendo que utilices este método una vez hayas flasheado de forma temporal, para verificar si tu dispositivo es compatible con el archivo que yo te estoy brindando .
Ejecutarás Minimal ADB and Fastboot, y conectarás tu dispositivo en modo download.
Al ver que tu dispositivo está siendo reconocido, tipearás el comando
Code:
fastboot flash recovery recovery.img
Esto flasheará de forma permanente el TWRP a tu dispositivo y podrás proseguir a la siguiente etapa del tutorial.​
ROOT CON MAGISK MANAGER v16.0
Dentro de la carpeta "magisk" encontrarás los archivos necesarios para completar el root. Descarga los archivos a la raíz de tu memoria SD, e inicia el teléfono en el modo recovery TWRP. Si estás usando el método temporal, sigue los mismos pasos indicados arriba.
Al cargar el TWRP, desliza el botón para hacer cambios en la imagen del sistema. Selecciona el botón "Install", y ubica el archivo "no-verity-opt-encrypt.zip"
OJO: SALTARSE ESTE PASO PUEDE OCASIONAR UN SOFT BRICK EN TU DISPOSITIVO.
Instala "no-verity-opt-encrypt.zip". Al finalizar la instalación, libera la memoria dalvik/caché y vuelve a la raíz de tu SD.
Ahora, instalarás "Magisk-v16.0.zip". Al finalizar la instalación, vuelve a liberar la memoria dalvik/caché y presiona el botón de reiniciar al sistema.
Si seguiste los pasos de forma apropiada deberías de ser capaz de iniciar a Android con normalidad. Para finalizar la instalación del root ,instala "MagiskManager-v5.7.0.apk" desde tu explorador de archivos preferido. Para ello deberás asegurarte de tener habilitada la opción de orígenes desconocidos en tu menú de configuraciones y reinicia tu móvil.
​
ROOT CON phh-SuperSu
Dentro de la carpeta "phh-supersu" encontrarás los archivos necesarios para completar el root. Descarga los archivos a la raíz de tu memoria SD, e inicia el teléfono en el modo recovery TWRP. Si estás usando el método temporal, sigue los mismos pasos indicados arriba.
Al cargar el TWRP, desliza el botón para hacer cambios en la imagen del sistema. Selecciona el botón "Install", y ubica el archivo "no-verity-opt-encrypt.zip"
OJO: SALTARSE ESTE PASO PUEDE OCASIONAR UN SOFT BRICK EN TU DISPOSITIVO.
Instala "no-verity-opt-encrypt.zip". Al finalizar la instalación, libera la memoria dalvik/caché y vuelve a la raíz de tu SD.
Ahora, instalarás "superuser-r259". Al finalizar la instalación, vuelve a liberar la memoria dalvik/caché y presiona el botón de reiniciar al sistema.
Si seguiste los pasos de forma apropiada deberías de ser capaz de iniciar a Android con normalidad. Para finalizar la instalación del root instala "SuperSu" desde la Play Store y reinicia tu móvil.​Si no hiciste copia de seguridad de tus archivos, y brickeaste tu dispositivo... ¡no te preocupes! @zerogun tiene un hilo para volver a la stockrom en caso de bricks.​
​
Thanks again everyone have great day.you have made things work rock on.
noob question, when I download from step 3. The github file is "twrp_device_motorola_owens-twrp.zip" there is no "recovery.img" file for fastboot to find. I'm missing an obvious step?
Deleted
bcrichster said:
Hey bro, @Josh'sDroid ..your fastboot cmds are wrecking Boost Mobile user's devices, could you please update the cmds or remove the XT1776 reference? Thanks in advance, great work tho
Click to expand...
Click to collapse
There's no reference whatsoever for the XT1776.
Josh'sDroid said:
There's no reference whatsoever for the XT1776.
Click to expand...
Click to collapse
You're right, my bad. I had deleted my post last night
Sent from my Moto E (4) Plus using Tapatalk
Thanks again everything worked great ? I have root again thanks things are user friendly you make my day..
Thanks:laugh:
thanks. But I read somewhere in this forum that we no longer need "no-verity-opt-encrypt.zip" is that correct? also, I missed the permanent flash step (fastboot flash recovery recovery.img), I only flash twrp temporarily and move on from there. My phone is rooted even with the temporary twrp. Can I leave it that way or do I need to go back and flash the twrp permanently? thanks!
there is a way to use thos method on xt1775 from amazon?
Unfortunately: i encountered bootloop
Josh'sDroid said:
English:
The following guide will allow you gain root privileges on your Moto E4 Plus :fingers-crossed:
Code:
/*
*
* [COLOR="red"]Your warranty is now void.[/COLOR]
* I am not responsible for bricked devices, dead SD cards, or you getting fired because the alarm app failed.
* Please do some research if you have any concerns about features included in this system image before flashing it!
* YOU are choosing to make these modifications, and if you point the finger at me for messing up your device,
* I will laugh at you.
*
*/
Before you continue, make sure you've done a backup of your files.
I'm going to give you a list with the files that worked on my device.
Magisk Manager
phh-superSu
TWRP Recovery (Owens XT1775)
MotorolaDeviceManager 2.5.4 (Link directo)
Minimal ADB and Fastboot
ADB Platform Tools
You can either download those files using these direct links, or skimming through the original posts. It's your call.
View attachment 4502626
View attachment 4502627
View attachment 4502628
View attachment 4502629
View attachment 4502630
If you haven't unlocked your bootloader follow @MrIndieJ's guide here.
Minimal ADB and Fastboot and MotorolaDeviceManager will come in handy for that.
Once you've done with unlocking the bootloader, let's proceed.
TEMPORARY FLASH
This is to keep the integrity of your stock recovery image. Please, if you're doing this for the first time, use this method. You could mess up if the recovery image I provided is not compatible with your device.​
Open Minimal ADB and Fastboot and type the following​
Code:
fastboot devices
If the lisk is blank, you haven't installed your drivers. Use MotorolaDeviceManager 2.5.4 to install them.​Once you see your device, type in
Code:
fastboot boot recovery.img
This will temporarily flash the TWRP into your device. Let's move on.​[*]STOCK ROM BACKUP​Highly recommended before flashing the root method. This'll help you if you ever mess up.​Since you're already in the main menu of the TWRP, press the BACKUP button.​
.​And you'll see this:​
Check the same checkboxes I marked. By default, it will store those files into your internal storage. You can always change the storage location by pressing the button "Select Storage".​
[*]PERMANENT FLASHING
This will overwrite your stock recovery image. If you've already verified that this file works in your device, you're free to follow these steps.
Open Minimal ADB and Fastboot and type the following​
Code:
fastboot flash recovery recovery.img
This will overwrite the image and you're free to move on.​
ROOT CON MAGISK MANAGER v16.0
In the folder "magisk" you'll find the necessary files to flash the root method.
In the main menu of TWRP look for the file "no-verity-opt-encrypt.zip" into the magisk folder.
OJO: If you skip that installation, you'll get a soft brick (bootloop). Don't skip it.
Install "no-verity-opt-encrypt.zip". When you finish, wipe up the dalvik/cache y go back into your SD's root.
Install "Magisk-v16.0.zip". Once finished, vwipe up the dalvik/cache again and press the reboot system button.
Si seguiste los pasos de forma apropiada deberías de ser capaz de iniciar a Android con normalidad. Para finalizar la instalación del root ,instala "MagiskManager-v5.7.0.apk" desde tu explorador de archivos preferido. Para ello deberás asegurarte de tener habilitada la opción de orígenes desconocidos en tu menú de configuraciones y reinicia tu móvil.
If you followed these steps accordingly, you should be able to boot up normally into android. Note that it will take around two or three minutes. Once done, look up for the "MagiskManager-v5.7.0.apk" and install it. If you don't, you should have the unknown origins option enabled into your security options.
Reboot your device. Voilá. Root.​
If you messed up and skipped the backup, don't worry! @zerogun has a thread to go back to stock if you messed up.​
Spanish:
La siguiente guía contendrá todos los pasos necesarios para obtener el acceso Root en tu Moto E4 Plus :fingers-crossed:
Code:
/*
*
* [COLOR="red"]La garantía de tu dispositivo ha sido anulada.[/COLOR]
* No soy responsable de los daños ocasionados a tu equipo por la instalación de los siguientes archivos.
* Lo estás haciendo por tu propia cuenta, y tomas completa responsabilidad sobre tus actos, y no puedes
* culparme a mi o a XDA y sus respetados desarrolladores.
*
*/
Antes de proceder, asegúrate de hacer una copia de respaldo de todos tus documentos. Procede a discreción. No soy responsable de pérdida de datos, bricks parciales o totales, o cualquier otro daño a tu dispositivo.
Te voy a proveer los archivos que funcionaron en mi dispositivo:
Magisk Manager
phh-superSu
TWRP Recovery (Owens XT1775)
MotorolaDeviceManager 2.5.4 (Link directo)
Minimal ADB and Fastboot
ADB Platform Tools
Puedes encontrar dichos archivos aquí, o descargarlos directamente desde sus fuentes originales.
View attachment 4502626
View attachment 4502627
View attachment 4502628
View attachment 4502629
View attachment 4502630
Si no has desbloqueado tu bootloader te recomiendo seguir los pasos de @MrIndieJ en su post.
Para esto te será útil el Minimal ADB and Fastboot y el MotorolaDeviceManager.
Una vez ya hayas desbloqueado el bootloader, procederemos a flashear el TWRP. Yo te daré dos formas de hacerlo:
FLASHEO TEMPORAL
Esto es para no reemplazar el recovery stock que viene con tu teléfono. Esto puede prevenir bootloops, en algunos casos, si es que flasheas una imagen que no sea compatible con tu dispositivo. Te recomiendo que para los fines de este tutorial utilices éste método.​
Ejecutarás Minimal ADB and Fastboot, y conectarás tu dispositivo en modo fastboot (botón de encendido + botón de bajar volumen). Para verificar que está siendo reconocido, tipearás este comando:​
Code:
fastboot devices
Si la lista te aparece vacía, es porque aún no has instalado los drivers de tu dispositivo. Utiliza el MotorolaDeviceManager 2.5.4 para instalarlos.​Al ver que tu dispositivo está siendo reconocido, tipearás el comando
Code:
fastboot boot recovery.img
Esto flasheará de forma temporal el TWRP a tu dispositivo y podrás proseguir a la siguiente etapa del tutorial.​[*]BACKUP DE LA ROM STOCK​Este paso es muy recomendado antes de continuar a la siguiente etapa. Es opcional, pero yo te lo recomiendo para que puedas revertir los cambios, si hiciste algo mal. O si en un futuro, deseas volver a stock.​En el menú principal de TWRP, haz clic en el botón BACKUP.​
.​Esto te llevará a la siguiente ventana:​
Marca las casillas que yo marqué en la imagen. Finalmente, desliza para finalizar el backup. Por defecto, TWRP genera el backup en la memoria interna del dispositivo. Tú puedes cambiar la ubicación del backup haciendo clic en "select storage".​
[*]FLASHEO PERMANENTE
Esto es para reemplazar el recovery stock que viene con tu teléfono. Te recomiendo que utilices este método una vez hayas flasheado de forma temporal, para verificar si tu dispositivo es compatible con el archivo que yo te estoy brindando .
Ejecutarás Minimal ADB and Fastboot, y conectarás tu dispositivo en modo download.
Al ver que tu dispositivo está siendo reconocido, tipearás el comando
Code:
fastboot flash recovery recovery.img
Esto flasheará de forma permanente el TWRP a tu dispositivo y podrás proseguir a la siguiente etapa del tutorial.​
ROOT CON MAGISK MANAGER v16.0
Dentro de la carpeta "magisk" encontrarás los archivos necesarios para completar el root. Descarga los archivos a la raíz de tu memoria SD, e inicia el teléfono en el modo recovery TWRP. Si estás usando el método temporal, sigue los mismos pasos indicados arriba.
Al cargar el TWRP, desliza el botón para hacer cambios en la imagen del sistema. Selecciona el botón "Install", y ubica el archivo "no-verity-opt-encrypt.zip"
OJO: SALTARSE ESTE PASO PUEDE OCASIONAR UN SOFT BRICK EN TU DISPOSITIVO.
Instala "no-verity-opt-encrypt.zip". Al finalizar la instalación, libera la memoria dalvik/caché y vuelve a la raíz de tu SD.
Ahora, instalarás "Magisk-v16.0.zip". Al finalizar la instalación, vuelve a liberar la memoria dalvik/caché y presiona el botón de reiniciar al sistema.
Si seguiste los pasos de forma apropiada deberías de ser capaz de iniciar a Android con normalidad. Para finalizar la instalación del root ,instala "MagiskManager-v5.7.0.apk" desde tu explorador de archivos preferido. Para ello deberás asegurarte de tener habilitada la opción de orígenes desconocidos en tu menú de configuraciones y reinicia tu móvil.
​
ROOT CON phh-SuperSu
Dentro de la carpeta "phh-supersu" encontrarás los archivos necesarios para completar el root. Descarga los archivos a la raíz de tu memoria SD, e inicia el teléfono en el modo recovery TWRP. Si estás usando el método temporal, sigue los mismos pasos indicados arriba.
Al cargar el TWRP, desliza el botón para hacer cambios en la imagen del sistema. Selecciona el botón "Install", y ubica el archivo "no-verity-opt-encrypt.zip"
OJO: SALTARSE ESTE PASO PUEDE OCASIONAR UN SOFT BRICK EN TU DISPOSITIVO.
Instala "no-verity-opt-encrypt.zip". Al finalizar la instalación, libera la memoria dalvik/caché y vuelve a la raíz de tu SD.
Ahora, instalarás "superuser-r259". Al finalizar la instalación, vuelve a liberar la memoria dalvik/caché y presiona el botón de reiniciar al sistema.
Si seguiste los pasos de forma apropiada deberías de ser capaz de iniciar a Android con normalidad. Para finalizar la instalación del root instala "SuperSu" desde la Play Store y reinicia tu móvil.​Si no hiciste copia de seguridad de tus archivos, y brickeaste tu dispositivo... ¡no te preocupes! @zerogun tiene un hilo para volver a la stockrom en caso de bricks.​
​
Click to expand...
Click to collapse
Tried >fastboot boot "recovery_file.img" (temporary boot)
"reason why i ended up here because of error i encountered (fastboot failed remote size too large)"
entered into twrp, the problem is backup was disrupted... and i hit reboot and now i'm into bootloop: restart and displays "erasing" how do i resolve this? :crying:
the phone is not anymore visible in my computer
thanks in advance for your answer!!!​
Stuck to TWRP
NewGuyNew said:
Tried >fastboot boot "recovery_file.img" (temporary boot)
"reason why i ended up here because of error i encountered (fastboot failed remote size too large)"
entered into twrp, the problem is backup was disrupted... and i hit reboot and now i'm into bootloop: restart and displays "erasing" how do i resolve this? :crying:
the phone is not anymore visible in my computer
thanks in advance for your answer!!!
Click to expand...
Click to collapse
I was able to backup recovery and proceed with flashing recovery
Although, i tried flashing "twrp-3.2.3-1-nicklaus.img" but to no avail because of file size too large
so, i instead flash "twrp-3.2.3-0-nicklaus.img" successful, however when i tried to flash "Magisk-v18.1.zip" and reboot system, it seems that my phone keeps on restarts and goes back to twrp.
What have i done wrong?
Is there still a chance that i can make my Moto E4 plus work again? or this is a dead end? :crying:
please let me know if this is the wrong thread.
Thanks anyone who can help.
Doesn't look like this thread is being maintained anymore, but just wanted to say thanks for the guide, and point out that I didn't have any luck with the TWRP d/l from GitHub. When I flashed it with fastboot on my unlocked XT1775, I got errors and I think I may have damaged stock recovery. Can't get into it untethered anymore, although it still works through fastboot.
I ended up just temp flashing Squid2's TWRP from
From there, I just installed "no-verity-opt-encrypt.zip" and magisk-v20.1.zip through temp TWRP, followed each up with wipe/reboot-to-temp-TWRP, and then rebooted and installed Magisk Manager.

Rooted EMUI 8.2 to 9 via OTA

Hi Guys,
so the EMUI 9 (Pie) update is now rolling out and is telling me to update (OTA)..
currently rooted (magisk) and has twrp installed..
flashed back stock recovery but the OTA did not continue..
am I missing other steps? do I need to uninstall magisk and unroot?
Device = PAR-LX9
P.S. > OTA patch updates before in EMUI 8 continue despite having twrp and magisk installed
(after OTA it just removes root and twrp so I'll just flash them back; but it's not the case now with EMUI 8.2 to 9)
anybody who experiences more or less the same?
thanks
did you pay to get ur BL unlocked>?
HuRUpdater works
I did. HuRUpdater works except when including recovery.img (the phone reports an error with Volume up + Power)
I'll try to flash TWRP via fastboot; The partitions are still the same right? recovery_ramdisk?
Update
Ok, I was able to flash TWRP via fastboot...
(Note: Bootloader should be unlocked)
this guide in the P20 Pro forums works:
forum.xda-developers.com/huawei-p20-pro/how-to/guide-manual-update-p20-pro-hurupdater-t3816283
BUT
do not include twrp renamed to recovery.img (or any image for that matter).. for some reason the phone says it's invalid data when you try to reboot to TWRP when including it in HuRUpdater
to be safe just include update.zip , update_all_hw.zip and update_data_public.zip in HuRUpdater
after the procedure in the P20 forum.. reboot just to check if the firmware is installed.. ***you will lose root and TWRP***
then, reboot to fastboot and flash TWRP as usual..
then you can proceed with rooting (I didn't root for now..)
Cheers,
hi
i have PAR-LX9 and no have update yet to emui 9, need wait a little more.
looking in app finder but recently update.zip, etc was removed from server
PD: am from mexico, huawei nova 3 PAR-LX9/L09 same equal but no have idea we can root this device.
Hola soy del país de México .... También tengo EL HUAWEI NOVA 3 PAR-LX3
Quisiera a alguien de su ayuda... ¡
Por lo menos alguna forma de mandar a pedir los números para desbloquear el bootloader de mi HUAWEI NOVA 3 PAR-LX3... Ya que he buscado páginas desde el año pasado cuando cerró China para lo del código y hasta el día de hoy... No he podido encontrar la forma de obtener...
Alguien que ya aya podido tener el código... O me de algúna liga yo se lo agradeceré mucho... Mi cuestión es la siguiente borre sin querer toda la información de la memoria interna al conectarlo a una lap de hermano y por copiar una película se mando arriba en una notificación en proceso limpieza del teléfono del máster y lo cancele y apague por no habia forma de detenerlo y al iniciarlo ya había perdido todo.
El cual busque en Internet y por días programas paga recuperar pero la mayoría usa acceso root y no lo soy descargue el DR FONE y no me sirve intenta rutearlo primero y luego me dice que tuvo exito
Pido al alguien me apoyo por favor...
EmmanuelVA said:
Quisiera a alguien de su ayuda... ¡
Por lo menos alguna forma de mandar a pedir los números para desbloquear el bootloader de mi HUAWEI NOVA 3 PAR-LX3... Ya que he buscado páginas desde el año pasado cuando cerró China para lo del código y hasta el día de hoy... No he podido encontrar la forma de obtener...
Alguien que ya aya podido tener el código... O me de algúna liga yo se lo agradeceré mucho... Mi cuestión es la siguiente borre sin querer toda la información de la memoria interna al conectarlo a una lap de hermano y por copiar una película se mando arriba en una notificación en proceso limpieza del teléfono del máster y lo cancele y apague por no habia forma de detenerlo y al iniciarlo ya había perdido todo.
El cual busque en Internet y por días programas paga recuperar pero la mayoría usa acceso root y no lo soy descargue el DR FONE y no me sirve intenta rutearlo primero y luego me dice que tuvo exito
Pido al alguien me apoyo por favor...
Click to expand...
Click to collapse
hey, ¿pudiste desbloquearlo de alguna manera?

ADB Error:Closed Somebody helpme

Hi, how are you? Well it turns out that I want to edit a file on my cell phone system and to do so I need to have it turned off as is logical but the problem is that I cannot use adb and thus be able to use the push command to insert the modified file.
I have TWRP 3.3.1 installed on the cell phone
And I also have version 1.0.41 of ADB.
I already read in some forums that the problem could be due to recovery or ADB and that updating could be solved, but no. The problem persists and I'm going crazy.
Please help.​
Hola que tal. Bueno resulta que quiero editar un archivo del sistema de mi celular y para hacerlo necesito tenerlo apagado como es lógico pero el problema persiste en que no puedo usar el adb y así poder usar el comando push para meter el archivo modificado.
Tengo TWRP 3.3.1 instalado en el celular
Y tambien tengo la version 1.0.41 de ADB.
Ya leí en algunos foros que el problema podría ser por el recovery o el ADB y que actualizando podría llegar a solucionarse, pero no. El problema persiste y me estoy volviendo loco.
Ayuda porfavor. ​

One plus 5 Proyecto Treble VNDK versión 27.0

Good morning everyone, I need help with my one plus 5, I am in version 5.1.7, 8.1, from there I have tried by all means, twrp, adb, side load, dirty load, flashing by MsmDownloadTool, to update to android 9.0 or higher, but when the updates finish successfully, the phone starts with the screen on but does not give any image, nor by restarting the screen it loads, it looks illuminated, but nothing else, I think the solution may be in the Information from the Treble Info application that I downloaded and says: 1- Treble and VNDK, your device supports the legacy version of the Treble project using VNDK version 27.0
2- System as Root, Your device does not support System as Root. Use an A-only operating system.
3- Architecture, Your device is ARM64.
4- Background updates, Background updates are not supported. Your device must go into recovery mode to install updates, and there is a high risk of failure compared to devices that support background updates.
What happens is that the previous information is not interpreted to be able to carry out the updates correctly following these parameters, I ask you to please give me a cable step by step to be able to update, thank you very much and excuse me throughout this consultation.
Buenos días a todos, necesito una ayuda con mi one plus 5, estoy en la versión 5.1.7, 8.1, desde allí he intentado por todos los medios, twrp, adb, carga lateral, carga en sucio, flasheando por MsmDownloadTool, para actualizar a android 9.0 o superior, pero cuando las actualizaciones terminan exitosamente, el celular se inicia con la pantalla encendida pero no da ninguna imagen, ni reiniciando la pantalla se carga, se ve iluminada, pero nada más, pienso que la solución puede estar en la información de la aplicación Treble Info que descargué y dice: 1- Treble y VNDK, tu dispositivo soporta la versión de legado del proyecto Treble usando VNDK versión 27.0
2- Sistema como Root, Tu dispositivo no soporta Sistema como Root. Usa un sistema operativo A-only.
3- Arquitectura, Tu dispositivo es ARM64.
4- Actualizaciones en segundo plano, Las actualizaciones en segundo plano no están soportadas. Tu dispositivo debe entrar en el modo de recuperación para instalar actualizaciones y hay un riesgo elevado de fallos, comparado con los dispositivos que soportan las actualizaciones en segundo plano.
Lo que pasa es que no se interpretar la anterior información para poder realizar las actualizaciones correctamente siguiendo estos parámetros, les pido por favor me echen un cable paso a paso para poder actualizar, muchas gracias y disculpen lo largo de esta consulta.

Question Help to remove device startup is corrupt message

MOD EDIT: ENGLISH TRANSLATION ADDED
Hello, good afternoon, can someone help me delete this message from my device?
They changed things in developer mode and when they returned it to me they restarted it and I passed that message to someone
-------------------------------------
Hola buenas tardes alguien me puede ayudar a borrar este mensaje de mi dispositivo?
Cambiaron cosas en modo desarrollador y cuando me lo devolvieron lo reiniciaron y le paso ese mensaje a alguien
nesesitas flashear un eng firmware,deshabilitas el desbloqueo OEM desde ajustes y flasheas una stock rom global.
me paso lo mismo y de esa manera lo solucione.
lo flashee por modo brom
Flash stock ROM

Categories

Resources