# jaredrummler/AndroidDeviceNames

A small Android library to get the market name of an Android device.

Repository: https://github.com/jaredrummler/AndroidDeviceNames
Canonical: https://ross.abutalabs.com/products/androiddevicenames
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android-device, device-detection, android, android-library
Last push: 2022-12-06T15:29:43+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3992, "days_push": 1366, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1406, forks 181 (observed 2026-08-28T04:04:38.362648+00:00)

## What it is
A small Android library that maps a device's Build.MODEL codename to its consumer-friendly market name, backed by a database of over 27,000 devices based on Google's maintained list. It is distributed via Maven Central as a lightweight AAR with a simple Java API.

## Use cases
- get the market name of the current Android device
- resolve Build.MODEL like SM-G930F to Samsung Galaxy S7
- look up a device name from its codename
- show a friendly device name in app analytics or support screens
- get manufacturer, model, and codename info for a device

## When to choose
- you need consumer-friendly device names on Android without shipping your own mapping database
- you want a tiny, dependency-free Java library that works on API 7+
- you need offline lookup for the top devices with fallback to Build.MODEL

## When to avoid
- you need device detection beyond names, such as hardware specs or capabilities
- you target platforms other than Android
- you need a library with frequent updates or Kotlin-first APIs

## Facets
- artifact type: library
- maturity: maintenance
- function: sdk, developer-tools
- domain: mobile-development, android-tools, developer-tools
- platform: jvm
- tags: android-library, device-names, build-model, device-detection, java, android, mobile

## Member repositories
- jaredrummler/AndroidDeviceNames (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.362648+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:42.278435+00:00, confidence not recorded.
  - readme: https://github.com/jaredrummler/AndroidDeviceNames (fetched 2026-08-28T04:04:38.362648+00:00, sha cdb16d44ac14)
- Data as of 2026-08-30T08:39:29.467469+00:00.
