IMEI PhoneGap Plugin on Android

I am trying to get IMEI in android using PhoneGap. I followed this PhoneGap Plugin for IMEI

Conclusion: "It works ...". I do not get imei.

Where can I put imei.js ?

Thanks in advance.

+1
source share
1 answer

To run this example, you need to create your own plugin.

How to create a custom plugin? Here is the way plugin development

Using these tutorials, you need to create a custom plugin and then put the java and js files in the right places. (Not only js, you also need a java file, as shown in your link)

(NB IMEI, . , UUID. . UUID)

, IMEI.

IMEI ?

+2

All Articles