CyanogenMod 12.1 (Unofficial)

Status
Not open for further replies.

dgadelha

Senior Member
Jan 1, 2015
1,260
2,203
0
Bahia
@dgadelha you want to create your ROM to install via TWRP?
Your ROM is compatible with SMAI kernel?

I know your focus is now making its stable ROM, but would be grateful pro your answer.
Hi @Kyo.
I will make my ROM flashable via TWRP someday, I already tried it but failed, but I will focus on it after I finish making this a stable ROM.
And yes should be compatible with SMAI.
Thanks!
 

dgadelha

Senior Member
Jan 1, 2015
1,260
2,203
0
Bahia
Great news!
RIL was fixed! Thanks @tank0412 for the help! :)
I'll now fix the vibration and work on 1080p MP4 video decoding.
Also, for who wants to test, I published a kernel with version 3.10.94, thanks to @X AnwarMov
It has some issues, like SELinux always on Permissive and USB not working if you enable ADB.
It will not be the main kernel of the ROM until it get's a stable version.
A system image with more features will be published today, and the experimental process will finish soon.

Thanks!
 
Last edited:

Edorewiel

Senior Member
Jan 2, 2016
131
34
0
Istanbul
Great news!
RIL was fixed! Thanks @tank0412 for the help! :)
I'll now fix the vibration and work on 1080p MP4 video decoding.
Also, for who wants to test, I published a kernel with version 3.10.94, thanks to @X AnwarMov
It has some issues, like SELinux always on Permissive and USB not working if you enable ADB.
It will not be the main kernel of the ROM until it get's a stable version.
A system image with more features will be published today, and the experimental process will finish soon.
Thanks!
I used your new sources but i get error
How to fix this ?

Code:
make: *** No rule to make target '/home/rha/cyanogenmod-12.1/out/target/common/obj/JAVA_LIBRARIES/com.intel.config_intermediates/classes.jar', needed by '/home/rha/cyanogenmod-12.1/out/target/common/obj/PACKAGING/boot-jars-package-check_intermediates/stamp'. Stopped.
make: *** Waiting for unfinished jobs...
logtags: /home/rha/cyanogenmod-12.1/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/src/src/java/com/android/internal/telephony/EventLogTags.java <= frameworks/opt/telephony/src/java/com/android/internal/telephony/EventLogTags.logtags
 

dgadelha

Senior Member
Jan 1, 2015
1,260
2,203
0
Bahia
I used your new sources but i get error
How to fix this ?

Code:
make: *** No rule to make target '/home/rha/cyanogenmod-12.1/out/target/common/obj/JAVA_LIBRARIES/com.intel.config_intermediates/classes.jar', needed by '/home/rha/cyanogenmod-12.1/out/target/common/obj/PACKAGING/boot-jars-package-check_intermediates/stamp'. Stopped.
make: *** Waiting for unfinished jobs...
logtags: /home/rha/cyanogenmod-12.1/out/target/common/obj/JAVA_LIBRARIES/telephony-common_intermediates/src/src/java/com/android/internal/telephony/EventLogTags.java <= frameworks/opt/telephony/src/java/com/android/internal/telephony/EventLogTags.logtags
Hi!
Go to BoardConfig.mk and remove the line that defines PRODUCT_BOOT_JARS
This issue will be fixed on my next commit, as I'm doing this to test FMProxy, to fix Fm Radio.
Thanks!
 
  • Like
Reactions: Ale uto

@Cracker747

Senior Member
Jan 25, 2016
86
22
0
22
Bogor
Great news!
RIL was fixed! Thanks @tank0412 for the help! :)
I'll now fix the vibration and work on 1080p MP4 video decoding.
Also, for who wants to test, I published a kernel with version 3.10.94, thanks to @X AnwarMov
It has some issues, like SELinux always on Permissive and USB not working if you enable ADB.
It will not be the main kernel of the ROM until it get's a stable version.
A system image with more features will be published today, and the experimental process will finish soon.

Thanks!
Wow, thats great @dgadelha, I'm waiting for the stable release, thankyou for your hard work xD
 
  • Like
Reactions: dgadelha

Edorewiel

Senior Member
Jan 2, 2016
131
34
0
Istanbul
Soon.
You can tell me your build errors and I'll try to help.
Also, is your repo using my manifest?
https://github.com/zf5/android
Code:
make: *** No rule to make target '/home/rha/cyanogenmod-12.1/out/target/product/a600cg/obj/KERNEL_OBJ/usr', needed by '/home/rha/cyanogenmod-12.1/out/target/product/a600cg/obj/SHARED_LIBRARIES/libdrm_intermediates/libdrm/xf86drm.o'. Stopped.
make: *** Waiting for unfinished jobs....
 

dgadelha

Senior Member
Jan 1, 2015
1,260
2,203
0
Bahia
Code:
make: *** No rule to make target '/home/rha/cyanogenmod-12.1/out/target/product/a600cg/obj/KERNEL_OBJ/usr', needed by '/home/rha/cyanogenmod-12.1/out/target/product/a600cg/obj/SHARED_LIBRARIES/libdrm_intermediates/libdrm/xf86drm.o'. Stopped.
make: *** Waiting for unfinished jobs....
If you read the line correctly, you'll see that this directory is missing (because I don't build a kernel), so to create it, just:
Code:
mkdir -p /home/rha/cyanogenmod-12.1/out/target/product/a600cg/obj/KERNEL_OBJ/usr
Thanks!

ALSO: my builds should work pretty well on Zenfone 6, although a missing lib will maybe break RIL, try it :)
 
Last edited:

Edorewiel

Senior Member
Jan 2, 2016
131
34
0
Istanbul
If you read the line correctly, you'll see that this directory is missing (because I don't build a kernel), so to create it, just:
Code:
mkdir -p /home/rha/cyanogenmod-12.1/out/target/product/a600cg/obj/KERNEL_OBJ/usr
Thanks!

ALSO: my builds should work pretty well on Zenfone 6, although a missing lib will maybe break RIL, try it :)
Sensors dead but I am edited vendor files sesors work.

I edited device tree (ril no broken) but stay the starting apps screen

Logcat :
 

dgadelha

Senior Member
Jan 1, 2015
1,260
2,203
0
Bahia
Okey i am add missing libs i wait 8~12 hours(make -j4) :(
You don't need to cleanup your out files if you are only adding a few files to the build.
To be honest, I never cleaned up my built files (only deleted out/target/product/a500cg/system/ directory a few times)
So, build will be quicker
 
Last edited:
Status
Not open for further replies.