From 863e00981b83366b568b74d93b43deac760c78d5 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Fri, 25 Sep 2026 14:34:47 +0900 Subject: [PATCH 1/4] Correct iPhone W950 Titan II Omnia 7 and Optimus Pad memory --- app/validate.py | 4 ++-- data/smartphone/apple/2007/iphone.json | 3 ++- .../iphone/apple-iphone-aitoolbuzz-789-16gb-16gb-2g.json | 5 +++-- .../iphone/apple-iphone-allphones-2566-16gb-16gb-2g.json | 5 +++-- .../apple/2007/iphone/apple-iphone-beridzeg45-6380-16gb.json | 3 ++- data/smartphone/htc/2012/titan-ii.json | 3 ++- .../htc-titan-ii-aitoolbuzz-3366-16gb-16gb-4g-lte.json | 5 +++-- .../htc-titan-ii-allphones-3076-16gb-16gb-4g-lte.json | 5 +++-- .../htc/2012/titan-ii/htc-titan-ii-beridzeg45-6837-16gb.json | 3 ++- data/smartphone/lg/2011/optimus-pad-v900.json | 5 +++-- data/smartphone/samsung/2010/i8700-omnia-7.json | 3 ++- .../samsung-i8700-omnia-7-aitoolbuzz-10061-16gb-16gb-3g.json | 5 +++-- .../samsung-i8700-omnia-7-allphones-6723-16gb-16gb-3g.json | 5 +++-- .../samsung-i8700-omnia-7-beridzeg45-4276-16gb.json | 3 ++- data/smartphone/sony-ericsson/2006/w950.json | 3 ++- .../w950/sony-ericsson-w950-aitoolbuzz-10995-4gb-4gb-3g.json | 5 +++-- 16 files changed, 40 insertions(+), 25 deletions(-) diff --git a/app/validate.py b/app/validate.py index 67b04394f2670..99200d3f03756 100644 --- a/app/validate.py +++ b/app/validate.py @@ -325,9 +325,9 @@ def validate() -> list[str]: _check_slug(fname, rec.get("slug"), errors) if "release_date" in rec: _check_date(fname, rec["release_date"], errors) - _check_range(fname, "ram_gb", rec.get("ram_gb"), 1, 64, errors) + _check_range(fname, "ram_gb", rec.get("ram_gb"), 0.016, 64, errors) _check_range(fname, "battery_mah", rec.get("battery_mah"), 500, 12000, errors) - _check_range(fname, "weight_g", rec.get("weight_g"), 50, 500, errors) + _check_range(fname, "weight_g", rec.get("weight_g"), 50, 1500, errors) if "msrp_usd" in rec: _check_range(fname, "msrp_usd", rec["msrp_usd"], 50, 5000, errors) if rec.get("brand") not in brand_slugs: diff --git a/data/smartphone/apple/2007/iphone.json b/data/smartphone/apple/2007/iphone.json index a68b656668221..3360d8ddac99a 100644 --- a/data/smartphone/apple/2007/iphone.json +++ b/data/smartphone/apple/2007/iphone.json @@ -5,12 +5,13 @@ "brand": "apple", "soc": "412-mhz-arm-11", "release_date": "2007-01-01", - "ram_gb": 16, + "ram_gb": 0.125, "battery_mah": 1500, "weight_g": 135.0, "os": "iOS", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/IPhone_(1st_generation)", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/apple/2007/iphone/apple-iphone-aitoolbuzz-789-16gb-16gb-2g.json b/data/smartphone/apple/2007/iphone/apple-iphone-aitoolbuzz-789-16gb-16gb-2g.json index a93663937eae0..1a7bdd240a793 100644 --- a/data/smartphone/apple/2007/iphone/apple-iphone-aitoolbuzz-789-16gb-16gb-2g.json +++ b/data/smartphone/apple/2007/iphone/apple-iphone-aitoolbuzz-789-16gb-16gb-2g.json @@ -4,12 +4,13 @@ "name": "Apple iPhone", "brand": "apple", "release_date": "2007-01-01", - "ram_gb": 16, + "ram_gb": 0.125, "battery_mah": 1400, "weight_g": 135.0, "os": "iOS, up to iOS 3.1.3", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/IPhone_(1st_generation)", "https://aitoolbuzz.com/mobiles/apple-iphone" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:789", "memory": { - "ram_gb": 16, + "ram_gb": 0.125, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/apple/2007/iphone/apple-iphone-allphones-2566-16gb-16gb-2g.json b/data/smartphone/apple/2007/iphone/apple-iphone-allphones-2566-16gb-16gb-2g.json index f71fb60896eec..c99ab25c0b44a 100644 --- a/data/smartphone/apple/2007/iphone/apple-iphone-allphones-2566-16gb-16gb-2g.json +++ b/data/smartphone/apple/2007/iphone/apple-iphone-allphones-2566-16gb-16gb-2g.json @@ -4,12 +4,13 @@ "name": "Apple iPhone", "brand": "apple", "release_date": "2007-01-01", - "ram_gb": 16, + "ram_gb": 0.125, "battery_mah": 1400, "weight_g": 135.0, "os": "iOS, upgradable to iOS 3.1.3", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/IPhone_(1st_generation)", "https://www.kaggle.com/datasets/madajaswanth/phone-dataset-8461-phones" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "madajaswanth/phone-dataset-8461-phones", "source_key": "madajaswanth/phone-dataset-8461-phones:2566", "memory": { - "ram_gb": 16, + "ram_gb": 0.125, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/apple/2007/iphone/apple-iphone-beridzeg45-6380-16gb.json b/data/smartphone/apple/2007/iphone/apple-iphone-beridzeg45-6380-16gb.json index 5ecdd600e7459..2935d8cebb539 100644 --- a/data/smartphone/apple/2007/iphone/apple-iphone-beridzeg45-6380-16gb.json +++ b/data/smartphone/apple/2007/iphone/apple-iphone-beridzeg45-6380-16gb.json @@ -4,12 +4,13 @@ "name": "Apple iPhone", "brand": "apple", "release_date": "2007-01-01", - "ram_gb": 16, + "ram_gb": 0.125, "battery_mah": 1400, "weight_g": 135.0, "os": "iOS", "verified": true, "source_urls": [ + "https://en.wikipedia.org/wiki/IPhone_(1st_generation)", "https://www.gsmarena.com/apple_iphone-1827.php" ], "variant": { diff --git a/data/smartphone/htc/2012/titan-ii.json b/data/smartphone/htc/2012/titan-ii.json index de84456431cad..5ddb464a11ff4 100644 --- a/data/smartphone/htc/2012/titan-ii.json +++ b/data/smartphone/htc/2012/titan-ii.json @@ -5,12 +5,13 @@ "brand": "htc", "soc": "qualcomm-snapdragon-s2", "release_date": "2012-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1730, "weight_g": 147.0, "os": "Windows Mobile", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/HTC_Titan_II", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/htc/2012/titan-ii/htc-titan-ii-aitoolbuzz-3366-16gb-16gb-4g-lte.json b/data/smartphone/htc/2012/titan-ii/htc-titan-ii-aitoolbuzz-3366-16gb-16gb-4g-lte.json index 6ddc67f83858d..0078080b0ca87 100644 --- a/data/smartphone/htc/2012/titan-ii/htc-titan-ii-aitoolbuzz-3366-16gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/titan-ii/htc-titan-ii-aitoolbuzz-3366-16gb-16gb-4g-lte.json @@ -4,12 +4,13 @@ "name": "HTC Titan II", "brand": "htc", "release_date": "2012-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1730, "weight_g": 147.0, "os": "Microsoft Windows Phone 7.5 Mango", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/HTC_Titan_II", "https://aitoolbuzz.com/mobiles/htc-titan-ii" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:3366", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/htc/2012/titan-ii/htc-titan-ii-allphones-3076-16gb-16gb-4g-lte.json b/data/smartphone/htc/2012/titan-ii/htc-titan-ii-allphones-3076-16gb-16gb-4g-lte.json index 50d6d04bb5b64..52635efe94897 100644 --- a/data/smartphone/htc/2012/titan-ii/htc-titan-ii-allphones-3076-16gb-16gb-4g-lte.json +++ b/data/smartphone/htc/2012/titan-ii/htc-titan-ii-allphones-3076-16gb-16gb-4g-lte.json @@ -4,12 +4,13 @@ "name": "HTC Titan II", "brand": "htc", "release_date": "2012-04-08", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1730, "weight_g": 147.0, "os": "Microsoft Windows Phone 7.5 Mango", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/HTC_Titan_II", "https://www.kaggle.com/datasets/madajaswanth/phone-dataset-8461-phones" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "madajaswanth/phone-dataset-8461-phones", "source_key": "madajaswanth/phone-dataset-8461-phones:3076", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/htc/2012/titan-ii/htc-titan-ii-beridzeg45-6837-16gb.json b/data/smartphone/htc/2012/titan-ii/htc-titan-ii-beridzeg45-6837-16gb.json index 63d5438b11cdc..e68a089cd382b 100644 --- a/data/smartphone/htc/2012/titan-ii/htc-titan-ii-beridzeg45-6837-16gb.json +++ b/data/smartphone/htc/2012/titan-ii/htc-titan-ii-beridzeg45-6837-16gb.json @@ -4,12 +4,13 @@ "name": "HTC Titan II", "brand": "htc", "release_date": "2012-04-08", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1730, "weight_g": 147.0, "os": "Windows Mobile", "verified": true, "source_urls": [ + "https://en.wikipedia.org/wiki/HTC_Titan_II", "https://www.gsmarena.com/htc_titan_ii-4411.php" ], "variant": { diff --git a/data/smartphone/lg/2011/optimus-pad-v900.json b/data/smartphone/lg/2011/optimus-pad-v900.json index 11bed9efdf9aa..febc627ba4446 100644 --- a/data/smartphone/lg/2011/optimus-pad-v900.json +++ b/data/smartphone/lg/2011/optimus-pad-v900.json @@ -5,12 +5,13 @@ "brand": "lg", "soc": "nvidia-tegra-2-t20", "release_date": "2011-01-01", - "ram_gb": 32, + "ram_gb": 1, "battery_mah": 6400, - "weight_g": 150.0, + "weight_g": 630.0, "os": "Android", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/LG_Optimus_Pad", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/samsung/2010/i8700-omnia-7.json b/data/smartphone/samsung/2010/i8700-omnia-7.json index cd4b574a4e3a2..806dbf5800f1c 100644 --- a/data/smartphone/samsung/2010/i8700-omnia-7.json +++ b/data/smartphone/samsung/2010/i8700-omnia-7.json @@ -5,12 +5,13 @@ "brand": "samsung", "soc": "qualcomm-qsd8250-snapdragon-s1", "release_date": "2010-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 138.2, "os": "Windows Mobile", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Omnia_7", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-aitoolbuzz-10061-16gb-16gb-3g.json b/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-aitoolbuzz-10061-16gb-16gb-3g.json index a8f2bfa4ae1ad..5d98ca107a5eb 100644 --- a/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-aitoolbuzz-10061-16gb-16gb-3g.json +++ b/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-aitoolbuzz-10061-16gb-16gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung I8700 Omnia 7", "brand": "samsung", "release_date": "2010-10-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 138.2, "os": "Microsoft Windows Phone 7", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Omnia_7", "https://aitoolbuzz.com/mobiles/samsung-i8700-omnia-7" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:10061", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-allphones-6723-16gb-16gb-3g.json b/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-allphones-6723-16gb-16gb-3g.json index f8649104c62c0..087132f4958fe 100644 --- a/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-allphones-6723-16gb-16gb-3g.json +++ b/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-allphones-6723-16gb-16gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung I8700 Omnia 7", "brand": "samsung", "release_date": "2010-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 138.2, "os": "Microsoft Windows Phone 7", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Omnia_7", "https://www.kaggle.com/datasets/madajaswanth/phone-dataset-8461-phones" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "madajaswanth/phone-dataset-8461-phones", "source_key": "madajaswanth/phone-dataset-8461-phones:6723", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-beridzeg45-4276-16gb.json b/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-beridzeg45-4276-16gb.json index be40afb811b31..60e2e0106c097 100644 --- a/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-beridzeg45-4276-16gb.json +++ b/data/smartphone/samsung/2010/i8700-omnia-7/samsung-i8700-omnia-7-beridzeg45-4276-16gb.json @@ -4,12 +4,13 @@ "name": "Samsung I8700 Omnia 7", "brand": "samsung", "release_date": "2010-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 138.2, "os": "Windows Mobile", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Omnia_7", "https://www.gsmarena.com/samsung_i8700_omnia_7-3537.php" ], "variant": { diff --git a/data/smartphone/sony-ericsson/2006/w950.json b/data/smartphone/sony-ericsson/2006/w950.json index 5ff34c187a325..826ef3260c33e 100644 --- a/data/smartphone/sony-ericsson/2006/w950.json +++ b/data/smartphone/sony-ericsson/2006/w950.json @@ -5,12 +5,13 @@ "brand": "sony-ericsson", "soc": "32-bit-philips-nexperia-pnx4008-208-mhz", "release_date": "2006-01-01", - "ram_gb": 4, + "ram_gb": 0.0625, "battery_mah": 900, "weight_g": 112.0, "os": "Symbian", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Sony_Ericsson_W950", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/sony-ericsson/2006/w950/sony-ericsson-w950-aitoolbuzz-10995-4gb-4gb-3g.json b/data/smartphone/sony-ericsson/2006/w950/sony-ericsson-w950-aitoolbuzz-10995-4gb-4gb-3g.json index 910add27a11ec..cb7956ea4f4a9 100644 --- a/data/smartphone/sony-ericsson/2006/w950/sony-ericsson-w950-aitoolbuzz-10995-4gb-4gb-3g.json +++ b/data/smartphone/sony-ericsson/2006/w950/sony-ericsson-w950-aitoolbuzz-10995-4gb-4gb-3g.json @@ -4,12 +4,13 @@ "name": "Sony Ericsson W950", "brand": "sony-ericsson", "release_date": "2006-02-01", - "ram_gb": 4, + "ram_gb": 0.0625, "battery_mah": 900, "weight_g": 112.0, "os": "Symbian 9.1, UIQ 3.0", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Sony_Ericsson_W950", "https://aitoolbuzz.com/mobiles/sony-ericsson-w950" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:10995", "memory": { - "ram_gb": 4, + "ram_gb": 0.0625, "storage_gb": 4 }, "network": { From 526399fce6fbda965d0f4740a1547532dfa48ac6 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Fri, 25 Sep 2026 14:34:54 +0900 Subject: [PATCH 2/4] Correct Nexus S Infuse 4G and Galaxy Tab 10.1v RAM --- data/smartphone/samsung/2011/google-nexus-s-i9023.json | 3 ++- ...g-google-nexus-s-i9023-aitoolbuzz-10005-16gb-16gb-3g.json | 5 +++-- ...ung-google-nexus-s-i9023-allphones-6716-16gb-16gb-3g.json | 5 +++-- .../samsung-google-nexus-s-i9023-beridzeg45-3535-16gb.json | 3 ++- data/smartphone/samsung/2011/i997-infuse-4g.json | 3 ++- ...samsung-i997-infuse-4g-aitoolbuzz-10090-16gb-16gb-3g.json | 5 +++-- .../samsung-i997-infuse-4g-allphones-7349-16gb-16gb-3g.json | 5 +++-- .../samsung-i997-infuse-4g-beridzeg45-671-16gb.json | 3 ++- data/smartphone/samsung/2011/p7100-galaxy-tab-10-1v.json | 3 ++- .../2011/p7100-galaxy-tab-10-1v/p7100-galaxy-tab-10-1v.json | 5 +++-- ...p7100-galaxy-tab-10-1v-aitoolbuzz-10195-32gb-32gb-3g.json | 5 +++-- ...g-p7100-galaxy-tab-10-1v-allphones-7364-32gb-32gb-3g.json | 5 +++-- 12 files changed, 31 insertions(+), 19 deletions(-) diff --git a/data/smartphone/samsung/2011/google-nexus-s-i9023.json b/data/smartphone/samsung/2011/google-nexus-s-i9023.json index 5870e324daa06..9a483200709fc 100644 --- a/data/smartphone/samsung/2011/google-nexus-s-i9023.json +++ b/data/smartphone/samsung/2011/google-nexus-s-i9023.json @@ -5,12 +5,13 @@ "brand": "samsung", "soc": "hummingbird", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 129.0, "os": "Android", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Nexus_S", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-aitoolbuzz-10005-16gb-16gb-3g.json b/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-aitoolbuzz-10005-16gb-16gb-3g.json index e4b4996f1b24b..4eac8567b707e 100644 --- a/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-aitoolbuzz-10005-16gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-aitoolbuzz-10005-16gb-16gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung Google Nexus S I9023", "brand": "samsung", "release_date": "2011-03-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 129.0, "os": "Android 2.3, up to 4.1.1", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Nexus_S", "https://aitoolbuzz.com/mobiles/samsung-google-nexus-s-i9023" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:10005", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-allphones-6716-16gb-16gb-3g.json b/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-allphones-6716-16gb-16gb-3g.json index c5ad06b041c99..788c7a45034d0 100644 --- a/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-allphones-6716-16gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-allphones-6716-16gb-16gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung Google Nexus S I9023", "brand": "samsung", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 129.0, "os": "Android 2.3 (Gingerbread), upgradable to 4.1.1 (Jelly Bean)", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Nexus_S", "https://www.kaggle.com/datasets/madajaswanth/phone-dataset-8461-phones" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "madajaswanth/phone-dataset-8461-phones", "source_key": "madajaswanth/phone-dataset-8461-phones:6716", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-beridzeg45-3535-16gb.json b/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-beridzeg45-3535-16gb.json index 1e30cbfed67b7..5516ab31f2abf 100644 --- a/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-beridzeg45-3535-16gb.json +++ b/data/smartphone/samsung/2011/google-nexus-s-i9023/samsung-google-nexus-s-i9023-beridzeg45-3535-16gb.json @@ -4,12 +4,13 @@ "name": "Samsung Google Nexus S I9023", "brand": "samsung", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1500, "weight_g": 129.0, "os": "Android", "verified": true, "source_urls": [ + "https://en.wikipedia.org/wiki/Nexus_S", "https://www.gsmarena.com/samsung_google_nexus_s_i9023-3910.php" ], "variant": { diff --git a/data/smartphone/samsung/2011/i997-infuse-4g.json b/data/smartphone/samsung/2011/i997-infuse-4g.json index 7f573b2ed0471..fe76be999accb 100644 --- a/data/smartphone/samsung/2011/i997-infuse-4g.json +++ b/data/smartphone/samsung/2011/i997-infuse-4g.json @@ -5,12 +5,13 @@ "brand": "samsung", "soc": "1-2-ghz-cortex-a8", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1750, "weight_g": 139.0, "os": "Android", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Infuse_4G", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-aitoolbuzz-10090-16gb-16gb-3g.json b/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-aitoolbuzz-10090-16gb-16gb-3g.json index ab400e126ea4e..50c23fa7596f0 100644 --- a/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-aitoolbuzz-10090-16gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-aitoolbuzz-10090-16gb-16gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung I997 Infuse 4G", "brand": "samsung", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1750, "weight_g": 139.0, "os": "Android 2.2, up to 2.3", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Infuse_4G", "https://aitoolbuzz.com/mobiles/samsung-i997-infuse-4g" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:10090", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-allphones-7349-16gb-16gb-3g.json b/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-allphones-7349-16gb-16gb-3g.json index bb478bbcf393f..83bb1a7ca1080 100644 --- a/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-allphones-7349-16gb-16gb-3g.json +++ b/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-allphones-7349-16gb-16gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung I997 Infuse 4G", "brand": "samsung", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1750, "weight_g": 139.0, "os": "Android 2.2 (Froyo), upgradable to 2.3 (Gingerbread)", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Infuse_4G", "https://www.kaggle.com/datasets/madajaswanth/phone-dataset-8461-phones" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "madajaswanth/phone-dataset-8461-phones", "source_key": "madajaswanth/phone-dataset-8461-phones:7349", "memory": { - "ram_gb": 16, + "ram_gb": 0.5, "storage_gb": 16 }, "network": { diff --git a/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-beridzeg45-671-16gb.json b/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-beridzeg45-671-16gb.json index 64c01d2e275e4..6c37c02eb851c 100644 --- a/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-beridzeg45-671-16gb.json +++ b/data/smartphone/samsung/2011/i997-infuse-4g/samsung-i997-infuse-4g-beridzeg45-671-16gb.json @@ -4,12 +4,13 @@ "name": "Samsung I997 Infuse 4G", "brand": "samsung", "release_date": "2011-01-01", - "ram_gb": 16, + "ram_gb": 0.5, "battery_mah": 1750, "weight_g": 139.0, "os": "Android", "verified": true, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Infuse_4G", "https://www.gsmarena.com/samsung_i997_infuse_4g-3705.php" ], "variant": { diff --git a/data/smartphone/samsung/2011/p7100-galaxy-tab-10-1v.json b/data/smartphone/samsung/2011/p7100-galaxy-tab-10-1v.json index 6be6868423432..45ec221e4013f 100644 --- a/data/smartphone/samsung/2011/p7100-galaxy-tab-10-1v.json +++ b/data/smartphone/samsung/2011/p7100-galaxy-tab-10-1v.json @@ -5,12 +5,13 @@ "brand": "samsung", "soc": "nvidia-tegra-2-t20", "release_date": "2011-01-01", - "ram_gb": 32, + "ram_gb": 1, "battery_mah": 6860, "weight_g": 150.0, "os": "Android", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Galaxy_Tab_10.1", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ diff --git a/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/p7100-galaxy-tab-10-1v.json b/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/p7100-galaxy-tab-10-1v.json index 61f962dbd8b8b..9d3e627beb969 100644 --- a/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/p7100-galaxy-tab-10-1v.json +++ b/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/p7100-galaxy-tab-10-1v.json @@ -4,12 +4,13 @@ "brand": "samsung", "soc": "nvidia-tegra-2-t20", "release_date": "2011-01-01", - "ram_gb": 32, + "ram_gb": 1, "battery_mah": 6860, "weight_g": 150.0, "os": "Android", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Galaxy_Tab_10.1", "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" ], "storage_options_gb": [ @@ -50,7 +51,7 @@ "source_category": "smartphone-reclassified", "source_slug": "p7100-galaxy-tab-10-1v", "memory": { - "ram_gb": 32, + "ram_gb": 1, "storage_gb": 32 }, "model_numbers": [ diff --git a/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-aitoolbuzz-10195-32gb-32gb-3g.json b/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-aitoolbuzz-10195-32gb-32gb-3g.json index 4015a026a19b3..2facb15a2720e 100644 --- a/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-aitoolbuzz-10195-32gb-32gb-3g.json +++ b/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-aitoolbuzz-10195-32gb-32gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung P7100 Galaxy Tab 10.1v", "brand": "samsung", "release_date": "2011-02-01", - "ram_gb": 32, + "ram_gb": 1, "battery_mah": 6860, "weight_g": 589.0, "os": "Android 3.0", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Galaxy_Tab_10.1", "https://aitoolbuzz.com/mobiles/samsung-p7100-galaxy-tab-10-1v" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com", "source_key": "devadigax/awesome-mobiles-database-by-aitoolbuzz-com:10195", "memory": { - "ram_gb": 32, + "ram_gb": 1, "storage_gb": 32 }, "network": { diff --git a/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-allphones-7364-32gb-32gb-3g.json b/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-allphones-7364-32gb-32gb-3g.json index 75234cf14bcc0..eddb86524e9f8 100644 --- a/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-allphones-7364-32gb-32gb-3g.json +++ b/data/tablet/samsung/2011/p7100-galaxy-tab-10-1v/samsung-p7100-galaxy-tab-10-1v-allphones-7364-32gb-32gb-3g.json @@ -4,12 +4,13 @@ "name": "Samsung P7100 Galaxy Tab 10.1v", "brand": "samsung", "release_date": "2011-01-01", - "ram_gb": 32, + "ram_gb": 1, "battery_mah": 6860, "weight_g": 589.0, "os": "Android 3.0 (Honeycomb)", "verified": false, "source_urls": [ + "https://en.wikipedia.org/wiki/Samsung_Galaxy_Tab_10.1", "https://www.kaggle.com/datasets/madajaswanth/phone-dataset-8461-phones" ], "variant": { @@ -17,7 +18,7 @@ "source_dataset": "madajaswanth/phone-dataset-8461-phones", "source_key": "madajaswanth/phone-dataset-8461-phones:7364", "memory": { - "ram_gb": 32, + "ram_gb": 1, "storage_gb": 32 }, "network": { From 29213735426a25e96e92133e9a6616451899dff9 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Fri, 25 Sep 2026 14:34:59 +0900 Subject: [PATCH 3/4] Correct Yoga Tab 3 Pro battery capacity --- .../yoga-tab-3-pro/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte.json | 3 ++- .../yoga-tab-3-pro/lenovo-yoga-tab-3-pro-scrapegsma-4795.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte.json b/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte.json index 8ba04d72517ef..687b27766c457 100644 --- a/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte.json +++ b/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-4gb-64gb-4g-lte.json @@ -4,11 +4,12 @@ "brand": "lenovo", "release_date": "2015-12-01", "ram_gb": 4.0, - "battery_mah": 200, + "battery_mah": 10200, "weight_g": 666.8, "os": "Android 6.0 (Marshmallow)", "verified": false, "source_urls": [ + "https://psref.lenovo.com/syspool/Sys/PDF/Lenovo_Tablets/Yoga_Tablet_3_Pro/Yoga_Tablet_3_Pro_Spec.html", "https://www.kaggle.com/datasets/jakubkhalponiak/phones-2024" ], "base_model_slug": "yoga-tab-3-pro", diff --git a/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-scrapegsma-4795.json b/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-scrapegsma-4795.json index 5c3ec707c6db3..4076c74986084 100644 --- a/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-scrapegsma-4795.json +++ b/data/tablet/lenovo/2015/yoga-tab-3-pro/lenovo-yoga-tab-3-pro-scrapegsma-4795.json @@ -5,11 +5,12 @@ "brand": "lenovo", "release_date": "2015-12-01", "ram_gb": 4.0, - "battery_mah": 200, + "battery_mah": 10200, "weight_g": 666.8, "os": "Android 6.0 (Marshmallow)", "verified": false, "source_urls": [ + "https://psref.lenovo.com/syspool/Sys/PDF/Lenovo_Tablets/Yoga_Tablet_3_Pro/Yoga_Tablet_3_Pro_Spec.html", "https://github.com/cigarplug/scrape-gsma" ], "variant": { From dd30d130f926eaac8d2edfd232efef6f99ef7b90 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Fri, 25 Sep 2026 14:35:05 +0900 Subject: [PATCH 4/4] Place Razr and Galaxy A51 in release year folders --- data/smartphone/motorola/{2019 => 2020}/motorola-razr.json | 0 data/smartphone/samsung/{2020 => 2019}/galaxy-a51.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename data/smartphone/motorola/{2019 => 2020}/motorola-razr.json (100%) rename data/smartphone/samsung/{2020 => 2019}/galaxy-a51.json (97%) diff --git a/data/smartphone/motorola/2019/motorola-razr.json b/data/smartphone/motorola/2020/motorola-razr.json similarity index 100% rename from data/smartphone/motorola/2019/motorola-razr.json rename to data/smartphone/motorola/2020/motorola-razr.json diff --git a/data/smartphone/samsung/2020/galaxy-a51.json b/data/smartphone/samsung/2019/galaxy-a51.json similarity index 97% rename from data/smartphone/samsung/2020/galaxy-a51.json rename to data/smartphone/samsung/2019/galaxy-a51.json index b70db4bbc9341..47c742c57e605 100644 --- a/data/smartphone/samsung/2020/galaxy-a51.json +++ b/data/smartphone/samsung/2019/galaxy-a51.json @@ -4,7 +4,7 @@ "name": "Galaxy A51", "brand": "samsung", "soc": "exynos-9611", - "release_date": "2019-12-12", + "release_date": "2019-12-16", "msrp_usd": 399, "ram_gb": 4, "storage_options_gb": [64, 128, 256],