I found a solution to enable phone features on BeagleBoard.
Use this configuration into device/ti/beagleboard/beagleboard.mk

# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/telephony.mk)
$(call inherit-product, device/ti/beagleboard/device.mk)

and use these lines

PRODUCT_CHARACTERISTICS := nosdcard

#DEVICE_PACKAGE_OVERLAYS := \
#    device/ti/beagleboard/overlay

into device/ti/beagleboard/device.mk

It seems that overlay completely change behaviour of Beagleboard.
I hope this help.

Fabio Piccolo

On Feb 8, 1:54 pm, Jerry George <je...@whiznets.com> 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: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to