MediaTek Easy Root new update v1.0.3 - LG K10 Guides, News, & Discussion

I just made a new version of MediaTek Easy Root, now root is no longer "temporary". By the way now you only need to have the app installed it does the whole process when turning on the device! you can download this new version here https://github.com/JunioJsv/mediatek-easy-root/releases/latest , The next version will only be released if you help me the project with a donation of only R$1.50 "is totally optional" https://www.mercadopago.com/mlb/che...65594257-359f7b8e-cc7c-4ff2-8fd1-4fc73eb6de50 donate link. or rather, you could help me by doing some pulls requests.
Changelog:
- Now it is no longer necessary to open the app when restarting, root is activated when the boot is finished
- Various UI and UX enhancements

Hey, i downloaded and on install i receive a strange message "check with IT admin" but i'm the owner.
Hey, eu baixei e na instalação eu recebo a mensagem estranha "cheque com o administrador de TI" mas eu sou o dono do celular.
i.imgur .com /8VddoQS.png

AmidoNI said:
Hey, i downloaded and on install i receive a strange message "check with IT admin" but i'm the owner.
Hey, eu baixei e na instalação eu recebo a mensagem estranha "cheque com o administrador de TI" mas eu sou o dono do celular.
i.imgur .com /8VddoQS.png
Click to expand...
Click to collapse
Mano, desativa o play protect dentro da play store

Total newb question, but i need to:
I managed to root my LG K10 Pro using this method, however, i don't have any way of conceding superuser authorization for other applications, and i also can't figure out how to unlock my bootloader (been trying to use the adb for that, it just boots back to the main screen when i use 'adb reboot bootloader', and when i use 'adb reboot recovery', it boots me to a dead android with "no commands". I managed to move to the recovery screen by holding Power and Vol+, and then releasing Vol+, but going through the reboot to bootloader also just leads me to the usual main screen, so i can't install magisk or magisk manager for that purpose. Also tried the usual Super user apps on google play, those all say that the binary is occupied, so they won't work. There is any other way to manage authorizations or to unlock the bootloader?

Hi, i'm searching the apk for rooting my lg m250 but i can't finding it, where i can download? Thanks
Enviado desde mi LG-M250 mediante Tapatalk

Hola descargué el apk, lo instalé y me dice que está rooteado, luego instalo el "root checker" del playstore y me dice que no está rooteado, qué pasará? Ayuda por favor
Enviado desde mi LG-M250 mediante Tapatalk

doesn't work on lg k8 2016 350n sadly

not working in k11 plus bro

@JunioJsv greetz from BR
New Release: v2.0.3
(21/Feb/2021)
Download: https://github.com/JunioJsv/mtk-easy-su/releases/tag/v2.0.3
Changelog:
- magisk has been updated to version 21.4
- greater stability
- dependencies have been updated

Related

[ROM] [DEV ONLY] Ubuntu Touch [TEST] [P5110]

Hi folks,
As the title says, this is the thread for the port of ubuntu touch. Since this is only for developers, I'll not explain the process of:
- root
- install CWM
But I assume you already has do that.
I'm not responsible for any damage this could cause to your device, use it at your own responsability. Dont use this in any other device than p5110 unless you know what are you doing
Updated 28-02-2013
Not working: Rotation
Working: As far as I'd tested, everything else.
Screenshots: Attached
Installation instructions:
Full backup
Wipe data
Install the device specific part of Ubutnu
Install the generic Ubuntu part
Reboot
Configure Resolution (see below)
Enable Wi-fi (see below)
Enjoy the testing!
Flashable:
Generic part: cdimage.ubuntu.com/ubuntu-touch-preview/quantal/mwc-demo/quantal-preinstalled-phablet-armhf.zip
P5110 part: mediafire.com/?ewmshp6ss7xo6gk
Configure resolution:
With device connected to the PC do:
- adb root
- adb shell
- vi /data/ubuntu/usr/bin/ubuntu-session
- change the lines from 81 to 90 to match:
else
services="/etc/tablet-services"
grep -q GRID_UNIT_PX /home/phablet/.bashrc
[ $? -ne 0 ] && echo "export GRID_UNIT_PX=10" >> /home/phablet/.bashrc
export GRID_UNIT_PX=10
grep -q QTWEBKIT_DPR /home/phablet/.bashrc
[ $? -ne 0 ] && echo "export QTWEBKIT_DPR=1.0" >> /home/phablet/.bashrc
export QTWEBKIT_DPR=1.0
export FORM_FACTOR="tablet"
fi
Click to expand...
Click to collapse
- reboot
Enable WIFI:
- adb root
- adb shell
- touch /data/local/userinit.sh
- vi /data/local/userinit.sh and put the following lines
#!/system/bin/sh
insmod /system/lib/modules/dhd.ko firmware_path=/system/vendor/firmware/fw_bcmdhd_apsta.bin nvram_path=/system/etc/wifi/nvram_net.txt
Click to expand...
Click to collapse
- chmod 755 /data/local/userinit.sh
- reboot
Excuse me for my english, I'm colombian.
I'm thinking about make the ports to P5100 and P3100, maybe in the weekend
If you like my work and wanna support bugfixes, future development or just invite me a coffe, please donate: radicalsoft.es/paypal.html
Cheers,
Starcarr
Hey, can you post what changes you made to the source in order to get this to work.
I've been working on making the same port but keep getting build conflicts between the Samsung and Texas Instruments Bluetooth drivers.
Base on https://wiki.ubuntu.com/Touch/Porting info, Ubuntu Touch reuse CyanogenMod project. Do you think that just by recompiling the kernel part, this port will work on P3100? If it works, credits will goes to Google, Samsung, CyanogenMod, Ubuntu, codeworkx, and you :good: Big thanks for this effort.
Thanks mate, I'll finally be able to prove this.
Muchas gracias compañero, por fin voy a poder probar esto. Llevo varios días intentando descargar desde el repo para hacerlo yo y no hay forma.
Un abrazo.
Interesting, will wait for working wi-fi
Excellent good work man
So far I have not failed. I'll go back and do it all from 0.
CyanogenMod Childbirth 10.1, and as I say I have flashed wipes, flashed the specific part and then the generic.
I boot after flashing and the screen stays black.
What have you done to make it work exactly?
Thank you.
Por ahora no me ha funcionado. Voy a volver al principio y hacerlo todo desde 0.
Parto de CyanogenMod 10.1, y como dices he flasheado he hecho wipes, flasheado la parte especifica y luego la genérica.
Arranco después de flashear y se queda la pantalla en negro.
Que has hecho tu exactamente para hacerla funcionar?
Gracias.
Click to expand...
Click to collapse
porting GT-P5100
Awesome!!
PLease could you explain me how did you manage to do that? It's been since the release of the porting "tutorial" that I'm tring to make an image for GT-P5100 but I just don't understand...
Please help me !!
Well I've got. XD
I had to put the files on a external SD and format system, data, sdcard .... I then installed as you mention in the first issue and run. I will take away a little monkey and ready.
THANK YOU for the fantastic gigs you've pasted.
Bueno ya lo he conseguido. XD
He tenído que meter los archivos en una SD externa y formatear system, data, sdcard.... luego he instalado según lo que comentas en el primer tema y a funcionar. Voy a quitarme un poco el mono probando.
GRACIAS por el excelente curro que te has pegado.
Un saludo.
Click to expand...
Click to collapse
Hmmmmm...finally ubuntu on our awesome tab 2 family.....hope will see it for other varients tooo....soon....
Developer rocks....:thumbup::thumbup::thumbup::thumbup::thumbup:
Sent from my GT-P3100 using xda app-developers app
Please port it to P3100 Tab 2 7.0 version
Lot of people want it on the P3100 devs please help
Hi Folks,
Seems like I forgot to tell you how to change the "resolution" of the screen. I'll do it soon. Be patient.
Cheers,
Starcarr
So what happen with wifi working? Still not working?
Stercarr,Thanks for your work! Do not expect that so quickly. I have a 5113, so i get testing on it.
PS My English is very bad, too, I'm from Ukraine
Im trying to install but i keep getting a black screen. Has anyone got it booted? if so how. i have the p3113 but that shouldnt make a difference since they are the same device ones just international. I would love to test but cant get passed the black screen. Is it because of the screen resolution?
Wifi-Working
Hi folks,
Finally I have Wi-fi working in P5110 :victory: . Tomorrow night (I'm in GMT-5) I'm going to update the files with:
- Resolution
- Wifi
See you soon,
Starcarr
GT-5100
Thanks for the builds!
Did someone tried it on a GT-5100?
AW: [ROM] [DEV ONLY] Ubuntu Touch [TEST] [P5110]
Yes...
Thank you.
I love ubuntu.
Will flash it soon...
Gesendet von meinem GT-I9300 mit Tapatalk 2
Starcarr said:
Hi folks,
Finally I have Wi-fi working in P5110 :victory: . Tomorrow night (I'm in GMT-5) I'm going to update the files with:
- Resolution
- Wifi
See you soon,
Starcarr
Click to expand...
Click to collapse
Buddy thanx for ur work...and pls post new version in developer section....:beer::beer::beer::beer::beer:
Sent from my GT-P3100 using xda app-developers app
AW: [ROM] [DEV ONLY] Ubuntu Touch [TEST] [P5110]
Damn u time shift... I can't wait to try this on my tab with WiFi. Thx for ur work.
Gesendet von meinem GT-I9100 mit Tapatalk 2

Zui 8.0 Oreo Dev Rom guide Gapps fixed - tutorial in english and português

NEW VERSION HERE
Download rom 3.5:
ZUI_3.5.204_DEV DOWNLOAD MEGA
ZUI _3.5.204_DEV Download Google Drive:
downloads files Zui8
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Video tutorial
on rom 3.1, unlock bootloader and flash TWRP
(If you are not on 3.1 you can try to see if it will work too, if not, just flash 3.1)
how to unlock bootloader
how to install TWRP
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
boot to TWRP and click Wipe, factory reset
go back and install rom 3.5
go back and click wipe, data, type yes and confirm.
reboot to recovery
it will load twrp again, then reboot to system.
copy the folder zui8 to root and reboot to TWRP
install magisk
install gapps.zip
reboot to system and then reboot to TWRP
wipe factory reset.
after setting the new wizard settings, go to apps and set the defaults apps.
enjoy
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
apps working:
google app
ok google
whatsapp (enable to auto download all medias)
outlook
quickshortcut maker
microsoft edge
gmail
twitter
Messages SMS and mms
drive.google.com/file/d/1IlZEST_xPcOh9VSX0P4KR4heGFeuCewp/view?usp=drivesdk
drive.google.com/file/d/1oLlSQ_xv7y68CAsaByAoeBPAWFcfawuQ/view?usp=drivesdk
You can contact me on my original thread:
zukfans.eu/community/threads/zui-8-0-oreo-dev-rom-friendly-guide-google-app-fix.7587/
thanks :laugh::good:
Tutorial em Português:
Download rom 3.5:
ZUI_3.5.204_DEV DOWNLOAD MEGA
ZUI _3.5.204_DEV Download Google Drive
downloads files Zui8
Na Rom 3.1, desbloqueie o bootloader e instale o recovery TWRP
(Se você não estiver na versão 3.1 mas quiser tentar o passo a passo mesmo assim, tudo bem. Caso encontre algum erro, instale a versão 3.1 e siga o tutorial)
como desbloquear o bootloader
como instalar o recovery TWRP
Inicie o TWRP e clique em Wipe, factory reset.
Volte e instale a ROM 3.5
Volte e clique em Wipe, data, digite "yes" e confirme.
Faça o Reboot to recovery.
Vai iniciar de novo no TWRP, então faça o Reboot to system.
Copie a pasta zui8 para o celular e volte para o recovery TWRP
instale o magisk
instale o Gapps.zip
reinicie o celular depois volte para o Recovery TWRP
faça um wipe factory reset e reboot
Depois de configurado o cel pelo novo wizard, vá aos apps e marque os app padrões.
divirtam-se
-------------------------------------------------------------------------------------------------------------------------------------------
Apps que estão funcionando nessa versão do tutorial:
google app
ok google
whatsapp (habilite a opção de fazer download automaticamente quando conectado ao wi-fi ou dados )
outlook
quickshortcut maker
microsoft edge
gmail
twitter
Mensagens SMS e MMS
drive.google.com/file/d/1IlZEST_xPcOh9VSX0P4KR4heGFeuCewp/view?usp=drivesdk
drive.google.com/file/d/1oLlSQ_xv7y68CAsaByAoeBPAWFcfawuQ/view?usp=drivesdk
qualquer duvida entre em contato comigo no meu post original, por favor
zukfans.eu/community/threads/zui-8-0-oreo-dev-rom-friendly-guide-google-app-fix.7587/
:laugh::good:
Glad to see this
and i still have a question. Now my rom is ZUI 3.1. Do i have necessary to click Wipe, factory reset?
Sure
FranKJLeung said:
and i still have a question. Now my rom is ZUI 3.1. Do i have necessary to click Wipe, factory reset?
Click to expand...
Click to collapse
I recommend doing exactly as in tutorial.
I have uploaded a video tutorial.
If you have any questions please contact me in the original thread.
https://zukfans.eu/community/threads/zui-8-0-oreo-dev-rom-friendly-guide-google-app-fix.7587/
Bruneba said:
I recommend doing exactly as in tutorial.
I have uploaded a video tutorial.
If you have any questions please contact me in the original thread.
https://zukfans.eu/community/threads/zui-8-0-oreo-dev-rom-friendly-guide-google-app-fix.7587/
Click to expand...
Click to collapse
I see~thanks. then i tried ZUI 3.5.204 and AEX 8.1 but they both have some bugs i couldn't accept it. So i turn back to ZUI 3.1.218 and wait for ZUI 3.5 official.:highfive:
FranKJLeung said:
I see~thanks. then i tried ZUI 3.5.204 and AEX 8.1 but they both have some bugs i couldn't accept it. So i turn back to ZUI 3.1.218 and wait for ZUI 3.5 official.:highfive:
Click to expand...
Click to collapse
What are these bugs? Because I think to try zui 3.5
chtsarts said:
What are these bugs? Because I think to try zui 3.5
Click to expand...
Click to collapse
i found some bugs on zui 3.5.204 like these:
1. LTE data icon shows it is available but actually the network is closed after a while you use.
2.Camera couldn't use after shooting a video clip by wechat.
the whole zui 3.5.204 is like a aosp rom with a zui user interface but not like other lower edition of zui
Do not upload or upload images
FranKJLeung said:
i found some bugs on zui 3.5.204 like these:
1. LTE data icon shows it is available but actually the network is closed after a while you use.
2.Camera couldn't use after shooting a video clip by wechat.
the whole zui 3.5.204 is like a aosp rom with a zui user interface but not like other lower edition of zui
Click to expand...
Click to collapse
Does anyone solve the whatsapp problem?
fix
LuisBrum said:
Does anyone solve the whatsapp problem?
Click to expand...
Click to collapse
yes, there is a new version here that fixed it
https://zukfans.eu/community/threads/zui-3-5-231-oreo-8-0-whatsapp-gapps-fix.7718/

Z2 Pro - Zui 3.5.231 Oreo 8.0 - Whatsapp & Gapps FIX

Use TWRP 3.2 to install
------------------------------------------------------------------------------------------------
3.5.231 DOWNLOAD:
Google Drive
----------------------------------------------------------------------------------------------------------------------
You can choose one of those gapps:
Keep chinese stock apps - Download
Replace chinese stock apps - Download (ok google working on any screen)
---------------------------------------------------------------------------------------
If you are on zui 3.5 just install this rom over it, works like an update.
just install gapps again only if you were using the one that replace chinese stock apps.
Thats it.
------------------------------------------------------------------------------------------------------------
If you are on ZUI 3.1:
make a data backup with TWRP 3.2 first, ***data only*** and save it to pc, just to be safe. if something goes wrong you can restore it back
Open TWRP 3.2 and do a factory reset, install the rom then install gapps, wipe cache/dalvik and reboot system.
maybe you have to turn on your wifi after booting to system.
IF YOU CHOOSE THE SECOND GAPPS, THEN GO TO SETTINGS AND SET ALL DEFAULT APPS
--------------------------------------------------------------------------------------------------------------------
Whatsapp is working fine, no crash anymore!!!!!!
Charging light is working again!!!!
-----------------------------------------------------------------------------
pt-BR:
Use TWRP 3.2 para instalar
-------------------------------------------------- --------------------------------------------------
3.5.231 O DOWNLOAD :
Google Drive
-------------------------------------------------- -------------------------------------------------
Você pode escolher um desses gapps:
Mantenha aplicativos chineses - Download Gapps
Substitui os apps chineses - Download (ok google funcionando em qualquer tela)
-------------------- -------------------------------------------------- --------------------------------
Se você estiver no zui 3.5 basta instalar esta ROM sobre ela , funciona como uma atualização.
Em seguida instale o gapps novamente somente se você estivesse usando o gapps que substitui os apps chineses.
e é só isso,
-------------------------------------------------- --------------------------------------------------
Se você estiver no ZUI 3.1 :
faça um backup de dados com TWRP 3.2 antes de instalar a rom, *** dados apenas *** e salve-o no pc, apenas para garantir que se algo der errado, você pode restaurá-lo.
Abra o TWRP 3.2 e faça um factory reset, instale a rom em seguida o gapps, limpe o cache/dalvik e reinicie o sistema.
talvez você tenha que ligar seu wifi depois de inicializar o sistema.
SE ESCOLHER O SEGUNDO GAPPS, ENTÃO ENTRE EM CONFIGURAÇÕES E AJUSTE OS DEFAULT APPS
---------------------------------- --------------------------------------------------
O Whatsapp está funcionando bem, não crasha mais!
A luz de carregar o cel voltou a funcionar !!!!​[/RIGHT][/CENTER]
i use a nougat custom rom, can i install this rom?
man, posso instalar essa rom por cima de uma custom rom? só atualizar o twrp e instalar essa rom, irá funcionar?
Yes , you can . It required 3.1.194 firmware at least . I recommend to flash 3.1.218 full firmware and then the zuo 3.5.231 dev . Make a backup before you start
I can't to root it... how to do?
thanks in advance!!!
update: Done flashing the last SuperSU!!
Flash rom, gapps, magisk 15.3 zip , restart and install magisk manager 5.5.5 APK or install SuperSU 2.82 if you don't need saftynet .
Hey guys, its there any new version of zui 3.5 (like The 3.5.166) to download by OTA? Wich vpn do you guys recommend?
Thanks in advance!
is it possible to install it starting from a rom based on zui 2.5 doing all the swipe, including date?
You have to flash at least 3.1 firmware . I recommend 3.1.218 and then flash this rom .
https://forum.xda-developers.com/zuk-z2-pro/development/radio-modem-basebands-zuk-z2-pro-t3715835
mar.ur said:
You have to flash at least 3.1 firmware . I recommend 3.1.218 and then flash this rom .
https://forum.xda-developers.com/zuk-z2-pro/development/radio-modem-basebands-zuk-z2-pro-t3715835
Click to expand...
Click to collapse
Only baseband is OK ?
First do a backup of your data in TWRP . If you want to clean install , flash this firmware and then full wipe and flash rom . I did that ( from custom rom ) and everything was ok . If you want to save data you can try to flash firmware and then dirty flash rom ( without any wipe ) . I did it twice . From zui 3.1.194 and from zui 3.1.218 . No problems as well .
Wysłane z mojego ZUK Z2121 przy użyciu Tapatalka
guys can i ask you something...
i have installed in my zuk z2 pro zui 3.5.231 dev version..everything works fine but i have a problem with my fingerprint & passcode section in settings...i have a figerprint unlock but when i go in the setting and put my fingerprint it shows me a green check above but it doesnt throw in the lock settings...it flashes back to saying put your fingerprint or the pattern to enter lock settings?
is there a fix?
thank you in advance
Is multilinguage or only eng
Chinese and English . You can use morelocale2 to change locale language
It's working (updated), but i have one bug, when i'm going in settings => theme , the system do a softreboot. I can't reinstall a black theme, who is much better for my eyes and an Oled screen
sorry, this is a complete rom or just a firmware update? is it possible to install it without installing any firmware from twrp?
tikilou said:
It's working (updated), but i have one bug, when i'm going in settings => theme , the system do a softreboot. I can't reinstall a black theme, who is much better for my eyes and an Oled screen
Click to expand...
Click to collapse
That's why you've flashed gapps . The theme manager works only with clean install without gapps . You can install Google play , Google service , Google calendar sync and Google contacts sync on Chinese app store . Although Google contacts sync not working .I restored my contacts by contacts.vcf
Sent from my ZUK Z2121 using Tapatalk
1st i dirty flashed on 3.1.194. Everything worked but it was laggy. Then i clean flashed and restored data via twrp. no lags and no bugs so far.
Heey guys,
I first updated to 3.1 and from there i flashed this one. I did it with a full wipe (excluding storage) I did it dirty and I did it by putting back my data but my cpu keeps getting freaking hot to over 45. Do I also have to with storage or am i missing something else.
Thanks in advance
Hi, can anyone tell me if this version of ZUI has position travel (it was part of Zui 2.3)
thanks
emilic said:
Hi, can anyone tell me if this version of ZUI has position travel (it was part of Zui 2.3)
thanks
Click to expand...
Click to collapse
Yes , it has ( I mean the latest stable zui 3.5.344 )

Magisk and SafetyNet on Nexus4

Hi!!!
I'm trying to give my old Nexus 4 a new life. I installed an 7.1 ROM and it looks awesome and surprisingly fast. I want to root the phone too, using Magisk.
I was able to install Magisk without any problem from TWRP and the 16.0 version, but when I run the SafetyNet checks, I get ctsProfile: false and basicIntegrity: true.
It was better, because with the latest official version from Google, I got basicIntegrity: false too....
So, there is my question: is there a ROM where the SafetyNet checks of Magisk will pass without problems?
Can be possible with my current ROM (PureNexus)?
Lk2 said:
Hi!!!
I'm trying to give my old Nexus 4 a new life. I installed an 7.1 ROM and it looks awesome and surprisingly fast. I want to root the phone too, using Magisk.
I was able to install Magisk without any problem from TWRP and the 16.0 version, but when I run the SafetyNet checks, I get ctsProfile: false and basicIntegrity: true.
It was better, because with the latest official version from Google, I got basicIntegrity: false too....
So, there is my question: is there a ROM where the SafetyNet checks of Magisk will pass without problems?
Can be possible with my current ROM (PureNexus)?
Click to expand...
Click to collapse
There is a module you can download in magisk that will tell/help you how to fix that.
It's called MagiskHide-Props-Config
lineage 15.1
hello, i'm using lineage 15.1 ( 2018-07-21) and working safetynet pass
KitsuneFoxy said:
There is a module you can download in magisk that will tell/help you how to fix that.
It's called MagiskHide-Props-Config
Click to expand...
Click to collapse
Hi, thanks. I'm rebooting my mobile after flashing this module... and it is not working, I get ctsProfile: false again Does it require some additional configuration?
d_g_m_2000 said:
hello, i'm using lineage 15.1 ( 2018-07-21) and working safetynet pass
Click to expand...
Click to collapse
And how is it working? I didn't install Lineage because I supose that a very new versions of Androdi should perform worst on a device like Nexus 4
Lk2 said:
...And how is it working? I didn't install Lineage because I supose that a very new versions of Androdi should perform worst on a device like Nexus 4
Click to expand...
Click to collapse
working good... i only have granted superSU to adaway, nova launcher and titanium backup.
And i use magisk_hide in a bank app that pass safetynet.
sorry for my bad english
d_g_m_2000 said:
working good... i only have granted superSU to adaway, nova launcher and titanium backup.
And i use magisk_hide in a bank app that pass safetynet.
sorry for my bad english
Click to expand...
Click to collapse
Which Lineage version are you using?
The one linked on the unofficial post here in XDA give me a 404, and I tried with official nightly build, but I was totally unable to install Gapps, even with the pico version.
Could you provide me some links for downloading? The solution provided by @KitsuneFoxy didn't work
-english-
i have the official rom *lineage-15.1-20180721-nightly-mako-signed.zip* from the lineage web site ( https://download.lineageos.org/mako )
you need to flash in the same time (without booting the phone) the following zips:
1.- lineage rom 15.1
2.- gapps 8.1 (pico version)
3.- magisk v16.0
to successfully install gapps you need to create a txt file named *gapps-config.txt* as seen in this post -> https://forum.xda-developers.com/showpost.php?p=76444485&postcount=2
and copy in the same folder that contains the other zip files (rom, gaaps and magisk)
this *.txt file eliminates GoogleTTS app from the instalation so it will installed without problem.
hope you can make it, if you don't, read the threads so you can solve your problems (like i do)
-español-
tengo la version oficial de lineage, la puedes descargan en el sitio web de lineage, googléalo.
necesitas instalar en un solo jalón (sin haber iniciado el teléfono) los 3 siguientes archivos:
-primero el rom lineage
-segundo las gapps
-tercero magisk
para instalar correctamente las gapps, necesitas crear un archivo *.txt y llamarlo "gapps-config.txt", ponerle adentro el contenido que está en el post número 2 del link que puse,
copia el archivo *.txt en la misma carpeta donde se encuentran los 3 archivos (rom, gaaps y magisk)
el archivo txt quita de la instalación la aplicación "GoogleTTS" para que no tengas problemas con el espacio y así tendrás las gaaps funcionando al 100 (al menos la versión pico)
espero te sirva, si no lo logras, lee los threads correspondientes para lograrlo (como me pasó a mi)

Mod Viper4android Guide miui 12 .eu

hey , I am using google translator, I will try to explain it, but there are no risks here, I use magisk canary,
1. first install AML mod and reboot
2. then install Viper4android open it and install drivers (reboot)
3. enjoy .
If you get a bootloop, just flash the rom you have without wipe and it returns to normal and you repeat, I had 2 times bootloop but finally it worked perfect!
The only problem I see with having magisk is that most games crash, I try magisk hide and many more things but it keeps happening
Poco f2 pro 8/256 , xiaomi.eu 12.0.5 stable
I had to uninstall AML to make it work, there is no need for that module. No bootloops or anything for me.
Anyone have settings for the speaker? I've been trying different convolver files for it mostly.
I think you only need aml if you're installing multiple audio mods concurrently.
For instance, I'm running narsil audio mod AND viper4android, so I installed it.
Does it worth? I have never installed viper4android but have been reading about it a long time ago
Enviado desde mi POCO F2 Pro mediante Tapatalk
xBesTxSoLiDSnK said:
Does it worth? I have never installed viper4android but have been reading about it a long time ago
Enviado desde mi POCO F2 Pro mediante Tapatalk
Click to expand...
Click to collapse
After using it for a while i can definitely say it's worth it. It really shines with my Lypertek Tevis, but you can really tweak the sound of the speaker as well.
I made this eq to emulate a flat response based on a review site's audio chart. I like it way better than the default.
Convolver files are kinda hit or miss with the speaker, mostly making it louder and changing the sound stage. If I have the time I'll drop the ones I'm using along with presets.
Quick drag-and-drop zip file of my V4A settings. Extract and paste in your Android folder or move everything over bit by bit if you want.
Just install the apk . Restart and done . Viper it's worth to have it on any device ! I think is a must .
It doesn't works with latest miui 12 based on Android 11. Unable to patch drivers.
I've installed viper version 2.7.2.1 through magisk (I'm on Android 10 Xiaomi.eu ROM), when on the lockscreen the app randomly stops working and I have to unlock the phone and open it again (as if it's being closed in the background by the system)
I've removed any battery restrictions and enabled auto start, but this has had no effect, anyone know what could be the issue here?
On my previous phones I've installed it the exact same way and never came across this issue
(as far as i know, you speak spanish so this makes things easier)
Estoy usando un Redmi note 7 con Miui 12 eu (custom).
He estado probando distintos métodos que he visto en los comentarios de tu post como el de desinstalar el módulo AML y tampoco ha funcionado, mucho menos instalando los drivers a través de la app ya que hasta donde tengo entendido en android 10 es imposible.
Si podrías ayudarme estaría muy agradecido, estaré atento.
muy buen post btw
deadzombieseverywhere said:
Quick drag-and-drop zip file of my V4A settings. Extract and paste in your Android folder or move everything over bit by bit if you want.
Click to expand...
Click to collapse
Hey man, thank you for sharing your settings! I'm going to try it as I'm having trouble setting up the speaker settings.
Lethalben said:
It doesn't works with latest miui 12 based on Android 11. Unable to patch drivers.
Click to expand...
Click to collapse
I just found a way to make it work after 2h of searching : on their telegram, there is a driver (2.5.0.4) compatible with android 11 :
ViPER4Android FX 2.7
This is the official group for ViPER4Android FX 2.7 Thread: https://forum.xda-developers.com/android/apps-games/app-viper4android-fx-2-6-0-0-t3774651 Download: https://labs.xda-developers.com/store/app/com.pittvandewitt.viperfx
t.me
Flash this with magisk and the driver now works
This conflicts with the pop up camera on crdroid, stopping it from popping up!?

Categories

Resources