Getting the information of a mobile device by connecting to it

138 Views Asked by At

Is there any way for a server to obtain some information of the mobile devices that are connected to it like memory size and battery power? Is it possible?

Thanks for any reply in advance.

1

There are 1 best solutions below

2
Danny Gunawan On BEST ANSWER

If you are creating an Android app using Apache Cordova and jQuery Mobile, you can use cordova-plugin-extended-device-information and cordova-plugin-battery-status to get battery status and device's memory size and then send the data to the server using jQuery.post().