[ROM][10][J5 2015] Pixel Experience [AOSP][2020/04/05]

palmbeach05

Senior Member
Oct 12, 2012
4,299
1,802
243
I have no experience to do this,
I hope one day you can do it for us.

thanks...

All j515 devs are working on data mobile bug right now
And maybe this rom be available for other models as pie was
So just wait dude
Hold up, you're telling me that you are incapable at unzipping a zip file, navigating to META-INF>com>google>android, opening the updater-script txt file, and replacing the opening lines regarding j5nlte to be j5lte (lines to be used below), and finally, rezipping everything back up?

assert(getprop("ro.product.device") == "j5lte" || getprop("ro.build.product") == "j5lte" ||
getprop("ro.product.device") == "j5ltechn" || getprop("ro.build.product") == "j5ltechn" ||
getprop("ro.product.device") == "j5ltedx" || getprop("ro.build.product") == "j5ltedx" ||
getprop("ro.product.device") == "j5ltedo" || getprop("ro.build.product") == "j5ltedo" ||
getprop("ro.product.device") == "j5ltekx" || getprop("ro.build.product") == "j5ltekx" ||
getprop("ro.product.device") == "j5lteub" || getprop("ro.build.product") == "j5lteub" ||
getprop("ro.product.device") == "j5ltexx" || getprop("ro.build.product") == "j5ltexx" ||
getprop("ro.product.device") == "j5ltezt" || getprop("ro.build.product") == "j5ltezt" ||
getprop("ro.product.device") == "j5ylte" || getprop("ro.build.product") == "j5ylte" || abort("E3004: This package is for device: j5lte,j5ltechn,j5ltedx,j5ltedo,j5ltekx,j5lteub,j5ltexx,j5ltezt,j5ylte; this device is " + getprop("ro.product.device") + "."););

That last line is a ) ; ) ; without spaces
 

chinitopex

Senior Member
Jul 24, 2010
239
46
0
Guatemala
Hold up, you're telling me that you are incapable at unzipping a zip file, navigating to META-INF>com>google>android, opening the updater-script txt file, and replacing the opening lines regarding j5nlte to be j5lte (lines to be used below), and finally, rezipping everything back up?

assert(getprop("ro.product.device") == "j5lte" || getprop("ro.build.product") == "j5lte" ||
getprop("ro.product.device") == "j5ltechn" || getprop("ro.build.product") == "j5ltechn" ||
getprop("ro.product.device") == "j5ltedx" || getprop("ro.build.product") == "j5ltedx" ||
getprop("ro.product.device") == "j5ltedo" || getprop("ro.build.product") == "j5ltedo" ||
getprop("ro.product.device") == "j5ltekx" || getprop("ro.build.product") == "j5ltekx" ||
getprop("ro.product.device") == "j5lteub" || getprop("ro.build.product") == "j5lteub" ||
getprop("ro.product.device") == "j5ltexx" || getprop("ro.build.product") == "j5ltexx" ||
getprop("ro.product.device") == "j5ltezt" || getprop("ro.build.product") == "j5ltezt" ||
getprop("ro.product.device") == "j5ylte" || getprop("ro.build.product") == "j5ylte" || abort("E3004: This package is for device: j5lte,j5ltechn,j5ltedx,j5ltedo,j5ltekx,j5lteub,j5ltexx,j5ltezt,j5ylte; this device is " + getprop("ro.product.device") + "."););

That last line is a ) ; ) ; without spaces
of course :(
I have read something about this, but I have not tried at any time
so, I'm going to try in my Samsung J500M j5lte.

Can you tell me what files I need
and where I find them?

Thanks... and my english is poor
 
Last edited:

palmbeach05

Senior Member
Oct 12, 2012
4,299
1,802
243
of course :(
I have read something about this, but I have not tried at any time
so, I'm going to try in my Samsung J500M j5lte.

Can you tell me what files I need
and where I find them?

Thanks... and my english is poor
All required files are in the rom zip.

Look for the file within the zip that i mentioned. Look for text similar to what i put in my last post. Delete those lines, and put the ones i put in my last post in its place.
 
  • Like
Reactions: amirizad_7436

chinitopex

Senior Member
Jul 24, 2010
239
46
0
Guatemala
All required files are in the rom zip.

Look for the file within the zip that i mentioned. Look for text similar to what i put in my last post. Delete those lines, and put the ones i put in my last post in its place.
Installed on J500M J5lte

Thanks...
 

Attachments

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
New build is here, it doesn't have a new security patch (PixelExperience February sec patch isn't out yet), but here's the changelog:
- Play Store now shows all apps
- Mobile data & SIM PIN now works
- Camera has been fixed
- Source resynced, might have fixed some source issues
- Messages app is now prebuilt
- Phone app isn't showing a warning about incompatibility
- DRM seems to be fixed

Haven't tried a dirty flash, but it should work.
 

LeChat84

Member
Jun 13, 2018
32
7
18
Cheval-Blanc
New build is here, it doesn't have a new security patch (PixelExperience February sec patch isn't out yet), but here's the changelog:
- Play Store now shows all apps
- Mobile data & SIM PIN now works
- Camera has been fixed
- Source resynced, might have fixed some source issues
- Messages app is now prebuilt
- Phone app isn't showing a warning about incompatibility
- DRM seems to be fixed

Haven't tried a dirty flash, but it should work.
Hi,
I've got "Zip file is corrupt" when I try to install it. Any clue ?
(I have TWRP 3.3.1-0)
Thanks.

Edit : I put the file in the root of the SDcard (an intuition). This time I get farther :
"E1001 Failed to update system image
Updater process ended with ERROR: 7"
 
Last edited:

Lokotito

Member
Apr 4, 2014
20
4
23
"E1001 Failed to update system image
Updater process ended with ERROR: 7"
I had same error in Bootleggers ROM Queso, what i did to SOLVE:
(1) I wipe cache, data, dalvin
(2) Install LineageOS 17.1, wipe cache and dalvin
(3) Install Android 10 rom as normal.

Hope you can solve your problem.

Best regards.
 

palmbeach05

Senior Member
Oct 12, 2012
4,299
1,802
243
I had same error in Bootleggers ROM Queso, what i did to SOLVE:
(1) I wipe cache, data, dalvin
(2) Install LineageOS 17.1, wipe cache and dalvin
(3) Install Android 10 rom as normal.

Hope you can solve your problem.

Best regards.
Perhaps its a twrp issue that is being looked into (aka twrp team still working on stuff) b/c we have a non-sar device that is having a sar system installed on it.
 

LeChat84

Member
Jun 13, 2018
32
7
18
Cheval-Blanc
I had same error in Bootleggers ROM Queso, what i did to SOLVE:
(1) I wipe cache, data, dalvin
(2) Install LineageOS 17.1, wipe cache and dalvin
(3) Install Android 10 rom as normal.

Hope you can solve your problem.

Best regards.
Thanks. I tried that. The phone was keeping rebooting. I re-wipe and re-install. I finally succeed booting but now I am stuck at "Unlocking SIM card". Like previous version.
OOps, install succeed because I re-install previous version ^^

---------- Post added at 13:44 ---------- Previous post was at 13:43 ----------

Perhaps its a twrp issue that is being looked into (aka twrp team still working on stuff) b/c we have a non-sar device that is having a sar system installed on it.
Should I try installing a previous version of TWRP ?
 
Last edited:

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
Thanks. I tried that. The phone was keeping rebooting. I re-wipe and re-install. I finally succeed booting but now I am stuck at "Unlocking SIM card". Like previous version.
OOps, install succeed because I re-install previous version ^^

---------- Post added at 13:44 ---------- Previous post was at 13:43 ----------


Should I try installing a previous version of TWRP ?
You're getting stuck unlocking the SIM card? Can you send logcats? This is interesting.
 

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
Thanks. I tried that. The phone was keeping rebooting. I re-wipe and re-install. I finally succeed booting but now I am stuck at "Unlocking SIM card". Like previous version.
OOps, install succeed because I re-install previous version ^^

---------- Post added at 13:44 ---------- Previous post was at 13:43 ----------


Should I try installing a previous version of TWRP ?
Actually, when you get stuck in it, try rebooting again. Mobile data doesn't work the first time.