Development [ROM][13.0][UNOFFICIAL] LineageOS 20.0 for Xiaomi MIX 4 - Xiaomi Mi MIX 4

{
"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"
}
LineageOS is a free, community built, aftermarket firmware distribution of Android 12 (S), which is designed to increase performance and reliability over stock Android for your device.
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
Base source code is available in the LineageOS Github repo. And if you would like to contribute to the project, please visit our Gerrit Code Review.
GPL compliance:
Device tree source code: https://github.com/Inkypen79/device_xiaomi_odin
Kernel source code: https://github.com/Inkypen79/kernel_xiaomi_odin
Working:
Almost everything
Broken:
You tell me
Downloads:
https://sourceforge.net/projects/xiaomi-odin/files/13/LineageOS
https://sourceforge.net/projects/xiaomi-odin/files/12/LineageOS
https://sourceforge.net/projects/xiaomi-odin/files/11/LineageOS
Installation:
Reboot to recovery
Copy LineageOS zip to internal storage
Install LineageOS zip package
Install [optional] a Google Apps package of your choice
Format data (wiping is not sufficient, formatting requires you to type "yes")
Reboot
Important notes:
GApps can only be flashed on clean installs.
Formatting data (all user data is wiped, including internal storage) is a must if MIUI was previously installed and device was encrypted.
Contributors
Inkypen
ROM OS Version: Android 12
ROM Kernel: Linux 5.4
Based On: AOSP

Official TWRP thread:
https://forum.xda-developers.com/t/recovery-11-official-teamwin-recovery-project.4374117
TWRP Notes:
Currently the official TWRP has issues installing on custom ROMs. It can be permanently installed on with MIUI but any AOSP based ROM causes it to hang. Until this gets fixed the only way into TWRP is to use the fastboot boot method. Also the official TWRP currently has some bugs (sideload not working, boot slot selection not working, vibration not working) which I have fixed. I've submitted these fixes to the official channels so the next official build should have these problems fixed. My unofficial TWRP build is available here:
https://sourceforge.net/projects/xiaomi-odin/files/twrp-3.6.1-odin.img/download
Extra Installation Notes:
TWRP cannot currently decrypt A12 partitions meaning you can't access your files in recovery mode. This is a TWRP problem, not a ROM bug. If you need to install something, either sideload it or use USB OTG.
Lineage 19 requires MIUI 13/Android 12 firmware. You can get that here: https://xiaomifirmwareupdater.com/firmware/odin/stable/V13.0.4.0.SKMCNXM/
Lineage 18 requires MIUI 12/Android 11 firmware, available here: https://xiaomifirmwareupdater.com/firmware/odin/stable/V12.5.12.0.RKMCNXM/

This is freaking awesome !
I know this may be a very dumb question, what's Screen off FOD ?

The fingerprint scanner while the screen is Off, with screen on it works

I've heard that the selfie cam of MIX 4 doesn't work with LineageOS on telegram.Did this bug fixed??

santimaster2000 said:
This is freaking awesome !
I know this may be a very dumb question, what's Screen off FOD ?
Click to expand...
Click to collapse
It means you can't use fingerprint when you closed your display of the phone

calledJona said:
The fingerprint scanner while the screen is Off, with screen on it works
Click to expand...
Click to collapse
Oh OK, now I get it.

@Inkypen I have managed to install this with OpenGapps pico and everything seems to look good - except for SIM cards None of the SIM slots are recognized... so uninstalling it now, since I need my phone BUT other than that I am super pumped - finally something other than MIUI and my beloved Lineage! Throwing you thank yous via PayPal in a moment Keep up the good work!

er453r said:
@Inkypen I have managed to install this with OpenGapps pico and everything seems to look good - except for SIM cards None of the SIM slots are recognized... so uninstalling it now, since I need my phone BUT other than that I am super pumped - finally something other than MIUI and my beloved Lineage! Throwing you thank yous via PayPal in a moment Keep up the good work!
Click to expand...
Click to collapse
Flash it again. I've discovered that if you flash to slot A you won't have SIM cards or sensors working but everything works properly when flashed to slot B. I have a feeling it's related to TWRP, for example it's currently a bit broken and can't be permanently installed on AOSP based ROMs.

@Inkypen just tried both B and A (in that order) and still no SIM detected. I am using your TWRP from that thread :/
Also, how to change SELinux status? Lineage Trust app complains about it.

Great work. Thank you.
Cts profile failed, selinux off. And safety tests not passing.
Any idea how fix it?

@shulfei and does the SIM card work for you?

er453r said:
@shulfei and does the SIM card work for you?
Click to expand...
Click to collapse
Yes. Everything work fine.

er453r said:
@Inkypen just tried both B and A (in that order) and still no SIM detected. I am using your TWRP from that thread :/
Also, how to change SELinux status? Lineage Trust app complains about it.
Click to expand...
Click to collapse
Not sure what is wrong here, or if it's even the same issue I have when flashing to slot A. I'll need logs to investigate. Also you can turn off the SELinux warning in Trust settings.
shulfei said:
Great work. Thank you.
Cts profile failed, selinux off. And safety tests not passing.
Any idea how fix it?
Click to expand...
Click to collapse
CTS profile and Safetynet failures are both related to SELinux. There is a hack to hide SELinux status from Google services but I forgot to add it in (although I did add in the hack for the unlocked bootloader check). It's possible to add the SELinux hack onto a running phone but it's complicated. Good news is I'm wokring on SE policy in order to get it fully enforcing.
Don't try to force enable SELinux to enforcing, your phone will quite likely stop working properly until you set it back to permissive.

Inkypen said:
Good news is I'm wokring on SE policy in order to get it fully enforcing.
Click to expand...
Click to collapse
Will be waiting your updates.
Thak you very much.

shulfei said:
Will be waiting your updates.
Thak you very much.
Click to expand...
Click to collapse
I might be the one user, who is mostly excited with the prospect of leaving MIUI behind.
Buti have to ask,what kind of procedure, did you use to flash the LOS-Build? I tried it like the way described but, it did not go well. Btw, i come from MIUI 13.

SanHelios said:
I might be the one user, who is mostly excited with the prospect of leaving MIUI behind.
Buti have to ask,what kind of procedure, did you use to flash the LOS-Build? I tried it like the way described but, it did not go well. Btw, i come from MIUI 13.
Click to expand...
Click to collapse
Reboot phone to fastboot mode.
Boot to twrp (get Inkypen version twrp-odin.img) via command
"""
fastboot boot twrp-odin.img
"""
Wipe all data how wrote Inkypen:
"""
Formatting data (all user data is wiped, including internal storage) is a must if MIUI was previously installed and device was encrypted.
Format data (wiping is not sufficient, formatting requires you to type "yes")
"""
Install LineageOS.
Install gapps arm64.

I mean between formatting data and install LOS, do you restart recovery?

SanHelios said:
I mean between formatting data and install LOS, do you restart recovery?
Click to expand...
Click to collapse
No need to restart Recovery. But I suggest you to Install the Los/Gapps first, and than format data, otherwise the Rom won't boot. Also, make sure u flash the Rom on Slot B, although I had problem with flashing it on MiUi Beta. You can try it, anyway. Cheers.

New build succesfully installed .
Thanks for the update and especially gapps build this time.

Related

[ROM][7.1.2][UNOFFICIAL] LineageOS 14.1 - SM-T550/SM-T555

LineageOS is a free, community built, aftermarket firmware distribution of Android 7.1.2 (Nougat), which is designed to increase performance and reliability over stock Android for your device.
{
"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"
}
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* We are 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 us for messing up your device, we will laugh at you.
*
*/
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
This thread is for Official LineageOS 14.1 builds for SM-T550/SM-T555. The following will not be supported here:
Custom kernels
Mods
Xposed
I don't support Xposed and any logcat which includes a Xposed module will be ignored. You're kindly invited to not report bugs if you:
Flashed a custom kernel
Installed or did mods from any source other then this thread
Modified system files
First time flashing LineageOS 14.1 on your device, or coming from another ROM?
Download the zip(s)
Install a compatible Recovery (If you installed twrp early on you may need to reinstall it due to the device name changing)
Wipe data/factory reset
Flash LineageOS
Install the Google Apps addon package (Optional)
Reboot
SM-T550/SM-T555 Downloads
Google Apps:
http://opengapps.org/
Kernel
https://github.com/Galaxy-MSM8916/android_kernel_samsung_msm8916
Device Tree
https://github.com/Galaxy-MSM8916/android_device_samsung_gt510wifi
Aytex, who made all of the banners on this post.
Galaxy-MSM8916 Dev team​
This build is designed for the Wifi-only variant (SM-T550) but it will flash and boot on the LTE variant (SM-T555), your tablet will act like a wifi only tablet so you will not have calling, texting, mobile data. In the future, I may make a SM-T555 build that has working telephony but probably not due to me not having one.
What's working:
Wifi
Bluetooth
Sensors
Video
Offline charging
Hardware buttons
What's broken:
GPS is flaky
Camera
Audio
Changelog:
4/18/18
Initial release
For some reason it's not booting on my device if I take the older version from you Android host profile it boots and only audio thorugh the devices speaker isn't working
@Deadman9365 Hi! Could you tell me which TWRP do you use? I found on the web only an UNOFFICIAL one which works only on MM... Could you help me, please? I would like to try this ROM
I have the same problem as user nils_92.
The old "nightly" version (lineage-14.1-20170619-NIGHTLY-gt510wifi) boots, but the new one (Sean_lineage-14.1-20180418-UNOFFICIAL-gt510wifi) does not. Here the device restarts again and again before it has been completely loaded for the first time. Tested with "TWRP-3.1.x-omni-7.1_j16_20170609_gt510wifi" and "TWRP-3.2.1.1-lineage-15.1_j2_20180418_gt510wifi" as recovery
I also tested the recoverys, the flashing of other custom roms for the SM-T550 works fine. So here you can rule out the error. What I haven't tried yet was to leave the device alone and see if it might catch itself again and then boot into the operating system at some point.
I can confirm for the nightly-version that the camera and the sound do not work.
Looking forward to testing the final version.
Is work still being done on this rom? I checked the github but i dont see any recent commits
Title says lineage 14.1 but github link are stating 15.1?
I am looking forward to flashing the next release and getting some more juice out of this tablet
Can I flash it on SM-P550?
I have T550 before; i just trade off for S pen.
New version not booting.
I have tablet (Samsung Galaxy Tab A 9.7) SM-T550
I do install TWRP 3.1.0.1 with ROM LineageOS 14.1.
1) Use to Wipe Factor Reset
2) Use to install Rom
3) Use to install GApps
4) Reboot
But, its not working (When i start "reboot") > "SAMSUNG GALAXY TAB A 9.7" after "LINEAGEOS" cant open launhcer, its alone off tablet and on again...
Thank you developer and thank you all for not responding me.
Finally I have bricked my Tab, I'm very thankful to you guys.
samymarboy said:
Thank you developer and thank you all for not responding me.
Finally I have bricked my Tab, I'm very thankful to you guys.
Click to expand...
Click to collapse
First sentence says
* We are not responsible for bricked devices, dead SD cards,
Click to expand...
Click to collapse
so no need to thank anyone also it's been mentioned multiple times that there seems to be an issue and that it doesn't boot just get over it and flash stock or any other custom Rom for this device.
Not to mention that you seem to have a different device after all...
nils_92 said:
First sentence says so no need to thank anyone also it's been mentioned multiple times that there seems to be an issue and that it doesn't boot just get over it and flash stock or any other custom Rom for this device.
Not to mention that you seem to have a different device after all...
Click to expand...
Click to collapse
Where was you when I asked a question before flashing ?
Why your ramping now? When I didn't want a reply from you ?
samymarboy said:
Where was you when I asked a question before flashing ?
Why your ramping now? When I didn't want a reply from you ?
Click to expand...
Click to collapse
Don't complain if you don't want a reply read the description and don't flash on an unsupported device and all of you issues are solved! Good luck for the future you'll need it
I'm using SM-T550 with TWRP
It doesn't working launcher it's alone off and on again.. please help me?? I like lineageaos
Hi @deadman96385 nice to See you Continue working on this tab?. Still got my sm-t555 running so i hope there will be a release for lte Version. Tell me if
i can Test for you again
I'm working in order to keep this device alive, too.
Oreo works and the camera is working in my testbuilds, except for some grainy previews in the camera app.
I'll release a build when the speakers are working. Headphones are working already.
Stay tuned
Audio is working now. Feel free to use my vendor & device tree here @deadman96385. There are still some camera related issues, for instance the bad preview in the stock camera app. Using a different camera app solved this issue for me. Since deadman already supports Lineage OS, I'll build & support AICP. Android Oreo works on the tablet, I hope deadman will switch to the newest version of android soon. If there's some time in the next month I'll try to fix the remaining issues (the camera and SELinux permissive). Maybe I have time to build a SM-T555 version, too. But I don't own this type of tablet, so I would definitely need some testers.
virsys said:
Audio is working now. Feel free to use my vendor & device tree here @deadman96385. There are still some camera related issues, for instance the bad preview in the stock camera app. Using a different camera app solved this issue for me. Since deadman already supports Lineage OS, I'll build & support AICP. Android Oreo works on the tablet, I hope deadman will switch to the newest version of android soon. If there's some time in the next month I'll try to fix the remaining issues (the camera and SELinux permissive). Maybe I have time to build a SM-T555 version, too. But I don't own this type of tablet, so I would definitely need some testers.
Click to expand...
Click to collapse
Nice work, I've been busy with other devices. But more then willing to work with you on the camera. I'll get your changes merged into the primary trees. Let me know via PM your email, hangouts, telegram username or whatever so we can have a chat.

[ROM][OFFICIAL][PAYTON][NIGHTLIES]Lineage OS 17.1

{
"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"
}
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.
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 10, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Introduction:
This is the official Lineage OS thread for the Motorola Moto X4, codename payton.
We support all the T-Mobile, International, and Project Fi variants, as their bootloaders are unlockable, while we can't support the Verizon and AT&T variants, as their bootloaders are permanently locked.
How to install:
Boot the newest TWRP .img from the Official TWRP Project Site.
IF YOU ARE COMING FROM STOCK AND WANT TO INSTALL CUSTOM ROMS FOR FIRST TIME, INSTALL "Copy Partitions Zip" FROM POST #2
In TWRP, click "Wipe", "Format Data", then type "yes" as prompted.
ADB sideload the newest weekly
(Optionally) You can flash the newest TWRP Installer also found at the Official TWRP Project Site if you wish to maintain TWRP, though the pre-installed Lineage Recovery instance will do everything you need it to in most cases. We don't recommend or support the use of the TWRP installer, as it is overwritten on every update (will need to be re-installed every update), and has no addon.d-v2 persistence.
Click "Reboot, then choose "Recovery", this will boot you to either Lineage Recovery or TWRP depending on your choice to install TWRP or not. It is necessary to reboot between ROM flash and GApps/Addon flash due to verity/slot-swap logic.
(Optionally) Flash GApps - MindTheGApps arm64 are recommended, OpenGApps are compatible with A/B as of 09102018, but I still only reccoemend and support MindTheGApps.
(Optionally) Flash SU - you'll need to turn it on from in developer settings after first boot Lineage OS SU Addon. - Magisk works fine, though is not supported.
Reboot
Notes:
Official Lineage OS builds will not pass CTS/SafetyNet -- due to the AVB flag's "red" status. (Magisk works fine, though is not supported.)
Official Lineage OS builds ship with full treble compatibility, with VNDK runtime enforcement! This means that unlike most "ported treble" you'll see, ours is just as it would be from the OEM, and can run any GSI (yes, even Pie!) without need for hacks or additional flashable zips. We relabeled /oem as /vendor (as /oem isn't used in custom ROM's anyway). To use a GSI, flash official Lineage, then flash your GSI, it's that simple! Flashing a factory image will likely write over /oem and remove the mock vendor image. Please don't report GSI bugs here, report them instead to the GSI's maker.
Download:
LineageOS Updater
XDA:DevDB Information
Lineage OS 17.1, ROM for the Moto X4
Contributors
erfanoabdi, Lineage Team
Source Code: https://github.com/LineageOS
ROM OS Version: 10.x Oreo
ROM Kernel: Linux 4.x
ROM Firmware Required: Official Pie
Version Information
Status: Stable
Created 2018-09-01
Last Updated 2019-03-02
Copy Partitions Zip
- courtesy @ @filipepferraz
Download
Firmwares
XT1900-1 Android 8.0
firmware_27.251.12_payton_retail_xt1900-1.zip
Only tested on
XT1900-1
XT1900-2
XT1900-5 (https://forum.xda-developers.com/showpost.php?p=76934354&postcount=173)
XT1900-7 (https://forum.xda-developers.com/showpost.php?p=76779696&postcount=14)
feel free to test on other Moto X4 models running 8.0.
XT1900-6 Android 8.0 - courtesy @filipepferraz
https://www.androidfilehost.com/?fid=674106145207492371
XT1900-1 Android 8.1 - courtesy @ptn107
https://www.androidfilehost.com/?fid=890278863836292604
tested on XT1900-7 as well (https://forum.xda-developers.com/showpost.php?p=76816113&postcount=92)
About OTA: see post #778
Back to Stock :
Nice work, guys!
Excellent work! It's impressive that you could get this done when one person didn't have the phone. That's a good ol' fashioned hackathon.
Can somebody confirm if encryption works?
i love you guys <3
igna.98 said:
Can somebody confirm if encryption works?
Click to expand...
Click to collapse
It says "Phone Encrypted" under Settings. So, yes.
---------- Post added at 03:15 AM ---------- Previous post was at 02:53 AM ----------
Also happy to report that Magisk works successfully by sideloading the zip in TWRP (Data will not get decrypted when you boot into TWRP after the first boot - just hit cancel to get to the TWRP main menu > Advanced > ADB Sideload and sideload the Magisk ZIP.) SafetyNet passes too! And Google Pay works (finally!!! ...It was broken for me on stock).
Just got set up:
- AOSP firmware flash working on google fi version running 7.1
- Twrp decrypt not working with pin on the linked twrp or 3.2.1.1. Have to remove pin before booting to recovery
- videos recorded are choppy and lag during playback through camera app. I'll check when I install another gallery app but I rarely record so not a huge issue right now.
- bluetooth working well
Liking Lineage so far, especially the dark theme it seems to default to. I'll update with more as I play around with this. Thanks.
Speaker not working
Edit: seems it's just media, not phone
Just ran into an issue, speaker doesn't work with any app I've tried. There is sound with Bluetooth in the same apps. Attached some logcats.
brandontowey said:
Edit: seems it's just media, not phone
Just ran into an issue, speaker doesn't work with any app I've tried. There is sound with Bluetooth in the same apps. Attached some logcats.
Click to expand...
Click to collapse
Interesting. Working for me - tested using the Amazon Music app.
Edit: YouTube was used to test as well. However, the speaker volume level across all apps is lower than stock.
smmankad said:
Interesting. Working for me - tested using the Amazon Music app.
Huh, just tried and it stutters and no sound in YouTube. What model are you using and did you have Oreo already? I'm on the Google fiber variant and came from 7.1. maybe I need to upgrade to stock Oreo then flash.
Click to expand...
Click to collapse
brandontowey said:
smmankad said:
Interesting. Working for me - tested using the Amazon Music app.
Huh, just tried and it stutters and no sound in YouTube. What model are you using and did you have Oreo already? I'm on the Google fiber variant and came from 7.1. maybe I need to upgrade to stock Oreo then flash.
Click to expand...
Click to collapse
I was on stock Oreo 8.0.0/March 2017 (am having the XT1900-1 RETUS non-Fi version). Maybe that's why.
Click to expand...
Click to collapse
Thank you so much, my Payton is now flying. XT1900-7
igna.98 said:
Thank you so much, my Payton is now flying. XT1900-7
Click to expand...
Click to collapse
which firmware file did you use? xt1900-1 or xt1900-6?
Dumb question, can you flash if you're on 8.1?
munchy_cool said:
which firmware file did you use? xt1900-1 or xt1900-6?
Click to expand...
Click to collapse
XT1900-1
Wow nice job.
Sent from my Moto G5 Plus using XDA Labs
Not using it yet...
But I wanted to thank you guys SO much for working on this. I see using Lineage as the long-term plan for my phone (and my wife's) but these are our daily drivers and can't afford them to be offline for long. Once it is verified solid, I will likely switch. Thank you again!
ebrandsberg said:
But I wanted to thank you guys SO much for working on this. I see using Lineage as the long-term plan for my phone (and my wife's) but these are our daily drivers and can't afford them to be offline for long. Once it is verified solid, I will likely switch. Thank you again!
Click to expand...
Click to collapse
Its pretty damn solid as is. I've been using it since yesterday and no random reboots, no glitches, and super fast. My X4 is my daily driver too, btw.

[ROM][9.0][OFFICIAL] LineageOS 16.0 for Xiaomi Redmi 3S/3X/Prime

{
"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"
}
LineageOS Android Distribution
Code:
#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.
* For who wants to put to any other mobile phone, please put the credit on the above. please help.
*
*/
LineageOS is a free, community built, aftermarket firmware distribution of Android 9, which is designed to increase performance and reliability over stock Android for your device.
LineageOS is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. Linked below is a package that has come from another Android project that restore the Google parts. LineageOS does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for LineageOS is available in the LineageOS Github repo. And if you would like to contribute to LineageOS, please visit out Gerrit Code Review. You can also view the Changelog for a full list of changes & features.
Requirements
Unlocked bootloader
Click here to unlock your bootloader
Installed TWRP Recovery
Click here to download latest version
Instructions
Download ROM
Reboot to TWRP Recovery
Wipe Data
Wipe Internal (if necessary)
Wipe Cache
Wipe System
Wipe Vendor
Install ROM
Reboot
Downloads
ROM
https://download.lineageos.org/land
GApps ARM64
https://opengapps.org/?api=9.0&variant=pico
Extras
https://download.lineageos.org/extras
BusyBox
https://github.com/yashdsaraf/bb-bot/releases
What's working
Audio
Automatic Rotation
Bluetooth
Camera (rear & front)
Camcorder
Encryption
Flashlight
Fingerprint
FM Radio
F2FS Support
GPS
Hotspot
IR Blaster
Lights
Modem
RIL (IMS, Calls, SMS, Data)
SELinux Enforcing
Sensors
USB OTG
Vibration
VoLTE
Video Playback
Wi-Fi
etc...
Known issues
-
Report bugs
Don't report bugs if you're running a custom kernel or any modules.
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing).
Grab a logcat right after the problem has occurred. (Please include at least a few pages of the log, not just the last few lines, unless you know what you're doing).
Remember to provide as much info as possible. The more info you provide, the more likely that the bug will be solved. Please also do not report known issues.
ROM Information
Official LineageOS 16.0, ROM for the Xiaomi Redmi 3S/3X/Prime
Contributors
TingyiChen, LineageOS Developers
Source Code: https://github.com/LineageOS/android_device_xiaomi_msm8937-common/tree/lineage-16.0
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
Based On: AOSP
Devices: land
Treble: Yes
Version Information
Status: NIGHTLY
Nightly Release Date: 2019-10-07
Reserved
Stable
I have an issue.
1. Unlocked bootloader - Success
2. Flashed TWRP - Success
3. Flashed this ROM- lineage-16.0-20191009-nightly-land-signed - Success
4. Flashed open_gapps-arm64-9.0-nano-20191009 - Success
Device was successfully able to boot into Lineage OS. But when I flashed Gapps, I am stuck at the boot animation for more than 5 minutes and then the device again booted into TWRP...
#copy_mesaage
How to fix this??
Just try it
01avi said:
I have an issue.
1. Unlocked bootloader - Success
2. Flashed TWRP - Success
3. Flashed this ROM- lineage-16.0-20191009-nightly-land-signed - Success
4. Flashed open_gapps-arm64-9.0-nano-20191009 - Success
Device was successfully able to boot into Lineage OS. But when I flashed Gapps, I am stuck at the boot animation for more than 5 minutes and then the device again booted into TWRP...
#copy_mesaage
How to fix this??
Click to expand...
Click to collapse
Simultaneously install ROM > GApps then wipe data, cache, reboot
Could you please make lineage os 17 official build @hadaddarajat
[deleted]
hadaddarajat said:
Simultaneously install ROM > GApps then wipe data, cache, reboot
Click to expand...
Click to collapse
That issue still remains bro. Wiping data and cache not helping.
Thank you
Updated from lineage-16.0-20191007-nightly-land-signed to lineage-16.0-20191009-nightly-land-signed via built in updater and now I device bootloops.
It stays on boot logo for some time and then reboots back to TWRP with RescueParty console message.
Using twrp-3.3.1-1-land
lineage-16.0-20191009-nightly-land-signed does not work with open_gapps-arm64-9.0-pico-20191010
- eternal reboot in twrp. Without gapps, everything is fine.
before, los 15.1 and viperos 6.7 worked fine with gapps pico.
samfix said:
lineage-16.0-20191009-nightly-land-signed does not work with open_gapps-arm64-9.0-pico-20191010
- eternal reboot in twrp. Without gapps, everything is fine.
before, los 15.1 and viperos 6.7 worked fine with gapps pico.
Click to expand...
Click to collapse
yes I am without gapps and worked fine, because 2 GB of RAM. But how does the Gcam apk run without gapps?
isstrue said:
yes I am without gapps and worked fine, because 2 GB of RAM. But how does the Gcam apk run without gapps?
Click to expand...
Click to collapse
I could not enable Camera 2 API at all by modifying build.prop so I doubt it works right now.
Mad are u stilling credits and copy pasted threads. soon thread will close i m contacting moderators now.
guys dont thanks and respond to the thread.
Sent from my ASUS_X00TD using XDA Labs
---------- Post added at 02:02 AM ---------- Previous post was at 02:01 AM ----------
Akansh25 said:
Could you please make lineage os 17 official build @hadaddarajat
Click to expand...
Click to collapse
he is retard copy the work he not dev
Sent from my ASUS_X00TD using XDA Labs
Fake Thread You're Not Even Maintainer !! Reported
Fake thread ...
Wow.. you admited as contributors for this rom.. :angel:
hadaddarajat said:
Simultaneously install ROM > GApps then wipe data, cache, reboot
Click to expand...
Click to collapse
01avi said:
I have an issue.
1. Unlocked bootloader - Success
2. Flashed TWRP - Success
3. Flashed this ROM- lineage-16.0-20191009-nightly-land-signed - Success
4. Flashed open_gapps-arm64-9.0-nano-20191009 - Success
Device was successfully able to boot into Lineage OS. But when I flashed Gapps, I am stuck at the boot animation for more than 5 minutes and then the device again booted into TWRP...
#copy_mesaage
How to fix this??
Click to expand...
Click to collapse
Ok.
This is a fake thread. But the issue is real. If anyone could please tell how to fix the issue, it will be helpful.
01avi said:
Ok.
This is a fake thread. But the issue is real. If anyone could please tell how to fix the issue, it will be helpful.
Click to expand...
Click to collapse
Try micro gapps..
New Update
isstrue said:
View attachment 4840467 Thank you
Click to expand...
Click to collapse
Try updating the ROM from build 2019-10-09 to the latest version 2019-10-10
Urgent
This ROM is officially from LineageOS and I didn't make it, thanks to the entire LineageOS team

[ROM][9.0][OFFICIAL][PINE][NIGHTLY][SHARE] MoKee Open Source Android Project

{
"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"
}
Code:
[SIZE="4"]
/*
* I'm not responsible for bricked devices, dead SD cards, thermonuclear war, or you getting fired because the alarm app failed (like it did for me...).
* Please do some research if you have any concerns about features included in the products you find here 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.
* Your warranty will be void if you tamper with any part of your device / software.
* I am not the maintainer or developer, I found this and wanted to share it on XDA
*/
[/SIZE]
MoKee Open Source is the biggest non-profit Android Open Source development team in China, with members from all parts of the world. We follow the latest development from Google closely and improve various parts of Android according to the user habits. Being a non-profit organisation, we utilise our spare time and own funds to keep this passion alive. Therefore, the costs for the forum and servers are solely beared by us. In order to provide a good user experience, we only included a few preinstalls in the ROM. Along with the advertisements in the forum; we hardly get enough to pay for the bandwidth. The point is, those are our only source of income, however many developers choose to exclude them when releasing unofficial builds. Unlike CyanogenMod, we did not accept monetary help at the early stages, as in China, most people do not understand the meaning of “making a donation”. They would think of it as buying a service, which is conflicting with our objectives. Anyways, we still made it until today, and even started to provide third party developers a chance to utilise our OTA system. All of these are the fruit of our hard work and passion. We are proud of the happy users, and we are also proud of the support given to MoKee Open Source. Most importantly, we are proud of the improvements we have achieved all these while, and the advancements never stop.
I AM NOT THE DEVELOPER OF THIS ROM AND I ONLY MAKE THIS THREAD FOR XDA COMMUNITY. IN ANY CASE, MOKEE AND GuaiYiHu HAS ALL THE RIGHTS OVER THIS ROM.
What's working :
Boots
RIL (Calls, SMS, Data)
Wi-Fi
Bluetooth
Camera
Camcorder
Video Playback
Audio
Sensors
Flash
LED
GPS
VoLTE
ViLTE
Known issues:
You tell me
Instructions :
Download this TWRP Recovery and install it.
Download the ROM (MK90.0-pine-xxxxxxxxxx-NIGHTLY.zip)
Go into TWRP Recovery — Wipe — Advanced Wipe — Select: Dalvik、Data、Cache、System — Swipe to Wipe
Install the ROM (MK90.0-pine-xxxxxxxxxx-NIGHTLY.zip)
If you have problems during the flash, you have to unpack the archive and delete the "compatibility" file. Once that is done, put all the files together in a new archive. ZIP, and you will have no problems during flash.
Downloads:
[*]MoKee Download for PINEhttps://download.mokeedev.com/pine.html
MoKee Add-Ons:
[*]MoKee Extras
MoKee Help & Support links:
[*]MoKee Announcements
[*]MoKee Changelogs
[*]MoKee Forums
[*]MoKee Guides
[*]MoKee Statistics
[*]MoKee Gerrit
[*]MoKee Bug Reports
Sources: https://github.com/GuaiYiHu/android_kernel_xiaomi_sdm439
Credits:
GuaiYiHu
Mokee Development Team
LineageOS
If you like it, don´t forget to say thanks!
XDA:DevDB Information
Mokee Open Source Project, ROM for the Redmi 7A, ROM for the Redmi 7A
Contributors
GuaiYiHu
ROM OS Version: 9.x Pie
Based On: Mokee Open Source Project
Version Information
Status: Nightly
Current Beta Version: 2019-10-27
Beta Release Date: 2019-10-24
Created 2019-10-28
Last Updated 2019-10-28
Release types:
RELEASE: Tested after integrating new features, more stable than NIGHTLY. (Odexed builds)
NIGHTLY: Built daily with newest code and experimental features, might contain undiscovered bugs. (Deodexded builds)
HISTORY: Final odexded builds once a newer Android version is out and being built.
EXPERIMENTAL: Released when a new device is added or when a new feature is added for public beta testing and feedback. (Deodexded builds)
UNOFFICIAL: Maintained separately by individual developers, usually involves modification of shared code which cannot be merged (affects other devices), therefore maintained by the developer himself.
This is nice, but I think the flashing method is "copy pasted" from original site, and therefore will not work on this device. But i am not sure.
what i meant that wont work is that this device's normal flashing method requires a lot of reboot to recovery, while the OP's instructions is for A devices only.
regularfanb0y said:
This is nice, but I think the flashing method is "copy pasted" from original site, and therefore will not work on this device. But i am not sure.
what i meant that wont work is that this device's normal flashing method requires a lot of reboot to recovery, while the OP's instructions is for A devices only.
Click to expand...
Click to collapse
Actually 7A is A-only device, working as system-as-root.
The OP's instructions are right, cuz I installed it this way and everything works fine.
Thank you this is a good step forward. I'm going to try this rom later this evening.
Wipe data of format data?
Coming from stock MIUI 11 Android 9 do I have to format the data partition or to wipe it? Usually MIUI to AOSP needs a format.
Luelu said:
Actually 7A is A-only device, working as system-as-root.
The OP's instructions are right, cuz I installed it this way and everything works fine.
Click to expand...
Click to collapse
Alright my bad, but flashing a gsi rom, we need to restart a lot(wipe, reboot to recovery, flash gsi, reboot to recovery, flash zips, reboot to system)
While this rom is installed in a traditional way (wipe and flash just like the old days) if someone can explain why itll be really appreciated.
I am really new to GSI and this phone but i am willing to help testing stuffs for development for this device! only if TWRP restore function works
Davv said:
Coming from stock MIUI 11 Android 9 do I have to format the data partition or to wipe it? Usually MIUI to AOSP needs a format.
Click to expand...
Click to collapse
Nop, just wipe.
Luelu said:
Nop, just wipe.
Click to expand...
Click to collapse
Thank you so much
---------- Post added at 09:31 PM ---------- Previous post was at 09:00 PM ----------
cant download twrp, I cant create a QQ Account, evrytime i try to verificate my phone number it asks to send an sms to a chinese number but that doesnt work. can someone reupload it on some other cloud service?
I appreciate your work, but TWRP is impossible to download, not with all these chinese characters. I see a QR code but I want to download to my PC first.
Even google was unable translate it
Jazzda said:
I appreciate your work, but TWRP is impossible to download, not with all these chinese characters. I see a QR code but I want to download to my PC first.
Even google was unable translate it
Click to expand...
Click to collapse
I used twrp LR team from gsi post and worked with this recovery.if you need root download su add .magisk don't work...
Newest Magisk seems to be working through recovery at least work for me for installing NanoDroid.
There seems to be problem with setting up mobile hotspot. Mobile hotspot cant be seen or accessed with SSID either.
ROM also lacks possibility to have navigation bar binded.
Is it possible to use the SD Card as internal storage with this rom? It's more or less the single reason I'd flash a different rom for.
the batery life it is much smaller than miui's
I flash the rom following the instructions, but my cel doesn't boot, only reboot and boot to twrp, i'm only flashing the system without su, magisk or gapps, but it's the same, what can be wrong?
Ranfiel said:
I flash the rom following the instructions, but my cel doesn't boot, only reboot and boot to twrp, i'm only flashing the system without su, magisk or gapps, but it's the same, what can be wrong?
Click to expand...
Click to collapse
flash stock rom and flash again the rom
ElFanta said:
flash stock rom and flash again the rom
Click to expand...
Click to collapse
The same, doesn't boot, it's curious because the GSI roms doesn't work for me too, i don't know why. I'm coming from MIUI 11, but i rollback to 10.2.5 so shouldn't have problem with this, but i have.
I rollback with MiFlash Tool with fastboot rom global
EDIT: I get the GSI Rom working, just format DATA and type YES on TWRP
EDIT2: After make the DATA reset with TWRP i was able to boot with the MoKee Rom :3
mais 14 said:
I used twrp LR team from gsi post and worked with this recovery.if you need root download su add .magisk don't work...
Click to expand...
Click to collapse
Maybe try using patched boot img from gsi thread.
Ranfiel said:
I flash the rom following the instructions, but my cel doesn't boot, only reboot and boot to twrp, i'm only flashing the system without su, magisk or gapps, but it's the same, what can be wrong?
Click to expand...
Click to collapse
Try format data for twrp and reboot.
Ranfiel said:
The same, doesn't boot, it's curious because the GSI roms doesn't work for me too, i don't know why. I'm coming from MIUI 11, but i rollback to 10.2.5 so shouldn't have problem with this, but i have.
I rollback with MiFlash Tool with fastboot rom global
EDIT: I get the GSI Rom working, just format DATA and type YES on TWRP
EDIT2: After make the DATA reset with TWRP i was able to boot with the MoKee Rom :3
Click to expand...
Click to collapse
The batery life is good in your rom? In my phone is a sh*t

[ROM][12.1][OFFICIAL][LMI] crDroid v8.14 [23.03.2023]

{
"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"
}
Code:
*** Disclaimer
I am not responsible for any damage you made to your device
You have been warned
crDroid is designed to increase performance and reliability over stock Android for your device also attempting to bringing many of the best features existent today
Features:
https://github.com/crdroidandroid/crdroid_features/blob/12.0/README.mkdn
Flashing Instructions:
Pre-installation:
gapps : Nikgapps and Flamegapps are both tested
Magisk 23.0 for root (after first boot) - (Download from here)
First time installation:
make use of 3.6.0_11-RedmiK30Pro_v3.0.3_A12-lmi-skkk_0b4ac24c.img or your preferred one
boot recovery
format & reboot recovery
flash Firmware (minimum requirement 12.5.3) (skip if you are on 12.5.3 or later)
flash crDroid
reboot recovery
(optional) flash Gapps
(optional) flash Magisk
boot system
Update installation: (if on cr8 already)
boot recovery
flash crDroid
boot system
Sources:
ROM: https://github.com/crdroidandroid
Device Trees: lmi + common
Kernel: Quantic kernel thx @GtrCraft
Download:
ROM: LMI
Changelog: LMI
LATEST BUILD AND INSTRUCTIONS
Known issues:
...
ROM OS Version: 12.0
ROM Kernel: Linux 4.x
ROM Firmware Required: Unlocked Bootloader, min. miu v12.5.x
Status: stable
Sec. Patches : 2023.03.05
Created : 2022.01.18
Last Updated : 2023.03.23
Thnx to :
@Schnedi
@Ayrton990
Visit official website @ crDroid.net
crDroid LMI Telegram
crDroid Community Telegram
crDroid Updates Channel
Donations are appreciated to continue development
Changelog: LMI
Thx boss !!!!!
This is one of the ROMs that I've been anticipating to have an A12 update. Thank you for keeping lmi alive!
Does VOLTE work here?
Can someone please confirm if the low microphone volume recording bug for WhatsApp voice notes etc is present on this rom, like it is for the A11 crdroid?
Hi to all of you!
Great ROM with all the great looks and feel but as in 7.13 version I am not able to get the mobile data to work...
Anyway, big thanks to the developers for all the effort!
lafa011 said:
Hi to all of you!
Great ROM with all the great looks and feel but as in 7.13 version I am not able to get the mobile data to work...
Anyway, big thanks to the developers for all the effort!
Click to expand...
Click to collapse
Have you tried manually setting up the APN in Settings?
I was looking forward to this update, Thanks for your hard work!
I'm facing a bootloop problem for some reasons...
I once successfully installed it, but realized NikkGapp didn't use my config, so I went back into TWRP to run it again and use my config.
I didn't realized it at this time (now I know), but TWRP didn't ask for any pattern unlock. The sd-card wasn't detected, so I tried a couple of things to solve it, and this is where it starts to get problematic. I did the sd-card switch from ext2 to ext4.
From that point, I got into a boot loop. I tried to flash the CrDroid rom again, but it won't work.
I then flashed the global original image to start fresh, but TWRP still won't ask for pattern to unlock, thus doing the flashing again didn't work...
Do you have any idea how I can fix it? I'm back on MIUI and I already miss CrDroid
woodencase01 said:
I was looking forward to this update, Thanks for your hard work!
I'm facing a bootloop problem for some reasons...
I once successfully installed it, but realized NikkGapp didn't use my config, so I went back into TWRP to run it again and use my config.
I didn't realized it at this time (now I know), but TWRP didn't ask for any pattern unlock. The sd-card wasn't detected, so I tried a couple of things to solve it, and this is where it starts to get problematic. I did the sd-card switch from ext2 to ext4.
From that point, I got into a boot loop. I tried to flash the CrDroid rom again, but it won't work.
I then flashed the global original image to start fresh, but TWRP still won't ask for pattern to unlock, thus doing the flashing again didn't work...
Do you have any idea how I can fix it? I'm back on MIUI and I already miss CrDroid
Click to expand...
Click to collapse
After getting bootloops from installing different roms I learned this: disable the screen lock (Settings->Security->Screen lock->None) before flashing anything. This way TWRP should be able to mount the partitions
thetta-reddast said:
After getting bootloops from installing different roms I learned this: disable the screen lock (Settings->Security->Screen lock->None) before flashing anything. This way TWRP should be able to mount the partitions
Click to expand...
Click to collapse
Thanks for your help.
I disabled the screen lock, but sadly it didn't work.
I get errors messages such as:
I:File Based Encryption is present
fscrypt_init_user0 returned fail
fscrypt_init_user0 returned fail
fscrypt_init_user0 returned fail
Unable to decrypt FBE device.
If your device is not encrypted, decrypting the FEB device will fail.
E:fde::get_crypt_ftr_and_key::Unexpected value for crypto key location:
E:Error getting crypt footer and keyE:Could not get footerDecrypt process ended with signal: 11
Failed to decrypt data.
Unable to decrypt with default password. You may need to perform a Format Data.
and
Android Rescue Party trigger! Possible solutions? Either:
1. Wipe caches, and/or
2. Format data, and/or
3. Clean-flash your ROM.
The reported problem is:
'set_policy_failed:/data/system'
Not sure what to do...
I tried changing the data format to ext4, then format it through ADB, didn't work.
My current error message is "init_user0_failed". I also still have the "Rescue Party trigger!" message.
EDIT:
I managed to boot by formatting DATA after flashing, but the OS seems to be missing a lot of stuff.
EDIT 2:
Ok, started the clean flashing process again, still got in bootloop. Tried formatting data again, and it worked!
batuken said:
Have you tried manually setting up the APN in Settings?
Click to expand...
Click to collapse
Thank you for your reply. I did not try changing the APN settings but tried MIUI stable 12.2.6.0 needed for flashing the 7.13 crDroid and it works there out of the box. Maybe changing the APN would work but I gave up and get back to EU version instead, which is ok for me except for custom launcher like Nova since I cannot get around the home buttons appearing/dissapearing when I use gestures with Nova launcher... That was the first thing that led me to trying crDroid
Спасибо за ROM!!!
----------
MOD EDIT: English Translation Below
Thanks for the ROM!!!
tell me from which version of MIUI you need to flash crdroid 8
Can anyone confirm wether crdroid has issues with high security apps requiring "official" builds?
For example the Danish verification service MitID (https://play.google.com/store/apps/details?id=dk.mitid.app.android)
App would open to only display that "device is rooted" on Spark A12 rom...
Lyngze said:
Can anyone confirm wether crdroid has issues with high security apps requiring "official" builds?
For example the Danish verification service MitID (https://play.google.com/store/apps/details?id=dk.mitid.app.android)
App would open to only display that "device is rooted" on Spark A12 rom...
Click to expand...
Click to collapse
I have the same problem with our COVID app, I simply flashed Magisk, then once I'm in the OS, you can install MagiskHide, it also works for Google Pay on rooted phones. Make sure to clear the app cache when activating MagiskHide, otherwise the message about the rooting will stay.
woodencase01 said:
I have the same problem with our COVID app, I simply flashed Magisk, then once I'm in the OS, you can install MagiskHide, it also works for Google Pay on rooted phones. Make sure to clear the app cache when activating MagiskHide, otherwise the message about the rooting will stay.
Click to expand...
Click to collapse
This was without root. Google Pay and other banking apps and such worked. But a few had some extra checks apart from SafetyNet and such.
I would rather not root and mess with magisk if it could be avoided.
I don't have any need for root and would rather not install too much third party stuff with potential security risks.
Did Google Pay not work for you without root and magisk hide either?
I'm currently using "NikGapps-full-arm64-12-20211227-signed" as GAPP, but sadly, chrome keeps freezing. I'm currently using a different browser. Has anyone a fix for this?
Lyngze said:
This was without root. Google Pay and other banking apps and such worked. But a few had some extra checks apart from SafetyNet and such.
I would rather not root and mess with magisk if it could be avoided.
I don't have any need for root and would rather not install too much third party stuff with potential security risks.
Did Google Pay not work for you without root and magisk hide either?
Click to expand...
Click to collapse
My device is rooted since day one. I don't know how to flash a custom ROM without first rooting.
But yes, without MagiskHide, I couldn't use Google Pay. Haven't found another way to make it work.

Categories

Resources