androidjquery-mobilesql-server-cedistributed-computingmobile-devices

Getting the information of a mobile device by connecting to it


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.


Solution

  • 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().