• If you are experiencing issues logging in, we moved to a new and more secure software and older account passwords were not able to be migrated. We recommend trying to reset your password, then contacting us if there are issues.
  • Nearly done! Migration cleanup is mostly done. There are a small number of issues left that we continue to work on, but all the heavy lifting is done. We still would love to hear feedback over at this thread and also check out the new XDA app! Thanks and we hope you enjoy the new forums, and thanks for your support of XDA <3

[OFFICIAL][MONTHLY] crDroid v5.4 - Xiaomi Mi A2 Lite (daisy)

davidrocher

Senior Member
Apr 19, 2017
68
164
0
Nantes

crDroid is designed to improve the performance, reliability and customizability of stock Android


Latest build: https://crdroid.net/daisy
Broken: SELinux Enforcing

Source code:
Device tree (by 33bca)
Kernel sources (by 33bca)

Instructions:
https://github.com/tkchn/daisyinstall/blob/master/README.md

IMPORTANT!
The official TWRP for daisy doesn't work properly at the moment, please use @33bca's version:
Installer: https://androidfilehost.com/?fid=1395089523397933316
Fastboot image: https://androidfilehost.com/?fid=1395089523397933315

XDA:DevDB Information
crDroid, ROM for the Xiaomi Mi A2 Lite

Contributors
davidrocher, 33bca, eremitein
ROM OS Version: 9.x Pie
ROM Kernel: Linux 3.x
ROM Firmware Required: Pie base (10.3.0.0)
Based On: LineageOS

Version Information
Status: Stable
Current Stable Version: v5.3

Created 2019-04-18
Last Updated 2019-06-07
 

Attachments

Last edited:

ada12

Senior Member
Jul 2, 2017
224
161
43
thanks for good work !! is smooth , no bug and good custom rom !!! I cant wait update 5.4 XD
 
Last edited:

davidrocher

Senior Member
Apr 19, 2017
68
164
0
Nantes
ROM works great, I tried to build it myself for some time but failed. Thanks for doing it, I absolutly love this ROM :)
This is what I used: https://hub.docker.com/r/haozeke/crdroid
Code:
docker run \
  -it -h crdroid \
  -v "/home/david/External/crDroid/:/home/build/crDroid" \
  -v "/home/david/External/.ccache:/home/build/.ccache" \
  -v "/home/david/External/.cache:/home/build/.cache" \
  -e "TARGET_SCREEN_HEIGHT=2280" \
  -e "TARGET_SCREEN_WIDTH=1080" \
  -e "SELINUX_IGNORE_NEVERALLOWS=true" \
  -e "ALLOW_MISSING_DEPENDENCIES=true" \
  haozeke/crdroid
 
  • Like
Reactions: HaoZeke

opal06

Senior Member
Oct 22, 2017
179
308
0
This is what I used: https://hub.docker.com/r/haozeke/crdroid
Code:
docker run \
  -it -h crdroid \
  -v "/home/david/External/crDroid/:/home/build/crDroid" \
  -v "/home/david/External/.ccache:/home/build/.ccache" \
  -v "/home/david/External/.cache:/home/build/.cache" \
  -e "TARGET_SCREEN_HEIGHT=2280" \
  -e "TARGET_SCREEN_WIDTH=1080" \
  -e "SELINUX_IGNORE_NEVERALLOWS=true" \
  -e "ALLOW_MISSING_DEPENDENCIES=true" \
  haozeke/crdroid
Oh, I see. Docker seems to be a great thing for ROM building... I' ll give it a try :) Thank you very much!
 

davidrocher

Senior Member
Apr 19, 2017
68
164
0
Nantes
  • Like
Reactions: yamaha77 and Medo22

noursbleu

Member
Nov 14, 2016
7
0
0
Very good !

I'm testing your rom right now and it's so smooth !! Great job, really !
For security reasons I've copied/pasted the resurrection remix Trebuchet as launcher,
because it allows me to secure access to apps. With this combo it's prefect for me.
Ah, just one thing is not working (not working on Lineageos nor RR too) : when I receive sms or mms,
the notification led does not work, whatever settings I chose...
Keep up the good work ! :D
 
Sep 3, 2018
25
4
0
I'm testing your rom right now and it's so smooth !! Great job, really !
For security reasons I've copied/pasted the resurrection remix Trebuchet as launcher,
because it allows me to secure access to apps. With this combo it's prefect for me.
Ah, just one thing is not working (not working on Lineageos nor RR too) : when I receive sms or mms,
the notification led does not work, whatever settings I chose...
Keep up the good work ! :D
What launcher came with the ROM originally? Would using one from f-droid (but keeping the original one installed) have the same effect?

Sorry if this is a bit too off-topic for this thread. ?