• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [ROM]CM10 - Boost Force[WIP]

Well after playing with 9 and getting nowhere I decided to attempt a build of cm10. I'm using your device tree, and dropped the files from there phone in vendor, but for some reason the build will not complete. I'm running Debian testing. Did I over look something, or do you think it might be an issue with my OS?

you gotta set up the build environment. there are things you gotta do to the os to prepare it. packages you need to install that dont come with it. also you do know that the vendor files are pulled by a script
You could try Build Box. I recommend the mint 15 version, the installer works better than the ubuntu version.

http://androidforums.com/warp-sequent-all-things-root/723643-os-build-box.html
 
you gotta set up the build environment. there are things you gotta do to the os to prepare it. packages you need to install that dont come with it. also you do know that the vendor files are pulled by a script


I set up the build environment according to a guide on xda. the build starts, but hangs up on bluetooth. The vendorsetup.sh script just adds aurora to the lunch menu, so I copied the files over manually.
 
the file to get the vendor stuff is extract-files.sh i believe. and it also makes the mk files that go in there

as far as failing on bluetooth you gotta be more specific. there are many possible errors for the many various parts of bluetooth
 
the file to get the vendor stuff is extract-files.sh i believe. and it also makes the mk files that go in there

as far as failing on bluetooth you gotta be more specific. there are many possible errors for the many various parts of bluetooth


I'll post the output when I get home. Thanks.
 
Looks like my issue was not with bluetooth as previously stated. I see the fix for the issue on your git, but do not know how to incorporate it into the build. Sorry to be a PITA. I've built kernels before, but this is my first run at a rom from source.

make: *** No rule to make target `/home/jimsmith80/cm10/out/target/product/aurora/obj/STATIC_LIBRARIES/lib_driver_cmd_qcwcn_intermediates/export_includes', needed by `/home/jimsmith80/cm10/out/target/product/aurora/obj/EXECUTABLES/hostapd_intermediates/import_includes'. Stop.
 
well see how its name is elden_hardware_qcom_wlan? usually itll say android instead of elden... but basically you go to the main cm directory, then into hardware, then qcom, then wlan. this is where the qcwcn directory goes

if using git its
Code:
git clone https://github.com/junkie2100/cm10-elden_hardware_qcom_wlan.git wlan
from cm/hardware/qcom/
 
mouse is taking a look at it. also, have you tried not just with the defconfig pulled from the phone but with the defconfig built into the kernel for hayes?
 
I only used the config with the kernel. With the difference between 3.0.8 and 3.4 I didn't even bother to pull the config from the phone.
 
ok that source seems to be INCREDIBLY broken for our config. alot of missing headers. i went ahead and merged some stuff from ZTE Awe and got it compiling. Im about 95% done.
 
Undefined reference, they arebl linker errors and I don't know how to fix at the moment. I get this AFTER fixing the kernel, at the end where it tries to make the zImage
 
while the 3.4 kernel will have all sorts of benefits... if we can get the module cdz fixed for the 8930 line to build for this on either kernel itll fix wifi im sure
 
Back
Top Bottom