JerryScript
Daydream Believer
- Mar 8, 2011
- 2,055
- 1,559
- 0
try to get repo from here
I had an issue getting it from the tutor place and couldn't get an init
Code:curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo chmod a+x ~/bin/repo
The problem is that the custom carrier label is a two part commit. You need to pull in the other part that goes in /packages/apps/CMParts/whatever![]()
alright it finished compiling. but no .zip. do i have to zip it all up?
EDIT: I zipped it up and get a huge .zip file. Its like 565 mb. What happened haha?
alright it finished compiling. but no .zip. do i have to zip it all up?
EDIT: I zipped it up and get a huge .zip file. Its like 565 mb. What happened haha?
What command did you use to compile? If you use make bacon, it will give you a couple of zips.
On the build/envsetup.sh did you select optimus v?
Of course i did lol
I haven't done a build for ever, but isn't there an option to build all devices? I was wondering if you accidentally selected that instead of the ov
make clobber && make clean
im running make otapackage instead and if it doesnt work im done. im sick of all these stupid errors im getting on linux
Some say warning then i cant catch the rest because it goes to fast. heres one i got on a screen shot.
FRAMEWORKS_BASE_SUBDIRS := \
$(addsuffix /java, \
core \
graphics \
location \
media \
opengl \
sax \
telephony \
wifi \
vpn \
keystore \
voip \
+ omapmmlib \
)
I posted about that error a few pages back. You might want to research this thread a bit to see how we work around certain peculiarities when building.
The omap error is fixed by applying the following fix, you want to add the + line (removing the + of course):
Code:FRAMEWORKS_BASE_SUBDIRS := \ $(addsuffix /java, \ core \ graphics \ location \ media \ opengl \ sax \ telephony \ wifi \ vpn \ keystore \ voip \ + omapmmlib \ )
Let us know if you get other errors, let us know what they are, and we will try to help.
Patience is definitely one of the keys to building Android!![]()
How do I do this?
Sorry, I left out the filename: /build/core/pathmap.mk
Look for the section I posted above, and add the line with the + (leaving out the + of course).
Note- I edited the above post so others won't be confuse.
It worked. First build is done. It came out with 2 .zip files. which do I use the cyanogen or the IHO or are they both the same.