Dear Mr.Kothari,                                              I have the 
pleasure to inform that I am not really aware what modifications have taken 
place.Of course,some change has been noticed since a recent download from 
*gereric_no_telephony*website as per your instruction ,though I could not 
figure out whether all the configuration took place or not. I may please be 
apprised of present position and further course of action .                     
                       With my best regards .                                   
Sincerely,                                                         Jnan Bora    
                                            
-----Original Message-----
From: shridutt kothari
Sent:  30/09/2013, 21:42 
To: android-porting@googlegroups.com
Cc: thedura...@gmail.com; Jnan Bora; borajna...@ovi.com
Subject: Re: [android-porting] build phone without cell capabilities


Adding more value to my previous answer:-

To configure PRODUCT_NAME for your build, you will need to modify few files 
in following directory:
Your_AOSP_root/device/manufacturer/your_product/
 
and files you will need to modify are:
1. AndroidProducts.mk
-> here you will need to add following tag  
PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/*_yourproductname.mk
# You will need to replace * with product configuration you want for 
example full/generic etc see /build/target/product/Android.mk for various 
types of product configs. 
2. full_yourproductname.mk
-> here you will need to specially ovverride PRODUCT_NAME  
# Discard inherited values and use our own instead.
PRODUCT_NAME := 
PRODUCT_DEVICE := 
PRODUCT_BRAND := 
PRODUCT_MODEL := 
For example usage see existing make files of any device at 
\device\any_manufacturer\any_product

Hope you got the solution! :)
Shridutt kothari
Impetus Infotech Limited
shriduttkoth...@gmail.com


-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to