How to Compile an android based ROM

garrett

Silver Member
Developer
Theme Developer
Joined
Oct 31, 2009
Messages
2,017
Reaction score
5
Location
In a van by the River......
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
 

garrett

Silver Member
Developer
Theme Developer
Joined
Oct 31, 2009
Messages
2,017
Reaction score
5
Location
In a van by the River......
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.
 
Top