I need to fetch the IMEI numbers from the android devices when my web page is loaded in the browser, pages would be written in php .. i need to get the imei numbers from the devices and post it to some pages on server for authentication purpose ..
i came across many work around that is possible through java client application but that is not useful for my project...
I have tried with SNMP protocols to get all system information like disk drives/ system process list/ up time/ down time and basic system description but that wont provide level of information which would be needed to accomplish this task..
Is there any way to fetch IMEI numbers or any unique ids of the systems on web using php application..
How this can help can any body suggest.. get instance of Java class java.lang.System in PHP $system = new Java('java.lang.System'); inside php program..
The idea is to write java program that implements the IMEI fetching i.e How to get the device's IMEI/ESN programmatically in android? inside php program to fetch the system information...
Refer: php.net/manual/en/java.examples-basic.php
any body have suggestion to work around.
Thanks,