I have tried what Jerry suggested but phone applications (Phone, Contacts and Wireless settings into Settings menu) are still missed.
I noted that in beagleboard.mk full_base.mk doesn't add telephony package, so I tried to build with different xml configuration file in beagleboard.mk $(call inherit-product, $(SRC_TARGET_DIR)/product/ generic_no_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk) $(call inherit-product, device/ti/beagleboard/device.mk) instead of $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, device/ti/beagleboard/device.mk) without any further results. Any further suggestion? On Feb 8, 1:54 pm, Jerry George <[email protected]> wrote: > Hi Nimit, > > Try this out: > > vi $ICS_Code/device/ti/panda/overlay/frameworks/base/core/res/res/ > values/config.xml > > <bool name="config_voice_capable">true</bool> > > Hopefully you will see dialer on GUI now. > > Thanks, > > Jerry George -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
