{"id":13744835,"url":"https://github.com/funky-monkey/Android-Native-Device-Info","last_synced_at":"2025-05-09T04:30:52.858Z","repository":{"id":46104250,"uuid":"1071313","full_name":"funky-monkey/Android-Native-Device-Info","owner":"funky-monkey","description":"Grab native device info like OS, Model, Brand, SDK Version and CPU. These AS3 classes uses Adobe AIR for Android to grab an Android system file named /system/build.prop, parse it and store its values in an nice value object for you to use. This parsed information is mainly used for analytics.","archived":false,"fork":false,"pushed_at":"2021-11-14T18:08:21.000Z","size":453,"stargazers_count":43,"open_issues_count":5,"forks_count":18,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-08-04T05:05:01.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.funky-monkey.nl/blog/?p=675","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/funky-monkey.png","metadata":{"files":{"readme":"README.TXT","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md.","support":null}},"created_at":"2010-11-11T12:17:54.000Z","updated_at":"2022-09-13T12:11:43.000Z","dependencies_parsed_at":"2022-08-30T19:22:34.547Z","dependency_job_id":null,"html_url":"https://github.com/funky-monkey/Android-Native-Device-Info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funky-monkey%2FAndroid-Native-Device-Info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funky-monkey%2FAndroid-Native-Device-Info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funky-monkey%2FAndroid-Native-Device-Info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/funky-monkey%2FAndroid-Native-Device-Info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/funky-monkey","download_url":"https://codeload.github.com/funky-monkey/Android-Native-Device-Info/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224811244,"owners_count":17373933,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:16.966Z","updated_at":"2024-11-15T16:32:00.997Z","avatar_url":"https://github.com/funky-monkey.png","language":"ActionScript","readme":"Explanation:\nAndroid Native Device Info:\nGrab native device info like OS, Model, Brand, SDK Version and CPU. These AS3 classes uses Adobe AIR for Android to grab an Android system file named /system/build.prop, parse it and store its values in an nice value object for you to use. This parsed information is mainly used for analytics.\n\nUsage:\nvar deviceInfo : NativeDeviceInfo = new NativeDeviceInfo();\ndeviceInfo.addEventListener(NativeDeviceInfoEvent.PROPERTIES_PARSED, handleDevicePropertiesParsed);\ndeviceInfo.setDebug(false);\ndeviceInfo.parse();\n \nprivate function handleDevicePropertiesParsed(event : NativeDeviceInfoEvent) : void {\n\tNativeDeviceInfo(event.target).removeEventListener(NativeDeviceInfoEvent.PROPERTIES_PARSED, handleDevicePropertiesParsed);\n\t\t\t\n\n\ttrace(NativeDeviceProperties.OS_NAME.label + \" - \" + NativeDeviceProperties.OS_NAME.value);\n\ttrace(NativeDeviceProperties.OS_VERSION.label + \" - \" + NativeDeviceProperties.OS_VERSION.value);\n\ttrace(NativeDeviceProperties.OS_BUILD.label + \" - \" + NativeDeviceProperties.OS_BUILD.value);\n\ttrace(NativeDeviceProperties.OS_SDK_VERSION.label + \" - \" + NativeDeviceProperties.OS_SDK_VERSION.value);\n\ttrace(NativeDeviceProperties.OS_SDK_DESCRIPTION.label + \" - \" + NativeDeviceProperties.OS_SDK_DESCRIPTION.value);\n\ttrace(NativeDeviceProperties.PRODUCT_MODEL.label + \" - \" + NativeDeviceProperties.PRODUCT_MODEL.value);\n\ttrace(NativeDeviceProperties.PRODUCT_BRAND.label + \" - \" + NativeDeviceProperties.PRODUCT_BRAND.value);\n\ttrace(NativeDeviceProperties.PRODUCT_NAME.label + \" - \" + NativeDeviceProperties.PRODUCT_NAME.value);\n\ttrace(NativeDeviceProperties.PRODUCT_VERSION.label + \" - \" + NativeDeviceProperties.PRODUCT_VERSION.value);\n\ttrace(NativeDeviceProperties.PRODUCT_BOARD.label + \" - \" + NativeDeviceProperties.PRODUCT_BOARD.value);\n\ttrace(NativeDeviceProperties.PRODUCT_CPU.label + \" - \" + NativeDeviceProperties.PRODUCT_CPU.value);\n\ttrace(NativeDeviceProperties.PRODUCT_MANUFACTURER.label + \" - \" + NativeDeviceProperties.PRODUCT_MANUFACTURER.value);\n\ttrace(NativeDeviceProperties.OPENGLES_VERSION.label + \" - \" + NativeDeviceProperties.OPENGLES_VERSION.value);\n\ttrace(NativeDeviceProperties.LCD_DENSITY.label + \" - \" + NativeDeviceProperties.LCD_DENSITY.value);\n\ttrace(NativeDeviceProperties.DALVIK_HEAPSIZE.label + \" - \" + NativeDeviceProperties.DALVIK_HEAPSIZE.value);\n}\n\n\nFor more information on the use of this Class, take a look at: http://www.funky-monkey.nl/blog/?p=675\n\nAuthor:\nSidney de Koning, 10-11-2010\nsidney@funky-monkey.nl","funding_links":[],"categories":["API"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunky-monkey%2FAndroid-Native-Device-Info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffunky-monkey%2FAndroid-Native-Device-Info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffunky-monkey%2FAndroid-Native-Device-Info/lists"}