AndroidDeviceNames icon indicating copy to clipboard operation
AndroidDeviceNames copied to clipboard

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

Results 34 AndroidDeviceNames issues
Sort by recently updated
recently updated
newest added

Any way you could put out a new version with an updated list of device names in your database? thank you!

Hi, for my Huawei Mate 20 X model EVR-AL00 getDeviceName return HUAWEI Mate 20 X (5G) which is wrong. I made code inspection with following results: - in database is...

DB contains value Emualtor instead of Emulator

Hello, We use https://github.com/cookpad/license-tools-plugin With 2.0.0 everything worked well, but when I update to 2.1.0 and I update the licenses.yml accordingly, I get this error: > Task :app:checkLicenses FAILED >...

Hi - I am on a project at the moment that involves detecting a device - the Samsung Galaxy Tab A7 (SM-T500). I notice this device is in Google's list...

Updating my project to use the new version of this library added ~3mb to my app size. Are there any plans to address that?

Hello we found wrong name of device in your database. The device with model name MAR-LX1R should be HUAWEI P30 LITE not HONOR 20 LITE. Could you please fix it...

My device is a Note 20 Ultra. But it shows as c2s. ![image](https://user-images.githubusercontent.com/24976965/91653151-aec2b000-eabb-11ea-81bd-f99fe6194772.png) Is there a fix for this.?

Hi, we upgraded to 2.0.0. Following exception is thrown: ``` org.json.JSONException: No value for manufacturer at org.json.JSONObject.get(JSONObject.java:399) at org.json.JSONObject.getString(JSONObject.java:560) at com.jaredrummler.android.device.DeviceName$DeviceInfo.(DeviceName.java:374) at com.jaredrummler.android.device.DeviceName$DeviceInfo.(DeviceName.java:347) at com.jaredrummler.android.device.DeviceName.getDeviceInfo(DeviceName.java:186) at com.jaredrummler.android.device.DeviceName.getDeviceName(DeviceName.java:138) ```

the problem is we have multiple devices with the same code name and device name so the condition of " or " does not work and we should use "...