You must have all stockI try to install but I get updater process ended with ERROR 7
Enviado desde mi R1 HD mediante Tapatalk
You must have all stockI try to install but I get updater process ended with ERROR 7
My phone is not rooted but I do not have ads either they never came back after i unrootedwhat are you tring to install.
the official update. That is not a good idea.
no modified version has been made yet
---------- Post added at 08:35 PM ---------- Previous post was at 08:31 PM ----------
yeah the logcat method would only work if they made there update program output good logs.
but they do make a text file that goes next to the update.zip
and that text file has the address in it,\.
==>>blu official 7.4.2 to 8.4 update
Have you already downloaded the update?what are you tring to install.
the official update. That is not a good idea.
no modified version has been made yet
---------- Post added at 08:35 PM ---------- Previous post was at 08:31 PM ----------
yeah the logcat method would only work if they made there update program output good logs.
but they do make a text file that goes next to the update.zip
and that text file has the address in it,\.
==>>blu official 7.4.2 to 8.4 update
I downloaded the OTA update not the one in the link on hereHave you already downloaded the update?
@mrmazak you donwloaded the Update AND edit for twrp?I downloaded the OTA update not the one in the link on here
Canceled the Update stock? And downloaded yours?yes I have it and started to make the update.
what I do is remove the following:How do i edit it to install by twrp
assert(package_extract_file("uboot.img", "/tmp/lk.img"),
write_raw_image("/tmp/lk.img", "lk"),
delete("/tmp/lk.img"));
apply_sig(package_extract_file("sig/boot.sig"), "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/boot");
show_mtupdate_stage("/cache/recovery/last_mtupdate_stage");
ifelse (
less_than_int(get_mtupdate_stage("/cache/recovery/last_mtupdate_stage"), "1") ,
(
ui_print("start to update general image");
package_extract_file("lk.bin", "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/lk");
package_extract_file("secro.img", "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/secro");
package_extract_file("logo.bin", "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/logo");
assert(package_extract_file("preloader_p6601.bin", "/tmp/preloader_p6601.bin"),
write_raw_image("/tmp/preloader_p6601.bin", "/dev/block/mmcblk0boot0"),
delete("/tmp/preloader_p6601.bin"));
set_mtupdate_stage("/cache/recovery/last_mtupdate_stage", "1");
),
ui_print("general images are already updated");
);
ifelse (
less_than_int(get_mtupdate_stage("/cache/recovery/last_mtupdate_stage"), "3") ,
(
if less_than_int(get_mtupdate_stage("/cache/recovery/last_mtupdate_stage"), "2") then
ui_print("start to update alt loader image");
package_extract_file("trustzone.bin", "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee2");
set_mtupdate_stage("/cache/recovery/last_mtupdate_stage", "2");
endif;
switch_active("tee1", "tee2");
set_mtupdate_stage("/cache/recovery/last_mtupdate_stage", "3");
),
ui_print("alt loder images are already updated");
);
ifelse (
less_than_int(get_mtupdate_stage("/cache/recovery/last_mtupdate_stage"), "5") ,
(
if less_than_int(get_mtupdate_stage("/cache/recovery/last_mtupdate_stage"), "4") then
ui_print("start to update main loader image");
package_extract_file("trustzone.bin", "/dev/block/platform/mtk-msdc.0/11230000.msdc0/by-name/tee1");
set_mtupdate_stage("/cache/recovery/last_mtupdate_stage", "4");
endif;
switch_active("tee2", "tee1");
),
ui_print("main loader images are already updated");
);
Okay, but just as you can tellwhat I do is remove the following:
1. all extra bin, txt, and img files,
2. rc folder (root checker),
3. sig folder (signature files- allows phone to boot if bootloader is locked)
this leaves just three folder.
1 META-INF
2 patch
3 system
Then open META-INF > com > google > android > updater-script
and replace all "abort" with "ui_print" this allows for install on modded system and shows what files will be skipped.
then remove lines that change preloader, lk, tee1 , tee2, logo,
this "should" patch your system up to 8.4
I am almost ready to put up a link to twrp install of the 8.4 already patched.
my version is uploaded. it is full rom installed with twrp, no preloader changes , I have not had time to see if the apps that stopped working for me in 8.3 are fixed.Okay, but just as you can tell
can i use this my phone is still on v 6.1my version is uploaded. it is full rom installed with twrp, no preloader changes , I have not had time to see if the apps that stopped working for me in 8.3 are fixed.
https://forum.xda-developers.com/r1-hd/development/modified-8-3-stock-rom-t3602672
Download Update does not appear where you told memy version is uploaded. it is full rom installed with twrp, no preloader changes , I have not had time to see if the apps that stopped working for me in 8.3 are fixed.
https://forum.xda-developers.com/r1-hd/development/modified-8-3-stock-rom-t3602672
Yes should be able tocan i use this my phone is still on v 6.1
That is where I found it. You need to enable root explore to see it. If not rot explorer then folder will show empty.Download Update does not appear where you told me
Exactly that I did try with another explorerYes should be able to
---------- Post added at 07:02 AM ---------- Previous post was at 06:08 AM ----------
That is where I found it. You need to enable root explore to see it. If not rot explorer then folder will show empty.
Also need to select show hidden files.
Better off yours soon. Someone already installed it?Exactly that I did try with another explorer
Download the @mrmazark and you must have twrp recovery installSo im kind of stuck i have the V.8.4 downloaded on my pc and i have sp flash tool what do i need to do now?
I have twrp installed do i just transfer what i downloaded to my phone then install or through my pc?Download the @mrmazark and you must have twrp recovery install
Enviado desde mi R1 HD mediante Tapatalk
Through the twrp should be the @mrmazak updateI have twrp installed do i just transfer what i downloaded to my phone then install or through my pc?