What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to Compile an android based ROM

Woodyman,

Thanks for the reply. I must be goofing something though. After I copy over the apks, set perms, etc... Any interaction with the phone dialer causes a FC.

Edit: I grabbed them from a deodexed FRG22D ROM


rather then using the apk's from a previous rom you can just install this zip from cyanogen it contains all the latest versions of all the Gapps.

http://bit.ly/9D094X
 
i cant seem to get past this.

Which would you like? [generic-eng] 3
build/core/product_config.mk:192: *** device/sholes/sholes.mk: PRODUCT_NAME must be unique; "generic_sholes" already used by device/motorola/sholes/sholes.mk device/sholes/sholes.mk . Stop.

** Don't have a product spec for: 'generic_sholes'
** Do you have the right repo manifest?

anyone got an idea what i am missing.im on Ubuntu 10.04


if you already started one build and it errors you need to do "make clean" before the next make.

if that still errors you can use a "make clobber" this will remove all the files from the previous build and then use "make" to start fresh.
 
Back
Top