[CUSTOMS RECOVERYS][PORT][AROMA SUPPORT] for Galaxy J5 2015 [LL-MM]

[email protected]@!3Z

Senior Member
Sep 18, 2015
139
80
0
Johannesburg
I found that if i tried flashing Resurection Remix 5.7.4 with Twrp , i get an error saying that this rom is for j5ltexx and this device is a5ulte.

Also i know that this recovery is for 6.0.1 and that you need Lollipop to flash Resurection Remix 5.7.4 but the Op in Resurection said it need Marshmallow firmware which is why i tried it with this recovery
 

By Zonik

Senior Member
Jul 27, 2016
1,084
5,905
0
Lima
www.facebook.com
I found that if i tried flashing Resurection Remix 5.7.4 with Twrp , i get an error saying that this rom is for j5ltexx and this device is a5ulte.

Also i know that this recovery is for 6.0.1 and that you need Lollipop to flash Resurection Remix 5.7.4 but the Op in Resurection said it need Marshmallow firmware which is why i tried it with this recovery
It will not work if flash rom with model mount. I have to do twrp with CM support based on your kernel and try.
This twrp supports all TW custom ROM roms and CM roms without the assembly model in the meta-inf (Example)

Code:
Assert (getprop ("ro.product.device") == "j5lte" || getprop ("ro.build.product") == "j5lte" || abort ("E3004: This package is for device: j5lte; this Device is "+ getprop (" ro.product.device ") +". "););
Ui_print ("Target: 1486667223");
Ifelse (is_mounted ("/ system"), unmount ("/ system"));
Package_extract_dir ("install", "/ tmp / install");
Set_metadata_recursive ("/ tmp / install", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644);
Set_metadata_recursive ("/ tmp / install / bin", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0755);
Mount ("ext4", "EMMC", "/ dev / block / bootdevice / by-name / system", "/ system", "");
Run_program ("/ tmp / install / bin / backuptool.sh", "backup");
Unmount ("/ system");
You can try opening the zip and looking for the folder meta-inf / com / google / android / update-scritp

And delete this:
Code:
Assert (getprop ("ro.product.device") == "j5lte" || getprop ("ro.build.product") == "j5lte" || abort ("E3004: This package is for device: j5lte; this Device is "+ getprop (" ro.product.device ") +". "););
Ui_print ("Target: 1486667223");
From :
Code:
Ifelse (is_mounted ("/ system"), unmount ("/ system"));
Package_extract_dir ("install", "/ tmp / install");
Set_metadata_recursive ("/ tmp / install", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0644);
Set_metadata_recursive ("/ tmp / install / bin", "uid", 0, "gid", 0, "dmode", 0755, "fmode", 0755);
Mount ("ext4", "EMMC", "/ dev / block / bootdevice / by-name / system", "/ system", "");
Run_program ("/ tmp / install / bin / backuptool.sh", "backup");
Unmount ("/ system");
You can re-zip with the modification and flash the rom again with the modified meta-inf.

And it should work
 
  • Like
Reactions: johnhux7
K

krishnasaha95

Guest
hes already made pbs v10 and perflite 1.5 its in his forum.

in my opinion pbs 8.1 was the best, the newer ones were bad.
 

By Zonik

Senior Member
Jul 27, 2016
1,084
5,905
0
Lima
www.facebook.com
@ by Zonik
Are you gonna be putting out new ROMs ?
I should have my J5 back next week to help with your testing
@By Zonik .. hope u have made some new ROMs based on marshmallow for j5.. Can we know you planning about publishing new ROMs? :eek:
hes already made pbs v10 and perflite 1.5 its in his forum.

in my opinion pbs 8.1 was the best, the newer ones were bad.
If I have finished my new update this morning.
I have continued working (In other forums)

Later you will have a new rom here :D
 

Ragazzza

Senior Member
Jan 26, 2017
1,006
597
0
Ukljeva
If I have finished my new update this morning.
I have continued working (In other forums)

Later you will have a new rom here :D
Ty man, i understand you are under a lot of pressure, we all wanted you to come back, but can you take a look at your UX ported apps thread whenever you can
 

By Zonik

Senior Member
Jul 27, 2016
1,084
5,905
0
Lima
www.facebook.com
Ty man, i understand you are under a lot of pressure, we all wanted you to come back, but can you take a look at your UX ported apps thread whenever you can
If relax, there is no pressure (A rom can not be made very easy in one day) (I was working weeks before)
I have been working on new projects for these dates.

In the course of the week I will start updating and posting threads :)
 

Demicro

Senior Member
Aug 10, 2015
659
318
0
Mahon
If its not too much to ask can we have a flashable zip TWRP so that we dont have to use desktop for the recovery loading.
You can flash the image with your recovery
Only for update the old version
Press install but
Change install zip to install image then select recovery image in the select options

?sorry my English

First extract the tar