[ROM][PORT][9.0.0_r34] AospExtended v6.4

Would you like RR Pie for J5 2015?

  • Yes

    Votes: 8 88.9%
  • No

    Votes: 1 11.1%

  • Total voters
    9

garylawwd

Forum Moderator
Staff member
Aug 25, 2017
3,136
1,839
233
29
Cork
Yes, it's the variant issue. I've seen the j5nlte folder (vendor) and it contains some RIL (telephony) files which explains it.
Also, I've noticed that boot animation on 75% of screen only as well, but I am not sure if it's a bug or this is intended. :confused:
I have aex pie on my j5lte and the bootanimation fits the screen perfectly so i think it may be an error in your build maybe?
 

garylawwd

Forum Moderator
Staff member
Aug 25, 2017
3,136
1,839
233
29
Cork
It should be my error, but because this is a ported ROM, I don't know from where to even start. I will diagnose this though.
Would you not try build from source instead of porting?
Im not telling you how to compile your ROMs but seeing as the j5 sources are super stable now I would highly recommend it.
And aex is on v6.5 now.
Well done on your work though its brilliant to see this j5 community growing even if most of the users don't deserve it :silly:
 

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
Would you not try build from source instead of porting?
Im not telling you how to compile your ROMs but seeing as the j5 sources are super stable now I would highly recommend it.
And aex is on v6.5 now.
Well done on your work though its brilliant to see this j5 community growing even if most of the users don't deserve it :silly:
I'd love to try to build it, but I usually always fail with all sorts of errors, I guess I could give it another run.
 

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
Would you not try build from source instead of porting?
Im not telling you how to compile your ROMs but seeing as the j5 sources are super stable now I would highly recommend it.
And aex is on v6.5 now.
Well done on your work though its brilliant to see this j5 community growing even if most of the users don't deserve it :silly:
Lol, just tried to build it, I got the casual dependency errors...
I think the attached screenshot is enough for you to understand that I suck at this kind of stuff :/
 

Attachments

  • Like
Reactions: Huzaifa_Aziz

Soft-Bullet

Senior Member
Jan 6, 2017
81
153
43
Butwal
Lol, just tried to build it, I got the casual dependency errors...
I think the attached screenshot is enough for you to understand that I suck at this kind of stuff :/

Too eazy to fix those errors
Just delete .lineage from healthd in msm8916-common
Clone hardware/Samsung
Delete Advanced Display line in hardware/Samsung/Android.mk
remove doze from qcom-common
 
Last edited:
  • Like
Reactions: Resurrection

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
Too eazy to fix those errors
Just delete .lineage from healthd in msm8916-common
Clone hardware/Samsung
Delete Advanced Display line in hardware/Samsung/Android.mk
remove doze from qcom-common
Thank you for your reply. It helped a little bit, but there are errors left about this:
Code:
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqmiservices (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqmi (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqcci_legacy (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqmi_client_qmux (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libmdmdetect (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
 

Soft-Bullet

Senior Member
Jan 6, 2017
81
153
43
Butwal
Thank you for your reply. It helped a little bit, but there are errors left about this:
Code:
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqmiservices (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqmi (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqcci_legacy (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libqmi_client_qmux (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
hardware/qcom/wlan/qcwcn/wcnss-service/Android.mk: error: wcnss_service (EXECUTABLES android-arm) missing libmdmdetect (SHARED_LIBRARIES android-arm) 
You can set ALLOW_MISSING_DEPENDENCIES=true in your environment if this is intentional, but that may defer real problems until later in the build.
Sync repo again never had such error
 

Zakaryan2004

Senior Member
Jun 1, 2017
292
522
103
Yerevan
Who wants builds for other models, you can try my testing builds which are not ports(built from source) and have mostly everything working(no known bugs). I have builds for all models. Who wants to test, PM me at XDA and I will give the build to you. I may release the builds at XDA if I get to test all of the builds. Won't release without testing.

---------- Post added at 06:08 AM ---------- Previous post was at 06:07 AM ----------

Lol, just tried to build it, I got the casual dependency errors...
I think the attached screenshot is enough for you to understand that I suck at this kind of stuff :/
Yeah, these are easy to solve as @Soft-Bullet told. Building from source is always better.

PS: Also use a dark theme terminal.?
 

Resurrection

Senior Member
Apr 28, 2018
155
248
0
Vilnius
Who wants builds for other models, you can try my testing builds which are not ports(built from source) and have mostly everything working(no known bugs). I have builds for all models. Who wants to test, PM me at XDA and I will give the build to you. I may release the builds at XDA if I get to test all of the builds. Won't release without testing.

---------- Post added at 06:08 AM ---------- Previous post was at 06:07 AM ----------


Yeah, these are easy to solve as @Soft-Bullet told. Building from source is always better.

PS: Also use a dark theme terminal.
Hey! I should try from building from the source. In fact, I tried, but I think I don't have enough storage (120GB). I will try building on a 350 GB HDD.