Compiling cm7 - Samsung Infuse 4G

Is there any way to compile without having to redownloading the whole thing? I trying syncing the team refuse repo with my already downloaded cm7 repo and it gives an error... I just need to add the infuse and all the files associated with it but not sure how
Sent from my SGH-I997 using XDA App

Related

Installing repo

I am trying trying to install report but I get ''no repo''. Am I doing something wrong. I am running Ubuntu in virtual box. I thought this would be the right spot for this. Sorry if not.
Sent from my Htc Incredible using XDA App

[SEMI-SOLVED]CM6 Source Broken?

I've been trying to get the source for Cyanogenmod 6 but I always get connection errors on downloading kernel source
I thought the servers were back up?
Sent from my HTC Dream using Tapatalk
Edit:
I fixed it by replacing "git://android.git.kernel.org" with "https://android.googlesource.com/" in android/system/.repo/manifest.xml and it seems to be working now! No more errors!
frankdrey said:
I've been trying to get the source for Cyanogenmod 6 but I always get connection errors on downloading kernel source
I thought the servers were back up?
Sent from my HTC Dream using Tapatalk
Click to expand...
Click to collapse
Try changing all the "git://" URLs in .repo/manifest.xml to "http://". Worked for me.
Ok thanks I will try it when I can use the computer
Edit: Now I'm getting a "error: RPC failed; result=22, HTTP code = 405"
We'll see if it finishes.
Edit 2: I replaced "git://android.git.kernel.org/" with "https://android.googlesource.com/" and its flying now It works! Thanks for leading me to replacing the URL though!
Haha no problem.
Ok so I got a buncha errors downloading alsa related stuff so I removed them from the manifest.xml
Hopefully there are more basic sound drivers
At least so I have some sound
Looking on github, it looks like alsa is only available for gingerbread now
Sent from my HTC Dream using Tapatalk
Edit: Forget it. There's too much missing stuff

[Q]Compiling a custom ROM

I want to compile a custom ROM for my ace device, specifically this one.
I've followed some tutorials on compiling Jelly Bean, but I have no idea what I'm doing, especially with repos. I have never worked with repos before, so when trying to sync with Google's, it downloads gigabytes of files for other platforms and devices that I simply don't need. I just want to sync to a user's git, and compile from there. Does this make sense?
Can someone with more experience in this help me out?
I'm very sorry if this is the wrong place for asking.
Follow this: http://forum.xda-developers.com/showthread.php?t=1762641
Hit thanks if I helped you!
Sent from my GT-I9000 using xda premium
gangstaboy13 said:
Follow this: http://forum.xda-developers.com/showthread.php?t=1762641
Hit thanks if I helped you!
Sent from my GT-I9000 using xda premium
Click to expand...
Click to collapse
That's what I followed, but when I repo sync it downloads GBs of files I don't need. For some reason it doesn't download JB only.

[Q] AOKP Build Errors

Hey All,
I'm trying to build AOKP. After running the command "mka bacon -j5" I am getting the following error.
Code:
build/core/base_rules.mk:133: *** hardware/ril/libril: MODULE.TARGET.SHARED_LIBRARIES.libril already defined by device/htc/msm8960-common/libril. Stop.
I've tried navigating to the base_rules.mk file to see if there was anything in there to edit but could not find anything related to hardware/ril/libril. Did a quick search on google and on XDA for the error but not getting any results back. Thanks for the help.
sryan1983 said:
Hey All,
I'm trying to build AOKP. After running the command "mka bacon -j5" I am getting the following error.
Code:
build/core/base_rules.mk:133: *** hardware/ril/libril: MODULE.TARGET.SHARED_LIBRARIES.libril already defined by device/htc/msm8960-common/libril. Stop.
I've tried navigating to the base_rules.mk file to see if there was anything in there to edit but could not find anything related to hardware/ril/libril. Did a quick search on google and on XDA for the error but not getting any results back. Thanks for the help.
Click to expand...
Click to collapse
Navigate to hardware/ril. And delete the entire libril file... What are you trying to make 4.1 or 4.2?
Base_rules.mk is not the error its a code.. where it failed is after that.. In your case it says you've go two seperate files trying to make one thing.. You need to get rid of one.. Since msm8960 is for the device your building for you need to off the other one.. That won't be your only error building for an in supported device takes a lot of patience.. Good luck..
Sent from my HTC One S using xda app-developers app
$droyd$ said:
Navigate to hardware/ril. And delete the entire libril file... What are you trying to make 4.1 or 4.2?
Base_rules.mk is not the error its a code.. where it failed is after that.. In your case it says you've go two seperate files trying to make one thing.. You need to get rid of one.. Since msm8960 is for the device your building for you need to off the other one.. That won't be your only error building for an in supported device takes a lot of patience.. Good luck..
Sent from my HTC One S using xda app-developers app
Click to expand...
Click to collapse
Thanks for the response droyd.
I am trying to build 4.2. I basically used the method that klin posted to build Baked, however, tweaked everything for AOKP instead. (used intervigilium's repository instead of klin's, etc.) Should I have gone about it another way. Do you still recommend deleting the hardware/ril folder?
sryan1983 said:
Thanks for the response droyd.
I am trying to build 4.2. I basically used the method that klin posted to build Baked, however, tweaked everything for AOKP instead. (used intervigilium's repository instead of klin's, etc.) Should I have gone about it another way. Do you still recommend deleting the hardware/ril folder?
Click to expand...
Click to collapse
Yes I had to delete that file...and sounds like your on the rite path. I'll be around if you need Any other help..
Sent from my HTC One S using xda premium

Cm 11 -experimental-

Hi,
Where I can get the .zip for the experimental builds?
Not the nightlies
If these .zip files doesn't exist, how can I do my own? Where I can find a guide or somenthing to do that.
Thanks!
Sent from my SGH-T699 using XDA Premium 4 mobile app
falle21 said:
Hi,
Where I can get the .zip for the experimental builds?
Not the nightlies
If these .zip files doesn't exist, how can I do my own? Where I can find a guide or somenthing to do that.
Thanks!
Sent from my SGH-T699 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
I don't recommend trying to set up a rig to build for novice users. With that said, it is something you can do with some time and effort. If you choose to build Android on your machine, it will (probably) be tough. It also may take your machine hours to do the work. Keep that in mind..
Google is your friend. Keep in mind, you cannot compile Android on Windows, so you will need a virtual machine or a (dual boot) Linux partition on your hard drive.
Once you have the basics in place, I'm sure the rest of us can help you iron out any little issues with linking.
-----
*** Note to all forum members: Thanks in advance for NOT making this thread a flame war about operating systems! Thank you!
Thanks a lot, a google about this but i cant find good information. Thanks for the answer
Sent from my SGH-T699 using XDA Premium 4 mobile app
falle21 said:
Thanks a lot, a google about this but i cant find good information. Thanks for the answer
Sent from my SGH-T699 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
The CyanogenMod Wiki has some good information for how to get started:
http://wiki.cyanogenmod.org/w/Build_for_apexqtmo (This guide has a few things specific to building CM 10.2, but you change the repo init line to read cm-11.0 instad, and you'll be fine to follow along with what I'm mentioning)
To build the Hypnotoad builds, you follow that through the point that you are done with Section 2.7 (Get prebuilt apps)
Then instead of running breakfast, and trying to extract blobs, add the manifest linked in the development thread to .repo/local_manifests.
Run repo sync again,
apply the cherry pick list (after envsetup, repopick <list>)
Then skip to section 2.11 (Start the build)
If you want to use ccache to speed up subsequent builds, follow section 2.10
Thanks! I gonna research and try.
Thanks for the information
Sent from my SGH-T699 using XDA Premium 4 mobile app

Categories

Resources