Page 1 of 1

IMEI Number Capture

Posted: October 14th, 2021, 11:26 am
by pradhanra01
Dear Martin,

We would request new feature IMEI Number Capture for Android Devices, Since We are trying to generate unique ID for Interview IDs based on device. As well we need to restrict the app operating with IMEI Number of devices.

However we have applied get device id for getting same, but sometime if the anroid device is resetted by user then device get changes.

So in future could you please look into the feature on IMEI number Capture.

Thanks and Regards,
Ramesh Pradhan

Re: IMEI Number Capture

Posted: October 15th, 2021, 12:37 pm
by htuser
Hi Ramesh,
It's already possible to have imei in a CSEntry app.
1) You can use Cordova to implement a small helper Android app using, for example this Javascript imei lib https://github.com/macdonst/IMEI/tree/master/v2.2.0
2) Using Android Studio, you can easily implement a small helper app using:
a) https://www.tutorialspoint.com/how-to-g ... in-android
b) https://www.tutorialspoint.com/how-to-g ... ing-kotlin

And, using systemApp object, https://www.csprousers.org/help/CSPro/systemapp.html, execute the app and gather the result to your CSEntry app.

Hope this help you