- Jun 30, 2017
- 13
- 15
Hey guys, just to let you know, i've tried several versions of your roms for Redmi 6 (HM6_cereus). and they cant be flashed because of "ERROR 6".
looks like there are a couple of stray brackets and comma's in the script that need removing... ive fixed it for myself but yours need fixing!
looks like there are a couple of stray brackets and comma's in the script that need removing... ive fixed it for myself but yours need fixing!
Code:
switch_active("scp1", "scp2");
switch_active("preloader", "preloader2");
set_mtupdate_stage("/cache/recovery/last_mtupdate_stage", "3");
),
ui_print("alt loder images are already updated");
);
switch_active("sspm_2", "sspm_1");
switch_active("tee2", "tee1");
switch_active("lk2", "lk");
switch_active("scp2", "scp1");
switch_active("preloader2", "preloader");
),
ui_print("main loader images are already updated");
);
delete("/cache/recovery/last_mtupdate_stage");
set_progress(1.000000);
Last edited: