This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to enable Telephony and SMS features in ICS 4.0

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