Joined
·
3,730 Posts
Public warning: don't flash this guy's stuffwell i just finished a build... i'm kinda scared to flash it though lol...

Sent from my Galaxy Nexus using RootzWiki
Public warning: don't flash this guy's stuffwell i just finished a build... i'm kinda scared to flash it though lol...
Don't use the ota zip. The 'named' zip is the optimized zip. Watch your build run and you'll see that it's generated after the first zip. This is also why your sizes are different.Ok cool... also I downloaded the build from androtransfer.com and compared it to mine and noticed a size difference in the app folder. Not sure if just because of timing of the builds or if those builds are slimed down a bit.
Sent from my Galaxy Nexus using Xparent ICS Blue Tapatalk 2
The commit for those devices hasn't been merged, you'd need to cherry pick it first.Has anyone had any luck building aokp for fascinate. I synced Steves repo but when i brunch its not there.
Repo sync -j1My problem I have not seen here thus far, I was hit with a poweroff during a storm as I was syncing. Now I have rebooted, and started to resync and I seem to be hung here...
[email protected]:~/aokp_jb$ repo sync
Fetching projects: 99% (319/322)
any suggests?
Nothing really to fix, just ignore it.find: 'src': No such file or directory. Anyone know how to fix this?
Time savings will be huge not doing clobber. If anything do a make clean. Or just sync and build. If it errors out, make clean and try again. Typically just sync and build is fine, especially if you aren't adding anything to your build manually or with cherry picks.so is it truly true that we should NOT do the make clobber? what was the differential in time savings?
Keep in mind I'm just an amateur at this as well but if you use ccache then a make clean won't take all that long so it wouldn't hurt to do it. In theory though you shouldn't have to as it should just rebuild anything that's changed.is there any point that it needs to be cleaned out?? or it just keeps itself clean by overwriting the new stuff only?
Ignore them, they don't matter.I am having several of these warning errors while compiling aokp for n7000.Code:aapt: warning: **** string 'gsm_alphabet_default_charset' has no default or required localization for 'xhdpi' in frameworks/base/core/res/res
Any ideas?
If it failed due to error (sounds like what you're saying) then no you wouldn't have a zip file. The aapt issues you mentioned are not failure errors though. You'd have to look farther up to find the actual build error. If you still have the log pastebin it and someone will take a look for you.Thank you all for the reply.
While building, I gave this command -
Code:. build/envsetup.sh
Then I got the menu to select and subsequently chose my device.Code:lunch
After that I gave this command
After a long time when everything finished, I ended up with these messages that I just mentioned in my previous posts. However, I can't find any .zip package of the rom that I have compiled in the /out directory.Code:make -j4 otapackage
Is this normal or should the .zip file be there?
If you don't have any .zip's in the out/target/...etc folder then it failed. Not aware of anyway to pull the log other than to build again.well it didn't exactly fail I think because I came back to the root directory, and the line above it did not speak of any errors as such.
Unfortunately, I closed the terminal window. Is there any way I could still get the log?
It does not. And please use pastebin.com or pastie.org when pasting large pieces of code. Thanks.I managed to get a log of where my terminal window ended after giving the build command.
Please see if this helps
CD to that path and do 'git reset --hard' then sync againits not a cherrypick. i just cd to my aokp folder. run repo sync, and get
Code:<br /> Syncing work tree: 100% (334/334), done. <br /> packages/apps/ROMControl/: discarding 1 commits<br /> error: packages/apps/ROMControl/: AOKP/packages_apps_ROMControl checkout c63eb67b4bbc92f80f1b1a1ddb2f9869d95c2eae<br />
Copy errors to pastebin.com and post the link, please don't post them here.This is the cherry: http://gerrit.sudose...s.com/#/c/2837/
I shut my computer off last night, gotta redo the build to see the errors again. Ill post the screenshots when the build gets that far.
Yep pretty much just change any reference of Toro to Grouper and you should be good.Pretty sure you just do: . build/envsetup.sh && brunch grouper
This line is your error -I got these errors when I tried using this cherry. It spends about 45 mins building then hits these errors and ends. There is no zip outputted. What do?
In general if there's a commit to add an option in rom control there will be a commit somewhere else to make that option function. Warnings are just that and not an error that would cause the build to fail.Thanks, but how did you come to that conclusion? I want to learn all this stuff so I can do it on my own in the future.
When was the last time you did a repo sync?
Try building once before pickingBefore every build i do:
Make clobber
repo sync
Cherries
build
Ermergawd.
It opened up a tool...with pretty colors.
That's about all I can differentiate.
Guess this is beyond me.
Thanks though Zaph!
I'll continue looking on the off chance that this makes sense somehow.