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.
Thanks and Regards
Nimit