Hi all,
First, i want to thank all you for giving an idea to enable Telephony
and SMS features in ICS 4.0. ICS. along with this information
i have also tried few things to get telephony features on ICS may be
helpful to anybody....
1) No need to build as PRODUCT_CHARACTERISTICS := nosdcard it also
works for
PRODUCT_CHARACTERISTICS := tablet option in device.mk file.
#DEVICE_PACKAGE_OVERLAYS := \
# device/ti/beagleboard/overlay
#DEVICE_PACKAGE_OVERLAYS := \
# device/ti/beagleboard/overlay
On Thursday, February 9, 2012 4:57:51 PM UTC+5:30, Fabio Piccolo wrote:
>
> 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 <[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
On Thursday, February 9, 2012 4:57:51 PM UTC+5:30, Fabio Piccolo wrote:
>
> 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 <[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