Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
MotoMudder77
Old
#101  
Senior Member
Thanks Meter 331
Posts: 1,758
Join Date: Feb 2010
Location: Kapowsin, WA
Quote:
Originally Posted by XGX5309 View Post
If I build on a HDD it usually takes ~120-135 minutes on an i5-2520. Mainly because I'm always building from scratch (make clean). If you have prebuilts it shouldn't take that long.
That just made my day. I thought my HP G7 laptop w/ i3 and 4gb was a pile for taking 120 min for fresh.

although halfway through I lost my touchpad, and was so unresponsive. So i guess it still is.


And also for the status 7 error, couldnt they just format system in recovery, heard it somewhere, never seen an answer.
HTC ADP1- Traded
HTC Mytouch- Gone
HTC MyTouch 1.2- Traded
HTC HD2 - Traded
HTC Mytouch 3g slide(white)- Sold
HTC Mytouch 3g slide(black)- Sold
Samsung Galaxy Tab- Sold
HTC G2- unlocked, S-off- Sold
HTC N1(850Mhz)- Sold
Motorola Atrix 4g - Sold
Samsung Infuse 4g - Sold
Samsung GSII i777- Traded
HTC Sensation z710a- Scammed/Lost by USPS

Motorola Atrix 2 MB865- Current
 
XGX5309
Old
#102  
Senior Member
Thanks Meter 58
Posts: 417
Join Date: Dec 2008
Quote:
Originally Posted by MotoMudder77 View Post
That just made my day. I thought my HP G7 laptop w/ i3 and 4gb was a pile for taking 120 min for fresh.

although halfway through I lost my touchpad, and was so unresponsive. So i guess it still is.


And also for the status 7 error, couldnt they just format system in recovery, heard it somewhere, never seen an answer.
LOL. Anything Core 2 Duo (Penryn) or newer should be relatively fine. Any i-series will be well more than ok for compiling.

When you lose responsiveness, I guarantee it's because you have a HDD. Look at the HDD activity light when it's unresponsive... probably on constantly.

As for "status 7" problems, those are so well documented in this forum...
The Following User Says Thank You to XGX5309 For This Useful Post: [ Click to Expand ]
 
Fusion777
Old
#103  
Fusion777's Avatar
Senior Member
Thanks Meter 250
Posts: 317
Join Date: Oct 2010
Location: Los Angeles

 
DONATE TO ME
Can't seem to get the 5ghz WiFi fix working for my build. When I modify the two nvram files with ccode=US and reboot, WiFi hangs on trying to turn on. Interestingly when I revert the files and reboot again, WiFi remains hung. Has anyone else run across this?

Sent from my Nexus 7
Samsung GS2 i777 .CM10 ............. | HTC Aria ........ CM9
Google Nexus 7... Stock w/ Tablet UI | iPad 3........... wtf?
 
Tjsherod
Old
#104  
Tjsherod's Avatar
Member
Thanks Meter 16
Posts: 86
Join Date: Dec 2011
So I had a little idea, please comment on this, and the idea is an automated build script that we would put on our computers and everyday at, for example, 10 P.M., and it would do the repo sync command and if there was anything new it would automatically build the new rom. How could you be able to do this?
 
tmckenn2
Old
(Last edited by tmckenn2; 9th August 2012 at 06:38 AM.)
#105  
Senior Member
Thanks Meter 58
Posts: 308
Join Date: Nov 2010
Quote:
Originally Posted by Tjsherod View Post
So I had a little idea, please comment on this, and the idea is an automated build script that we would put on our computers and everyday at, for example, 10 P.M., and it would do the repo sync command and if there was anything new it would automatically build the new rom. How could you be able to do this?
i hate to burst your bubble.. but its called jenkins and the CM team already has it covered haha. but i suppose if you wanted to do it yourself it wouldnt be very difficult at all. and the only reason to have this is if you are submitting changes to your own personal branch and at that point... just build it yourself... also you wouldnt need to sync bc all the changes originate form your pc.

jenkins.cyanogenmod.com

but if you were so inclined... I would use cron since it has a tidy daemon running and then have it call a script which runs the 2-3 commands. and since scripts run sequentially you wont have a problem.
 
zas0006
Old
#106  
Member
Thanks Meter 3
Posts: 58
Join Date: Oct 2010
Location: Ft Worth, TX
I have a question I tried to ask in irc but my router decided to tank before I got an answer. If I want to cherry pick a few commits, do I just use the git command on the gerrit page and that's it or do I need to be in a certain directory first or what ? I have gotten to where I can build cm10 in Ubuntu with no problem but I want to learn more and thought I would start there.

Sent from my SGH-I777 using xda premium
<random_user> I'll try and read the FAQ and search before posting,

<YODA> Do, or do not, there is no try. But seriously, Do read the FAQ and search before posting...
 
Entropy512
Old
#107  
Elite Recognized Developer - OP
Thanks Meter 20789
Posts: 11,488
Join Date: Aug 2007
Location: Owego, NY

 
DONATE TO ME
Quote:
Originally Posted by zas0006 View Post
I have a question I tried to ask in irc but my router decided to tank before I got an answer. If I want to cherry pick a few commits, do I just use the git command on the gerrit page and that's it or do I need to be in a certain directory first or what ? I have gotten to where I can build cm10 in Ubuntu with no problem but I want to learn more and thought I would start there.

Sent from my SGH-I777 using xda premium
You need to use repo start to begin a new branch on whatever project you're messing with, then run that git command within the project

e.g.
repo start blah kernel/samsung/smdk4210
cd kernel/samsung/smdk4210
<paste git command from gerrit here>
*so much sig updating needed*

My Github profile - Some Android stuff, some AVR stuff

An excellent post on "noobs vs. developers"

A few opinions on kernel development "good practices"

Note: I have chosen not to use XDA's "friends" feature - I will reject all incoming "friend" requests.

Code:
<MikeyMike01> Smali is a spawn of hell
<shoman94> ^^^ +!
Code:
<Entropy512> gotta be careful not to step on each other's work.  :)
<Bumble-Bee> thats true
<jerdog> compeete for donations
The Following User Says Thank You to Entropy512 For This Useful Post: [ Click to Expand ]
 
ddominator
Old
#108  
Senior Member
Thanks Meter 13
Posts: 121
Join Date: Apr 2010
Should we use the smdk4210 or the smdk4210_new kernel source from the team Hacksung github?
 
Entropy512
Old
#109  
Elite Recognized Developer - OP
Thanks Meter 20789
Posts: 11,488
Join Date: Aug 2007
Location: Owego, NY

 
DONATE TO ME
Quote:
Originally Posted by ddominator View Post
Should we use the smdk4210 or the smdk4210_new kernel source from the team Hacksung github?
_new is not ready yet - especially for N7000 and I777 because I have been busy with tethering.

It's also missing a whole bunch of common patches - _new is the future, but right now it's behind the old until we finish patching it up
*so much sig updating needed*

My Github profile - Some Android stuff, some AVR stuff

An excellent post on "noobs vs. developers"

A few opinions on kernel development "good practices"

Note: I have chosen not to use XDA's "friends" feature - I will reject all incoming "friend" requests.

Code:
<MikeyMike01> Smali is a spawn of hell
<shoman94> ^^^ +!
Code:
<Entropy512> gotta be careful not to step on each other's work.  :)
<Bumble-Bee> thats true
<jerdog> compeete for donations
The Following 2 Users Say Thank You to Entropy512 For This Useful Post: [ Click to Expand ]
 
zas0006
Old
(Last edited by zas0006; 13th August 2012 at 02:19 AM.)
#110  
Member
Thanks Meter 3
Posts: 58
Join Date: Oct 2010
Location: Ft Worth, TX
Default Build Issue

deleted.
<random_user> I'll try and read the FAQ and search before posting,

<YODA> Do, or do not, there is no try. But seriously, Do read the FAQ and search before posting...

 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...