I\'m working in Actionscript in Adobe Air, and I want to get a device\'s model name, such as \'EVO\' or \'DROID X\'. Has anyone been able to do this? Thanks.
Take a look on Capabilities class (there are two properties os and manufacturer). I'm not sure if the device name is included in any of this.