IMEI Number Capture

What would you like to see in CSPro?
Forum rules
New release: CSPro 8.0
Post Reply
pradhanra01
Posts: 38
Joined: August 27th, 2017, 2:43 am

IMEI Number Capture

Post 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
htuser
Posts: 631
Joined: December 19th, 2011, 6:26 pm
Location: Silver Spring Area, MD, USA

Re: IMEI Number Capture

Post 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
G.VOLNY, a CSProuser from Haiti, since 2004
Post Reply