[ROM][UNOFFICIAL][10.0] crDroid v6.14 [sumire]

Search This thread

minetaro12

Member
Oct 30, 2020
9
14
minetaro12.github.io
I don't have that much ability to mess with the source code ...
I'm building using an existing device tree, But the device tree for LOS 17.1 doesn't seem to be updated
I'll let you know if anyone can help me fix the bug


BE3pE0l.png

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/10.0/README.mkdn

Flashing Instructions:

Pre-installation:
First time installation:
  • Back up your data
  • Flash TWRP with fastboot
  • Wipe system, data, cache then reboot to recovery
  • Copy crDroid and Gapps to internal memory then flash them in TWRP in same order
  • Reboot and enjoy😀
  • *Optional reboot again after first boot to flash Magisk for root

Update installation:
  • Back up your data
  • Wipe system and cache
  • Flash updated crDroid and Gapps (and Magisk if you had this as root method)
  • Reboot and enjoy😀


Sources:
ROM: https://github.com/crdroidandroid
Device,Kernel,Vendor: https://github.com/Sony-MSM8994-Dev

Download:
AFH: https://androidfilehost.com/?w=files&flid=322168
SourceForge: https://sourceforge.net/projects/minetaro12-roms/files/sumire/crDroid/

Known issues:
Fingerprint
Does not go deep sleep when Bluetooth is enabled
FM Radio
You tell me


Visit official website @ crDroid.net
crDroid sumire Telegram
crDroid Community Telegram
Donate to help our team pay server costs

My twitter

ROM OS Version: Android 10
ROM Kernel: Linux 3.10.x
 

Attachments

  • Screenshot_20210125-093609599.jpg
    Screenshot_20210125-093609599.jpg
    171.2 KB · Views: 436
  • Screenshot_20210125-093631_crDroid_Home.png
    Screenshot_20210125-093631_crDroid_Home.png
    2.9 MB · Views: 433
  • Screenshot_20210125-093646_crDroid_Home.png
    Screenshot_20210125-093646_crDroid_Home.png
    646.3 KB · Views: 395
Last edited:

minetaro12

Member
Oct 30, 2020
9
14
minetaro12.github.io

hidden.hero

Senior Member
Aug 6, 2020
76
10
I only have an E6653 but I will do my best
Try this new version of TWRP
Be sure to wipe system, data, cache
I tried but it didn't work. The same problem continues
 

minetaro12

Member
Oct 30, 2020
9
14
minetaro12.github.io
I tried but it didn't work. The same problem continues
Open updater-script
Code:
.... package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
  abort("E1001: Failed to update system image.");
There is such a part
Please rewrite as below
Code:
.... package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat");
Replace || with; and remove the abort line

If it doesn't work, try a clean flash of this LineageOS
If this also doesn't work, it may not be possible to fix ...
 

hidden.hero

Senior Member
Aug 6, 2020
76
10
Open updater-script
Code:
.... package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat") ||
  abort("E1001: Failed to update system image.");
There is such a part
Please rewrite as below
Code:
.... package_extract_file("system.transfer.list"), "system.new.dat.br", "system.patch.dat");
Replace || with; and remove the abort line

If it doesn't work, try a clean flash of this LineageOS
If this also doesn't work, it may not be possible to fix ...
I can't try now but I try as soon as possible and write the result
 

Top Liked Posts