digitalslacker
Well-known member
- Jul 6, 2010
- 1,615
- 211
- 0
Note: had to change "$ source build/envsetup.sh" to "# source build/envsetup.sh" because of "permission denied"
Also, ended up having to install sun java 6 from "bin", "jre", and "jdk" .deb packages pulled from a website called "debian snapshots".
Ok, thanks!
Edit:
So I ended up with out/product/toro/full_toro-ota-eng.root.zip, 120mb. Is that the file I'm looking for?
Thanks for the guide!
I am using this guide and trying to build for the nexus 7 (grouper) with the nexus 7 drivers instead of the tuna drivers listed in this post. When I get to the lunch command and make my selection, i get a bunch of permission denied errors. I re-did this section of the guide, but did a sudo su command first to see if that cured the issues and it appears that it has. Android is building at the moment, so we'll see if it works.
Any ideas why i would have to be logged in as full root?
yeah, that is strange. I've had file permission issues with Ubuntu building before. Sudo su seems to fix it, but it would be nice not to have to resort to a sledgehammer
I'm running into an permission denied issue. Any ideas? I'm also not seeing an option for a toro build.
cj@Chimera:~/WORKING_DIRECTORY$ lunch
You're building on Linux
Lunch menu... pick a combo:
1. full-eng
2. full_x86-eng
3. vbox_x86-eng
4. full_grouper-userdebug
5. mini_armv7a_neon-userdebug
6. mini_armv7a-userdebug
7. full_wingray-userdebug
8. full_crespo-userdebug
9. full_maguro-userdebug
10. full_panda-userdebug
Which would you like? [full-eng] 9
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
find: `vendor': Permission denied
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.1.1
TARGET_PRODUCT=full_maguro
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-26-generic-x86_64-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=JRO03C
OUT_DIR=out
============================================
make: stat: vendor/samsung/tuna/BoardConfigVendor.mk: Permission denied
make: stat: vendor/samsung/maguro/BoardConfigVendor.mk: Permission denied
$ sudo chown dmmarck
sudo chown -R dmmarck /vendorfolderhere
I'll give that a try.
Click to view quoted image
Dafuq did I just read?
I'd like to take this moment to thank all the people who do the hard work of building custom ROMs so I can just download a single file and select yes to install it.
Thank you for making my life easier. Click to view quoted image