Hi Team,
how to enale telephone in android UI , i cant see any dialer in the UI , i have integrated telit he910 module and the changes are made as per the post
http://e2e.ti.com/support/embedded/android/f/509/p/120420/446883.aspx#446883
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.
Hi Team,
how to enale telephone in android UI , i cant see any dialer in the UI , i have integrated telit he910 module and the changes are made as per the post
http://e2e.ti.com/support/embedded/android/f/509/p/120420/446883.aspx#446883
The Phone app is not part of the default tablet product build used in TI Android DevKit. You need to add the Phone app explicitly in the product makefile.
E.g. You can add the fillowing lines in device.mk file to include the Phone app to build:
PRODUCT_PACKAGES += \
Phone
Hi Vishveshwar ,
thanks for your response , i will try it with my build
Regards,
Dibin