- Aug 23, 2013
- 317
- 67
FlyME OS 4.5.4.4R Aries For Latest Xiaomi Layout
Because the other thread is not updated in the title, I create mine.
This version is bug-free and for me it's like a miracle for a so heavily customized ROM. I have found nothing, that is not working.
Part 1
Part 2
Part 3
TWRP 3.
xPosed v80 ARM
SuperSU v2.67
Dolby Atmos
Google Apps
PS The ROM has not init.d support so SELinux is not permissive, and this is the cause that the Accessibility goes off in every boot, so I install Universal Init.d Support app from Play Store and I add 08setperm in init.d folder to set SELinux to permissive (google it) in order to make Greenify to work. But I think Kernel without Init.d support will not work even with the above procedure
Plausible Fix, Freeze Security App with Titanium Backup or similar app
TIP: Set selinux to permissive in order to keep accessibility active in i.e. for Greenify
su
mount -o remount,rw /system
mkdir /system/su.d
echo "#!/system/bin/sh" > /system/su.d/permissive.sh
echo "setenforce 0" > /system/su.d/permissive.sh
echo "0" > /sys/fs/selinux/enforce
chmod 755 /system/su.d/permissive.sh
Sources: https://github.com/bywwh/FlymeOS_device_aries?files=1
Because the other thread is not updated in the title, I create mine.
This version is bug-free and for me it's like a miracle for a so heavily customized ROM. I have found nothing, that is not working.
Part 1
Part 2
Part 3
TWRP 3.
xPosed v80 ARM
SuperSU v2.67
Dolby Atmos
Google Apps
PS The ROM has not init.d support so SELinux is not permissive, and this is the cause that the Accessibility goes off in every boot, so I install Universal Init.d Support app from Play Store and I add 08setperm in init.d folder to set SELinux to permissive (google it) in order to make Greenify to work. But I think Kernel without Init.d support will not work even with the above procedure
Plausible Fix, Freeze Security App with Titanium Backup or similar app
TIP: Set selinux to permissive in order to keep accessibility active in i.e. for Greenify
su
mount -o remount,rw /system
mkdir /system/su.d
echo "#!/system/bin/sh" > /system/su.d/permissive.sh
echo "setenforce 0" > /system/su.d/permissive.sh
echo "0" > /sys/fs/selinux/enforce
chmod 755 /system/su.d/permissive.sh
Sources: https://github.com/bywwh/FlymeOS_device_aries?files=1
Last edited: