Some device information for Cordova Apps (PhoneGap/Hybrid) Currently supports only Android, and iOS
cordova plugin add https://github.com/ozexpert/cordova-plugin-device-meta.git
cordova.plugins.DeviceMeta.getDeviceMeta(function(result){
// result.debug - Whether App is in debug mode
// result.networkProvider - Network provider name
// result.ip - IP Address from device
// result.manufacturer - Device manufacturer
});