Before flagging me as SPAM or something like that, please check that this post isn't dead, I'm just working hard on trying to get it booting. Stay tuned . If you ever need more information, please check the "Editing reason".
If you want to see the spanish version please check at the bottom of the post. // Si quieres ver la version en español, por favor mira al final del post.
Hi guys, I'm now here to show my first ROM port and my first touch on Android development.
Code:
[COLOR="red"]* Include <std_disclaimer.h>
* Your warranty is now void.
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* 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.
*[/COLOR]
Features: (the ones that must work, taking in mind the working features on the base ROM)
- WiFi
- LCD
- Graphics card
- Bluetooth
- External memory
Working:
- Installer
- Flashing and formatting partitions
- Getting to the bootloader (LG Logo), passing it and start to show the bootanimation.
Currently NOT working:
- Complete the first boot
To do:
- Get it to boot
- Make the installer nicer and sync it with TWRP's progress bar.
Download links:
ROM: Will be available in some hours.
Model-based fixes: p768, for the rest of the models, it should work without any trouble.
Code:
Credits:
- To @artit for the [URL="http://d-h.st/T63"]camera fix for p768[/URL] available above.
- To the CyanogenMod Team for their official and clean CM ROM. (for more info check [url]http://get.cm/?device=p760[/url] at [B]2013-07-12 09:45:40[/B] as build date).
- [STRIKE]To @mateo1111 for the [URL="http://forum.xda-developers.com/showthread.php?t=2405724"]base ROM[/URL].[/STRIKE]
- [STRIKE]To @Rohan Taneja for the [URL="http://forum.xda-developers.com/showthread.php?t=2436035"]ported ROM[/URL] (which might need to be changed, because it feels not compatible with the base ROM, I'll give more news later).[/STRIKE] ([I][COLOR="Gray"]unable to get it to boot, trying with another PORT[/COLOR][/I])
- To @vvaibhavv for the [URL="http://forum.xda-developers.com/galaxy-core/development/rom-baidu-os-samsung-galaxy-core-duos-t2999293"]ported ROM[/URL].
- To @rishabh.raj37 for his nicely [URL="http://forum.xda-developers.com/showthread.php?t=1908008"]simple ROM porting tutorial[/URL].
Speaking spanish? // ¿Hablando español?
Hola chicos, estoy aqui para mostrarles mi primera ROM portada y mi primer toque en relacion con el desarrollo en Android.
Code:
[COLOR="red"]* Include <std_disclaimer.h>
* Tu garantia esta ahora vulnerada.
* No me hago responsable por dispositivos brickeados, tarjetas SD muertas,
* guerras termonucleares, o tu enojandote porque la aplicacion de Alarma fallo. ¡Por favor
* investiga un poco si tienes alguna duda acerca de las caracteristicas de esta ROM
* antes de flashearla! TU eliges hacer estas modificaciones, y si
* me culpas por haber danado tu dispositivo, me reire de ti.
*[/COLOR]
Caracteristicas: (las que deben funcionar, teniendo en cuenta las que funcionan en la ROM base).
- WiFi
- LCD
- Tarjeta grafica
- Bluetooth
- Memoria externa
Funcionando:
- Instalador
- Flashear y formatear las particiones
- Entrada al cargador de arranque, pasarlo y entrar a la animacion de inicio de la ROM portada
Actualmente NO funcionando:
- Completar el primer inicio
A do:
- Hacer que arranque
- Lograr que el instalador se vea mas bello y sea sincronico a la barra de progreso del recovery TWRP
Links de descarga:
ROM: Estara disponible en unas horas.
Correciones segun el modelo: p768, para el resto de los modelos, deberia funcionar sin ningun problema.
Code:
Creditos:
- A @artit por la [URL="http://d-h.st/T63"]correcion de camara para p768[/URL] disponible arriba.
- Al equipo de CyanogenMod por su ROM oficial y limpia. (para mas informacion por favor visita [url]http://get.cm/?device=p760[/url] en [B]2013-07-12 09:45:40[/B] como fecha de compilacion).
- [STRIKE]A @mateo1111 por la [URL="http://forum.xda-developers.com/showthread.php?t=2405724"]ROM base[/URL].[/STRIKE]
- [STRIKE]A @Rohan Taneja por la [URL="http://forum.xda-developers.com/showthread.php?t=2436035"]ROM portada[/URL] (la cual puede necesitar ser cambiada, porque parece incompatible).[/STRIKE] ([I][COLOR="Gray"]imposible hacerla arrancar, intentando PORTAR desde otra ROM[/COLOR][/I])
- A @vvaibhavv por la [URL="http://forum.xda-developers.com/galaxy-core/development/rom-baidu-os-samsung-galaxy-core-duos-t2999293"]ROM portada[/URL].
- A @rishabh.raj37 por su hermosamente [URL="http://forum.xda-developers.com/showthread.php?t=1908008"]simple tutorial para portar ROMs[/URL].
Delayed development.
PS: MOD, if you want, delete this, I'm not sure if I'll be able to continue testing.
Changelogs
04/03/16: Just bootanimation, changed updater-script parameters to fulfill permission requirements.
06/03/16: Not booting, seems to be a deadboot case. Booted to recovery and re-flashed last working ROM.
07/03/16: Switched base ROM from mateo1111's ROM to CM Team's one. Still trying to get it to boot. As a side note, it seems like SELinux is getting it to not-boot as a side-effect of the system files being constantly changed from the first build, will now try without SELinux.
Hi, it could be intresting. Good work
satiryco said:
Hi, it could be intresting. Good work
Click to expand...
Click to collapse
Thanks, I'll be still trying in a while.
Hei any news?
Which android version is this ROM? You better get it working soon because XDA doesn't like placeholder threads.
EdwinMoq said:
Which android version is this ROM? You better get it working soon because XDA doesn't like placeholder threads.
Click to expand...
Click to collapse
I know that, anyways, I'm still trying to get it to boot. Any hints will be appreciated, if you like, I can upload it just as an ALPHA flashable .zip.
It makes use of Android 4.2.2 Jelly Bean - No SELinux.
facuarmo said:
I know that, anyways, I'm still trying to get it to boot. Any hints will be appreciated, if you like, I can upload it just as an ALPHA flashable .zip.
It makes use of Android 4.2.2 Jelly Bean - No SELinux.
Click to expand...
Click to collapse
The first thing you should do is get logs. While bootlooping connect the phone to the PC and if you are lucky the adb service have already loaded and you can get logcats.
EdwinMoq said:
The first thing you should do is get logs. While bootlooping connect the phone to the PC and if you are lucky the adb service have already loaded and you can get logcats.
Click to expand...
Click to collapse
It's been loaded, anyways, thanks to the base ROM being 4.3.x it's been using ADB secure. Disabling it on build.prop will make it to boot to a blank screen. Such a strange issue.
Switching to an older base ROM (CM 10.1 ) will also get to a blank screen and no drivers loaded.
Any hints?
Related
Full Rom, works fine, stable, no more specifications.
Try it.
Url Link:
http://www.htcmania.com/showthread.php?t=131090
Download:
htttp://www.megaupload.com/?d=KL8Z8YIZ
Whats in it?
roner said:
Full Rom, works fine, stable, no more specifications.
Try it.
Url Link:
http://www.htcmania.com/showthread.php?t=131090
Download:
htttp://www.megaupload.com/?d=KL8Z8YIZ
Click to expand...
Click to collapse
Being a junior member with so few posts, you're going to have to be a lot more user-friendly to start getting followers. Well established developers list full details of what's entailed in their roms. A new (at least new to XDA) should be inclined to do so as well. I would think it rare for people to just flash their phones with some software and not know what they're getting, even if they did look into the zip file before-hand.
Does it include apps2ext (oldschool) ?
SuperFroyo N1 4.2
Actualización total de la 4.0 hacia la 4.2
Se instala igual que cualquier otra rom desde el recovery y os dejo que vosotros mismos encontreis las gracias de la rom, pero aseguro no defraudará.
Podeis buscar informacion de la rom en cualquier Superfroyo de como instalarla o lo que lleva.
Basada en source de Cyano con muchas modificaciones internas para mejorar lo inmejorable.
No explico mas y que os guste.
Se incluye el Launcher pro desde aplicaciones en el SupSetup y ADWLauncher 1.1.13
En WUALA
http://www.wuala.com/superatmel/Supe... Nexus One
http://www.htcmania.com/attachment.php?attachmentid=41178&stc=1&d=1282566427
http://www.htcmania.com/attachment.php?attachmentid=41180&stc=1&d=1282566427
English dude, English.
Ok
I like your ROM, evrething it's ok so far.
Thanks a lot !!!
Christopher3712 said:
Being a junior member with so few posts, you're going to have to be a lot more user-friendly to start getting followers. Well established developers list full details of what's entailed in their roms. A new (at least new to XDA) should be inclined to do so as well. I would think it rare for people to just flash their phones with some software and not know what they're getting, even if they did look into the zip file before-hand.
Click to expand...
Click to collapse
+1
It's weird XDA moderators even allow such a post...
this rom is for those users users who asked me for root in stock, this rom has limo kernel on it is 90% stock i just remove the knox and deodex it to enable the modding by xposed
features:
Stock 100%
deknoxed
deodexed
limo kernel for great performance and battery life
root selector in aroma installer
How To install:
if you are coming from other rom ( like limonade or notep ) just make a full wipe and install the rom and the CSC.zip then reboot and enjoy.
1° must have latest firmware installed FOR M variant( search for it )
2° install my modded bootloader ( via odin ) : Bootloader
3° install TWRP ( via odin ) : TWRP 7.0
4° must have downloaded the rom in the SD card
5° open twrp and make a full wipe ( dalvik, cache, system, internal memory and data )
6° install the rom and csc.zip then restart and enjoy
Download:
Stock Rom
CSC file
ROM OS Version: 7.0.x Nougat
ROM Kernel: Linux 3.18.14
ROM Firmware Required: Stock Nougat Android 7.0
Status: Stable
Created 24-04-2018
Last Updated 24-04-2018
reserved
another one
You the real mvp
thank you , very work. nice room.
Genio!!!!
Muchas gracias por tu esfuerzo y la dedicacion!!!!
Encantada con tu trabajo! Muchas gracias por todos los aportes.
Tengo un problema luego de que flasheo el recovery twrp, despues de que dice PASS en odin y lo reinicio en modo recovery no me redirecciona a twrp, se pone la pantalla azul e dice Installing updates, luego error y me manda al recovery común, luego cuando intento hacer wipe me dice e failed to mount /efs . Tendrias alguna idea de porque?
Desde ya, muchas gracias
Jacqueline roballo said:
Encantada con tu trabajo! Muchas gracias por todos los aportes.
Tengo un problema luego de que flasheo el recovery twrp, despues de que dice PASS en odin y lo reinicio en modo recovery no me redirecciona a twrp, se pone la pantalla azul e dice Installing updates, luego error y me manda al recovery común, luego cuando intento hacer wipe me dice e failed to mount /efs . Tendrias alguna idea de porque?
Desde ya, muchas gracias
Click to expand...
Click to collapse
es probable que la versión de twrp que estas instalando no sea la correcta o estes haciendo mal el procedimiento, te invito a leer el post y realizar los pasos al pie de la letra, cualquier cosa, me puedes contactar por aqui mismo o porm ensaje privado TWRP para j5 Prime
will it work with sm-g570f ?
jhotayex said:
will it work with sm-g570f ?
Click to expand...
Click to collapse
read carefully the text in title and tell me if you see a f there
you don't have to a b×××× about...i just brought galaxy j5 prime and i have just little knowledge about this ddevices. many device support similer verient rom,so I just asked you from this prospective.you could just replay with you or no.
Es necesario hacer un wipe all incluso si ya tenia la stock??
Me pasa lo mismo
Cuando intento actualizar la rom .. me dice que solo oficial release de recovery puede ser instalada... y nada queda la que me vino orginal... j5 prime actualizado a junio 2018 con la oficial. Android 7.0.
Mil gracia x tu ayuda
tutibreaker said:
es probable que la versión de twrp que estas instalando no sea la correcta o estes haciendo mal el procedimiento, te invito a leer el post y realizar los pasos al pie de la letra, cualquier cosa, me puedes contactar por aqui mismo o porm ensaje privado TWRP para j5 Prime
Click to expand...
Click to collapse
Hi!
I know this post is a little old but I tried installing the ROM and now my phone is stuck on the SAMSUNG logo, it won't go on from there. I can turn it on in recovery mode but after wiping it several times and installing the .zip files countless times, it still won't work. Any suggestions?
migueldp4 said:
Hi!
I know this post is a little old but I tried installing the ROM and now my phone is stuck on the SAMSUNG logo, it won't go on from there. I can turn it on in recovery mode but after wiping it several times and installing the .zip files countless times, it still won't work. Any suggestions?
Click to expand...
Click to collapse
You must enter in download mode and flash stock rom from sammobile to try again ....
This guide is for those spanish native speakers that do no understand the english language, please note that translators sometimes makes inaccurate translations and might cause misleads, causing confusion or a required CRITICAL step to not be followed properly. These inaccuracies with the fact non-English speakers might not understand everything as well as a native or fluent speaker, can lead to otherwise unwanted avoidable bricks.
POR MOTIVOS DE SEGURIDAD TU BOOTLOADER DEBE ESTAR DESBLOQUEADO, SI ESTA BLOQUEADO Y ALGO SALE MAL EN EL PROCESO NO PODRAS DESBRICKEARLO Y QUEDARA INSERVIBLE, NO ME HAGO RESPONSABLE POR INSTALACIONES FALLIDAS, BRICKEOS, ETC. SE RECOMIENDA ENCARECIDAMENTE HACER BACKUP DE TODAS TUS PARTICIONES CON TWRP (SOBRETODO DE LA PARTICIÓN EFS PARA RESTAURAR TU IMEI) ANTES DE COMENZAR.
Esta guía está basada en la guía de @HTCDevil, de hecho es una traducción al español de la misma pero con algunas modificaciones y otros detalles agregados, y en este caso la adapté para hacer posible la actualización de Stock 8 (Oreo) a Stock 9 (Pie).
Se ha comprobado que este método funciona con las siguientes variantes del Z2 Play:
XT1710-01, XT1710-02, XT1710-06, XT1710-07, XT1710-09 y XT1710-10 funcionan sin problemas, también funciona con el XT1710-08 y XT1710-11, pero con últimos dos hay que hacer unos ligeros ajustes en el script. He incluido todas las variantes posibles para estos casos.
Agradecimientos especiales a Junior Passos @Junior Passos , el dueño (OP) del post original de Moto Z Brasil.
NOTA: Esta guía está asumiendo que ya tienes instalado Stock 8 (Oreo) en tu Z2 Play, si tu teléfono se encuentra en la versión 7 (Nougat), puedes usarla de igual modo, pero debes fijarte que estés ejecutando el script que actualice a la versión correspondiente. Hay un script para cada modelo del Z2 Play.
Pasos a seguir:
1) Descarguen los drivers (links al final del post)
2) Instala los drivers (Windows) en este orden, primero instala los Drivers Universales ADB, luego instala los drivers de Motorola y reinicia la PC;
3) Descomprime el firmware, el ADB y los scripts todos juntos en la misma carpeta (agradecimientos a htcmania por el paquete);
4) Apaga tu teléfono y ponlo en modo fastboot (Volumen menos + Power), luego conéctalo a la computadora, espera la instalación de los drivers si es necesario;
5) Copia el script correspondiente a la carpeta raíz donde se encuentra el ejecutable adb.exe
6) Dependiendo de tu modelo y la versión de Android que vayas a actualizar, ejecuta el script que termina en .bat y sigue las instrucciones.
Listo.
Se recomienda uns instalación limpia, es decir actualizar + borrar datos de usuario.
Para simplificar las cosas hay 3 líneas omitidas que realmente no hacen falta y de hecho pueden causar problemas en las variantes chinas, estas son:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
Se sabe que el módem (NON-HLOS.bin) que viene con Stock Pie causa problemas de audio durante las llamadas cuando se está utilizando esta versión del módem en un Custom ROM, porque distorsiona el audio a tal grado que se hace imposible entenderlas, por eso esta línea debe omitirse a menos que estés en Nougat y quieras actualizar a Oreo, en cuyo caso sí debes incluir esta línea.
Necesitas una ROM Stock RETAIL, al final del post dejaré el link para que la descargues.
Si por casualidad tienes un boot.img corrompido y no puedes flashear (si tu teléfono es traído de banggood o de otras tiendas que proveen modelos chinos), tienes que introducir este comando:
Code:
fastboot flashing unlock
MAGISK (root) en OREO
Para instalar Magisk en Stock Oreo, pueden darle las gracias a Fabio Feher[/QUOTE]
Fabio Feher said:
Funcionó para mí:
1) Reinicia en modo bootloader (fastboot)
2) Flashea el TWRP con ADB (fastboot flash recovery nombre-del-recovery.img)
3) Entren en el Custom Recovery (TWRP)
4) Entren en ADVANCED > TERMINAL
5) Ejecuten los siguientes comandos en la terminal del teléfono:
echo KEEPVERITY=true>>/data/.magisk
echo KEEPFORCEENCRYPT=true>>/data/.magisk
6) Flashear Magisk
7) Reinicien
Click to expand...
Click to collapse
MAGISK (root) en Pie
Para instalar Magisk en Stock Pie no hace falta seguir los pasos 4) y 5) ya que no son necesarios, solo flasheen el custom recovery y a partir de allí flashean el magisk con normalidad.
MAGISK SIGUE SIN FUNCIONAR EN LA STOCK ROM --- COMO ARREGLARLO ---
Si Magisk sigue sin funcionar intenta desinstalando otra vez y flashea la versión v19.3, luego actualiza desde la apk.
Agusti94 said:
MUY IMPORTANTE!!!!!!!!!!
Para instalar Magisk primero flashea la versión 19.x desde TWRP, luego actualiza a 20.x desde la aplicación, de lo contrario el teléfono seguirá reiniciándose en el logo.
Click to expand...
Click to collapse
Instalar Magisk en GSIs:
En algunas GSIs la versión normal de Magisk hace que el teléfono se quede pegado en el logo, por lo que hay que desinstalarlo e instalar una versión modificada específicamente para las variantes de GSI como AOSP y sus derivados, que por cierto tampoco podrás actualizar porque causará el mismo bootloop, pero sí puedes actualizar la apk del manager, si tu teléfono no pasa del logo después de flashear Magisk debes flashear el uninstaller que dejaré al final del post.
Moto Z logo
Después de desbloquear el bootloader, cuando enciendas tu teléfono verás que ya no aparece el logo del Moto Z sino que este es reemplazado con un texto diciendo lo que ya es obvio, para quitar ese texto feo puedes descargar este logo del Moto Z y lo flasheas con el siguente comando:
Code:
fastboot flash logo logoz.bin
A mí me funcionó, por lo que debería funcionarle a ustedes también. Espero que les sea de utilidad.
Links de descarga:
Universal ADB Drivers para Windows http://download.clockworkmod.com/test/UniversalAdbDriverSetup.msi
Motorola USB Drivers para Windows http://www.mediafire.com/file/akiha24e4z3sine/MotorolaDeviceManager_2.5.4.7z/file
Herramientas de ADB: https://www.mediafire.com/file/pgmkw9vj1qut4ba/platform-tools_r30.0.3-windows%28adb%29.7z/file
Actualización RETAIL ROM Stock Pie 9.0: https://mirrors.lolinet.com/firmwar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Scripts https://www.mediafire.com/file/nwio62ttvch1vjd/scripts.7z/file
64-bit Treble TWRP (necesaria para flashear GSIs, Custom ROMs y hacer backup de todas tus particiones) https://androidfilehost.com/?fid=1322778262904007189
Magisk 20.4: https://www.mediafire.com/file/yh9jtc9rdqzmjeo/Magisk-v20.4.zip/file
Magisk de phhusson v19.3 (para GSIs) https://github.com/phhusson/treble_experimentations/releases/download/v200/magisk-phh.zip
Magisk de ExpressLuke v20.3 (para GSIs) https://sourceforge.net/projects/ex...sk-ten/Magisk-v20.3-15bd2da8-phh.zip/download
Magisk Uninstaller https://github.com/topjohnwu/Magisk/releases/download/v20.4/Magisk-uninstaller-20200323.zip
Modem de Stock Oreo http://www.mediafire.com/file/q8nbpybxc8mjyew/NON-HLOS-Z2P-STOCK-8-OREO.7z/file
Stock Moto Z logo http://www.mediafire.com/file/lpcmsgtm2vs603r/logoz.bin/file
Actualizar a Android 9 Pie con el método oficial (bootloader bloqueado) https://www.youtube.com/watch?v=n57v9r2jysw
Mirrors de todas las ROM del Z2 Play, si van a descargar Nougat u Oreo se recomienda descargar del canal RETLA si tu modelo es XT1710-06, también puedes descargar la versión del mismo canal de tu proveedor (si eres de Colombia por ejemplo tigco) https://mirrors.lolinet.com/firmware/moto/albus/official/
Aquí termina la guía para usuarios de Windows, ̶e̶n̶ ̶e̶l̶ ̶s̶i̶g̶u̶i̶e̶n̶t̶e̶ ̶c̶o̶m̶e̶n̶t̶a̶r̶i̶o̶ ̶a̶g̶r̶e̶g̶a̶r̶é̶ ̶l̶a̶ ̶g̶u̶í̶a̶ ̶p̶a̶r̶a̶ ̶i̶n̶s̶t̶a̶l̶a̶r̶l̶o̶ ̶e̶n̶ ̶L̶i̶n̶u̶x̶,̶ ̶j̶u̶n̶t̶o̶ ̶c̶o̶n̶ ̶t̶o̶d̶a̶ ̶l̶a̶ ̶l̶i̶s̶t̶a̶ ̶d̶e̶ ̶c̶o̶m̶a̶n̶d̶o̶s̶ ̶p̶a̶r̶a̶ ̶h̶a̶c̶e̶r̶ ̶l̶a̶ ̶i̶n̶s̶t̶a̶l̶a̶c̶i̶ó̶n̶ ̶m̶a̶n̶u̶a̶l̶ ̶d̶e̶p̶e̶n̶d̶i̶e̶n̶d̶o̶ ̶d̶e̶l̶ ̶m̶o̶d̶e̶l̶o̶.̶
Quizás la próxima guía que haga sea para actualizar a Pie 9.0 con el bootloader bloqueado, es decir con el método oficial OTA.
Guía original de @HTCDevil https://forum.xda-developers.com/z2-play/how-to/fastboot-rom-oreo-retail-via-fastboot-t3786153
[GUIDE] [STOCK] How to update your Moto Z2 Play to Android 9.0 Pie (fastboot)
Due to the forum rules there must be posted an english version of the original thread. Any questions you have you can ask here or DM directly.
FOR SECURITY REASONS YOUR BOOTLOADER MUST BE UNLOCKED, IF ITS LOCKED AND SOMETHING GOES WRONG DURING THE PROCESS YOU MIGHT BE UNABLE TO UNBRICK IT RENDERING IT UNUSABLE, I AM NOT RESPONSIBLE FOR FAILED INSTALLATIONS, BRICKS, ETC. IT IS STRONGLY RECOMMENDED TO BACKUP ALL YOUR PHONE DATA (SPECIALLY NFS SO YOU CAN RESTORE YOUR IMEI IF YOU LOSE IT SOMEHOW) WITH TWRP BEFORE STARTING.
This guide is based on @HTCDevil's guide, which was originally meant to upgrade from Nougat to Oreo, so I adapted his guide so it also works to update from Oreo to Pie and also updated it with more relevant information that isn't available on the old outdated guides.
It has been tested and it works with the following models of the Z2 Play:
XT1710-01, XT1710-02, XT1710-06, XT1710-07, XT1710-09 and XT1710-10 works without issues with the general same commands, it also works with the XT1710-08 and XT1710-11, the former needs to remove the two modemst lines and with the latter it needs to remove also those two lines, plus the modem and fsg lines, so I included all possible cases for every model.
A special, big, superb thanks to Junior Passos @Junior Passos the op of the motozbrasil thread. <<<
NOTE: This guide focuses mainly on upgrading to Android Pie with adb fastboot, so I am already assuming you have Android 8 (Oreo) installed, if your phone is still in Android 7 (Nougat), you might as well do the official OTA update since at this time and date it is now available for all models of the Z2 Play worldwide.
Steps to follow:
1) Download Drivers and all required files (links at the end of this post);
2) Install the drivers (Windows) in this order, and install Universal ADB Drivers, then install the Motorola Drivers and reboot your PC;
3) Unzip the firmware, ADB and the scripts everything in a single folder (special thanks to htcmania for the package);
4) Turn off your phone and put it into fastboot mode (Volume down + Power), then connect it to your PC, wait for drivers to install if they haven't installed yet;
5) Copy the corresponding script to the root folder where it is located the executable adb.exe
6) Depending on the model of your Z2 Play, execute the corresponding script .bat and follow instructions.
Profit.
It is recommended to do a clean install, that is, do a full wipe before updating.
To simplify things there are 3 entirely omitted lines that aren't really needed and in fact in can cause problems in the chinese variants, these files are:
Code:
fastboot flash modem NON-HLOS.bin
fastboot erase modemst1
fastboot erase modemst2
It is known that the modem file (NON-HLOS.bin) that comes with Stock Pie causes audio issues during calls whenever a custom ROM is installed afterwards, because it distorts the audio to the point it becomes impossible to understand the call, so this file specifically should be skipped unless you are updating from Nougat to Oreo, in that case it should be flashed too. The modem file from Stock Oreo works flawlessly on all Stock and Custom ROMs, so stay with this one.
Also you will need a RETAIL Stock ROM, at the end of the post I will leave the link to get that and the modem.
If you have a corrupted boot.img and you are not able to flash (like bangood or other shops do with chinese model), you first have to give that:
Code:
fastboot flashing unlock
---STUCK ON LOGO AFTER INSTALLING MAGISK ON STOCK ROM --- HOW TO FIX IT
Sometimes when installing Magisk your phone may get stuck in bootloop forever, so here is one workaround to fix it, you can also flash uninstaller and try again with other version.
Agusti94 said:
VERY IMPORTANT!!!!!!!!!!
To install magisk flash first V19.x from twrp, then update to V20.x from the manager. otherwise the phone gets stucked in bootloop
Click to expand...
Click to collapse
About Magisk in Oreo, you could give a thanks to Fabio Feher:
Fabio Feher said:
It work for me:
1: Reboot into Bootloader
2: ADB Flash TWRP
3: Start Recovery (TWRP)
4: Enter in ADVANCED > TERMINAL
5: Run commands:
echo KEEPVERITY=true>>/data/.magisk
echo KEEPFORCEENCRYPT=true>>/data/.magisk
6: Flash Magisk
7: Reboot.
Click to expand...
Click to collapse
To install Magisk in Pie follow the same steps above, except you don't have fo follow steps 4 and 5, just flash it and reboot.
MAGISK IN GSIs: To install Magisk in Custom GSIs, you need to flash this modded version of phhusson's Magisk, also you cannot update it, so you have to stuck with that version, you can update the manager apk, tho. If your phone gets stuck on logo or keeps in bootloop flash the uninstaller provided at the end ot this post.
Moto Z logo
After unlocking your bootloader, whenever you turn on your phone you will notice that the Stock Moto Z boot logo is gone and instead it shows some ugly text telling what is already obvious, so in order to get rid of that and replace the Void Warranty text you can flash this Stock Moto Z logo with this command:
Code:
fastboot flash logo logoz.bin
It worked for me, so it should work for you too.
Hope is useful.
LINKS/RESOURCES
Universal ADB Drivers for Windows http://download.clockworkmod.com/test/UniversalAdbDriverSetup.msi
Motorola USB Drivers for Windows http://www.mediafire.com/file/akiha24e4z3sine/MotorolaDeviceManager_2.5.4.7z/file
latest adb platform tools: https://www.mediafire.com/file/pgmkw9vj1qut4ba/platform-tools_r30.0.3-windows%28adb%29.7z/file
ROM Stock RETAIL Pie 9.0 Update: https://mirrors.lolinet.com/firmwar...ubsidy-DEFAULT_regulatory-DEFAULT_CFC.xml.zip
Scripts https://www.mediafire.com/file/nwio62ttvch1vjd/scripts.7z/file
64-bit Treble TWRP (needed to flash Treble-based GSIs and Custom ROMs and also needed for backup of your phone partitions) https://androidfilehost.com/?fid=1322778262904007189
Magisk 20.4: https://www.mediafire.com/file/yh9jtc9rdqzmjeo/Magisk-v20.4.zip/file
Phhusson's Magisk v19.3 (for GSIs) https://github.com/phhusson/treble_experimentations/releases/download/v200/magisk-phh.zip
ExpressLuke's Magisk v20.3 (for GSIs) https://sourceforge.net/projects/ex...sk-ten/Magisk-v20.3-15bd2da8-phh.zip/download
Magisk Uninstaller https://github.com/topjohnwu/Magisk/releases/download/v20.4/Magisk-uninstaller-20200323.zip
Stock Oreo Modem http://www.mediafire.com/file/q8nbpybxc8mjyew/NON-HLOS-Z2P-STOCK-8-OREO.7z/file
Stock Moto Z Logo http://www.mediafire.com/file/lpcmsgtm2vs603r/logoz.bin/file
Mirrors of all the ROMs of the Z2 Play, if you are going to download Nougat or Oreo it is recommended to choose the one that belongs to your update channel. https://mirrors.lolinet.com/firmware/moto/albus/official/
Update to Android 9 Pie with the official OTA method (locked bootloader) https://www.youtube.com/watch?v=n57v9r2jysw
Here ends the guide, for the Linux guide and the complete list of commands to manually flash the ROM you can check @HTCDevil's original guide: https://forum.xda-developers.com/z2-play/how-to/fastboot-rom-oreo-retail-via-fastboot-t3786153
#3 Reservado también
#4 este también está reservado
Please make English tutorial
Que onda, ya tienes activadas las dos sims del motoroña z2 play??
B3NJ4$ said:
Que onda, ya tienes activadas las dos sims del motoroña z2 play??
Click to expand...
Click to collapse
Hola, mi moto Z2 Play no es Doble SIM, es Single SIM.
De paso se dañó y parece que ya no voy a participar más en este foro.
XT1710-06 Proximity sensor problem and light sensor disappeared
I flashed the latest version of xiaomi.eu for RN10, I think I have read something about backups and conflicts but I'm not sure and I can't find any information, I would like to know if there is a problem because I restored the backup I had when starting the custom rom, and I have experienced some glitches that I think shouldn't be on xiaomi.eu like these:
* Notifications are delayed showing old notifications
* Sound notifications sometimes do not sound
* Volume control with headphones plugged in sometimes gets out of control
* The error that bothers me the most is that when you turn off the phone, and turn on the next day from time to time there is a temporary loss of data, the wallpaper is erased and it turns black, permissions of some apps are erased and I have to grant them again, whatsapp warns that the storage is full but I have 70gb free, and also if I enter an app the phone stays loading a screen and I have to restart it.
I would also like to ask, after having installed the rom, did I have to wipe dalvik and cache? Could you do it even without problem to try to solve the problems?
Backup and restore is primarily concerned with the ROM being on the same base.
So that may not be OK ROM AOSP / Lineage, or custom ROM / original ROM.
Backup from one version of Android to another (higher, lower) is not suitable at all.
In these cases, only Google-style backups are usable for content.
With these changes you have to set the rest of the settings anew.
StaryMuz said:
La copia de seguridad y la restauración se refieren principalmente a que la ROM esté en la misma base.
Por lo tanto, puede que no sea OK ROM AOSP / Lineage, o ROM personalizada / ROM original.
La copia de seguridad de una versión de Android a otra (superior, inferior) no es adecuada en absoluto.
En estos casos, solo las copias de seguridad al estilo de Google se pueden utilizar para el contenido.
Con estos cambios, debe configurar el resto de la configuración de nuevo.
Click to expand...
Click to collapse
Pasé de miui stock 12.0.10 a xiaomi.eu 12.0.11, entiendo que es la misma base de miui 12 y android 11, ¿verdad? En cualquier caso, dices que debo volver a configurar el resto de la configuración, ¿cómo lo hago? y gracias por contestar
Simple Answer: Just don't do it !
It can be done but don't report then for any applications crashing or stability issues
FreezerChu said:
Pasé de miui stock ...
Click to expand...
Click to collapse
Go back to the previous version. Then update only over the air (OTA).
12.0.10.0 and 12.0.11.0 are both Global versions.
Abdullah.Csit said:
Respuesta simple: ¡Simplemente no lo hagas!
Se puede hacer, pero no informe si la aplicación falla o tiene problemas de estabilidad.
Click to expand...
Click to collapse
Yes I'm sorry, I'm new to custom roms, what solution do you suggest?
StaryMuz said:
Go back to the previous version. Then update only over the air (OTA).
12.0.10.0 and 12.0.11.0 are both Global versions.
Click to expand...
Click to collapse
Ok, to do this, what thoughts should I have? just flash the rom back to twrp to that version? would lose data? this time without backing up
In the introduction you wrote about using a custom ROM and the problems you experienced.
But next time you wrote about just upgrading from one version of Miui to a higher one.
Such an update does not need to be done manually, there is an OTA option in the settings.
So it's not clear exactly what you did and why you did it.
By taking the wrong steps, you may have already lost your data and the path to saving it may be futile.
You will probably need to start with the factory settings.
Corvus OS The best system in terms of gameplay and stability now UNOFFICIAL available for the moto g7 power ready to install and give your first use to the system Corvus OS ready to play
At very stable fps
(I am not responsible for your device stop working or screen black or looping or corrupted sd when you install system, you do it at your own risk)
Facts about the ROM:
Corvus v3.2 Vindicate
Device: Moto G⁷ Power
Code name: Ocean
android: 12L
SELinux: Permissive
GApps: Included - No
Architecture: ARM64 (64-bit)
Maintainer: Gutipro135
Add binux kernel for better performance
ROM for daily use and games with stable fps
Problems: none, the application may only be closed due to some optimization modules magisk, no more problems have been found
Gapps: https://flamegapps.github.io/
Source code: https://github.com/Corvus-AOSP
Kernel: https://github.com/devices-ng/android_kernel_motorola_sdm632
download link :
Mega: https://mega.nz/file/SOZSmSYK#wt0oMXhFvRYXabDM0bQCD8xYO15IEhSRZrJ_ofF8LKc
where can i disable the charging led, it doesn't have that option
WillamsApolloBella said:
where can i disable the charging led, it doesn't have that option
Click to expand...
Click to collapse
In battery or misellaneous
If you can't find it, look in the search engine.
Led and the options that have to do with the device's led should appear
Sorry if I'm a layman, but unfortunately you don't have this option like in other roms
WillamsApolloBella said:
Lo siento si soy un profano, pero desafortunadamente no tienes esta opción como en otras roms
Click to expand...
Click to collapse
please try in the normal configuration not the one in which it has custom options it does not have to be in the normal options give the battery and the LED option has to be there
Thank you for your attention, I've looked for all the options and it's not available
WillamsApolloBella said:
Thank you for your attention, I've looked for all the options and it's not available
Click to expand...
Click to collapse
We regret that the Rom does not have the led option we may add it in a future update . At the moment, ForkLineageOS 19.1 are being worked on and tested
Greetings
que gaps le instalo
**Mod Translation**
What Gapps should I install?
Como faço para baixar a play store o e chrome?
**Mod Translation**
How do I download the play store and chrome?
thiagololol said:
que gaps le instalo
Click to expand...
Click to collapse
You can install these gapps https://flamegapps.github.io/
EdsoHenri said:
Como faço para baixar a play store o e chrome?
Click to expand...
Click to collapse
Você tem que piscar esses gapps na recuperação twrp ou por adb sideload
**Mod Translation**
You have to flash these gapps in twrp recovery or by adb sideload
FlameGApps
La estuve usando y esta buenisima la ROM para este dispositivo pero tiene un error con twich a la hora de ver a un streemers se queda congelado y lo mismo pasa con google cromer estoy usando gaps de android 12l
**Mod Translation**
I was using it and the ROM for this device is great but it has an error with twitch when it comes to seeing a streamers it freezes and the same happens with google chrome. I'm using android 12l gaps
Las captura s de pantalla también no anda ahora voy a instalar la gaps flamea gaps y veo si se solucióna pero además de eso esta buenisima la ROM los ánimos a sacar otra version arreglando estos errores
**Mod Translation**
The screenshots also do not work now I am going to install the gaps flame gaps and see if it is solved but besides that the ROM is great, encourage me to get another version fixing these errors
thiagololol said:
Las capturas de pantalla también no anda ahora voy a instalar la gaps flamea gaps y veo si se solucióna pero además de eso esta buenísima la ROM los ánimos a sacar otra versión arreglando estos errores
Click to expand...
Click to collapse
hola thiagololol
La rom la he usado para uso diario y no e encontrado problemas en las capturas de pantalla y como menciona que hay errores en twitch lo voy a revisar y tomar en cuenta y por el momento no se esta trabajando en alguna actualización o rom ya que nos estamos tomando unas pequeñas vacaciones por semana santa porfavor verifique que la rom se haya instalado correctamente la rom
(Se recomienda instalar 2 veces el sistema la primera vez por twrp luego por el recovery que viene con el sistema via adb para que haya menos posibilidades de errores)
Saludos.
**Mod translation**
hi thiagololol
I have used the rom for daily use and I have not found any problems in the screenshots and since it mentions that there are errors in twitch I will review it and take it into account and at the moment no update or rom is being worked on since we are taking a little vacation for easter please check that the rom has been installed correctly the rom
(It is recommended to install the system 2 times the first time by twrp then by the recovery that comes with the system via adb so there are less chances of errors)
Greetings.
***Moderator Announcement***
Please remember that the use of English is required on XDA:
4. Use the English language.
We understand that with all the different nationalities, not everyone speaks English well, but please try. If you're really unable to post in English, use an online translator. You're free to include your original message in your own language, below the English translation. (This rule covers your posts, profile entries and signature). You could try :- https://translate.google.com/ , https://www.babelfish.com/ or https://fanyi.baidu.com/#auto/en or use one of your choice.
Click to expand...
Click to collapse
I've translated several posts as a courtesy. Please use English or provide English translations going forward.