[UNOFFICIAL] Guide to getting Android 12 on guamp devices [Moto G9 / G9 Play / G9 Power] - Moto G9 Play Guides, News, & Discussion

Code:
*
* 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.
*
*
So first this first a little explanation. There aren't any device specific roms for the Moto G9 family, and im too lazy to learn how to.
HOWEVER, luckily for us, the G9 is a Project Treble compatible device! This means that it can flash and boot Generic System Images (GSI). These roms are device unspecific and can be booted on any android device which came with Android 10+. For more info click here. The long and short of it means we have a path to get to Android 12. I used the Pixel Experience ROM, but you can use any GSI Rom as long as you select one that uses the a/b partition scheme - Links to some other ones at the bottom
The only issue I have come across so far is NFC not working. If I get it working I will update this thread
Spoiler: INSTALL INSTRUCTIONS
ENSURE YOU ARE USING A USB C TO USB A CABLE
otherwise you will run into weird errors installing larger roms
Flash TWRP Recovery
Power + Volume Down to get to Bootloader.
Code:
fastboot reboot fastboot
fastboot flash recovery (Path to twrp)
fastboot reboot
As soon as you reboot hold power + volume down to get to bootloader and select recovery. If it boots twrp, congrats it worked
Flash ROM
Power + Volume Down to get to Bootloader.
Code:
fastboot reboot fastboot
fastboot erase system
fastboot delete-logical-partition product_a
fastboot flash system (Path to rom)
fastboot -w
fastboot reboot
Spoiler: LINKS
TWRP
ROM
(or any other gsi rom of your choice - link)

I am interested in the topic of the GSI, I have a concern.
Have you tried the GSI's that Google uploads on its developers page? Are they as functional as the GSI's published on GitHub?
It is that I am interested in these GSI, I have investigated and nobody talks about them except for Google itself.

Thank you very much. I already chose a GSI to flash. Let's see. Thank you.

So the sim works in the gsi you provided?

Is there any way to remove the encryption from it?
Already used several gsi, but every time there is an update I end up losing all my data and have to install everything again.
On my old device I made a backup using twrp but there is no way because when it restarts it encrypts everything.

Zternocleidomastoid said:
I am interested in the topic of the GSI, I have a concern.
Have you tried the GSI's that Google uploads on its developers page? Are they as functional as the GSI's published on GitHub?
It is that I am interested in these GSI, I have investigated and nobody talks about them except for Google itself.
Click to expand...
Click to collapse
yes they're but as they come with no apps almost you'll find it quite lacking. Generic System Image (GSI) List · phhusson/treble_experimentations Wiki · GitHub here's a list of roms that you can try. i managed to get running the pixel experience one, with some bugs tho

sag72 said:
Is there any way to remove the encryption from it?
Already used several gsi, but every time there is an update I end up losing all my data and have to install everything again.
On my old device I made a backup using twrp but there is no way because when it restarts it encrypts everything.
Click to expand...
Click to collapse
remove your screen lock

YottaEngineer said:
So the sim works in the gsi you provided?
Click to expand...
Click to collapse
yes

Blackklegend said:
sí, lo son, pero como vienen sin aplicaciones, casi lo encontrará bastante deficiente. Lista de imágenes genéricas del sistema (GSI) · phhusson/treble_experimentations Wiki · GitHub aquí hay una lista de roms que puedes probar. Me las arreglé para ejecutar la experiencia de píxeles uno, con algunos errores aunque
Click to expand...
Click to collapse
Hola, me aventuré a instalar una ROM GSI de Google basada en Android 12. Funcionó bien, salvo llamadas telefónicas, no se escucha audio.
Hace unos días descargué la ROM de LineageOS basada en Android 12, funcionó bien, pero el teléfono dejó de reconocer los auriculares.

Zternocleidomastoid said:
Hola, me aventuré a instalar una ROM GSI de Google basada en Android 12. Funcionó bien, salvo llamadas telefónicas, no se escucha audio.
Hace unos días descargué la ROM de LineageOS basada en Android 12, funcionó bien, pero el teléfono dejó de reconocer los auriculares.
Click to expand...
Click to collapse
go to settings > phh treble settings > misc settings and turn on "use alternate way to detect headsets and force-disable ad2p offload

Blackklegend said:
go to settings > phh treble settings > misc settings and turn on "use alternate way to detect headsets and force-disable ad2p offload
Click to expand...
Click to collapse
Thank you very much friend. That fixed the issue with headphone detection. I am new to GSI ROMS, hence the beginner errors. Thanks again.

Has someone tried the Android 13 gsi in this device?

does anyone know what's the most stable ROM (Android 12) for moto g9 play?

n9imed said:
does anyone know what's the most stable ROM (Android 12) for moto g9 play?
Click to expand...
Click to collapse
So far I've tried 3 ROMs: Google (this one works fine except for calls, it will give problems with audio), AOSP (this one doesn't have Google services installed) and LineageOS (which I'm currently running and although it's wonderful...)
I have a problem with it, as the days go by the system begins to have excessive RAM consumption, so everything responds very slowly, but it is solved with a restart.

Zternocleidomastoid said:
So far I've tried 3 ROMs: Google (this one works fine except for calls, it will give problems with audio), AOSP (this one doesn't have Google services installed) and LineageOS (which I'm currently running and although it's wonderful...)
I have a problem with it, as the days go by the system begins to have excessive RAM consumption, so everything responds very slowly, but it is solved with a restart.
Click to expand...
Click to collapse
thanks. i'll try lineageOS. PE12 has a lot of visual issues.

n9imed said:
thanks. i'll try lineageOS. PE12 has a lot of visual issues.
Click to expand...
Click to collapse
What kind of visual problems does the system have? I chose LineageOS because it gives me more confidence than PE, and seeing that the ROM works fine, I didn't try PE.

Zternocleidomastoid said:
What kind of visual problems does the system have? I chose LineageOS because it gives me more confidence than PE, and seeing that the ROM works fine, I didn't try PE.
Click to expand...
Click to collapse
just the clock arent centrate in status bar and lock screen.

n9imed said:
just the clock arent centrate in status bar and lock screen.
Click to expand...
Click to collapse
Well, in LineageOS there are also some visual bugs, but they are small, they don't bother me.

First of all, thank you @michaelmelita1 for sharing this update method.
I take the opportunity to describe my experiences trying to load the GSI on my G9 Play.
This method requires to unlock the bootloader, otherwise you will end with a nice soft brick.
You don't need (I didn't need it) to flash TWRP for running the GSI, since that's the official method shown on Android's technical sheets. If your device got to bootloop from any custom recovery, you can always revert to stock with LMSA (Lenovo Moto Smart Assistant)
The "OTHER GSI ROM, Generic System Image (GSI) List, Official Android 13, Google, Download" path got me to another Android datasheet; instead I got the Google's official GSI from here: the Android 13 GSI binaries and release notes page. There I choose the latest ARM64+GMS release (beware of choosing releases with older security patches, we don't like bricked phones)
Why did I installed the GMS version? I work on various projects and I need some or another Google app who ultimately relies on Google Play Services. That sucks but at least i've got this process simplified, as the other ways to get GApps working required root+custom recovery+modules.
Be specifically careful to get into fastbootd mode prior to flashing the GSI (Go to Install instructions, Flash ROM section of this thread). Fastbootd is the only way to load the ROM into the A/B partition.
Charge your phone
{
"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"
}
Date: October 20, 2022
Build: T1B3.221003.003
Build type: experimental
Security patch level: October 2022
Google Play Services: 22.33.16
Click to expand...
Click to collapse
Google's Android 13 QPR1 Beta 3 GSI works flawlessly, 9.5/10, as the phone call still doesnt give any audio, even on loudspeaker.
I didn't stay on LineageOS GSI since it shows graphical issues, shadows rendered weird and each page of the OS moved fine but slow.

Zternocleidomastoid said:
So far I've tried 3 ROMs: Google (this one works fine except for calls, it will give problems with audio), AOSP (this one doesn't have Google services installed) and LineageOS (which I'm currently running and although it's wonderful...)
I have a problem with it, as the days go by the system begins to have excessive RAM consumption, so everything responds very slowly, but it is solved with a restart.
Click to expand...
Click to collapse
where did you get lineage os for g9 play?

Related

ROM SYBERIA OS Android P GSI para Moto Z2 Play (Android 9)

{
"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"
}
SYBERIA OS ANDROID P GSI
Hello team, I share the great work you have done to make the GSI SYBERIA OS Android P already with some of the Fix collected in this forum with the rom havooc:
The installation method is quite simple like any GSI:
• Install Treeble recovery.
• Make Wipes
• Install RR Oreo Treeble
• install image SYBERIA OS Android P as system Image
• Install oreo kernel
• and restart normally
• After that if you like you can install Magisk and ready
already includes gaaps
What will not work in the first instance are:
• Rotation
• camera and flash light
• gestures on sensor
but do not worry here I'll leave you the fix
for rotation, copy the sensor folder that I leave here in the path of / system / etc and place the permissions 0755 for the folder and 0644 for the files inside the folder
For camera copy the file Lib_mot_app6_metadata.so in the path in / vendor / lib and place permissions 0644
Par manager in sensor sticks the usr folder that I leave you in the path / vendor keeping the permissions for 0755 folder and for the files contained in 0644
and ready restart and you will have to enjoy this wonderful rom
if you like you can install Gcam for better camera experience
A STRONG EMBRACING AND APPRECIATION TO THE DEVELOPERS WHO ACHIEVED TO DO THIS POSSIBLE
Syberia was the best for Redmi note 4 which i had before, thx ill test.
*Prays for Mod support*
https://forum.xda-developers.com/showpost.php?p=72601804&postcount=2 does this help?
MusicAlleyInc said:
*Prays for Mod support*
https://forum.xda-developers.com/showpost.php?p=72601804&postcount=2 does this help?
Click to expand...
Click to collapse
interesting let's take a look
Not sure if it was because I dirty flashed back and forth with the RR Pie ROM, but my SIM card was not being detected.
I previously didn't have it in this phone for a while so I don't know if it worked after the original install. I'll try again with a clean install sometime, but might wait for Mod support or other feedback confirming working SIM.
I did however flash back to stock Oreo and my SIM is working. Did not eject it or anything.
I think it' safe to say... Z2 play users dream of the day we can be on Pie, with at least the battery mod working (even with a depleted phone battery like on stock) and possibly some form of moto apps/moto voice.
Yes: I experienced a ROM that had mod support but the fork did not properly detect the battery mod while the phone was off/dead. (Huge fail because that is when you would need it the most) Lets just say it made for an interesting day...
Otherwise this is an awesome ROM, probably the best there is for this device... so why not go all the way with it.
litlle front led with notifications is working
widgets are working
Could someone explain to me? how it is done to put permits 0755 and 0644. Please
Dj_AlexBarrera said:
Could someone explain to me? how it is done to put permits 0755 and 0644. Please
Click to expand...
Click to collapse
just use ES Explorer with root, add write permision to /system and /vendor.
Paste folders to destinations, hold finger on folder and choose properties.
On buttom u can change chmod to 0755 ar anything else, use calculator http://www.chmod.pl/chmod-755.html
Here's flashable zip for camera and rotation
Syberia 2.2 patch February. Include GApps.
https://androidfilehost.com/?fid=11410963190603916212
Hey man, thank you for keep the moto z2 play comunity active. its a really good looking rom I used for some couple hours and it looks amazing, but im having this terrible issue about my sim card and the services o my phone. Some way (i dont know if its my fault or the rom) the "com. android.phone keeps stopping" message keep showing at my phone so i cant use any service wich need sim. i already tried to install several times and keep going the same way. i already install the new update but it didnt solve. i hope you can fix this becouse your rom is awesome.
Is it required to flash oreo kernel
I install it whit out problem, but when the device boot up, the system asking for a decrypt password, i introduce any word the de ice reboot, wipe something in revovery and ask for password again, any solution? And sorry for the english.
--------------------------
Lo instale sin problemas pero cuando el celular enciende, el sistema pide una contraseña de desencriptacion, le pongo cualquier letra, se reinicia hace wipes en recovery y vuelve a pedir otra vez la contraseña, no se porque hace eso, alguna solución?
raffles496 said:
Syberia 2.2 patch February. Include GApps.
https://androidfilehost.com/?fid=11410963190603916212
Click to expand...
Click to collapse
no booting
HeltonMax said:
no booting
Click to expand...
Click to collapse
Try with this.
https://drive.google.com/file/d/1FOLJYpNKYvp2CKZYzhEqfpUug2gNCuAn/view
Enviado desde mi unknown mediante Tapatalk
HeltonMax said:
no booting
Click to expand...
Click to collapse
i have no problem
Albus Moto z2 play
Hi, thanks for this awesome ROM.
Hi senior members, I flashed the ROM according to following steps I will explain my problem at the end
Step 1: RR ROM first with twrp
Step 2: flashed syberia img as system image
Step 3: boot to the system
Problem: device memory becomes full even though I wiped my internal before flashing! Please help I really need this rom :good:
Yangyung said:
Hi, thanks for this awesome ROM.
Hi senior members, I flashed the ROM according to following steps I will explain my problem at the end
Step 1: RR ROM first with twrp
Step 2: flashed syberia img as system image
Step 3: boot to the system
Problem: device memory becomes full even though I wiped my internal before flashing! Please help I really need this rom :good:
Click to expand...
Click to collapse
flash oreo kernel?
BeeTLeApp said:
flash oreo kernel?
Click to expand...
Click to collapse
Thanks for your reply.
I am newbie so help me out here.
I didn't flashed the oreo kernel.
Should I flash oreo kernel using twrp after flashing the syberia img .
Please explain how to flash it! :cyclops:
Yangyung said:
Thanks for your reply.
I am newbie so help me out here.
I didn't flashed the oreo kernel.
Should I flash oreo kernel using twrp after flashing the syberia img .
Please explain how to flash it! :cyclops:
Click to expand...
Click to collapse
First syberia flash img system image
after flash oreo kernel img boot option
---------- Post added at 07:06 PM ---------- Previous post was at 07:02 PM ----------
raffles496 said:
Try with this.
https://drive.google.com/file/d/1FOLJYpNKYvp2CKZYzhEqfpUug2gNCuAn/view
Enviado desde mi unknown mediante Tapatalk
Click to expand...
Click to collapse
included gapps?

[ROM] [Lineage-16.0] [9.0][Unofficial] [Arm] Victara [Discontinued]

This is LineageOS-16.0​
{
"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"
}
NOTE: I am not responsible for brick your devices, Please flash at your own risk, but i tested, i can help you save brick devices also, can contact me anytime at hangouts.
Click to expand...
Click to collapse
Note:
I developed this ROM and tested as well,
What's working:
Camera/Camcoder
RIL
NFC
Bluetooth
Wifi
Calling
Data (LTE/H+/H/G)
Known issues:
Wifi Hotspot (under fix)
MTP (Fixed)
Download ROM: (04/05/2019 Build)
Link : https://drive.google.com/file/d/1VDix_JdpwF6Wrp-B3h0OWF5gU9YZgQXz/view?usp=drivesdk
Download Gapps: (arm, pico, 9.0 Recommended)
Link: https://opengapps.org/
How to:​Download ROM and Gapps
Open TWRP and prepare all internal storage backup and your NANDROID backup.
Open Wipe, and full wipe
Place ROM zip and gapps zip in internal storage
Now flash ROM + Gapps
Reboot System
Done
Join Victara Universe for more details:
https://t.me/joinchat/LV5rWRc1h3XINQzeuKiijw​
Lineage 16.0 9.0.0_r34 Victara Moto x2 2014
Lineage Unofficial 9.0.0_r34
My Git Profile: https://github.com/zahidmgsk
Credits: @jeferson1979 for Instance support for building PIE Victara
Source: https://github.com/LineageOS
Device trees: https://github.com/LineageOS/android_device_motorola_victara
Kernel: https://github.com/LineageOS/android_kernel_motorola_msm8974
Vendor: https://github.com/TheMuppets/proprietary_vendor_motorola
Hit or just say Thanks if you like my work
Cheers
Reserved:
SS:
Fantastico trabajo
exelente trabajo amigo solo algunso detalles que pulir... la rom tiene el mismo fallo que la oreo comp 11.04.19 de un post de moto x 2014, la sim no se activa hasta que reinicias y reinicias y agarra señal la aplicacion de fxaudio solo abre pero no muestra ecualizador... la barra de navegacion debes en cuando muetras una rayas horizontales... en resumen para uso diario va muy bien... espero que pueda mejorar... me gustaria apoyarte $$$ tengo la moto x 2014 nueva y quiero la rom que se necesita para que no olvides el proyecto y la hagas estable???:good::good::good:
New Build: 04/05/2018
Change log:
1: SIM issue resolved by 100%
2: Enhanced media Codecs
3: Added Health Module
4: Minor Fixes
New Build Up 18.04.2019
Change Log:
1: SIM issue resolved but still sometimes on reboot not appearing
2: Minor fixes
Victara Releases
Here we have the releases related to Victara
https://t.me/victara_releases
New Build: 04/05/2018
Link: https://drive.google.com/file/d/1VDix_JdpwF6Wrp-B3h0OWF5gU9YZgQXz/view?usp=drivesdk
Change log:
1: SIM issue resolved by 100%
2: Enhanced media Codecs
3: Added Health Module
4: Minor Fixes
I don't see your repo with your changes in OP, only urls to lineage sources. What changes led to SIM issue fix?
lantsem said:
I don't see your repo with your changes in OP, only urls to lineage sources. What changes led to SIM issue fix?
Click to expand...
Click to collapse
You are unable to see private Repos
And am i supposed to dictate you about my struggle for the fix?
Hey, thanks for the build!
Is there a reason for Pixel Launcher dont work? After installing the ROM and the GApps, Pixel Launcher keeps crashing.
Thanks!
LinkSnows said:
Hey, thanks for the build!
Is there a reason for Pixel Launcher dont work? After installing the ROM and the GApps, Pixel Launcher keeps crashing.
Thanks!
Click to expand...
Click to collapse
If you need pixel launcher i will add in next build, as an optional to select either default or Pixel
Also there are many threads to flash pixel launcher via TWRP, because normal install won't work on all ROMs
zahidm said:
If you need pixel launcher i will add in next build, as an optional to select either default or Pixel
Also there are many threads to flash pixel launcher via TWRP, because normal install won't work on all ROMs
Click to expand...
Click to collapse
Oh, ok. If it wont bother you, I think Pixel Launcher is better than Trebuchet (that is the default), so would be good having it in the ROM already.
Thank you
zahidm said:
And am i supposed to dictate you about my struggle for the fix?
Click to expand...
Click to collapse
Ah, so you're not a real open source developer, but just a guy who builds someone else's work with his own closed hacks for the sake of thanks meter. OK.
lantsem said:
Ah, so you're not a real open source developer, but just a guy who builds someone else's work with his own closed hacks for the sake of thanks meter. OK.
Click to expand...
Click to collapse
Android is open source, have guts? Build a ROM and post, Don't be troll, and behave.
LinkSnows said:
Oh, ok. If it wont bother you, I think Pixel Launcher is better than Trebuchet (that is the default), so would be good having it in the ROM already.
Thank you
Click to expand...
Click to collapse
Ok I will add pixel launcher in next Build, Noted down request.
lantsem said:
Ah, so you're not a real open source developer, but just a guy who builds someone else's work with his own closed hacks for the sake of thanks meter. OK.
Click to expand...
Click to collapse
Where were you when this device was in people's drawers?:silly:
zahidm said:
New Build: 04/05/2018
Link: https://drive.google.com/file/d/1VDix_JdpwF6Wrp-B3h0OWF5gU9YZgQXz/view?usp=drivesdk
Change log:
1: SIM issue resolved by 100%
2: Enhanced media Codecs
3: Added Health Module
4: Minor Fixes
Click to expand...
Click to collapse
Wow, thank you!
My device is in use but once I get it back in a few weeks, I will definitely flash it.
Great work my man, thank you so much! :good:
Now is it normal to not have a keyboard to setup your phone after installing this build + pico GApps? I can't connect Wi-Fi or use Play Store.
Also I just installed the latest build and after a reboot SIM card was not detected.
hagg3n said:
Great work my man, thank you so much! :good:
Now is it normal to not have a keyboard to setup your phone after installing this build + pico GApps? I can't connect Wi-Fi or use Play Store.
Also I just installed the latest build and after a reboot SIM card was not detected.
Click to expand...
Click to collapse
Get quick help at TG... Link in Post#1
Please flash latest gapps and don't flash Magisk
Keyboard is there
Gapps are working
zahidm said:
Get quick help at TG... Link in Post#1
Please flash latest gapps and don't flash Magisk
Keyboard is there
Gapps are working
Click to expand...
Click to collapse
Thanks for the quick reply!
I did use:
1. Latest TWRP;
2. Your latest build, and;
3. Latest GApps (ARM, 9.0) pico selection.
No other software was used--i.e. no magisk or anything. I had no keyboard during Setup or listed under Settings afterwards and SIM stopped working after first restart.

[ROM] [9] LightROM v1.0 For G610X

{
"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"
}
Welcome to LightROM v1.0 for G610X
​Before you get started....
Code:
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.
ROM Features
Android 9, OneUI 1.0
ROM is Ported from A600G & G611F
Stock A600G props
December 2020 Security Patch
Simple Zoom Toggle and One Hand Zoom is added
Food Mode on rear camera
Night Mode on front camera
DPI is adjusted to 16:9 aspect ratio
AppLock is added
Device Security is disabled
Samsung Find My Device is disabled
Smart Capture is added
Radio is added
FRP Lock is disabled
High Performance Mode is enabled
Cam2Api is enabled
Secure Folder is patched
Dolby Atmos is added
Semi-Deodexed
Heavily debloated
Using Cronos Kernel V5 from @ananjaser1211
ROM is only under 1GB (988,67 MB)
What about bugs?
Camera may stretched on some 3rd party apps.
USSD Code does not work.
You tell me.
Credits
@ananjaser1211 for Cronos Kernel V5 and Camera Patch
Downloads, Screenshots and Changelogs on 2nd Post
Installation guide and QnA on 3rd Post
Reserved For Downloads, Screenshots and Changelogs
Downloads (v1.0)
Google Drive
MEGA
MediaFire
MD5 : 0aea90d116c9507aea5fd0a49b9d17e3
Screenshots
Google Drive
Changelogs
v1.0
Initial Release
Reserved for Installation guide and QnA
Installation Guide
Make sure your TWRP Recovery atleast version 3.2.3 or later.
If you started from Stock ROM, format Data. (TWRP Main Menu > Wipe > Format Data > Type 'yes' on the keyboard without quotes > TWRP Main Menu > Reboot > Recovery)
If you started from Other ROM/AOSP ROM/Previous Version of this ROM, wipe Data, Cache, System. (TWRP Main Menu > Wipe > Advanced Wipe > Select System, Data, Cache > Swipe to Wipe)
After you completed above mentioned steps, flash LightROM zip packge and wait until it's finished installing.
Click 'Reboot To System' button and wait the phone boot.
Setup the device and LightROM is ready to be use.
QnA
Q : I have no time for booting the rom.
A : When the ROM booting, after the screen get dimmed, force reboot the phone. (Power button + Volume Down)
Q : Google Play Store won't update.
A : Wipe Google Play Store And Google Play Services data. and make sure your internet connection is fast.
Q : VoLTE is not working.
A : Tell me what country are you from and i will fix it for you.
Q : USSD Code does not work.
A : This ROM is heavily debloated. So this is expected.
Q : I want to root the device.
A : Flash Magisk Zip Package through TWRP Recovery.
Good job sir, in this moment are only a little bit developers than work about this processor
But this ROM is arm64 or 32 bits ??
Jeffpro12 said:
Good job sir, in this moment are only a little bit developers than work about this processor
But this ROM is arm64 or 32 bits ??
Click to expand...
Click to collapse
The ROM is 32-bit.
it seems to be a amazing rom, tomorrow ill test it and ill give my feedback, but i think ill love it!
Hxckmann said:
it seems to be a amazing rom, tomorrow ill test it and ill give my feedback, but i thing ill love it!
Click to expand...
Click to collapse
Thank you!
Does volte support in india?
Yadhevdev66 said:
Does volte support in india?
Click to expand...
Click to collapse
Yes, VoLTE for India is Included
Lo acabo de instalar y no me quejo nada todavía ... por el momento me párese de maravilla ... simple pero bueno ...
Translation: I just installed it and I am not complaining about anything yet ... for the moment I stand out great ... simple but good ...
Creo que si pudiera añadir algo de apariencia de otro modelo de celular sería perfecto .... pero la rom me gusta ... con esta rom ya son 3 que me queda de maravilla para instalar
Translation: I think if I could add some appearance of another cell phone model it would be perfect ... but I like the rom ... with this rom there are already 3 that I have a wonderful time to install
@Padrino25 Please be observant and respectful of XDA Rule #4 for all of your future posts. Thank you.
-Badger50
XDA Moderator Staff
Padrino25 said:
Lo acabo de instalar y no me quejo nada todavía ... por el momento me párese de maravilla ... simple pero bueno ...
Click to expand...
Click to collapse
This is what i read with Google Translate :
Padrino25 said:
I just installed it and I am not complaining about anything yet ... for the moment I stand wonderfully ... simple but good ...
Click to expand...
Click to collapse
Thank you for the feedback!
Does this rom play the game well ??
kunjii said:
Does this rom play the game well ??
Click to expand...
Click to collapse
I not into games, but you can try it with your favourite games.
Zzroth said:
It's really smoother than I thought! Thank you! I'll mainly use this rom.
Click to expand...
Click to collapse
Thanks for the feedback!
A really smooth and clean ROM, i played CODM a little bit and its pretty good for gaming too, ill be using it as my daily driver for sure!
Hxckmann said:
A really smooth and clean ROM, i played CODM a little bit and its pretty good for gaming too, ill be using it as my daily driver for sure!
Click to expand...
Click to collapse
Thnk you for the support!
Grandiosa Rom bro, para mi uso va exelente un detalle que note fue que la barra superior los iconos estan muy separados del marco y si lograrás optimizar mas la rom seria exelente
Translation: Great Rom bro, for my use it is excellent a detail that I noticed was that the top bar the icons are very separated from the frame and if you will be able to optimize more the rom would be excellent
Hello, since other rom maker make an telegram support group, we will make one too!
Please join at telegram to ask more questions.
Telegram Support group link
Telegram News and Updates link
Hi.
just using your rom and so far I have liked it.
The best thing is that the keyboard does give my language, the front flash also works well and, above all, facial recognition has worked for me.
I hope you keep improving this great project. It would be nice to add screenshot and recording to the button bar.
sorry for my english, i'm using translator
Congratulations !!

[ROM][A10][ONEUI2][ARM32] NevaOS V2 Universal For Exynos7870 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"
}
NevaOS Universal V2 for Exynos7870 devices
Code:
Before you get started,
i am not responsible for bricking device, dead sdcards,
muted alarm, or even thermonuclear war.
YOU chose to do this modification,
IF you point your finger to me to brick your device,
i will laugh at you.
SUPPORTED DEVICES
SM-J701x [Untested]
SM-J710x [Tested, Stable]
SM-J730x [Untested]
SM-J530x [Tested, Stable]
SM-J600x [Tested, Stable]
SM-G610x [Tested, Stable]
SM-A320x [Untested]
MAIN FEATURES
Code:
Full firmware port from J600G device.
Android 10 with OneUI 2.0.
Ares Kernel V8 implemented.
Heavily debloated with some feature loss.
Deodexed.
Pre-rooted with Magisk Debug version 20.3.
OneUI 2.1 Settings App/Notification Sound.
Super light rom with 2GB of system space and 900MB of lowest ram usage.
Audio tweaks and GPU capping tweaks.
Galaxy S9Plus OMC
Galaxy M10 2019 wallpaper-res
Modded Galaxy Themes (Free unlimited trials).
Heavily optimized.
Pro audio mods.
Smartview.
Show charging info.
OneUI 3.0 Bixby Routines.
Fast Face unlock.
More features for you to discover.
HOW TO INSTALL
- Copy the files you downloaded to PC or OTG.
- Reboot your phone to recovery mode
- Install your device's OrangeFox recovery
- Flash the included repartition script
- Format data (Ofox's menu > Manage Partitions > Data > Format Data)
- Wipe data, dalvik, system and cache
- Flash ROM file
- Reboot to system
- Wait for one minute and force reboot (Press and hold Power and Volume down button)
DOWNLOADS
Version: 2.0
Android Version: 10 Q
Codename: Shinobu
Date: February 3rd
Google Drive Folder
CREDITS
1. @PingVN
2. @Astrako
3. @neel0210
4. @bien2004official
5. @el0xren
6. @DAvinash97
7. @xXJhunrey7870Xx
8. @TheRealModder
9. @GonicTEAM
[Spam me if i forgot anyone lol]
Telegram Groups
Support Group
News Channel
Wallpapers Channel​
Contributors
ping2109
Source Code: https://github.com/bien2004official/Ares_7870
ROM OS Version: Android 10
ROM Kernel: Linux 3.x
ROM Firmware Required: Oreo Bootloader
Based On: OneUI 2.0
Version Information
Status: Stable
Current Stable Version: 2.0
Stable Release Date: 2021-02-03
Neva Version: Universal 2.0
Android Version: 10 Q
Codename: Shinobu
Date: February 3rd
Device: A320x, J701x, J710x, J730x, J530x, J600x, G610x
Created 2021-02-04
Last Updated 2021-02-04
Does this rom play the game well ??
kunjii said:
Does this rom play the game well?
Click to expand...
Click to collapse
Lo mismo iba a preguntar
Translation: I was going to ask the same
kunjii said:
Does this rom play the game well ??
Click to expand...
Click to collapse
Yes, it can handle some light games with the included Ares V8 kernel at 60FPS without problems, some heavy ones are playable but it's not a gaming focused ROM so I won't suggest for you to use it to play heavy games.
Me Preguntaba si instalando alguna rom ... el wifi la velocidad de descarga puede variar ????
Translation: I was wondering if installing some rom ... the wifi download speed can vary ????
Lo estoy descargando para solo ensayar el juego PUBG MOBILE y. Arena of valor .... quiero ver qué tal funciona a pesar de que no es para juegos como acabo de ver en los comentarios
Translation: I am downloading it to just test the PUBG MOBILE game and. Arena of Valor .... I want to see how it works even though it is not for games like I just saw in the comments
Hey thanks for this rom its pretty good and fast and also giving a nice battery backup i think you should make more rom like this ...
Un video de como se instala ... porque ya lo instale 2 veces y se me queda colgado en el logo
Translation: A video of how it is installed ... because I already installed it 2 times and it remains hanging on the logo
Padrino25 said:
Un video de como se instala ... porque ya lo instale 2 veces y se me queda colgado en el logo
Click to expand...
Click to collapse
Try to flash another kernel, I have found the bug in the rom zip and have reuploaded it few hours ago
@Padrino25
Please be respectful and observant of XDA Rule #4. Thank you.
4. Use the English language.
Click to expand...
Click to collapse
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/ or https://www.babelfish.com/ or use one of your choice.
Click to expand...
Click to collapse
I will wait for some video of how it is installed because I want to rehearse the rom ... it looks interesting ... because it hangs on me and I installed it 3 times and nothing
I will wait for some video of how it is installed because I want to rehearse the rom ... it looks interesting ... because it hangs on me and I installed it 3 times and nothing
I think this rom is not for gaming though its for social media or other activities. Keep up the good work bro!
Padrino25 said:
I will wait for some video of how it is installed because I want to rehearse the rom ... it looks interesting ... because it hangs on me and I installed it 3 times and nothing
Click to expand...
Click to collapse
After you reboot to system on the first boot, wait for one minute and force reboot your phone by holding Power and Volume down button.
what makes this rom different from other roms here?
would really appreciate a detailed video as i have waited a minute before the soft reboot, but it still boot loops and restarts again and again.
And again , a dead rom
installed this rom and the speakers don't work at all
logo stuk
installed and tested on SM J701f.
smooth and fast.
the only problem was the built in magisk. at first boot, magisk app wont, it says download to complete. but once download is done and installed, everything is ok.
i was hoping if it had an LTE only.
anyway, great rom.

[OFFICIAL] LineageOS 20 for the Essential Phone

{
"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"
}
Essential Phone
Code:
- Your warranty is now void.
- You have been warned.
- Use at your own risk.
Introduction:
This is the Official Lineage OS 20 thread for the Essential Phone.
Downloads:
Please follow the install instructions in your device's Wiki page linked below exactly.
mata - Official builds
mata - My unofficial with Google Apps/Pixel goodies included. Passes SafetyNet by default. OTA's roll roughly once a month. Support not guaranteed or implied.
If you don't follow these instructions, or use 3rd party add-ons (like Magisk) please don't expect support here.
Known Bugs:
Find any? Report them according to this guide.
Notes:
The only supported GApps package at the moment is MindTheGapps, linked on our Wiki page about gapps - GApps are included in my unofficial builds
Firmware is shipped in the ROM package for this device, so no need to worry about updating it on your own!
Kernel Source: https://github.com/LineageOS/android_kernel_essential_msm8998
Reup pls, i didnt see link for Lineage 20
VO7T said:
Reup pls, i didnt see link for Lineage 20
View attachment 5752807
Click to expand...
Click to collapse
it's uploading later tonight.
i tried a clean install of the 20221102 build; but it stuck in a boot loop.
the 20221105 build has now been uploaded, so i probably acted too soon and should have waited.
plan to try the 20221105 build tomorrow.
MuddyDog said:
i tried a clean install of the 20221102 build; but it stuck in a boot loop.
the 20221105 build has now been uploaded, so i probably acted too soon and should have waited.
plan to try the 20221105 build tomorrow.
Click to expand...
Click to collapse
Still in bootloop (before logo, so no logs could be captured) on 20221105
MarSOnEarth said:
Still in bootloop (before logo, so no logs could be captured) on 20221105
Click to expand...
Click to collapse
Fixing. Build server missed a change for mata.
20221105, boot to Language choose, then it ask factory reset and auto reboot to Lineage recovery.
I dont know what to do next, so I reflash the old one. Waiting for your fix.
I tried re-flash and it works.!
Thanks.
npjohnson said:
Teléfono esencial
[código]
- Su garantía ahora es nula.
- Usted ha sido advertido.
- Úselo bajo su propio riesgo.
[/código]​
Introducción:
Este es el hilo oficial de Lineage OS 20 para Essential Phone.
Descargas:
Siga exactamente las instrucciones de instalación en la página Wiki de su dispositivo vinculada a continuación .
mata - ¡Posiblemente próximamente!
mata - Mi extraoficial con golosinas de Google Apps/Pixel incluidas. Pasa SafetyNet por defecto. El rollo de OTA aproximadamente una vez al mes. Soporte no garantizado o implícito.
Si no sigue estas instrucciones o utiliza complementos de terceros (como Magisk), no espere recibir asistencia aquí.
Errores conocidos:
¿Encontrar cualquier? Repórtelos de acuerdo con esta guía .
Notas:
El único paquete GApps compatible en este momento es MindTheGapps, vinculado en nuestra página Wiki sobre gapps : GApps están incluidos en mis compilaciones no oficiales
El firmware se envía en el paquete de ROM para este dispositivo, por lo que no debe preocuparse por actualizarlo por su cuenta.
links don't work
Click to expand...
Click to collapse
build 20221110 not work, stuck on bootloop
Røg said:
build 20221110 not work, stuck on bootloop
Click to expand...
Click to collapse
I am running it, so I don't know what you're doing.
npjohnson said:
I am running it, so I don't know what you're doing.
Click to expand...
Click to collapse
Same here, npjohnson. No boot still. After Essential logo there's a brief blank (gray, not black) display and the phone crashes. I tried to pull logs but the boot sequence never gets there to make it available for adb. BTW, my tester is a Sprint variant.
[Added] The image I tried to install was lineage-20.0-20221110-UNOFFICIAL-mata.zip
I think that the new build is for the 19.1 that was rolled out yesterday.
MarSOnEarth said:
Same here, npjohnson. No boot still. After Essential logo there's a brief blank (gray, not black) display and the phone crashes. I tried to pull logs but the boot sequence never gets there to make it available for adb. BTW, my tester is a Sprint variant.
[Added] The image I tried to install was lineage-20.0-20221110-UNOFFICIAL-mata.zip
Click to expand...
Click to collapse
Same experience here with the last two builds. Even flashed to both slots. Perhaps it has to do with the last Essential firmware that we were on? QQ1A.200105.032 vs QQ1A.191205.017? I'm just guessing.
cucumbersmell said:
Same experience here with the last two builds. Even flashed to both slots. Perhaps it has to do with the last Essential firmware that we were on? QQ1A.200105.032 vs QQ1A.191205.017? I'm just guessing.
Click to expand...
Click to collapse
are you formatting data per the wiki on install? We include firmware, so it isn't a firmware issue.
Yeah, factory reset each time, per the instructions.
I have a second Essential phone still running Official LOS 19.1. I'll try installing on it and see what results I get.
Same. The 20221110 unofficial 19.1 build works though.
ziddey said:
Same. The 20221110 unofficial 19.1 build works though.
Click to expand...
Click to collapse
what the heck lol - it is booted here - I'll take another look I guess.
npjohnson said:
are you formatting data per the wiki on install? We include firmware, so it isn't a firmware issue.
Click to expand...
Click to collapse
That's a given, but I went a step further once more. I re-flashed the last OEM (.032), then your recovery (lineage-20.0-20221105-recovery-mata) and latest vendor (vendor-QQ1A.200105.088) to both slots, and then side-loaded your latest (lineage-20.0-20221110-UNOFFICIAL-mata.zip), and .... same thing as I described above. We have a puzzler here, huh?
MarSOnEarth said:
That's a given, but I went a step further once more. I re-flashed the last OEM (.032), then your recovery (lineage-20.0-20221105-recovery-mata) and latest vendor (vendor-QQ1A.200105.088) to both slots, and then side-loaded your latest (lineage-20.0-20221110-UNOFFICIAL-mata.zip), and .... same thing as I described above. We have a puzzler here, huh?
Click to expand...
Click to collapse
again, I keep telling people this, we include vendor image and boo loader in the zip, so flashing _anything_ before lineage won't change anything.
But yeah, am confused.

Categories

Resources