MasterAwesome/android_device_oneplus_onyx

build succeed from source but phone can't boot

Closed this issue · 5 comments

Hey MasterAwesome:

I am trying to build CM12.1 from source following your guide. But my phone just can't boot after I flash the ROM. It got stuck in 1+ logo and restart to recovery automatically.

This is my build process and local_manifests:
https://github.com/YumeMichi/opx_cm_build_env/blob/master/opx_cm_env.sh
https://github.com/YumeMichi/opx_cm_build_env/blob/master/local_manifests.xml

Screenshot:
http://i.imgur.com/YOypZvS.png

My ROM:
cm-12.1-20151224-UNOFFICIAL-onyx.zip

Revert this 5f40549

That's needed for init.cne.sh which is also required by netmgr. Which is required for mobile data.

If are you referring to my answer, network mobile works also without that preload ;)

Cne depends on it though. Just add it to the vendor tree and issue a pull request.

Thank you two.