On Dec 28 2011, 3:34 pm, Nimit Solanki <[email protected]> wrote: > Hi, > > I have ported Android ICS 4.0 in to EVM (ARM Cortex A8). But I could > not find the telephony and SMS features. > > "By default product characteristics are configured for tablet. > > Check <Android source>/device/ti/beagleboard/device.mk file > (PRODUCT_CHARACTERISTICS variable) > > Replace "PRODUCT_CHARACTERISTICS := tablet,nosdcard" line with > > "PRODUCT_CHARACTERISTICS := nosdcard" ,clean build Android and try > booting." > > I did above changes, now I can see " About phone" instead of " About > Tablet" in settings. > > But I did not get Telephony and SMS features. > > How to ebable Telephony and SMS features in ICS 4.0?? > > Thanks and Regards > > Nimit
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
