Search results

  1. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    Hello everyone....I am trying to build DU for athene based on android oreo but when II initialize the building process it gives me an error saying TARGET_GLOBAL_CFLAGS do not match between make and soong.....plz help me solve this
  2. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Hello people I am trying to build a rom but I am stuck at the bootanimation and I have been tryinn to fix it for a very long time ......The display crashes due to some libqservice/mm-pp-daemon error ......can anybody plz help me out here is the full...
  3. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    If u r still running out of memory use these commands before build export JACK_SERVER_VM_ARGUMENTS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx5g" and ./prebuilts/sdk/tools/jack-admin start-server
  4. R

    Post Requirement of Paranoid Android Rom (AOSPA) for Moto G4 Plus

    Hey everyone! So i fixed the problem with the surfaceflinger......now the only problem I have is with mm-pp-daemon....libqservice.so missing.........Is there anyone generous enough to help me with this bcz I m still holdin on to hope that we might be able to make it work .......anyway here is a...
  5. R

    Post Requirement of Paranoid Android Rom (AOSPA) for Moto G4 Plus

    Well I already did;).........also I think its a device specific issue.....maybe our phone need some extra vendor libs or something
  6. R

    Post Requirement of Paranoid Android Rom (AOSPA) for Moto G4 Plus

    Need help in porting Hey friends I am porting PA for our device and I am facing a problem......when the rom goes to bootanimation it crashes due to libsurfaceflinger.........My guess is I am missing something in my hardware folder.....anyways the full log is attached below....Plz help...
  7. R

    Post Need Help to Fix PA

    Well I understand you completely.....I just thought that it was development related and the other one was demand related....Well no problems if u want to remove it u can.....I will also post in that thread:good:
  8. R

    Thread Need Help to Fix PA

    Hey friends I am porting PA for our device and I am facing a problem......when the rom goes to bootanimation it crashes due to libsurfaceflinger.........My guess is I am missing something in my hardware folder.....anyways the full log is attached below....Plz...
  9. R

    Thread How to take logcat when phone fails to load kernel

    Hey friends whenever I am flashing a PA rom(compiled by me) , My phone goes into bootloader logs saying error:to load kernel. I just want to know is there any way to logcat and see whats wrong with the kernel......Any help is appreciated
  10. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Sorry for my lack of information sir, I tried searching first but didn't get any satiable solution .......plz if u can direct me to the right place....I shall be grateful
  11. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Well all the folders were in d right positions but I still got the same error so i replaced the entire hardware/qcom folder with the one from CM repo.......As a result i didint get the previous error but this one ninja: error...
  12. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Hey friends whenever I include qcom/common.mk in my makefile I run into this error ninja: error: 'out/target/product/athene/obj/SHARED_LIBRARIES/libqdutils_intermediates/export_includes', needed by 'out/target/product/athene/obj/SHARED_LIBRARIES/libsurfaceflinger_intermediates/import_includes'...
  13. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    Thanks for d advice man I got past this error by deleting these exfat lines and replacing them by a different call procedure ---------- Post added at 06:07 AM ---------- Previous post was at 05:22 AM ----------
  14. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    Hello guys I am having a sepolicy problem .....I think its in my per_mgr file but I am unable to fix it....Plz help me out..https://hastebin.com/miqepuruja.vbs
  15. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    neonkat and NepoRood Thank u both for helping me out with DTB files it finally worked but now I am having a bit of sepolicy problem........and I am not sure how to solve ithttps://hastebin.com/miqepuruja.vbs
  16. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Well I am basically compiling PA with AOSP-CAF device tree and kernel ......and my device fails to load kernel when i flash the rom , so a developer told me to append DTB in my kernel ......anyways I will try to do a clean build again and report back sir
  17. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    thank you for the reply.... but it still gives me the same error
  18. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    I am trying to append DTB to my kernel as my device bootloops with an Error to load kernel............But I am getting this error during build https://hastebin.com/ufinozuyiz.js can anyone help me with this plz........I just changed TARGET_KERNEL_APPEND_DTB := true in boardconfig.mk...
  19. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    yes I am able to build other roms with these sources..............anyways I am trying to append DTB by editing my boardconfig.mk by adding this TARGET_KERNEL_APPEND_DTB := true and I get this error FAILED: /bin/bash -c "out/host/linux-x86/bin/acp -fp...
  20. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Well I am building for an unofficial device but I just cant bring myself to give it up...its different from all those CM based roms..........and I have tried using both LOS and AOSP sources
  21. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Hello friends ....as I posted earlier I get a successful build of my rom(PA) using AOSP Sources but when i flash it I get redirected to BOOTLOADER LOGS screen saying Error:Failed to load kernel.........Can somebody give me pointers to make the phone recognize and flash the built kernel...
  22. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    Hello friends ....as I posted earlier I get a successful build of my rom using AOSP Sources but when i flash it I get redirected to BOOTLOADER LOGS screen saying Error:Failed to load kernel.........Can somebody give me pointers to make the phone recognize and flash the built kernel.......:good...
  23. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Hello everyone I am trying to build PA for my device I get a successful build but when i flash the rom it takes me to a screen saying boot sequence failed.........I am having this problem with AOSP-caf device tree and kernel for motorola g4 plus Also when i try to use LOS device tree and...
  24. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    I managed to get a build successfully.......... but it doesnt boot up for some reason even though it has a boot.img
  25. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    hello friends I am trying to build PA for our device but the Lineage device tree is giving me a lot of errors......I am a newbie......so plz someone provide me a link for the AOSP device tree for our device....
  26. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    either remove the board_uses_qualcomm line from the boardconfig.mk or manually clone qualcomm_common folder from the rom repository
  27. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Well i found the solution....thanks for d help anyway
  28. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    I am building PA.....for my device athene and the CM skia also doesnot works.....I have tried and manually cloned this folder from AOSPA repo but it didnt work either
  29. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Well I got past that error already......but now I am stuck at libqc-skia missing and no function defined error........anyways thanks for the help buddy
  30. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    Thanks a lot mate....It worked:good: Although when i try to build it asks for libqc-skia missing and no known rule defined :confused:
  31. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    Well I used a reference flag to download PA sources with reference to already downloaded Lineage sources and the required folder is located in the lineage sources , I just want to know how to embed it into my PA makefile\\ Well I found the solution with the help of a xda friend .....just had...
  32. R

    Post [Guide] How to Build Your Own Custom ROM [athene]

    hey everybody I am trying to build PA for athene and I have downloaded PA sources by reference flag from Lineage sources but i am getting this error while breakfast command build/core/product_config.mk:239: *** _nic.PRODUCTS.[[vendor/pa/products/athene/pa_athene.mk]]...
  33. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    thanks for your help so i am posting a link to my device forum post you can refer that for links ...as i am not allowed to post any outside links yet https://forum.xda-developers.com/moto-g4-plus/how-to/guide-how-to-build-custom-rom-t3599021 Also I have managed to get past these errors, and i...
  34. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    I am facing this error while building File "build/tools/roomservice.py", line 64, in <module> dependencies = json.loads(open(dependencies_json_path, 'r').read()) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File...
  35. R

    Post [GUIDE][COMPLETE] Android ROM Development From Source To End

    I am building PA for my device can plz somebody help me with the folloeing error Traceback (most recent call last): File "build/tools/roomservice.py", line 129, in <module> raise ValueError('No remote declaration could be found for the %s project. (%s)' % (name, remote)) ValueError: No...