From 24aefebb0e38c0a559c1a063d1e48a4dcbdf60d0 Mon Sep 17 00:00:00 2001 From: Albert Vaca Date: Sat, 14 Jun 2014 19:08:25 +0200 Subject: [PATCH] Added more device names --- .../kde/kdeconnect/Helpers/DeviceHelper.java | 58 +++++++++++++++++-- 1 file changed, 53 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java b/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java index 9c5b4dda..e102b87e 100644 --- a/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java +++ b/src/main/java/org/kde/kdeconnect/Helpers/DeviceHelper.java @@ -24,6 +24,8 @@ public class DeviceHelper { humanReadableNames.put("C5155","Kyocera Rise"); humanReadableNames.put("C5170","Kyocera Hydro"); humanReadableNames.put("C6603","Sony Xperia Z"); + humanReadableNames.put("C6606","Sony Xperia Z"); + humanReadableNames.put("C6903","Sony Xperia Z1"); humanReadableNames.put("Desire_HD","HTC Desire HD"); humanReadableNames.put("DROID2_GLOBAL","Motorola Droid 2 Global"); humanReadableNames.put("DROID2","Motorola Droid 2"); @@ -40,34 +42,45 @@ public class DeviceHelper { humanReadableNames.put("Galaxy_Nexus","Samsung Galaxy Nexus"); humanReadableNames.put("google_sdk","Android Emulator"); humanReadableNames.put("GT-I8160","Samsung Galaxy Ace 2"); + humanReadableNames.put("GT-I8190N","Samsung Galaxy S III Mini"); humanReadableNames.put("GT-I8190","Samsung Galaxy S III Mini"); humanReadableNames.put("GT-I9000","Samsung Galaxy S"); humanReadableNames.put("GT-I9001","Samsung Galaxy S Plus"); + humanReadableNames.put("GT-I9070","Samsung Galaxy S Advance"); + humanReadableNames.put("GT-I9082","Samsung Galaxy Grand"); humanReadableNames.put("GT-I9100M","Samsung Galaxy S II"); humanReadableNames.put("GT-I9100P","Samsung Galaxy S II"); humanReadableNames.put("GT-I9100","Samsung Galaxy S II"); humanReadableNames.put("GT-I9100T","Samsung Galaxy S II"); + humanReadableNames.put("GT-I9195","Samsung Galaxy S4 Mini"); humanReadableNames.put("GT-I9300","Samsung Galaxy S III"); humanReadableNames.put("GT-I9300T","Samsung Galaxy S III"); humanReadableNames.put("GT-I9305","Samsung Galaxy S III"); - humanReadableNames.put("GT-I9505","Samsung Galaxy S 4"); + humanReadableNames.put("GT-I9305T","Samsung Galaxy S III"); + humanReadableNames.put("GT-I9500","Samsung Galaxy S4"); + humanReadableNames.put("GT-I9505","Samsung Galaxy S4"); + humanReadableNames.put("GT-N5110","Samsung Galaxy Note 8.0"); humanReadableNames.put("GT-N7000","Samsung Galaxy Note"); humanReadableNames.put("GT-N7100","Samsung Galaxy Note II"); humanReadableNames.put("GT-N7105","Samsung Galaxy Note II"); humanReadableNames.put("GT-N8013","Samsung Galaxy Note 10.1"); humanReadableNames.put("GT-P3113","Samsung Galaxy Tab 2 7.0"); humanReadableNames.put("GT-P5113","Samsnung Galaxy Tab 2 10.1"); + humanReadableNames.put("GT-P5210","Samsung Galaxy Tab 3 10.1"); humanReadableNames.put("GT-P7510","Samsung Galaxy Tab 10.1"); humanReadableNames.put("GT-S5360","Samsung Galaxy Y"); humanReadableNames.put("GT-S5570","Samsung Galaxy Mini"); humanReadableNames.put("GT-S5830i","Samsung Galaxy Ace"); humanReadableNames.put("GT-S5830","Samsung Galaxy Ace"); + humanReadableNames.put("GT-S7562","Samsung Galaxy S Duos"); humanReadableNames.put("HTC6435LVW","HTC Droid DNA"); + humanReadableNames.put("HTC6500LVW","HTC One"); humanReadableNames.put("HTC_Desire_HD_A9191","HTC Desire HD"); humanReadableNames.put("HTCEVODesign4G","HTC Evo Design 4G"); humanReadableNames.put("HTCEVOV4G","HTC Evo V 4G"); humanReadableNames.put("HTCONE","HTC One"); humanReadableNames.put("HTC_PH39100","HTC Vivid 4G"); + humanReadableNames.put("HTC_PN071","HTC One"); humanReadableNames.put("HTC_Sensation_Z710e","HTC Sensation"); humanReadableNames.put("HTC_VLE_U","HTC One S"); humanReadableNames.put("KFJWA","Kindle Fire HD 8.9"); @@ -75,9 +88,17 @@ public class DeviceHelper { humanReadableNames.put("KFOT","Kindle Fire"); humanReadableNames.put("KFTT","Kindle Fire HD 7"); humanReadableNames.put("LG-C800","LG myTouch Q"); + humanReadableNames.put("LG-D800","LG G2"); + humanReadableNames.put("LG-D801","LG G2"); + humanReadableNames.put("LG-D802","LG G2"); humanReadableNames.put("LG-E739","LG MyTouch e739"); + humanReadableNames.put("LG-E970","LG Optimus G"); + humanReadableNames.put("LG-E980","LG Optimus G Pro"); humanReadableNames.put("LGL55C","LG LGL55C"); + humanReadableNames.put("LG-LS840","LG Viper"); humanReadableNames.put("LG-LS970","LG Optimus G"); + humanReadableNames.put("LG-LS980","LG G2"); + humanReadableNames.put("LGMS769","LG Optimus L9"); humanReadableNames.put("LG-MS770","LG Motion 4G"); humanReadableNames.put("LG-MS910","LG Esteem"); humanReadableNames.put("LG-P509","LG Optimus T"); @@ -95,6 +116,7 @@ public class DeviceHelper { humanReadableNames.put("N860","ZTE Warp N860"); humanReadableNames.put("Nexus_10","Google Nexus 10"); humanReadableNames.put("Nexus_4","Google Nexus 4"); + humanReadableNames.put("Nexus_5","Google Nexus 5"); humanReadableNames.put("Nexus_7","Asus Nexus 7"); humanReadableNames.put("Nexus_S_4G","Samsung Nexus S 4G"); humanReadableNames.put("Nexus_S","Samsung Nexus S"); @@ -104,7 +126,8 @@ public class DeviceHelper { humanReadableNames.put("PG86100","HTC Evo 3D"); humanReadableNames.put("PH44100","HTC Evo Design 4G"); humanReadableNames.put("SAMSUNG-SGH-I317","Samsung Galaxy Note II"); - humanReadableNames.put("SAMSUNG-SGH-I337","Samsung Galaxy S 4"); + humanReadableNames.put("SAMSUNG-SGH-I337","Samsung Galaxy S4"); + humanReadableNames.put("SAMSUNG-SGH-I537","Samsung Galaxy S4 Active"); humanReadableNames.put("SAMSUNG-SGH-I717","Samsung Galaxy Note"); humanReadableNames.put("SAMSUNG-SGH-I727","Samsung Skyrocket"); humanReadableNames.put("SAMSUNG-SGH-I747","Samsung Galaxy S III"); @@ -112,22 +135,27 @@ public class DeviceHelper { humanReadableNames.put("SAMSUNG-SGH-I897","Samsung Captivate"); humanReadableNames.put("SAMSUNG-SGH-I927","Samsung Captivate Glide"); humanReadableNames.put("SAMSUNG-SGH-I997","Samsung Infuse 4G"); + humanReadableNames.put("SAMSUNG-SM-N900A","Samsung Galaxy Note 3"); humanReadableNames.put("SCH-I200","Samsung Galaxy Stellar"); humanReadableNames.put("SCH-I405","Samsung Stratosphere"); + humanReadableNames.put("SCH-I415","Samsung Galaxy Stratosphere II"); humanReadableNames.put("SCH-I500","Samsung Fascinate"); humanReadableNames.put("SCH-I510","Samsung Droid Charge"); humanReadableNames.put("SCH-I535","Samsung Galaxy S III"); - humanReadableNames.put("SCH-I545","Samsung Galaxy S 4"); + humanReadableNames.put("SCH-I545","Samsung Galaxy S4"); humanReadableNames.put("SCH-I605","Samsung Galaxy Note II"); humanReadableNames.put("SCH-I800","Samsung Galaxy Tab 7.0"); humanReadableNames.put("SCH-R530M","Samsung Galaxy S III"); humanReadableNames.put("SCH-R530U","Samsung Galaxy S III"); humanReadableNames.put("SCH-R720","Samsung Admire"); humanReadableNames.put("SCH-S720C","Samsung Proclaim"); + humanReadableNames.put("SCH-S738C","Samsung Galaxy Centura"); humanReadableNames.put("SGH-I317M","Samsung Galaxy Note II"); + humanReadableNames.put("SGH-I337M","Samsung Galaxy S4"); humanReadableNames.put("SGH-I727R","Samsung Galaxy S II"); humanReadableNames.put("SGH-I747M","Samsung Galaxy S III"); - humanReadableNames.put("SGH-M919","Samsung Galaxy S 4"); + humanReadableNames.put("SGH-M919","Samsung Galaxy S4"); + humanReadableNames.put("SGH-T599N","Samsung Galaxy Exhibit"); humanReadableNames.put("SGH-T679","Samsung Exhibit II"); humanReadableNames.put("SGH-T769","Samsung Galaxy S Blaze"); humanReadableNames.put("SGH-T889","Samsung Galaxy Note II"); @@ -135,24 +163,44 @@ public class DeviceHelper { humanReadableNames.put("SGH-T959V","Samsung Galaxy S 4G"); humanReadableNames.put("SGH-T989D","Samsung Galaxy S II"); humanReadableNames.put("SGH-T989","Samsung Galaxy S II"); + humanReadableNames.put("SGH-T999L","Samsung Galaxy S III"); humanReadableNames.put("SGH-T999","Samsung Galaxy S III"); + humanReadableNames.put("SGH-T999V","Samsung Galaxy S III"); + humanReadableNames.put("SHV-E210S","Samsung Galaxy S III"); + humanReadableNames.put("SM-N9005","Samsung Galaxy Note 3"); + humanReadableNames.put("SM-N900P","Samsung Galaxy Note 3"); + humanReadableNames.put("SM-N900T","Samsung Galaxy Note 3"); + humanReadableNames.put("SM-N900V","Samsung Galaxy Note 3"); + humanReadableNames.put("SM-N900W8","Samsung Galaxy Note 3"); + humanReadableNames.put("SM-T210R","Samsung Galaxy Tab 3 7.0"); + humanReadableNames.put("SM-T310","Samsung Galaxy Tab 3 8.0"); humanReadableNames.put("SPH-D600","Samsung Conquer 4G"); humanReadableNames.put("SPH-D700","Samsung Epic 4G"); humanReadableNames.put("SPH-D710BST","Samsung Galaxy S II"); humanReadableNames.put("SPH-D710","Samsung Epic"); humanReadableNames.put("SPH-D710VMUB","Samsung Galaxy S II"); + humanReadableNames.put("SPH-L300","Samsung Galaxy Victory"); humanReadableNames.put("SPH-L710","Samsung Galaxy S III"); - humanReadableNames.put("SPH-L720","Samsung Galaxy S 4"); + humanReadableNames.put("SPH-L720","Samsung Galaxy S4"); humanReadableNames.put("SPH-L900","Samsung Galaxy Note II"); humanReadableNames.put("SPH-M820-BST","Samsung Galaxy Prevail"); + humanReadableNames.put("SPH-M830","Samsung Galaxy Rush"); humanReadableNames.put("SPH-M930BST","Samsung Transform Ultra"); + humanReadableNames.put("ST25i","Sony Xperia U"); humanReadableNames.put("Transformer_Prime_TF201","Asus Eee Pad Transformer Prime"); humanReadableNames.put("Transformer_TF101","Asus Eee Pad Transformer"); humanReadableNames.put("VM670","LG Optimus V"); humanReadableNames.put("VS840_4G","LG Lucid 4G"); humanReadableNames.put("VS910_4G","LG Revolution 4G"); humanReadableNames.put("VS920_4G","LG Spectrum 4G"); + humanReadableNames.put("VS980_4G","LG G2"); humanReadableNames.put("Xoom","Motorola Xoom"); + humanReadableNames.put("XT1030","Motorola Droid Mini"); + humanReadableNames.put("XT1032","Motorola Moto G"); + humanReadableNames.put("XT1058","Motorola Moto X"); + humanReadableNames.put("XT1060","Motorola Moto X"); + humanReadableNames.put("XT1080","Motorola Droid Ultra"); + humanReadableNames.put("XT897","Motorola Photo Q"); humanReadableNames.put("XT907","Motorola Droid Razr M"); }